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

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image:url(images/backgroundimage.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#76848d;
}

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:12px;
	color:#666;
	line-height:30px;
	text-align:justify;
	padding:0 0 10px 0;
	margin:0;
	font-family:Arial, Helvetica, sans-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;
}

#bannerimage{
	margin:0;
	padding:0;
	float:left;
}

#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;
	margin:0;
	padding:0;
}
#contentwrapper {
	clear:both;
	width:900px;
	margin:20px auto;
	padding:0;
	background-image:url(images/wrapper-background.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#leftcontent {
	padding:0;
	margin:20px auto;
	width: 260px;
}


#leftcontent ul {
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:30px;
	text-indent:-0px;
	line-height:100%;
	width:230px;
	color:#333;
	font-weight:normal;
	text-align:right;
}

#leftcontent ul em{
	font-weight:bold;
	color: #fff;
}

#leftcontent li{
	padding-bottom:10px;
}

#leftcontent ul a:link, #leftcontent ul a:visited{
	color:#fff;
	text-decoration:none;
}

#leftcontent ul a:hover, #leftcontent ul a:focus{
	color:#fff;
	text-decoration:underline;
}

#midcontent {
	margin:0;
	padding:0;
	width: 100%;
	border:0;
}
#midcontent  ul {
	list-style-type:square;
	font-size:11px;
	padding-left:10px;
	text-indent:-0px;
	line-height:130%;
	width:120px;
	color:#666;
	padding-top:5px;
}

#midcontent  ul li{
	padding-bottom:10px;
}

#rightcontent {
	margin:0;
	padding:0;
	width: 300px;
	border:0;
}

#rightcontent p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	line-height:8px;
	color:#000;
	padding-right:30px;
}

#wrapbottom {
	clear:both;
	width:900px;
	height:40px;
}
#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;
	}

.leftimage{
	float: left;
	margin: 5px 10px 5px 0px;
	}
	
.rightimage{
	float: right;
	margin: 5px 0px 5px 10px;

}
