/*
Company:	ISPGR
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background-color: #4a716f;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#header {
	background-color: #fbfbfb;
	padding: 20px 0 0 0;
}
div#header-inner {
	width: 834px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 20px 10px;
}

/* Body */
div#bd {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}

/* Footer */
div#footer {
	background: url(../images/ft-bkg.gif) no-repeat 50% 0;
	padding: 25px 0;
	width: 854px;
	margin-left: auto;
	margin-right: auto;
}
div#footer p {
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	text-align: center;
	line-height: 180%;
}
div#footer p a, div#footer p span {
	padding: 0 5px;
}
div#footer p a:link, div#footer p a:visited {
	color: #fff;
	text-decoration: none;
}
div#footer p a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 239px;
	height: 83px;
	background: url(../images/ispgr-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}


/* Login */
div#header div.login {
	padding: 15px 30px 0 0;
	float: right;
	display: inline;
}
div.login {
	width: 162px;
	padding-bottom: 20px;
}
div.login input.txt {
	border: 1px solid #e8e8e8;
	background-color: #fff;
	font-size: 85%;
	color: #5e6e6c;
	padding: 2px;
}
div.login input.user {
	width: 155px;
	display: block;
	margin: 0 0 5px 0;
}
div.login input.pass {
	width: 100px;
	vertical-align: middle;
}
div.login input.btn {
	vertical-align: middle;
}
div.login p.recover {
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 85%;
	text-align: center;
}
div.login p.recover a:link, div.login p.recover a:visited {
	color: #889699;
	text-decoration: underline;
}
div.login p.recover a:hover {
	text-decoration: none;
}

/* Feature */
div#feature {
	width: 828px;
	height: 179px;
	background: url(../images/feature-bkg.jpg) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
div#feature div.content {
	width: 259px;
	padding: 10px 12px 0 10px;
	float: right;
	display: inline;
}
div#feature div.content p {
	font-size: 93%;
	font-family: Verdana, Arial, sans-serif;
	color: #18322f;
	line-height: 140%;
}
div#feature div.content p a:link, div#feature div.content p a:visited {
	color: #18322f;
	text-decoration: underline;
}
div#feature div.content p a:hover {
	text-decoration: none;
}
div#feature div.content p.read-more {
	text-align: right;
}
div#feature div.content p.read-more a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/feature-more-arrow.gif) no-repeat 100% 50%;
	padding: 0 15px 0 0;
}
div#feature div.content p.read-more a:link, div#feature div.content p.read-more a:visited {
	text-decoration: none;
}

/* Main */
div.main {
	width: 512px;
	background: url(../images/main-bkg.gif) repeat-y 0 0;
	margin: 0 0 0 6px;
	float: left;
	display: inline;
}
div.main-btm {
	width: 512px;
	height: 47px;
	background: url(../images/main-btm.gif) no-repeat 0 0;
	overflow: hidden;
}
div.main div.content {
	padding: 0 40px;
}

/* Main Read More */
div.main p.read-more {
	background: url(../images/read-more-btn-right.gif) no-repeat 100% 0;
	font-size: 85%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	float: right;
	display: inline;
}
div.main p.read-more a {
	display: block;
	background: url(../images/read-more-btn-left.gif) no-repeat 0 0;
	line-height: 24px;
	padding: 0 15px;
	text-transform: uppercase;
}
div.main p.read-more a:link, div.main p.read-more a:visited {
	color: #fff;
	text-decoration: none;
}
div.main p.read-more a:hover {
	color: #D5A600;
	text-decoration: none;
}

/* Main Pic */
div.main img.main-pic {
	border: 2px solid #436765;
	margin: 0;
	float: left;
	display: inline;
}

/* Main Content Column 
div.main-content-col {
	padding-bottom: 20px;
}
*/
div.main-content-col div.main-content-right {
	width: 270px;
	float: right;
	display: inline;
}

/* Sub */
div.sub {
	width: 313px;
	margin: 0 5px 0 0;
	background: url(../images/sub-bkg.gif) repeat-y 0 0;
	float: right;
	display: inline;
}
div.sub-top {
	background: url(../images/sub-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.sub-btm {
	background: url(../images/sub-btm.gif) no-repeat 0 0;
	overflow: hidden;
	width: 313px;
	height: 30px;
}
div.sub div.content-white {
	margin: 0 10px;
	background-color: #fdffed;
}
div.sub div.content-white div.content {
	margin: 0 20px;
}
div.sub div.content {
	margin: 0 30px;
	padding: 10px 0;
}
div.sub a:link, div.sub a:visited {
	color: #43847e;
	text-decoration: underline;
}
div.sub a:hover {
	color: #fff;
	text-decoration: underline;
}

div.sub div.content-white a:link, div.sub div.content-white a:visited {
	color: #0a6ba3;
	text-decoration: underline;
}
div.sub div.content-white a:hover {
	color: #255f5c;
	text-decoration: underline;
}

div.sub img.sub-img {
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
}

div.sub p.sub-btn {
	text-align: center;
	padding: 10px 0;
	margin: 0;
}
div.sub p.sub-btn a {
	display: block;
	background: url(../images/sub-btn-right.gif) no-repeat 100% 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 93%;
	float: left;
	display: inline;
}
div.sub p.sub-btn a span {
	background: url(../images/sub-btn-left.gif) no-repeat 0 0;
	padding: 0 15px;
	line-height: 24px;
	display: block;
}
div.sub p.sub-btn a:link, div.sub p.sub-btn a:visited {
	color: #fff;
	text-decoration: none;
}
/* @end */

/* @group Nav */
/* Nav */
div#nav {
	background-color: #8a9892;
}
div#nav ul {
	margin: 0 auto;
	padding: 0;
	width: 854px;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	padding: 10px 15px;
	border-left: 1px solid #acb6b2;
	font-size: 108%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
div#nav ul li:first-child a {
	border: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #f7f1f4;
	text-decoration: none;
}
div#nav ul li a:hover {
	background-color: #f3ca05;
	color: #fff;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	padding: 20px 0 20px 0;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 123.1%;
	text-transform: uppercase;
	color: #dcd5a1;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../images/main-top.gif) no-repeat 0 0;
}
div.main h2 {
	font-size: 108%;
	font-weight: normal;
	text-transform: uppercase;
	color: #cdbf6f;
	margin: 0 0 5px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

div.sub h1.sub-header {
	font-size: 123.1%;
	font-weight: bold;
	color: #0a6ba3;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 46px;
	text-transform: none;
}
div.sub h1 {
	font-size: 123.1%;
	font-weight: bold;
	color: #255f5c;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
div.sub h2 {
	font-size: 108%;
	margin: 0 0 5px 0;
	color: #13354d;
	text-transform: uppercase;
}
div.sub div.content-white h2 {
	color: #0a6ba3;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 93%;
	color: #fff;
	line-height: 140%;
}

div.sub p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 93%;
	color: #204947;
	line-height: 140%;
}
/* @end */

/* @group Default Lists */
div.main ul, div.main ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: 93%;
	color: #fff;
}
div.main ul li, div.sub ul li {
	list-style: square;
}
div.main ul a:link, div.main ul a:visited {
	color: #87bdef;
	text-decoration: underline;
}
div.main ul a:hover {
	color: #fff;
	text-decoration: underline;
}

div.sub ul {
	color: #204947;
	font-family: Verdana, Arial, sans-serif;
}
div.sub ul li {
	font-size: 93%;
	padding: 0 0 5px 0;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/**********************
 * CSS for map overlay on home page
 **********************/
#mapOverlay {
	position: fixed;
	z-index: 100;
	top:0;
	left: 60px;
	width: 100%;
	height: 100%;
	display: none;
}
#greyOverlay {
	position: fixed;
	z-index: 100;
	top:0;
	left: 0;
	background: #333333;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	width: 100%;
	height: 100%;
}
* html #greyOverlay {
	position: absolute;
	height: 2000px;
}
#mapContainer {
	z-index: 101;
	position: relative;
	padding: 8px 30px 9px 30px;
	top: 60px;
	left: 60px;
	width: 600px;	
	background: #FFFFFF;
	filter:none;-moz-opacity:none;opacity:none;
}
#mapContainer h3 {
	margin-bottom: 7px;
}
* html #mapContainer {
	filter: none;
	opacity: none;
	position: absolute;
	width: 600px;
	height: 360px;
}

.mapClose {
	padding: 7px 0 0 0;
	text-align: right;
}

.mapClose img {
	cursor:pointer;
}

body.showMap #mapOverlay {
	display: block;
}

#mapControls_open {
	cursor: pointer;
}

body.splash #contentLeft .csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin-left: 18px;
}