/* CSS Document */

/* Layout customised from Dynamic Drive */
/* http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-31-fixed-fluid-fixed/*/
body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: "Trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
font-size:85%;
background:#ffffff;
}

b{font-size: 110%;}
/*em{color: red;}*/

#topsection{
height:120px;
}

.contentboxline{
border-bottom:1px solid #aaaaaa;
/*margin-bottom:5px;*/
}

.contentpaddingbox{
margin: 0px 10px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.contentpaddingbox h3, .contentpaddingbox h2{
padding: 0;
margin:10px 0 10px 0; /*Margins for inner DIV inside each column (to provide padding)*/
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblackmenu{
margin:0;
padding:0;
float:left;
width:100%;
overflow:hidden;
border: 1px solid #aaaaaa;
border-width: 1px 0;
font: 12px Verdana;
background: black url('/images/menublack.gif') center center repeat-x;
}

.solidblackmenu li{
display:inline;
}

.solidblackmenu li a{
float: left;
color: white;
padding: 11px 8px;
text-decoration: none;
border-right: 1px solid #aaaaaa;
}

.solidblackmenu li a:hover, .solidblackmenu li .current{
color: white;
background: transparent url('/images/menublueoverlay.gif') center center repeat-x;
}

#contentwrapper{
float: left;
width: 100%;
background:#ffffff url('/images/footer-gradient.gif') top repeat-x;
}

#contentcolumn{
margin: 0 250px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumnhome {
margin-right:250px;

}

#leftcolumn{
float:left;
width:199px;
margin-left: -100%;
border-right:1px solid #aaaaaa;
border-bottom:1px solid #ffffff;
background:#333333 url('/images/footer-gradient.gif') top repeat-x;
}

#rightcolumn{
float:left;
width:249px; /* width of right column */
margin-left:-250px;  /*Set left marginto -(RightColumnWidth)*/
border-left: 1px solid #aaaaaa;
background:#ffffff url('/images/footer-gradient.gif') top repeat-x;
}

#footer,#footer2 {
clear:both;
width:100%;
background:#000000;
color:#aaaaaa;
text-align:center;
padding:3px 0;
font-size:small;
}

#footer2 {
background-color:#333333;
clear:both;
}

/*#bottomgradient{
background:#ffffff url('/images/footer-gradient.gif') repeat-x;
height:50px;
float:left;
width:100%;
}*/

#footer a:link,#footer2 a:link,#footer a:visited,#footer2 a:visited{
color:#eeeeee;
text-decoration:none;
}

#footer a:hover,#footer2 a:hover{
color:#fff000;
text-decoration:underline;
}
#footer3{
clear:both;
background:#ffffff url('/images/footer-gradient.gif') repeat-x;
text-align:center;
padding:5px;
color:#666666;
}

#footer3 a:link,#footer3 a:visited{
color:#666666;
text-decoration:none;
}

#footer3 a:hover{
color:#0000ff;
text-decoration:underline;
}

#footer3 img{
border:none;
}

#usefulLinksBox {
border: #cccccc 1px solid;
border-top: #aaaaaa 4px solid;
float: right;
margin:0 0 10px 10px;
width: 190px;
text-align: left;
padding: 5px;
background-color: #ffffff;
}

#usefulLinksBox p {
font-weight: bold;
margin:0;
}

#usefulLinksBox h2 {
font-family: Verdana, Arial, Helvetica, sans-serif !important;
font-weight: bold;
font-size: 110%;
margin:0 0 5px 0;
}

.mcsTable {
border:none;
border-collapse:collapse;
clear:both;
}

.mcsTable th {
background-color:#ddd;
text-align:left;
border-top:1px solid #aaaaaa;
border-bottom:3px solid #aaaaaa;
padding: 5px 10px;
}

.mcsTable td {
border-bottom:1px solid #aaaaaa;

}

.mcsTableCol {
border:none;
border-collapse:collapse;
clear:both;
/*margin:0 auto;
text-align:left;*/
}

.mcsTableCol th{
background-color:#ddd;
text-align:left;
border-top:1px solid #aaaaaa;
border-bottom:3px solid #aaaaaa;
padding: 5px 10px;
}

.mcsTableCol td  {
border-bottom:1px solid #aaaaaa;
border-top:none;
}

.mcsTableCol .blank{
border:none;
background:#fff;
}

.service{
	width:165px;
	border:1px solid #aaa;
	padding:3px;
	height:40px;
	margin:0 5px 5px 0;
	float:left;
	background:#ffffff url('/images/servicesback.png') top repeat-x;
	  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.service img {float:left;margin-right:5px;padding-top:5px;}

.service .text {
text-align:center;
height:40px;
margin-left:5px;
display:table-cell;
	vertical-align:middle;
	width:125px;
/*	border:1px solid #f00;*/
}


.service-large{
text-align:center;	
width:124px;
	border:1px solid #aaa;
	padding:3px;
	height:120px;
	margin:0 5px 5px 0;
	float:left;
	background:#ffffff url('/images/servicesback.png') top repeat-x;
		  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.service-large img {padding-top:10px;}

.service-large .text {

height:40px;
padding:2px;
clear:left;
display:table-cell;
	vertical-align:middle;
	width:125px;
	/*border:1px solid #f00;*/
}

/* Form Style */

#focusme input, #focusme textarea {
	border:1px solid #ddd;
	background:#fafafa;
}

form#focusme input:focus, form#focusme textarea:focus {
	border:solid 1px #1295f1;
	background:#fff;
}

label,field{

}

field{
display:block;
float:left;
margin-left:30px;
}

label {
display:block;
margin-right:10px;
float:left;
text-align:right;
width:125px;
}

textarea {resize:none;}

.disabledabuse{
color:#f00;
}

.pd {padding:0;margin-bottom:0;}

/* Miscellaneous Styles */

 .iconpadding {padding:0 0 5px 5px;}
 .odd{background-color: #fff;} 
 .even{background-color: #eee;} 
  .tick{   background:url(/images/tick.gif) no-repeat;  padding-left:25px !important;  }
  .x{padding-left:25px !important; background:url(/images/x.gif) no-repeat; }
  .bold {font-weight:bold;}
  .italic{font-style:italic;}
  .textnote{font-style:italic; color: #f00;}
.smalltick ul {list-style:none;}
.smalltick li{list-style:none; padding-left:20px;background:url(/images/tick-small.gif) no-repeat;}

.picturelibrary a:link img {border:1px solid #000;}
.picturelibrary a:visited img {border:1px solid #000;}
