@charset "UTF-8";
ncsd {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: url(../images/bkgrTile.jpg) repeat top left;
	background-color: #dfe1e4;
	margin: 0;
	font: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #404b55;
	line-height: 17px;
}
body, td, th {
	font-family: Helvetica, Arial, sans-serif;
}
#wrapper {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	border: 0;
	margin-top: 0px;
}


#shadowContainer{
	background: url(../images/shadowTile.jpg) repeat-y top left;
	background-position: center;
	padding: 0;
	margin: 0;
}

#shadowBanner {
	background:url(../images/shadowTileforBanner.jpg) repeat-y top left;
	height: 179px;
	background-position: center;
	padding: 0;
	margin: 0;
	width: 1024px;
}

#banner {
	width: 1000px;
	_width: 1000px;
	height: 179px;
	background: url(../images/autoBanner2.jpg) no-repeat top left;
}
	/*------------------------menu-------------------------*/

#bannerMenu {
	
float: right;
padding: 0px 0px 0 0;

	}
	
#bannerMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	}
	
	
#bannerMenu li {
	float: left;
	}



#bannerMenu ul a {
	
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	float: left;
	display: block;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	}
	
	
#bannerMenu li a:hover{
	
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	float: left;
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration:none;
	}
	
#logo {
	width: 400px;
	height:150px;
}

/*---------------------top menu----------------------*/
 
/*#topmenu {
	height: 27px;
	background: url(../images/menuGrad.jpg) repeat-x;
	position:relative;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topmenu li {
	float: left;
	height: 17px;
}
/*---ul links---*/ 
 
/*#topmenu ul a {
	background: url(../images/menuGradLine.jpg) no-repeat right;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	display: block;
	padding: 5px 15px 5px 15px;
	height: 17px;
}
#topmenu li a:hover {
	height: 27px;
	background: url(../images/menuGradOver.jpg) repeat-x top left;
}*/
/*----------------------------------DROPDOWN MENU----------------------------------------*/
  

.menu {
	width:1000px;
	height:27px;
	font-size: 10px;
	position:relative;
	z-index:100;
	/*background: url(../images/menuGrad.gif) repeat-x;*/
	background: #053460;
	}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:1000px;
	w\idth:1000px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
	
.menu ul ul {
	width:115px;
	}
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	background: url(../images/menuGradLine.gif) no-repeat right;
	_text-align:center;
	}
	
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	/*_font-size:11px;*/
	text-decoration:none;
	color:#fff;
	height:27px;
	padding: 0 20px 0 20px;
	_padding: 0 0px 0 10px;
	line-height:27px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	/*width:115px;*/
	w\idth:115px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:  #053460;
	
	
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#053460;
	}
.menu ul ul :hover > a.drop {
	background: #053460;
	height: 27px;
	font-size:10px;
}
/* style the third level background
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;} */

/* style the third level hover 
.menu ul ul ul a:hover {background:#b2ab9b;}*/


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:27;
	top:27px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:27px;
}
/* position the third level flyout menu
.menu ul ul ul{left:149px; top:-1px; width:149px;} */

/* position the third level flyout menu for a left flyout 
.menu ul ul ul.left {left:-149px;}*/

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #053460;
	color: #CCCCCC;
	height:auto;
	line-height:1em;
	padding:7px 10px;
	width:160px;
	border-bottom: #53606b 1px solid;
	text-align: left;
	
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:115px;
	w\idth:150px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fff;
	background: #053460;
	font-size:10px;	
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	font-size: 10px;
	/*background: url(../images/menuGradOver.gif) repeat-x;*/
	
}
.menu a:hover{
background:  #092b4b;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
	
}
/* keep the third level hidden when you hover on first level list OR link 
.menu ul :hover ul ul{visibility:hidden;}*/

/* make the third level visible when you hover over second level list OR link 
.menu ul :hover ul :hover ul{ visibility:visible;}*/


.menuSubTitle {
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
	height:23px;
	padding: 7px 10px 0 10px;
	_padding: 0 0px 0 10px;
	border-bottom: #B9454D 1px solid;
	w\idth:150px;
	width:160px;
	
}
/*----------------------------side menu----------------------------*/
#sideMenu {
	width: 170px;
	height: 100%;
	margin: 15px 7.5px 15px 15px;
	_margin: 10px 0px 10px 5px;
	float: left;
	clear: both;
	border-right: #d2dbe5 1px solid;
	border-left: #d2dbe5 1px solid;
}
#menuTitle {
	background: #999;  
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	width: 164px;
	height: 20px;
	border-bottom: #90a2b0 1px solid;
	padding: 7px 0 0 7px ;
}

#sideMenu ul {
	margin: 0px;
	padding: 0px;
	_padding: 0px;
	list-style: none;
}
#sideMenu ul a {
	font-size: 11px;
	color: #404b55;
	display: block;
	text-decoration: none;
	padding: 7px;
	_padding: 0px;
	height: 25px;
	_height: 20px;
}
#sideMenu li {
	border-bottom: #c6d6e8 1px solid;
	height: 25px;
	_height: 20px;
}
#sideMenu li a:hover {
	background: #e2ecf8;
	height: 11px;
	_height: 20px;
}

/*----------------------------------------------------content--------------------------------------------*/
#contentContainer {
	width: 100%;
	height: 100%;
	position: relative;
	clear: right;
	
	
}
#content {
	width: 730px;
	_width: 730px;
	height: 100%;
	margin:  15px 15px 15px 10px;
	_margin:  10px 0px 10px 0px; /* top right bottom left*/
	padding: 20px;
	float: right;
	border: #EEE5DA 1px dotted;
	position: relative;
	
	
	
}



.floatL {
	float: left;
	margin: 0 0 10px 5px;
	font-size:10px;
}


#boxL {
	width: 430px;
	height: 400px;
	float: left;
	position: relative;
	clear:both;
}

#boxL2 {
	width: 300px;
	height: 400px;
	float: left;
	position: relative;
	clear:both;
	margin: 0 7px 0 0;
	
}

.floatR {
	float: right;
	font-size: 10px;
	color: #554D4D;
	clear:both;
	padding: 0 0 0 8px;
}


#boxL3 {
	width: 340px;
	height: 200px;
	_height: 218px;
	position:relative;
	float: left;
	padding: 7px;
	border: #CCC 1px dotted;
}

#boxL3 a:hover {
	background:url(../images/cleaning2.jpg);
	position:absolute;
	left:40px;
}


#flashFrame {
	width: 640px;
	padding: 40px;
	background: url(../images/flashBkgr.jpg) center no-repeat;
	
}

/*-----------------footers----------------------*/
 
#footerContainer {
	height: 50px;
	width: 1000px;
	clear:both;
}
#footer1 {
	width: 175px;
	_width: 168px;
	height: 50px;
	background: #093c6a;   
	float: left;
	font-weight: bold;
}
#footer2 {
	width: 745px;
	_width: 752px;
	height: 50px;
	background: #053460;
	float: left;
	font-weight: bold;
}
.footerLink a {
	font: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #1770c2;
}
.footerLink a:hover {
	font: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #F00;
}
#clear {
	clear: both;
}

#blueBar {
	width: 1000px;
	height: 5px;
	background: #F00;
}
/*-------------------text style-----------------*/

.style1 {
	
	font-size: 16px;
	color: #053460;
	font-weight: bold;
}
.style2 {
	
	font-size: 12px;
	color: #FFFFFF;
	padding: 20px;
}
.style3 {
	
	font-size: 12px;
	color: #404b55;
 }
.style4 {
	
	font-size: 14px;
	color: #61061c;/*padding: 10px 10px 10px 10px;*/
 }

/*----links-----*/
a {
	font: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #1770c2;
	text-decoration: none;
}
a:hover {
	font: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0b4274;
	text-decoration: none;
}


/*-----------------------------------content positioning----------------------------*/



.floatR2 {
	float: right;
	font-size: 10px;
	color: #554D4D;
	padding:0 0 0 0px;
	_padding: 0 0 0 5px;
	}


.white {
	background: #FFFFFF;
	padding: 15px;
	width: 500px;
}


/*--------------------------announcements box----------------------*/


#end {
	clear:both;
}

.line {
	padding-top: 15px;
	border-bottom: dotted #999 1px;
}

.floatRflash {
	float: right;
	background:url(../images/flashBkgrSmall.jpg) no-repeat center;
	width: 421px;
	height: 360px;
	color: #554D4D;
	clear:both;
	padding: 25px 15px 15px 15px;
	text-align: center;
	margin: 0 0 15px 15px;
}