/* 

STYLE SHEET FOR [PCS] WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	behavior: url(css/csshover.htc);
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../newImages/bodyBkg.jpg);
	background-repeat: repeat-x;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 959px;
	margin-right: auto;
	margin-left: auto;
		}
#leftGrad {
	float: left;
}
#rightGrad {
	float: right;
}
#subwrapper {
	width: 903px;
	float: left;
}
#masthead {
	background-image: url(../newImages/midBlueBarBkg.jpg);
	height: 203px;
	clear: left;
	float: left;
	width: 903px;
		}
#ssfu {
	padding-left: 49px;
	padding-bottom: 61px;
}
#logo {
	width: 603px;
	float: left;
	height: 119px;
	background-color: #FFF;
		}
#logo img {
	padding-top: 11px;
	padding-left: 29px;
}
#leftShadow {
	margin-right: auto;
	margin-left: auto;
}

#topRight {
	float: left;
	width: 300px;
	background-image: url(../newImages/topBlueBar.gif);
	height: 119px;
	background-repeat: no-repeat;
}
#topRight a {
	margin: 0px;
	color: #000;
	padding: 0px;
}
#topRightNav {
	text-align: right;
	padding: 0px 12px 0px 0px;
}
#topRightNav p {
	padding-bottom: 6px;
}
#topRight #searchSite {
	text-align: right;
	padding-right: 12px;
}
#topRight #searchSite form {
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
#topRight #clientLoggedIn {
	text-align: right;
	padding-bottom: 34px;
	padding-right: 12px;
	padding-top: 10px;
}
#topRight #clientLoggedIn p {
	height: 10px;
}


#topRight #searchSite input {
	font-size: 10px;
	text-align: left;
}
#navContainer {
	background-color: #565756;
	clear: left;
	float: left;
	height: 37px;
	width: 903px;
		}
#NavBar {
	padding-top: 7px;
}
#content {
	clear: left;
	float: left;
	background-image: url(../newImages/contentGradiant.jpg);
	width: 605px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d4d9;
	background-color: #FFF;
		}
#news {
	width: 298px;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#news p {
	padding-left: 15px;
}
#events {
	width: 301px;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../newImages/RightDivider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#events p {
	padding-left: 15px;
}
#products {
	width: 298px;
	height: 355px;
	float: right;
	background: url(../newImages/productsBkg.jpg) repeat-x;
	background-color: #CAD8E5;
}
#products p {
	padding-left: 15px;
}
#footer {
	width: 605px;
	clear: left;
	float: left;
	background-image: url(../newImages/bottomShadow.gif);
	background-repeat: repeat-x;
	padding-top: 35px;
	font-size: 10px;
	color: #666;
		}
#footer p {
	padding-left: 15px;
}
.separator {
		clear: both;
		height: 0;
		}
#divider, #divider2, #divider3 {
	float: left;
}
#title, #title2, #title3 {
	padding: 15px;
}



/* ---------- 3. links and navigation ---------- */

a {
	padding-top: 15px;
	color: #084476;
		}
		
a:hover {
		}
h2 {
	font-weight: bold;
	color: #0D4D94;
	font-size: 12px;
}
#content h2 {
	padding-left: 15px;
	padding-top: 10px;
}
#products h2 {
	padding-left: 15px;
	padding-top: 10px;
}

/* ---------- 4. fonts ---------- */
ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */
 
a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
p {
	line-height: 1.5em;
	padding-right: 15px;
}
