@charset "utf-8";
body  {
	font: 16px "Trebuchet MS",Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
span {
color:#309dcf;
}
.inline {display:inline; padding-right: 10px;
}
.twoColFixRtHdr .boxtop { height: 35px; background: #fff url(images/topbox.png) no-repeat; width:280px; padding:5px 10px 0 10px; margin:0; }
.twoColFixRtHdr .boxtop h1{font-size: 24px; margin:0; padding:0; color:#FFFFFF; text-transform:capitalize;}
.twoColFixRtHdr .boxtop a:link{color:#FFFFFF;}
.twoColFixRtHdr .boxtop a:hover{color: #F0F0F0; text-decoration:underline;}

.twoColFixRtHdr	.box { background: #fff url(images/box.png) no-repeat bottom left; padding: 0 10px 15px 10px; margin: 0 0 10px 0; width:280px; }
.twoColFixRtHdr	.box ul{
	padding:0;
	margin:0;
	list-style:none;}
.twoColFixRtHdr	.box li a:link{
	background: url(images/bullet.png) no-repeat;
	list-style: none;
	padding-left:20px;
	text-transform:capitalize;
	margin:0;
}
.twoColFixRtHdr	.box li a:hover{
	background: url(images/bulletb.png) no-repeat;
	list-style: none;
}

.twoColFixRtHdr #logo a{
	display:block;
	background: transparent url(images/logo.png) no-repeat;
	width:320px;
	height:60px;
	padding:0;
}
a:link {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
h1 {
	font-size: x-large;
	padding:0;}
h2 {
	font-size:large;
	padding:0;}
h3 {
	font-size: medium;
	padding:0;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: url(images/logo.png) no-repeat;
	height: 65px;
	margin-top:3px;
} 
.twoColFixRtHdr #adtop {
	background: transparent;
	width:475px;
	height:62px;
	padding-right:3px;
	margin:0;
	float: right;
	text-align:right;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #logo a{
	display:block;
	background: transparent url(images/logo.png) no-repeat;
	width:320px;
	height:60px;
	padding:0;
}	
/* TABS */
#tabs { background: #fff url(images/bigbox.png) no-repeat top left; color: #000;  height: 50px; text-align: center; padding: 0 0 0 150px;}
#tabs li { display: inline; height: 45px; }
#tabs li a { float: left; background: #fff url(images/barbg.png) no-repeat; padding: 5px 0; width: 100px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:hover { background: #fff url(images/barcurrent.png) no-repeat; color: #000; }	
#tabs li a.current { background: #fff url(images/barcurrent.png) no-repeat; color: #2C71AE; }
#subtabs {margin-left:15px; margin-top:5px}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-left: 1px solid #DDDDDD;
}
table td {
	border-bottom: 1px dashed black;}
	
.thumb {
background: url(images/tumb.png);;
background-repeat: no-repeat;
width: 100px;
height:100px;
float:left;
font-size: 20px;
text-align: center;
text-decoration:none;
color: #FFFFFF;
margin:0;
margin-right: 20px;
padding:0;
padding-top: 20px;
display: block;
}
.thumb a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.thumb a:hover {
	text-decoration:underline;
	color:#FFFFFF;}
	
.greenthumb{ 
background: url(images/greenthumb.png);;
background-repeat: no-repeat;
width: 100px;
height:100px;
float:left;
font-size: 20px;
text-align: center;
text-decoration:none;
color: #FFFFFF;
margin-right: 20px;
padding-top: 20px;
display: block;
}
.greenthumb a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.greenthumb a:hover {
	text-decoration:underline;
	color:#FFFFFF;}
.widethumb{
background: url(images/tumb.png);
background-repeat: no-repeat;
width: 100px;
height:30px;
float:left;
font-size: 20px;
text-align: center;
text-decoration:none;
color: #FFFFFF;
padding-top: 0;
display: block;
}
.widethumb a:hover {
	text-decoration:underline;
	color:#FFFFFF;}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding:0;
	margin-top: 30px;
	text-align:left;
	border-top:1px dashed #D7D7D7;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thirds {
width:224px;
height: 150px;
background: #FEFEFE;
float:left;
border-right: 1px solid #BCBCBC;
text-indent:5px;
}
.thirds h2,.thirds h2 a:link{
font-size: 14px;
color:black;
font-weight:bold;
margin:0;
text-decoration:none;
}
.thirds h3, .thirds h3 a:link{
font-size:12px;
color:black;
font-weight: lighter;
text-align:left;
text-indent: 20px;
margin:0;
text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {border:0;}
iframe {border:0:}
