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

body {
	font:"Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-image:url(images/backgroundimage2.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
}

h1{
	font-size:20px;
	color:#76848d;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 5px 0;
	margin:0;
	line-height:24px;
}

h2{
	font-size:16px;
	color:#666;
	text-align:left;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
}

h3{
	font-size:14px;
	color:#76848d;
	text-align:left;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
}

h4{
	font-size:18px;
	color:#000;
	text-align:left;
	font-weight:bold;
	padding:20px 0 20px 0;
	margin:0;
}

h5{
	font-size:14px;
	color:#FFF;
	text-align:right;
	font-weight:bold;
	padding:20px 10px 20px 0;
	margin:0;
}

p {
	font-size:14px;
	color:#666;
	line-height:35px;
	text-align:justify;
	padding:0 0 10px 0;
	margin:0;
	font:"Times New Roman", Times, serif;

}

a:link, a:visited{
	color: #000;
	text-decoration:underline;
}

a:hover, a:focus{
	color: #76848d;
	text-decoration:underline;
}

em{
	color:#000;
}

#wrapper {
	width: 900px;
	margin:0px auto;
	padding:0;
}


#banner {
	margin:0;
	padding:0;
	height:215px;
	background-image:url(images/headerimage.gif);
	background-position:0 auto;
	background-repeat:no-repeat;
}

#topnav {
	margin:20px 20px 0 0;
	height: 20px;
	float:right;
	width:300px;
	text-align:right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #76848d;
}

#topnav ul {
	padding: 0;
	margin: 0;
}

#topnav ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#topnav ul li a {
	color: #76848d;
	text-decoration:none;
	padding: 0 20px 0 20px;
	text-align: right;
	border-left:dotted 1px #666;
	width: 9em;
}

#topnav ul li a:hover, #topnav ul li a:focus {
	color: #76848d;
	text-decoration: underline;
}


#wraptop {
	clear:both;
	width:900px;
	height:40px;
}
#contentwrapper {
	clear:both;
	margin:0 auto;
	padding:20px;
	text-align:center;
	background-image: url(images/wrapper-background.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#portfoliobuttons{
	height:150px;
	border-top:8px solid #e8e8e8;
	border-bottom:8px solid #e8e8e8;
	background-color:#fff;
	margin:0px auto;
	padding-top:10px;
	clear:both;
}

#portfoliobuttons p{
	padding:5px auto;
	font-size:10px;
	color:#333;
	text-align:center;
	line-height:100%;
}

#portfoliobuttons p a:link, #portfoliobuttons p a:visited{
	color: #666;
	text-decoration:none;
}

#portfoliobuttons p a:hover, #portfoliobuttons p a:focus{
	color: #76848d;
	text-decoration:underline;
}

#footer{
	color: #FFF;
	clear:both;
	width: 800px;
	margin:10px auto;
}

#footer p{
	font-size: 11px;
	color:#FFFFFF;
	text-align:center;
	font-weight: normal;
	line-height:125%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

#footer a:link, #footer a:visited{
color:#FFFFFF;
text-decoration:underline;
}

#footer a:hover{
color:#ccc;
text-decoration:underline;
}