/* CSS Document */


/*-----------colors used-----------
#c5301a= peach read background color 
#000000= black
#ffffff= white
*/


* {padding: 0; margin: 0;} 

a {
	color: #fff;
}
a:hover {
	color: #fff;
	background-color: #99190e;
	}
	
a img, img a {
	padding: 8px;
	border: none;
	}
	
a img:hover, img a:hover, a:hover img {
	border: none;
	background-color: none;
	color: none;
	}

#content p img, #content img p {
	padding: 8px;
	border: none;
	}
	
p {
	padding: 5px 0 10px 0;
	color: #000;
	line-height: 110%;
	font-size: 1.2em;
	word-spacing: 2px;
	}
	
h1, h2, h3, h4 {
	color: #fff;
	}
h1 {
	font-size: 2.1em;
}	

h2 { font-size: 1.3em;	}
h3 { font-size: 1.1em;	}
h4 { font-size: .9em; }

body {
	margin: 0px auto;
	font: 82.5% "Times New Roman", Georgia, serif; /* Resets 1em to 10px */
    height: 100%; 
	background: transparent url(images/bg.gif) repeat scroll top left;
	text-align: center; /*centers the text in IE6 */
}

#container {
	width: 760px;
	padding: 0;
	overflow: hidden;
	margin: 10px auto; /*centers the body */
	text-align: left;
	border: 2px solid black;
	background: transparent url(images/bg-faux.jpg) repeat-y scroll 0 0;
	}


#header {
	height: 250px;
	width: 760px;
	clear: both;
	}
	
#contentwrapper {
	clear: both;
	width: 760px;
	}
	
#content {
	float: left;
	width: 520px;
	margin: 20px 0px 30px 10px;
}

ul {
	margin-left: 20px;
}		

ul li {
	list-style: disc;
	margin-left: 20px;
}

#sidebar {
	float: right;
	width: 220px;
}
/**** Navigation Sidebar*********/
#navcontainer {
width: 200px;
margin: 20px 0px 0 15px;
}

#navlist {
padding-left: 0;
margin-left: 0;
width: 200px;
font-family: "Times New Roman", Georgia, Helvetica, serif;
}

#navlist li {
list-style: none;
margin: 0 0 0 10px;
padding: 3px 0 5px 0;
border-bottom: 1px solid #a82314;
font-family: 
}

#navlist li:hover {
list-style: none;
margin: 0 0 0 10px;
padding: 3px 0 5px 0;
}

#navlist li a { 
	text-decoration: none;
	color: #000000;	
	font-size: 1.2em;
	font-variant:small-caps;
	font-weight: bold;
}

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



#footer {
	clear:both;
	width: auto;
	background-color: #000;
	padding-left: 20px;
	}
	
#footer p {
	color: #fff;
	font-size: 1em;
	}
#footer a {
	color: white;
	}
#footer a:hover {
	color: red;
	}
	
.more a {
	color: #fff;
	background-color: #99190e;
	}
.more a:hover {
	color: #000;
	}	

#pr-container {
	clear: both;
	}
	
.pressrelease {
	float: left;
	}
.services {
	position: relative;
	overflow: hidden;
	float: none;
	}

ul#services li a {
	line-height: 160%;
	}