﻿/* CSS Document */

/*PAGE LAYOUT*/




body {
 	background-color:#4a2821;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {color:black;}
	
a:hover {color:maroon; text-decoration:underline;}

a:visited {color: black; text-decoration:none;}






#container {
	width:960px;
	margin-left:auto;margin-right:auto;
	/*background-color:white;*/
	height:auto;
}

#topBar {
	position:relative;
	width:960px;
	height:60px;
	background-image:url('../images/brownTop.jpg');
	text-align:right;
	line-height:45px;

	font-size:28px;
	color:white;
	
}



#mainBody {
position:relative;
	width:960px;
	background-image:url('../images/brownMiddle.jpg');background-repeat:repeat-y;
	height:auto !important;
	
	
}



#leftColumn {
	position:relative;
	float:left;
	left:0px;
	width:180px;
	height:auto;
	
}


#logo {
position:relative;
	float:left;
	width:180px;
	height:160px;
}

#navMenu {
	width:180px;
	
}

#navMenuItems {
	width:180px;
}

#navMenuItems a{
	float:right; 
	width:160px; 
	height:20px; 
	background-color:#959595; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#navMenuItems a:hover{
	background-color:#412b2e;
}

#specialOne {
	width:180px
}


#specialTwo {
	width:180px
}


#rightColumn {
	position:relative;
	float:left;
	width:750px;
}

#companyName {
	position:relative;
	float:left;
	width:750px;
	height:80px;
	
}


#mainContent {
position: relative;
float:left;
	width:770px;
}


#footer {
	clear:both;
	position:relative;
	width:960px;
	height:53px;
	background-image:url('../images/brownBottom.jpg');
	background-repeat:no-repeat;
	color:white;
	text-align:center;
}









/* Content Styles */
h1 {
	
	font-family:aerial, Helvetica, sans-serif;
	
	color: #412b2e;
	font-size:24px;
	margin:0px 0px 10px 0px;
}

h2 {
	font-family:aerial, Helvetica, sans-serif;
	
	color: #c4151c;
	font-size:16px;
	margin:0px 0px 10px 10px;
}

h3 {
	margin: 2px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	text-align:left;
	color:maroon;
	
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	color: black;
	margin:0px 0px 3px 2px;
}

ul{
	font-family:Tahoma, Helvetica, sans-serif;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	color: #417100;
	margin-bottom:12px;
}

li{
	list-style-type: disc;
	list-style-position: inside;
	font-family:Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	line-height:18px;
	margin-top:5px;
	
	color: #252525;


}




/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: white;
	text-decoration: underline;
	font-size:14px;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}



