* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html{
	height: 100%;
}


body{
	background: #000000;
	color: #40983B;
}


body a, a:visited, a:active{
	color: #40983B;
	text-decoration: none;
}

body a:hover{
	color: #40983B;
	text-decoration: underline;
}

body h3{
	background: url('../images/headerunderline.png') left bottom no-repeat;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0 0 5px 0;
}

#bodywrapper{
	text-align: center;
	background: #000000 url('../images/bottombackground.jpg') center top;
}


#header{
	background: url('../images/headerbackground.jpg') repeat-x;
	width: 100%;
	height: 26px;
	text-align: right;

}

#header img{
	margin: 5px 15px 0;

}

#navheader{
	background: url('../images/navbackground.jpg') repeat-x;
	width: 100%;
	height: 63px;
}

#navheadershadow{
	background: url('../images/navheadershadow.png') repeat-x;
	width: 100%;
	height: 30px;
}

#mainnav{
	float: right;
	text-align: center;
	height: 63px;
}

#mainnav ul{
	line-height: 63px;
	list-style-type: none;
	display: inline-block;
	float: right;
}


#mainnav li{
	background: url('../images/verticalnavseparator.jpg') no-repeat right center;
	display: inline-block;
	width: 117px;
	height: 63px;
	float: left;
}

#mainnav li.selected{
	background: url('../images/navselectedbackground.jpg') no-repeat left top;
} 

#mainnav li.leftOfSelected{
	background: none;
} 

#mainnav li a{
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	width: 117px;
	height: 63px;
}

#mainnav li a:hover{
	background: url('../images/navitemhighlight.jpg') no-repeat bottom center;
}

#mainnav li a.selected{
	background: url('../images/navitemhighlight.jpg') no-repeat bottom center;
}

#mainnav li.last{
	background: none;
}


#logo{
	margin-left: 30px;
	float: left;
}


#contentwrapper{
	width: 1000px;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

#contentinnerwrapper{
	width: 1000px;
	clear: both;
	margin: 0 auto;
	text-align: center;
}


#content{
	width: 746px;
	margin: 0 auto;
	padding: 10px;
	background: #000000 url('../images/contentbackground.jpg') no-repeat;
}


#leftcontent{
	width: 500px;
	float: left;
	color: #9A9A9A;
	padding-top: 10px;
	text-align: left;
}


.article{
	background: #000000 url('../images/articlebackground.jpg') no-repeat;
	padding: 10px;
	margin: 15px 25px 0 0;
	float: left;
	width: 200px;
	color: #9A9A9A;
	text-align: left;
}


.article ul{
	list-style-image:url("../images/listarrow.png");
	list-style-type:square;
	margin: 1em;
}

.blogpost{
	background: #000000 url('../images/blogpostbg.jpg') repeat-x;
	padding: 10px;
	margin: 15px 25px 0 0px;
	float: left;
	width: 526px;
	color: #9A9A9A;
	text-align: left;
}


#portfoliocontent{
	background: #000000 url('../images/blogpostbg.jpg') repeat-x;
	padding: 10px;
	float: left;
	width: 726px;
	color: #9A9A9A;
	text-align: left;
}







#portfoliotabs{
	float: left;
	height: 18px;
	margin: 15px 0px 0 0px;
}

#portfoliotabs ul{
	line-height: 18px;
	list-style-type: none;
	display: inline-block;
	float: left;
}


#portfoliotabs li{
	background: url('../images/tabdefaultnotlastright.png') no-repeat right top;
	display: inline-block;
	height: 18px;
	float: left;
	padding-right: 30px;
	padding-left: 5px;
}



#portfoliotabs li.leftOfSelected{
	background: url('../images/tableftofselectedright.png') no-repeat right top;
} 

#portfoliotabs li a{
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	height: 18px;
}

#portfoliotabs li a:hover{
	text-decoration: underline;
}

#portfoliotabs li a.selected{
	color: #40983B;
}

#portfoliotabs li.last{
	background: url('../images/tablastright.png') no-repeat right top;
	padding-right: 25px;
}



.portfolioItemDesc{
	float: left;
	width: 200px;
	margin: 15px 0 0 0;

}


.portfolioItemScreenie{
	float: right;
	width: 500px;
	height: 250px;
	border: 1px solid #FFFFFF;
	margin: 15px 0 0 0;
}





#blogarchives{
	background: #000000 url('../images/blogpostbg.jpg') repeat-x;
	padding: 10px;
	margin: 15px 0px 0 0px;
	float: right;
	width: 155px;
	color: #9A9A9A;
	text-align: left;
}

#blogarchives li{
	list-style-image:url("../images/listarrow.png");
	list-style-type:square;
	margin: 1em;
}


#blogarchives a, a.visited, a.active{
	color: #9A9A9A; 
}

#blogarchives a:hover{
	text-decoration: underline; 
}

.blogpost ul{
	list-style-image:url("../images/listarrow.png");
	list-style-type:square;
	margin: 1em;
}

.blogdate{
	font-size: 16px;
	font-weight: bold;
	color: #9A9A9A;
	float: right;
	margin: 0 0 5px 0;
}

#recentposts{
	background: #000000 url('../images/articlebackground.jpg') no-repeat;
	margin: 15px 0 0;
	padding: 10px;
	width: 220px;
	float: right;
	color: #9A9A9A;
	text-align: left;

}

.recentpostdate{
	float: right;
	font-size: 10px;
	color: #9A9A9A;
}


#recentposts li{
	list-style-image:url("../images/listarrow.png");
	list-style-type:square;
	margin: 1em;
}


#recentposts a, a.visited, a.active{
	color: #9A9A9A; 
}

#recentposts a:hover{
	text-decoration: underline; 
}

#banner{
	background: url('../images/banner.jpg') no-repeat;
	width: 746px;
	height: 148px;
}

#portfoliobanner{
	background: url('../images/portfoliobanner.jpg') no-repeat;
	width: 746px;
	height: 148px;
}

#blogbanner{
	background: url('../images/blogbanner.jpg') no-repeat;
	width: 746px;
	height: 148px;
}

#aboutbanner{
	background: url('../images/aboutbanner.jpg') no-repeat;
	width: 746px;
	height: 148px;
}

#contactbanner{
	background: url('../images/contactbanner.jpg') no-repeat;
	width: 746px;
	height: 148px;
}


#footer{
	background: url('../images/navbackground.jpg') repeat-x;
	height: 63px;
	width: 100%;
	text-align: center;
}

#footer ul{
	line-height: 63px;
	list-style-type: none;
}


#footer li{
	border-right: 1px solid #40983B;
	padding: 0px 15px 0px;
	display: inline;
}

#footer li.last{
	border: none;
}


#footercontent{
	width: 768px;
	text-align: center;
	margin: 0 auto;
}


#footerdisclaimer{
	width: 268px;
	float: left;
	margin-top: 22px;
}


#footerlinks{
	width: 500px;
	float: right;
}

