/* 
    Document   : styles
    Created on : Aug 12, 2010, 9:43:25 AM
    Author     : Hull
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { display: block;}

body {background-color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000; font-size: 9pt;}
H1 {color: #911c1f; font-size: 12pt; font-weight: bold;}
h2 {font-weight:bold; font-size: 9pt;}


a:link {color:#911C1F;	text-decoration: none;}
a:hover {color:#F58220;text-decoration: none;}
a:visited {text-decoration: none;color: #911C1F;}
a:active {text-decoration: none;color: #911C1F;}

.style2 {color: #631B4B}



#pageContainer {width:1000px; margin-left:auto; margin-right: auto; background:#fff;}
#topHolder{width:1000px; overflow:hidden;}
#pageHeader{height:160px; width:1000px; margin:0px; background-image:url('../images/header_7.jpg');}

#pageHeaderInfo {
width:960px;
height:20px; 
background:#005496; 
color:#fff; 
padding:5px 20px; 
font-weight:bold;}

#topNav{height: 15px; background:#FFF; margin:0px; padding:0px; }
#contentHolder{width:1000px; background:#fff;}

#leftColumn{
	width:320px;
	padding: 10px;
	float:left;
	background:#fff;
}
#rightColumn{
	width:617px;
	padding:10px 30px 10px 10px;
	float:right;
}

#column1 {
	width:220px;
	padding: 10px;
	float:left;
}
#column2 {
	width:220px;
	float:left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#column3 {
	width:220px;
	padding: 10px;
	float:left;
}
#column4 {
	width:220px;
	float:left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer{width:960px; padding: 5px 20px; color: #FFFFFF; background:#005496; font-weight:bold; text-align:center;}

ul#topNav {list-style-type:none;}
ul#topNav li {float:left; width:166px; text-align:center; display:block; padding: 5px 0px; border-bottom: 1px dotted #ccc;}
ul#topNav li:hover {background-color:#ccc;}
ul#topNav li a:visited:hover {color:#005496; text-decoration: none; font-weight:bold;}
ul#topNav li a:link {color:#911C1F; text-decoration: none; font-weight:bold;}
ul#topNav li a:hover {color:#005496; text-decoration: none; font-weight:bold;}
ul#topNav li a:visited {color:#911C1F; text-decoration: none; font-weight:bold;}

ul#topNav li a:active {color: #911C1F; text-decoration: none; font-weight:bold;}

.clear {clear:both;}
