/*
Theme Name: ProjectResources Custom
Description: Custom theme created specifically for projectresources.net. Developed &amp designed by <a href="http://www.mankatowebdesign.com">Mankato Web Design</a>.
Version: 1.0
Author: Mankato Web Design
Author URI: http://www.mankatowebdesign.com

	ProjectResources Custom v1.0

*/

@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/bg.jpg) no-repeat center bottom #0067A1;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 30px;
	margin-left: 0px;
	font-size: 14px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 102px;
	width: 900px;
}
#nav {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 900px;
}
#subheader {
	text-align: center;
	height: 271px;
	width: 900px;
	margin-bottom: 8px;
	z-index: -1;
}
#subheader-subpage {
	height: 100px;
	width: 900px;
	margin-bottom: 8px;
}
#home-buttons {
	height: 194px;
	width: 900px;
	margin-bottom: 8px;
	text-align: center;
}
.imagecenter {
	padding-right: 7px;
	padding-left: 0px;
}
.imageright {
	padding-right: 0px;
	padding-left: 0px;
}
#content {
	width: 900px;
}
#content-top {
	background-image: url(images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
* html #content-top {
	margin-bottom: -8px;
}
#content-middle {
	width: 870px;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/content-middle.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#content-bottom {
	background-image: url(images/footer-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
	width: 900px;
	margin-top: -2px;
	margin-bottom: 8px;
}
#footer-top {
	background-image: url(images/footer-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
	width: 900px;
}
* html #footer-top {
	margin-bottom: -9px;
}
#footer-middle {
	background-image: url(images/footer-middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 870px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/content-middle.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFFFFF;
}
#footer-left {
	float: left;
	height: 30px;
	width: 650px;
	background-image: url(images/footer-leftbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}
#footer-right {
	float: left;
	height: 80px;
	width: 220px;
	font-size: 11px;
	text-align: right;
}
#footer-bottom {
	background-image: url(images/footer-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 900px;
}
#footernavlist {
	padding: 0px;
	margin: 0px;
}
#footernavlist li {
	list-style-type: none;
	float: left;
}
#footernavlist li a {
	color: #000000;
	text-decoration: none;
	display: inline;
	height: 25px;
	outline: none;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#footernavlist li a:hover {
	color: #666666;
}
p {
	line-height: 16px;
	font-size: 14px;
	margin: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-color: #000000;	
	background-image: url(images/header-image.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	height: 35px;
	line-height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a#home {
	width: 65px;
	height: 50px;
	background-image:url(images/home.gif);
	display:block;
	text-decoration:none;
	float:left;
	text-indent: -7000px;
}

#nav li a#home:hover {
	background-position: 0px 50px;
}
#nav li a#company {
	width: 90px;
	height: 50px;
	background-image:url(images/company.gif);
	display:block;
	text-decoration:none;
	float:left;
	text-indent: -7000px;
}

#nav li a#company:hover {
	background-position: 0px 50px;
}
#nav li a#development {
	width: 115px;
	height: 50px;
	background-image:url(images/development.gif);
	display:block;
	text-decoration:none;
	float:left;
	text-indent: -7000px;
}

#nav li a#development:hover {
	background-position: 0px 50px;
}
#nav li a#projects {
	width: 78px;
	height: 50px;
	background-image:url(images/projects.gif);
	display:block;
	text-decoration:none;
	float:left;
	text-indent: -7000px;
}

#nav li a#projects:hover {
	background-position: 0px 50px;
}
#nav li a#news {
	width: 124px;
	height: 50px;
	background-image:url(images/news.gif);
	display:block;
	text-decoration:none;
	float:left;
	text-indent: -7000px;
}

#nav li a#news:hover {
	background-position: 0px 50px;
}
#nav li a#links {
	width: 66px;
	height: 50px;
	background-image:url(images/links.gif);
	display:block;
	text-decoration:none;
	float:left;
	text-indent: -7000px;
}

#nav li a#links:hover {
	background-position: 0px 50px;
}
#nav li a#clients {
	width: 76px;
	height: 50px;
	background-image:url(images/clients.gif);
	display:block;
	text-decoration:none;
	float:left;
	text-indent: -7000px;
}

#nav li a#clients:hover {
	background-position: 0px 50px;
}
#nav li a#contact {
	width: 83px;
	height: 50px;
	background-image:url(images/contact.gif);
	display:block;
	text-decoration:none;
	float:left;
	text-indent: -7000px;
}

#nav li a#contact:hover {
	background-position: 0px 50px;
}#menucontainer {
	height: 50px;
	padding-left: 177px;
	position: relative;
}
.pictureright {
	margin: 2px;
	padding: 2px;
	float: right;
	border: 1px solid #026ba5;
	margin-bottom: 40px;
}
.pictureleft {
	margin: 2px;
	padding: 2px;
	float: left;
	border: 1px solid #026ba5;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
a, a:link, a:active, a:visited {
	color: #0066a1;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
#content-middle  ul {

    line-height:1.4;
    list-style-type:none;
}
#content-middle li {
	padding-left:45px;
	background:transparent url(images/bullet.jpg) no-repeat;
	background-position:25px 2px;
	padding-bottom: 5px;
}







#sddm {
	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px arial
}

#sddm li a
{	
	display: block;
	margin: 0px;
	padding: 0px;
	width: 200px;
	background: #transparent;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover
{		background: #transparent;}


#sddm div
{	
	position: absolute;
	visibility: hidden;
	top: 0px;
	margin: 50px 0px 0px 60px;	
	left: -190px;
	padding: 0;
	background: #0066a1;
	z-index: 3000;
	text-align:center;
}
* html #sddm div {
	position: absolute;
	visibility: hidden;
	margin: 50px 0px 0px 60px;
	padding: 0;
	background: #0066a1;
	z-index: 30;
	left: -190px; 	
	text-align:center;
}

#sddm div a
{	
	position: relative;
	display: block;
	margin: 0;	
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #transparent;
	color: #ffffff;text-align:center;
	font: 12px verdana
}

#sddm div a:hover {		
	background: #004d79;
	color: #FFF
}

#sddm2 {
	margin: 0;
	padding: 0;
	z-index: 30
}

#sddm2 li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px arial
}

#sddm2 li a
{	
	display: block;
	margin: 0px;
	padding: 0px;
	width: 200px;
	background: #transparent;
	text-align: center;
	text-decoration: none
}

#sddm2 li a:hover
{		background: #transparent;}


#sddm2 div
{	
	position: absolute;
	visibility: hidden;
	margin: 50px 0px 0px 260px;
	padding: 0;
	background: #0066a1;
	z-index: 3000;
    left: -350px;	
	text-align:center;
}
* html #sddm2 div {
	position: absolute;
	visibility: hidden;
	margin: 50px 0px 0px -150px;
	padding: 0;
	background: #0066a1;
	z-index: 30;
	text-align:center;
}

#sddm2 div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #transparent;
	color: #ffffff;text-align:center;
	font: 12px verdana
}

#sddm2 div a:hover {		
	background: #004d79;
	color: #FFF
}
.db {
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.db a {
	color: #FFFFFF;
	text-decoration: under;
	font-weight: bold;
}

.navigation{
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 5px 0px;
}

.post{
padding: 10px 0px 0px 0px;
}

small{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
margin: 0px 0px 15px 0px;
display: block;
}

ul#links li a { font-size:12px; }