

body {
	background: url(images/mesh_bg.gif) top;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, serif;
	font-size: 80%;
	text-align: center;
}

body div {
	text-align: left;
}

h2, h3, h4, h5 {
	color: #002B58;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

.hide {
	display: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#container {
	
}

#header {
	width: 780px;
	margin: 0 auto;
	background: url(images/body_bg_main.gif) top;
	padding: 15px 0;
}

#header h1 {
	margin: 0 15px; 
	padding: 15px;
}

#nav {
	width: 780px;
	margin: 0 auto;
	height: 60px;
	background:  url(images/nav_bg.gif) top no-repeat;
}

#nav ul {
	margin: 0 auto; 
	padding: 0;
	list-style: none;
	margin-left: 40px;
}

#nav li {
	margin: 0 10px 0 10px; 
	padding: 0 ;
	float: left;
}

#nav li a {
	display: block;
	height: 60px;
	width: 120px;
}

/* Highlighted Navigation */

#home #nav li.home a, #home #nav li.home a:hover {
	background: url(images/nav_home_current.gif) no-repeat;
}

#about #nav li.about a, #about #nav li.about a:hover {
	background: url(images/nav_about_current.gif) no-repeat;
}

#services #nav li.services a, #services #nav li.services a:hover {
	background: url(images/nav_services_current.gif) no-repeat;
}

#clients #nav li.clients a, #clients #nav li.clients a:hover {
	background: url(images/nav_clients_current.gif) no-repeat;
}

#contact #nav li.contact a, #contact #nav li.contact a:hover {
	background: url(images/nav_contact_current.gif) no-repeat;
}

/* Standard Navigation links */

#nav li.home a {
	background: url(images/nav_home.gif) no-repeat;		
}

#nav li.home a:hover {
	background: url(images/nav_home_hover.gif) no-repeat;		
}

#nav li.about a {
	background: url(images/nav_about.gif) no-repeat;
}

#nav li.about a:hover {
	background: url(images/nav_about_hover.gif) no-repeat;
}

#nav li.services a {
	background: url(images/nav_services.gif) no-repeat;
}

#nav li.services a:hover {
	background: url(images/nav_services_hover.gif) no-repeat;
}

#nav li.clients a {
	background: url(images/nav_clients.gif) no-repeat;
}

#nav li.clients a:hover {
	background: url(images/nav_clients_hover.gif) no-repeat;
}

#nav li.contact a {
	background: url(images/nav_contact.gif) no-repeat;
}

#nav li.contact a:hover {
	background: url(images/nav_contact_hover.gif) no-repeat;
}		

/* Subnavigation */

#subnav {
	float: right;
	width: 30%;
	background: url(images/subnav_bg.gif) left repeat-y;
	margin: 10px;
	color: white;
}

#subnav h3 {
	font-size: 110%;
	margin: 15px 10px 15px 20px;
	color: #325100;
	border-bottom: 1px solid #325100;
}

#subnav ul {
	list-style: none;
	padding: 0;
	margin: 15px 10px 15px 20px;
}

#subnav ul li {
	padding: 3px 0;
}

#subnav ul li a {
	color: white;
	font-weight: bold;
}

#subnav ul li a:hover {
	color: #AAE552;
}

/* Photos */

.photo {
	background: url(images/photo_bg.gif);
	padding: 6px 5px;
	text-align: center;
	width: 205px;
	color: white;
	clear: both;
}

.phleft {
	margin: 10px;
	float: left;
}

.phright {
	margin: 10px ;
	float: right;	
}

.photo img {
	border: 1px solid black;
}

.photo p {
	text-align: center;
	font-size: 90%;
	margin: 0;
	padding: 2px 3px;
}



/* Sections */

#section {
	width: 780px;
	background: url(images/section_bg.gif) top;
	margin: 0 auto;
}

#secheader {
	background: url(images/section_header_bg.jpg) bottom no-repeat;
	padding: 0 10px;
	height: 60px;
}

#secheader h2 {
	margin: 0;
	padding: 10px 20px 30px 20px;
}

#contentholder {
	width: 780px;
	background: url(images/body_bg_main.gif) 0px 2px repeat-y;
	margin: 0 auto;
}

#content {
	padding: 15px 30px;
}

#footer {
	width: 780px;
	margin: 0 auto;
	background: url(images/footer_bg.gif) bottom no-repeat;
	color: white;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 15px 30px 25px 30px;
}
