/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css"; 
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/buttons.css";

/* Site
-------------------------------------------------------------- */
  
  /* Put your site styles here */
 
body {
	cursor: default;
	background: url(images/bg.jpg) repeat-x top #FFF;
}

img {
	margin: 5px;
 }
.green { color: #8dce01; }
.blue {color: #6B91CF;}
#page {
	width: 918px;
	margin: 0 auto;
}
#header {
	background: url(images/header.jpg) top no-repeat;
	width: 918px;
}
#header #intro {
	height: 193px;
	width: 918px;
	background: url(images/headerlow.jpg) top center no-repeat;
}
#header #logo {
	overflow: auto;
	margin: 0px 0px 0px 65px;
}
#header #logo h1, #header #logo h2, #header #logo p, #header #logo img {
	margin: 0px;
	padding: 0px;
}
#header #logo #image {
float: left
}
#header #logo ul#menu {
width: 542px;
height: 34px;
background: url(images/menubg.jpg) no-repeat bottom left;
float: left;
list-style: none;
margin: 54px 0px 0px 4px;
}
#header #logo ul#menu li {
	display: inline;
	width: auto;
	height: 31px;
	border-right: 1px solid #ccc;
}
#header #logo ul#menu li a{
	text-decoration: none;
	margin: 0 10px 0 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
	line-height: 31px;
}
#header #logo ul#menu li a:hover{
	text-decoration: underline;
}

#content {
	background: url(images/contenttile.jpg) repeat-y center;
	padding-bottom: 500px;
}
#content .buttons ul#portfolio-choice {
	overflow: auto;
	text-align: center;
}
#content .buttons ul#portfolio-choice li {
	margin: 0 auto;
	display: inline;
}
.buttons {
}
/*#content p {
	padding: 10px 5px;
}*/
#content h2 {
	padding: 10px 5px;
}
#content ul {
margin-bottom: 20px;
margin-left: 30px;
margin-right: 20px;
padding: 5px;
list-style: none;
}
#header #intro, #content {
	width: 828px;
	padding: 0px 45px;
}
#header #intro img, #content img {
	margin: 5px;
	border: 0px;
}
#footer {
	background: url(images/footer.jpg) top center no-repeat #FFF;
	height: 110px;
	text-align: center;
	padding-top: 50px;
}
#footer a {
	}
#footer a:hover {
	color: #8dce01;
	}
#progress {
	position: absolute;
	left: 150px;
	top: 100px;
	border: 3px solid #666666;
	display: block;
	width: 198px;
	height: 132px;
	z-index: 500;
	padding: 8px;
}
