/* 

STYLE SHEET FOR SYNTHETIC RESOURCES
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks 

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	behavior: url(css/csshover.htc);
	behavior: url(../css/csshover.htc);
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	background-image: url(../images08/src-bkg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	background-color: #FFF;
		}
		
/*  --------- 2. structure  --------- */

#pgTop {
	width: 855px;
	clear: both;
	height: 209px;
	margin: 0 auto;
	background: url(../images08/src-masthead.jpg) no-repeat;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 855px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../images08/src-wrap-bkg.jpg) repeat-y;
		}
#wrapper p {
	margin-bottom: 8px;
}
#wrapper ul {
	margin-bottom: 10px;
}


		
#masthead {
	clear: both;
		}
		
#logo {
	margin-top: 40px;
	display: inline;
	float: left; 
	margin-left: 35px;
		}
#topNav {
	margin-left: 20px;
	display: inline;
	float: left;
	width: 563px;
	margin-top: 43px;
}
#centerContainer {
	margin: 0 0 20px 99px;
	clear: both;
}

#leftCol {
	width: 315px;
	text-align: right;
	float: left;
	background-color: #FFF;
	display: inline;
	margin-left: 75px;
	margin-right: 35px;
}
#rightCol {
	float: left;
	width: 315px;
	display: inline;
	border-left: 1px solid #c0c0c0;
	padding-left: 45px;
}
#leftCol, #rightCol{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
}
		
#content {
	margin-left: 75px;
	margin-right: 75px;
	margin-bottom: 25px;
	padding-top: 25px;
		} 
#content2 {
	margin-left: 35px;
	margin-right: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
		} 

#footer {
	width: 838px;
	clear: both;
	margin-left: 9px;
	padding-top: 23px;
	padding-bottom: 12px;
	background: #d7dad5;
		}
		
#footer a {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}

#bottomImg {
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer p {
	text-align: right;
	margin-right: 28px;
	color: #797979;
}
h1 {
	color: #2c8fce;
	margin-bottom: 3px;
	font: bold 20px Helvetica, Arial, sans-serif;
}
h2 {
	color: #333;
	margin-bottom: 6px;
	font: bold 15px Helvetica, arial, sans-serif;
}

#content p {margin-bottom: 0.5em;}

.separator {clear: both; height: 0;}
.small {
	font-size: 10px;
}
input {
	padding: 1px;
}


.styled {
	margin-bottom: 9px;
	border: 3px solid #2C8FCE;
	float: left;
}
.floatLeft {
	float: left;
	margin-left: 20px;
}

.odd {
	background: #D5E9F7;
}
.styled td {
	padding: 3px 5px;
}
.styled th {
	background: #2C8FCE;
	color: #FFF;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}


.spacer {
	padding-right: 4px;
	padding-left: 4px;
}
.right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.fibLogo {
	padding-bottom: 10px;
	padding-top: 10px;
}
.pgtLogo {
	padding-bottom: 13px;
	padding-top: 13px;
}
.foot {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ---------- 3. links and navigation ---------- */

a {
	font-weight: bold;
	color: #2c8fce;
	text-decoration: none;
		} 
		
a:hover {text-decoration: underline;}

		 
/* ---------- 4. fonts ---------- */
ul {
	list-style-type: disc;
	list-style-position: inside; 
	margin-left: 15px;}
		
#sitemap  a {font-weight: normal;}


/* ---------- 5. images ---------- */

a img {border: 0;}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */text-align: center;	}
		
#wrapper {text-align: left;}  
