/* 
Title:     ProTech gStyles
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	color: #333;
	background: #fff url(../images/frame-bg.gif) repeat-y left;
	}
	  
html>body { /* be nice to Opera */
 	font-size: small;
	}
	
body#p-index #t-home a,
body#p-services #t-services a,
body#p-resourcecenter #t-resourcecenter a,
body#p-equipment #t-equipment a,
body#p-reports #t-reports a,
body#p-credentials #t-credentials a,
body#p-territory #t-territory a,
body#p-contact #t-contact a{
	color: #feba2f;
	}

/* ---( links )------------------------------- */

a:link {
	color: #003a80;
	text-decoration: none;
	}
a:visited {
	color: #003a80;
	text-decoration: none;
	}
a:hover {
	color: #666;
	text-decoration: underline;
	}
	
#header {
	width: 100%;
	min-width: 780px;
	text-align: left;
	background: #fff url(../images/bg-curve.gif no-repeat top left);
	}

#logo {
	float: left;
	padding: 5px 15px;
	background: #fff;
	}
	
#tagline {
	position: absolute;
	top: 35px;
	left: 600px;
	}
	
/* navigation */

#nav {
	float: left;
	width: 100%;
	min-width: 780px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-bottom: 2px solid #feba2f;
	background: #003a80;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../images/div.gif) no-repeat center right;
	}
#nav a {
	float: left;
	padding: 8px 15px 7px 15px;
	text-decoration: none;
	color: #fff;
	}
#nav a:hover, #nav a.active {
	color: #feba2f;
	/*background: #feba2f;*/
	}

#nav #t-contact {
	background: none;
	}
	
#flash {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 187px;
	background: #666;
	}

#wrap {
	clear: both;
	float: left;
	width: 850px;
	}

#home-content {
	float: left;
	width: 575px;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}
	
#home-sidebar {
	float: left;
	width: 230px;
	}

h1 {
	margin: 0;
	font-size: 150%;
	color: #666;
	}
	
h2 {
	margin: 0;
	font-size: 120%;
	color: #003a80;
	}
	
hr { 
	margin: 30px 0;
	}
	
/* gutters */

#home-content .gutter {
	padding: 15px;
	border-right: 1px solid #999;
	}
#home-sidebar .gutter {
	padding: 15px 0 0 20px;	
	}
	
/* sidebar */
	
#home-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	}
	
#home-sidebar li {
	margin: 0 0 .5em 0;
	padding: 0;
	}
	
#sb-links a {
	margin: 0 0 .2em 0;
	padding: 0;
	line-height: 1.2em;
	}

#home-sidebar p {
	margin: 0;
	padding: 0;
	}

/* title */

#title {
	clear: left;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #666;
	}

#title h1 {
	margin: 0;
	padding: 0;
	font-size: 150%; 
	font-weight: normal;
	color: #fff;
	}
	
/* subpages */

#frame {
	clear: both;
	width: 770px;
	}

#content {
	margin-left: 220px;
	width: 550px;
	font-size: 95%;
	line-height: 1.5em;
	}
#content .gutter {
	padding: 15px 0 15px 15px;
	}
	
#rc-links {
	position: absolute;
	top: 210px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 215px;
	}

ul {
	list-style: none;
	margin: 0; 
	padding: 0 0 1em 0;
	}
	
/* Resource Center Links*/

#rc-links ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1em 0;
	text-align: right;
	border-top: 1px solid #dddbdb;
	}
	
#rc-links li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dddbdb;
	}
	
#rc-links a {
	display: block;
	margin: 0;
	padding: 8px 6px 8px 20px;
	color: #666;
	text-decoration: none;
	width: 189px;
	}
	
#rc-links a:hover {
	color:#fff;
	background: #b5b5b5;
	}

#footer {
	clear: both;
	margin: 0 0 0 220px;
	padding: 0;
	width: 530px;
	font-size: 85%;
	}

#footer .gutter {
	margin: 0;
	padding: 0 15px;
	}
