@charset "utf-8";
/* CSS Document */
/*Main Layout*/
body, html {margin:0px; padding:0px; background:url(../_pictures/mainBG.gif) repeat-x top; font-family:"Times New Roman", Times, serif;}
div#pageWrap {margin:0 auto; width:900px;}
a:hover , a:focus , a {text-decoration: none;}

/*Header*/
div#HDRmain {width:100%; height:90px; background:url(../_pictures/hdrBG.gif) repeat-x top; overflow:hidden;}
div#logoHDR {width:280px; height:90px;  background:url(../_pictures/SDC.gif) no-repeat top; float:left;}
ul#menu {margin:0; padding:0; padding:0; list-style-type:none; float:right;}
ul#menu li {display:inline; margin:0px; font-size:16px; font-weight:900; line-height:90px;}
ul#menu li a {float:left; display:block; text-decoration:none; margin:0; padding:0 15px; color:#000000; line-height:70px; border-right:#00CC00 1px solid;}
#menu li a:hover , #menu li a:focus , #menu li.active a {background:url(../_pictures/btnBG.gif) repeat-x; line-height:74px;}

/*Advertisement*/
div#advertWrap {width:100%; height:280px; background:url(../_pictures/advertBG.gif) no-repeat top center;}

/*Content*/
div#cntHDR {width:100%; height:140px; background:#333333;}
	div#cntHDRleft{width:270px; height:100px; margin:20px 10px 0 10px; border-right:#009900 solid 1px; background:url(../_pictures/arrowBG.gif) top left no-repeat; float:left;}
	div#cntHDRcenter{width:295px; height:100px; margin:20px 10px 0 10px; border-right:#009900 solid 1px;background:url(../_pictures/arrowBG.gif) top left no-repeat; float:left;}
	div#cntHDRright{width:270px; height:100px; margin:20px 10px 0 10px; background:url(../_pictures/arrowBG.gif) top left no-repeat; float:right;}
	div#cntHDR h1 {font-size:20px; margin:3px 0 0 35px; color:#FFFFFF;}
	div#cntHDR a {color:#FFFFFF;}
	div#cntHDR a:hover , a:focus {color:#00CC00;} 
	div#cntHDR p {color:#FFF;}
div#cntMAIN {width:100%-2px; height:420px; background:#FFFFFF url(../_pictures/cntBG.gif) no-repeat top left; border-left: #999 solid 1px; border-right:#999 solid 1px;}
	div#cntMAINleft {width:580px; height:370px; margin:10px 0 0 20px; float:left;}
	div#cntMAIN h2 {font-size:22px; font-weight:bold; color:#006600; margin:0 0 0 30px;}
	div#cntMAIN p {font-weight:bold; color:#000;}
	div#cntMAINright {width:250px; height:370px; margin:10px 0 0 20px; border-left:#999999 solid 1px; float:right;}
		div#cntMAINright p {margin:0 0 0 10px; padding:0;}
	div#cntMAINright ul {list-style:none; list-style-position:outside; font-size:16px; margin:0 0 0 10px; padding:0;}
	ul#subMENU {margin:0; padding:0;}
		div#cntMAINright li {line-height:35px; width:200px;}
		div#cntMAINright li a {background:url(../_pictures/listArrow.gif) center left no-repeat; color:#333333; font-weight:bold; padding-left:35px;float:left; display:block; line-height:35px;}
		div#cntMAINright li a:hover , li a:focus {background:url(../_pictures/listoverArrow.gif) center left no-repeat; color:#006600;}
		#subMENU li.active a {background:url(../_pictures/listoverArrow.gif) center left no-repeat;}
.notes {font-size:9px; color:#666666;}
/*News Scroller*/

div#scrollerWrap {width:250px; height:300px; margin:10px 0 0 20px; border-left:#999999 solid 1px; float:right;}
 	div#scrollerWrap .info {FONT-SIZE: 12px; FONT-FAMILY: Arial,Helvetica; TEXT-ALIGN: center;}
	div#scrollerWrap .info h3 {font-size:14px; font-weight:bold; color:#000033;}
/*	div#scrollerWrap .tabb { font-weight:bold; font-size:14px; font-family:Arial,Helvetica;TEXT-ALIGN: center;}
 	div#scrollerWrap .tann {FONT-WEIGHT: bold;FONT-SIZE: 18px; FONT-FAMILY: Arial,Helvetica; TEXT-ALIGN: center;}
 	div#scrollerWrap .tanc {FONT-WEIGHT: bold;FONT-SIZE: 10px; FONT-FAMILY: Arial,Helvetica; TEXT-ALIGN: center;}
*/
/*Forms*/
.referralForm, .newsletterForm, .customerForm {width:235px; margin:10px 0 0 5px;}
	.referralLabel, .newsletterLabel, .customerLabel {display:block; float:left; width:235px; font-weight:bold;}
	.referralInput, .newsletterInput, .customerInput {display:block; float:left; width:235px; margin:0 0 10px 0;}
	.customerArticle {display:block; float:left; width:235px; height:80px; margin:0 0 10px 0;}
.feedbackForm {width:850px; float:left;}
	.feedbackLabel {display:block; float:left; width:150px; text-align:right;}
	.feedbackInput {display:block; width:300px;}
	.feedbackArticle {display:block; width:300px; height:150px; margin:0 0 0 150px;}

/*Footer*/
div#ftr {width:100%; height:40px; background:#F3F3F3; border-top:#999 solid 1px; margin:20px 0 0 0;}

/*Additional adjustments*/
.clear {width:900px; height:1px; clear:both;}
