@charset "UTF-8";
/* CSS Document */

/* clear out default styles */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

.ping, #container, #theLogo, #header, #content-home, #content, #navlist, ul#navlist li a, #footer  {  
	behavior: url(iepngfix.htc); 
}

a:link, a:visited {
	color: #CCCCCC;
	text-decoration:underline;
}
a:hover, a:active {color: #901B19; text-decoration:underline;}

body{
	background: #000000 url(images/pageback.jpg) repeat-x;
}

#container{
	margin: 0;
	padding:0;
	width:1025px;
	background: url(images/contentback.jpg) no-repeat left top;
}

/* --- --- --- --- left Column Stuff --- --- --- --- */
#leftCol{
	float:left;
	width:314px;
	padding:0;
	margin:0;
}

#theLogo{
	padding:21px 0 16px 67px;
}
#theMenu{
	padding: 10px 0 0 25px;
}
ul#navlist {
	width: 275px;
	padding: 0px;
	border-top: 0px;
	margin: 0px;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

ul#navlist li {
	list-style: none;
	margin: 0px;
	border: 0px;
	padding: 0;
}

ul#navlist li a {
	display: block;
	width: 241px;
	padding: 8px 17px;
	text-decoration: none;
	text-align: right;
	background: url(images/menuBottom.gif) repeat-x bottom;
	margin: 0;
}

ul#navlist li a:link, ul#navlist li a:visited {
	color: #979797;
}

ul#navlist li a:hover { color: #ffffff;}


/* --- --- --- --- right Column Stuff --- --- --- --- */

#rightCol{
	float:left;
	width:703px;
	padding:0;
	margin:0;
}
#header{
	width: 704px;
	height: 98px;
	background: url(images/headerback.png) no-repeat;
}
#content{
	width: 611px;
	min-height: 300px;
	_height: 468px;
	background: url(images/bodyback.png) no-repeat;
	padding: 25px 50px 25px 43px;
}
#content-home{
	width: 611px;
	min-height:325px;
	_height: 325px;
	background: url(images/bodyback-home.png) no-repeat;
	padding: 260px 50px 0 43px;
}
.contact{
	float:left;
	width:170px;
	padding: 10px 48px 40px 0;
}
.contact p{
	color:#c7c7c7;
}
.contact h1{
	font: normal 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding:0;
	margin:0 0 5px 0;
	text-transform:uppercase;
} 



.clearer {
	clear:both; 
	line-height: 0; 
	height: 0;
}
#footer{
	width: 661px;
	padding: 5px 0px 0 43px;
	background: url(images/footerback2.png) no-repeat bottom;
	margin: 0;
}
#sitemap{
	width: 661px;
	padding: 5px 0px 0 43px;
	
	margin: 0;
}

.footeText{
	font: normal 11px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a.footeText:link, a.footeText:visited {
	color: #666666;
	text-decoration:none;
	padding: 0 5px 0 0;
}
a.footeText:hover, a.footeText:active {
	color: #FFFFFF;
	text-decoration:none;
}

/* --- --- --- --- the other styles --- --- --- --- */

h1{
	font: normal normal 24px/26px "Times New Roman", Times, serif;
	color: #ffffff;
	padding-bottom: 10px;
	text-transform: uppercase;
}



h2{
	font: normal normal 20px/26px "Times New Roman", Times, serif;
	color: #ffffff;
	padding-bottom: 5px;
	
}
h3{
	font: bold normal 16px/20px Arial, Helvetica, sans-serif;
	color:#3F384E;
	padding-bottom: 8px;
	
}
h4{
	font: bold normal 16px/20px Arial, Helvetica, sans-serif;
	color:#3F384E;
	padding-bottom: 8px;
	
}
h5{
	font: bold normal 16px/20px Arial, Helvetica, sans-serif;
	color:#3F384E;
	padding-bottom: 8px;
	
}
p{
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 14px;
}

li{
	padding-bottom: 5px;
}
ul{
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 14px;
	list-style: square outside;
	padding-left: 20px;
}
ol{
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0 0 20px 15px;
	list-style: outside;
}
table{
	font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
