/* CSS Document */

@font-face {

	font-family: 'UbuntuRegular';

	src: url('fonts/Ubuntu-R-webfont.eot');

	src: url('fonts/Ubuntu-R-webfont.woff') format('woff'), url('fonts/Ubuntu-R-webfont.ttf') format('truetype'), url('fonts/Ubuntu-R-webfont.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: 'UbuntuItalic';

	src: url('fonts/Ubuntu-I-webfont.eot');

	src: url('fonts/Ubuntu-I-webfont.woff') format('woff'), url('fonts/Ubuntu-I-webfont.ttf') format('truetype'), url('fonts/Ubuntu-I-webfont.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: 'UbuntuBold';

	src: url('fonts/Ubuntu-B-webfont.eot');

	src: url('fonts/Ubuntu-B-webfont.woff') format('woff'), url('fonts/Ubuntu-B-webfont.ttf') format('truetype'), url('fonts/Ubuntu-B-webfont.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: 'UbuntuBoldItalic';

	src: url('fonts/Ubuntu-BI-webfont.eot');

	src: url('fonts/Ubuntu-BI-webfont.woff') format('woff'), url('fonts/Ubuntu-BI-webfont.ttf') format('truetype'), url('fonts/Ubuntu-BI-webfont.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #9ca4c7;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 18px;
	background-image: url(images/design/bg-clouds.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top;
}

/*STRUCTURE*/
#centre {
	min-height: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 5px auto 5px;
	padding: 0px;
	width: 970px;
}
#logo {
	width: 144px;
	height: 80px;
	margin: 0 0 3px 0;
	float:right;
	padding: 0;
	background-image: url(images/design/logo-heading-globe.png);
	background-repeat: no-repeat;
	background-position: center;
}
#tabs {
	margin: 0;
	padding: 0;
	background:#000;
	height: 30px;
	background-image: url(images/tabs/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
.mainbox {
	background-color:#FFFFFF;
	margin: 0 0 10px;
	padding: 15px 14px 0 14px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	min-height:400px;
    height:auto !important;
    height:400px;
}
.maincol {
	float:left;
	width:650px;
	margin:0;
	padding:5px 0 5px 0;
}
.maincolsub1 {
	width:310px;
	float:left;
	margin: 0;
	padding:0;
}
.maincolsub2outer {
	float:left;
	margin: 0 0 0 12px;
	padding: 0 0 0 12px;
	border-left:dotted 1px #999999
}
.maincolsub2 {
	width:310px;
	float:left;
	margin: 0;
	padding:0;
}
.maincolwide {
	float:left;
	width:940px;
	margin:0;
	padding:5px 0 5px 0;
}

/*GENERAL STYLE*/
a:link {  color: #0000CC}
a:visited {  color: #3300CC}
a:hover {color:#FF3300}
a:active {color: #000000}

h1 {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:18px;
	text-align:center;
	padding: 5px 0 5px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


h2 {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:16px;
	text-align:left;
	padding: 5px 0 5px 0;
	margin: 0px;
}	
h3 {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:14px;
	text-align:left;
	padding: 10px 0 0px;
	margin: 0px;
}
th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	padding: 0 3px 0 25px;
	margin: 0;
}
ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 0px;
	text-align: left;
	margin: 0px 0px 0px 5px;
	list-style-type: disc;
	line-height: 15px;
}
ol {
	padding: 0 3px 0 15px;
	margin: 0;
}
ol.withroman { 
	list-style-type: lower-roman 
}
ol li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 0px;
	text-align: left;
	margin: 0px 0px 0px 15px;
	line-height: 15px;
}
ol ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 0px;
	text-align: left;
	margin: 0px 0px 0px 15px;
	list-style-type: none;
	line-height: 15px;
}
.clear {
	line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
    height:0;
}
.clear15 {
	line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
	height:15px;
}
.clear5 {
	line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
	height:5px;
}
.clear10 {
	line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
	height: 10px;
}
.spacer15 {
		line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
	height:15px;
}
.clearline {
	line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
	height:1px;
	border-top:1px solid #999;
	padding: 0px 0 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}	
.imageright {
	margin:5px 0 5px 10px;
	padding:0px;
	float:right;
}
.footer {
}
p.footer  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 0px 0px 5px;
	margin: 0;
	text-align:center;
	line-height: 12px;
	color: #333333;	
}
.red {
	color:#FF0000;
}

/*MAINCOL STYLE*/
.maincol h1 {
	font-family: UbuntuBold, arial, sans-serif;
	font-size:24px;
	padding: 0px 0px 5px;
	margin: 0;
	line-height: 27px;
	text-align:left;
	color: #6B78AC;
}
/*
div.maincol h1 em {
	font-family: UbuntuBoldItalic, arial, sans-serif;
	font-style: normal;
}
div.maincol h1 strong {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
}
div.maincol h1 strong em {
	font-family: UbuntuBoldItalic, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
div.maincol h1 em strong {
	font-family: UbuntuBoldItalic, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
*/



h1.box {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:21px;
	padding: 5px 5px 5px 10px;
	margin: 0 0 5px 0;
	line-height: 26px;
	text-align:left;
	color: #FFFFFF;
	background-color: #6B78AC;
	background-image:url(images/design/h1boxbg.gif);
	background-position:left;
	background-repeat:repeat-y;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.maincol h2 {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:18px;
	padding: 10px 0px 0px;
	margin: 0;
	text-align:left;
	line-height: 21px;
	color: #6B78AC;
}
.maincol h3 {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	padding: 10px 0px 5px;
	margin: 0;
	text-align:left;
	line-height: 18px;
	color: #6B78AC;
}
.maincol p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 0px;
	margin: 0;
	text-align:left;
	line-height: 15px;
	color: #000000;
}

/*MAINCOLWIDE STYLE*/
.maincolwide h1 {
	font-family: UbuntuBold, arial, sans-serif;
	font-size:24px;
	padding: 0px 0px 5px;
	margin: 0;
	line-height: 27px;
	text-align:left;
	color: #6B78AC;
}
/*
.maincolwide h1 em {
	font-family: UbuntuBoldItalic, arial, sans-serif;
	font-style: normal;
}
.maincolwide h1 strong {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
}
.maincolwide h1 strong em {
	font-family: UbuntuBoldItalic, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.maincolwide h1 em strong {
	font-family: UbuntuBoldItalic, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
*/

h1.box {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:21px;
	padding: 5px 5px 5px 10px;
	margin: 0 0 5px 0;
	line-height: 26px;
	text-align:left;
	color: #FFFFFF;
	background-color: #6B78AC;
	background-image:url(images/design/h1boxbg.gif);
	background-position:left;
	background-repeat:repeat-y;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}		
.maincolwide h2 {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:18px;
	padding: 10px 0px 0px;
	margin: 0;
	text-align:left;
	line-height: 21px;
	color: #6B78AC;
}
.maincolwide h3 {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	padding: 10px 0px;
	margin: 0;
	text-align:left;
	line-height: 18px;
	color: #6B78AC;
}
.maincolwide p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 0px;
	margin: 0;
	text-align:left;
	line-height: 15px;
	color: #000000;
}	

h2.underscore {
	border-bottom: 1px solid #6B78AC;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
h2.whiteunderscore {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

/*LINKS*/
.screenshot {
	float:left;
	margin: 6px;
	padding:12px 12px 0 12px;
	width:152px;
	min-height:150px;
    height:auto !important;
	/*height:150px;*/
	/*overflow:visible;*/
	background-color: #E7E7E7;
	/*border: 1px solid #999999;*/
	/*border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	background-image: url(images/design/box2bg.gif);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	display: inline; /* ie 5/6 double margin bug fix */
	/*overflow: hidden;*/
}
.screenshot img {
	border: 1px #666666 solid;
	margin:0;
	padding:0;
}
.screenshot img:hover {
	border: 1px #FF0000 solid;
}
.screenshotlink {
	margin:0;
	padding:0;
}
.screenshotlink p {
	text-align:center;
	font-size:10px;
	margin:0;
	padding:3px 0 0 0;
	line-height:12px;
}
.screenshotlink a {
	text-decoration: none;
}
.screenshotlink a:hover {
	text-decoration: underline;
}
/*BOXES*/
.box1 {
	padding: 15px 20px;
	margin: 10px 0;
	background-color: #DBDDEB;
	border: 1px solid #6B78AC;
	border-radius:10px;
	
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(images/design/box1bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.togglebox1 {
	padding: 15px 20px;
	margin: 10px 0;
	background-color: #DBDDEB;
	border: 1px solid #6B78AC;
	/*
border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
*/
	background-image: url(images/design/box1bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}
.box1 h3 {
	font-family: UbuntuRegular, arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	padding: 5px 0px 5px;
	margin: 0;
	text-align:left;
	line-height: 18px;
	color: #6B78AC;
}
.togglebox1 h3 {
	font-family: UbuntuRegular, arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	padding: 5px 0px 5px;
	margin: 0;
	text-align:left;
	line-height: 18px;
	color: #6B78AC;
}
.togglebox1 p {

}
.box2 {
	padding: 15px 20px;
	margin: 10px 0;
	background-color: #E7E7E7;
	border: 1px solid #999999;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(images/design/box2bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.togglebox2 {
	padding: 15px 20px;
	margin: 10px 0;
	background-color: #E7E7E7;
	border: 1px solid #999999;
	/*
border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
*/
	background-image: url(images/design/box2bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}
.box2 h3 {
	font-family: UbuntuRegular, arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	padding: 5px 0px 5px;
	margin: 0;
	text-align:left;
	line-height: 18px;
	color: #6B78AC;
}
.togglebox2 h3 {
	font-family: UbuntuRegular, arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	padding: 5px 0px 5px;
	margin: 0;
	text-align:left;
	line-height: 18px;
	color: #6B78AC;
}
.box1s {
	padding: 5px 10px;
	margin: 10px 0;
	background-color: #DBDDEB;
	border: 1px solid #6B78AC;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(images/design/box1bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.box1s h1 {
	font-family: UbuntuRegular, arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	padding: 5px 0px 5px;
	margin: 0;
	text-align:left;
	line-height: 18px;
	color: #6B78AC;
}
.box2s {
	padding: 5px 10px;
	margin: 10px 0;
	background-color: #E7E7E7;
	border: 1px solid #999999;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(images/design/box2bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.box2s h1 {
	font-family: UbuntuRegular, arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	padding: 5px 0px 5px;
	margin: 0;
	text-align:left;
	line-height: 18px;
	color: #6B78AC;
}

/*SIDECOL*/
.sidecol {
	float:right;
	width:275px;
	margin:0;
	padding:5px 0 10px 0;
}
.sidecolbox {
	margin:0;
	padding:0px 10px;
	background-color: #E4E4E4;
	background-image: url(images/design/bgfade.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}
.sidecolbox p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 0px;
	margin: 0;
	text-align:left;
	line-height: 15px;
	color: #000000;
}
.sidecolbox h1 {
	font-family: UbuntuRegular, arial, sans-serif;
	font-weight: normal;
	font-size:18px;
	padding: 0px 0px 5px;
	margin: 0;
	text-align:left;
	line-height: 21px;
	color: #FFFFFF;
}
.sidecol .more {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0 0 5px 0;
	margin: 0;
	text-align:right;
	line-height: 15px;
	color: #000000;
	border-bottom:1px solid #FFFFFF;
	padding: 0 0 10px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.sidecol .more a:link {  color: #0000CC}
.sidecol .more a:visited {  color: #3300CC}
.sidecol .more a:hover {color:#FF3300}
.sidecol .more a:active {color: #000000}
.sidecol .date {
	padding: 10px 0 0 0;
	margin: 0;
}
.sidecol .whiteline {
	border-bottom:1px solid #FFFFFF;
}
.sidecol .right {
	text-align:right;
}
.sidecol .centre {
	text-align:center;
}
.sidecol .caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 0px;
	margin: 0;
	text-align:center;
	line-height: 15px;
	color: #000000;
}
.sidecolimgspaced {
	padding: 0;
	margin: 10px 0 5px 0;
}
.sidecolfirstimgspaced {
	padding: 0;
	margin: 0 0 5px 0;
}
.sidecolbox ul {
	padding: 0 5px 0 5px;
	margin: 0;
}
.sidecolbox ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	line-height: 13px;
	padding: 5px 0px;	
	margin: 0px 0px 0px 15px;
	list-style-type: disc;
}

/*clouds sidecol*/
.clouds {
	margin:0 0 5px 0;
	padding:10px 0 10px 0;
	background-color: #B6BBD6;
	background-image: url(images/design/clouds.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border: 1px solid #999999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*scrollbar-base-color: #B6BBD6;*/
}

.twitter {
	min-height:380px;
    height:auto !important;
    height:380px;
}
.clouds p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 5px 10px;
	margin: 0;
	text-align:left;
	line-height: 13px;
	color: #000000;
}
.clouds h1 {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:18px;
	padding: 0px 10px 5px;
	margin: 0;
	text-align:left;
	line-height: 21px;
	color: #FFFFFF;
}
.clouds h2 {
	font-family: UbuntuBold, arial, sans-serif;
	font-weight: normal;
	font-size:14px;
	text-align:left;
	padding: 0 10px 0px;
	margin: 0px;
	line-height: 16px;
}	
.clouds h3 {
	font-family: UbuntuRegular, arial, sans-serif;
	font-weight: normal;
	font-size:14px;
	text-align:left;
	padding: 10px 10px 0px;
	margin: 0px;
}
.clouds ul {
	padding: 0 10px 0 10px;
	margin: 0;
}
.clouds ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	line-height: 13px;
	padding: 5px 0px;	
	margin: 0px 0px 0px 25px;
	list-style-type: disc;
}
.clouds .more {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0 0 5px;
	margin: 0 10px;
	text-align:right;
	line-height: 13px;
	color: #000000;
	border-bottom:2px solid #FFFFFF;
	padding: 0 0 5px 0;
}
.clouds .more a:link {  color: #0000CC}
.clouds .more a:visited {  color: #3300CC}
.clouds .more a:hover {color:#FF3300}
.clouds .more a:active {color: #000000}
.clouds .date {
	padding: 10px 10px 0 10px;
	margin: 0;
}
.clouds .whiteline {
	border-bottom:2px solid #FFFFFF;
	padding: 0 0px 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#twitter_update_list ul  {
	list-style: none;
  	margin-left: 0px;
  	padding-left: 0px
}	
#twitter_update_list li {	
	list-style: none;
	border-bottom: solid 2px #FFF;
	margin-left: 0px;
  	padding-left: 0px
}
/* PAGE SPECIFIC RIGHT INDENTS AND PHOTO SPACING*/
.subgroup {
	padding: 0;
	margin: 0 235px 0 0;
}
.biog {
	padding: 0;
	margin: 0 130px 0 0;
}
.biogpic {
	float:right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/*CONTACT FORM*/
.contactcol1 {
	float: left;
	width: 427px;
	margin: 0px;
	padding: 0px;
}
.contactform {
	padding: 2px 0 0;
	margin: 5px 0 15px 0;
}
.contactform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 15px;
}
.cc1l {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	text-align:right;
}
.cc1r {
	float: left;
	width: 402px;
	margin: 0px;
	padding: 0px;
}
.ccfr {
	width: 120px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
}
INPUT, TEXTAREA 
{ font-family: verdana, sans-serif; font-size: 12px; }
.textfield_effect    {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 400px;
    height: 15px;
	margin-bottom:4px;
    }
.textfield_effect:hover    {
    border-color: #64acd8;
    border-width: 1px;
    } 
.textfield_effect:focus    {
    border-color: #64acd8;
    border-width: 1px;
    }
.textfield_postcode    {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 80px;
    height: 15px;
	margin-bottom:4px;
    }
.textfield_postcode:hover    {
    border-color: #64acd8;
    border-width: 1px;
    }
.textfield_postcode:focus    {
    border-color: #64acd8;
    border-width: 1px;
    }		
.textarea_effect    {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 400px;
    height: 120px;
	margin-bottom:5px;
    }
.textarea_effect:hover    {
    border-color: #64acd8;
    border-width: 1px;
    }
.textarea_effect:focus    {
    border-color: #64acd8;
    border-width: 1px;
    }	
fieldset    {
	border-style: solid;
    border-width: 1px;
    border-color: #999999;
    margin-left: auto;
    margin-right: auto;
    background-color: #DBDDEB;
	padding: 19px 10px 8px 10px;
	background-image: url(images/design/box1bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    }
legend    {
    font-family: sans-serif;
    font-size: 18px;
    color: #097bc3;
    font-weight: bold;
}


.buttons {
}
.buttons img {
	margin: 5px 8px 5px 8px;
}

/* for collapsable divs */

h2.collapsetoggle {
	cursor: pointer;
	position: relative;
	padding-left: 0;
	background-image: url(images/design/toggleplus.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
}
h2.collapsetoggle2  {
	cursor: pointer;
	position: relative;
	padding-left: 0;
	background-image: url(images/design/toggleminus.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
}

h2.collapsetogglebelow   {
	cursor: pointer;
	position: relative;
	line-height: 20px ;
	margin-top: -20px ;
	margin-left: 675px;
	/*margin-right: -235px;*/
	background-image: url(images/design/toggleminus.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 0px;
	margin-bottom: -4px;
}
div.listing p {
	padding-bottom: 15px;
}
div.listing ul {
	padding: 0 3px 15px 25px;
	margin: 0;
}
.twtr-hd {
	display:none;
}
.twtr-ft {
	display:none;
}