/* CSS Document */

body {
	background-color: #660000; /*THIS COLOR DYNAMIC BASED ON COLOR SELECTION: blue=#000066...green=#006600...red=#660000...*/
	margin: 0;
	padding: 0;
	}
	
/*LAYOUT DIVS*/

#container {
	width: 760px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	}

#header {
	background: url(images_d1/bkd_header_rd.jpg) no-repeat;  /*THIS IMAGE DYNAMIC BASED ON COLOR SELECTION...blue="bkd_header_blue.jpg"...green="bkd_header_green.jpg"...red="*/
	width: 760px;
	height: 145px;
	}

#siteImage {
	float: left;
	width: 150px;
	w/idth: 200px;
	/width: 150px;
	margin: 0;
	padding: 0 35px 0 15px;
	text-align: right;
	}

#companyInfo {
	clear: left;
	float: left;
	width: 150px;
	w/idth: 200px;
	/width: 150px;
	margin: 0;
	padding: 0 35px 0 15px;
	text-align: right;
	}

#nav {
	position: absolute;
	top: 8px;
	left: 200px;
	width: 500px;
	height: 10px;
	}


#logoHeader {
	width: 500px;
	w/idth: 760px;
	/width: 500px;
	margin: -80px 0 40px 200px;
	padding: 0;
	text-align: right;
	}

#content {
	display: block;
	width: 520px;
	margin: -10px 0 0 200px;
	padding: 0;
	background-color: #F8E7E7;  /*THIS COLOR DYNAMIC BASED ON COLOR SELECTION...blue="#DCE6FF"...green="DCFFE6"...red="#F8E7E7"*/
	}

#footer {
	clear: both;
	background:  url(images_d1/bkd_footer_red.jpg) no-repeat; /*THIS IMAGE DYNAMIC BASED ON COLOR SELECTION*/
	width: 760px;
	height: 30px;
	margin: 15px 0 0 0;
	padding: 0;
	}


/*TYPE FORMATTING*/


	
	#logoHeader h1 
	{
	background: url(logoimage.aspx?MemberSiteID=2) no-repeat; /*IMAGE WILL BE DYNAMIC*/        
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
	

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#nav li {
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0 8px 0 8px;
	border-right: 1px solid #ffffff;
	}
	
#nav li a {
	color: #ffffff;
	text-decoration: none;
	}
#nav li a:hover {
	text-decoration: underline; 
	color: #ffffff;
	}
#nav li a:visited {
	color: #ffffff;
	}

#companyInfo h1 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;  /*THIS COLOR DYNAMIC BASED ON COLOR SELECTION...blue="#3366CC"...green="009900"...red="990000"...*/
	text-decoration: none;
	}

#companyInfo h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #660000;  /*THIS COLOR DYNAMIC BASED ON COLOR SELECTION...blue="#3366CC"...green="009900"...red="990000"...*/
	text-decoration: none;
	}
	
#companyInfo p {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #660000;  /*THIS COLOR DYNAMIC BASED ON COLOR SELECTION...blue="#3366CC"...green="009900"...red="990000"...*/
	text-decoration: none;
	}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 50px 10px 15px;
	padding: 0;
	}
	
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000; /*THIS COLOR DYNAMIC BASED ON COLOR SELECTION...blue="#3366CC"...green="009900"...red="990000"...*/
	margin: 0 50px 5px 15px;
	padding: 0;
	}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6633; /*THIS COLOR DYNAMIC BASED ON COLOR SELECTION...blue="#3366CC"...green="33CC66"...red="CC6633"...*/
	margin: 10px 50px 5px 15px;
	padding: 0;
	}

#content h5 {
	background: url(images_d1/content_topcurve_red.gif) no-repeat; /*THIS IMAGE DYNAMIC BASED ON COLOR SELECTION...content_topcurve_blue.gif/_green.gif/_red.gif ETC...*/
	margin: 0;
	padding: 0;
	}
	
#content h6 {
	background:  url(images_d1/content_btmcurve_red.gif) no-repeat; /*THIS IMAGE DYNAMIC BASED ON COLOR SELECTION...content_btmcurve_blue.gif/_green.gif/_red.gif ETC...*/
	margin: 0;
	padding: 0;
	}
	
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 50px 10px 15px;
	padding: 0;
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0 0 0 220px;
	padding: 0;
	}
	}
