/*
Colors

Green (links): 0A7A6A
Brown (text): 545448
Lt Brown (text): 999982
*/

body {
	margin: 0;
	font: 62.5%/1.5em arial, helvetica, sans-serif;
	text-align: center;
	color: #545448;
	background: #999982 url(../images/bg_body.gif) 0 0 repeat-x;
}

/* PC FF3 adds an outline to Flash objects? */
a, object {
	outline: none;
}
a img { border: none; }

p, dd, li {
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}  

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, 
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited  {
    color: #0A7A6A;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
} 

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; } 

h1 { 
    color: #000;
    margin: 0 0 1.5em 0;
} 
h2 {
	font-size: 24px;
	color: #545448;
	text-transform: uppercase;
	margin: 0;
}
h3 {
	font-size: 24px;
	color: #545448;
	margin: 0;
}
h4,
legend {
	color: #0A7A6A;
	margin: 1em 0 0.5em 0;
	font-family: georgia, serif;
}
h2, h3, h4, h5, h6 {	
}
dt {
	font-weight: bold;
	margin-bottom: 0;
	color: #0A7A6A;
}
dd {
	margin: 0 1.5em 2em 1.5em;
}
	dd p:first-child {
		margin-top: .5em;
	}

a,
a:link,
a:visited {
    color: #0A7A6A;
}
a:hover,
a:active {
    color: #33aacc;
}

fieldset { border: none; }
legend { }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

p {
	margin: .5em 0;
}
	
div.hr {
  	height: 3px;
  	margin: 10px 0;
  	background: #fff url() 0 0 repeat-x;
}
	div.hr hr {
	  	display: none;
	}

ul, ol {
    margin: 1em 2em;
    padding: 1em;
    list-style: disc;
    color: #666;
}

ol {
    list-style: decimal;
}
	ol ul,
	ol ol {
		margin: 0;
		padding: .5 1em;
	}

ol.orderedList li {
	color: #0A7A6A;
}
ol.orderedList li span,
ol.orderedList ul li {
    color: #666;
}
	li {
	    margin: 0 0 .5em 0;
	    padding: 0;
	} 

blockquote, q {
    margin: 1em 2em;
    padding: 1em;
    border-left: 1px solid #dcd6c6;
    font-style: italic; 
    font-size: 1.2em;   
    color: #666; 
}   

small,
.small { 
    font-size: .8em;
}

table {
	border: 0;
	border-collapse: collapse;
}

form {margin: 0;}


/* ----------------
    PAGE STRUCTURE
    ------------- */
#page {
	/* an extra wrapper incase we need a 2nd background image */
	text-align: left;
	padding: 0;
	font-size: 1.2em;
}

#wrapper,
#header,
#footer {
	position: relative;
	margin: 0 auto;	
	width: 960px;
}

#wrapper {
	position: relative;
	margin-bottom: 10px;
	background: #fff url(../images/bg_faux_columns.gif) 0 0 repeat-y;
}
	body.full #wrapper {
		background: #fff url(../images/bg_faux_columns_full.gif) 0 0 repeat-y;
	}

#header {
	height: 120px;
	border-top: 10px solid #545448;
	border-bottom: 5px solid #545448;
	background: url(../images/logo.gif) 0 0 no-repeat;
}

#footer {
	background-color: #555544;
}

#footer .siteDesignCredit a {
	text-decoration: none;
	color: #85856c;
}
#footer .siteDesignCreditGeo {
	display: none;
}

#columnSub {
	float: left;
	width: 185px;
	/*background-color: yellow;*/
}

#columnMain {
	position: relative;
	float: left;
	width: 775px;
	/*background-color: green;*/
}
	#contentHeader {
		background-color: #fff;
		border-bottom: 1px solid #eeecd6;
		padding-bottom: 1em;
		/*background-color: purple;*/
	}
		body.home #contentHeader,
		body.full #contentHeader {
			border-bottom: 1px solid #999982;
			padding: 0;
		}
	#contentMain {
		float: left;
		width: 589px;
		/*background-color: blue;*/
	}
		body.home #contentMain,
		body.full #contentMain {
			border-top: 10px solid #f0efdb;
		}
		body.full #contentMain {
			width: 775px;
			background-color: #fff;
		}
	#contentSub {
		float: right;
		width: 185px;
		/*background-color: black;*/
	}
		#contentMainInner,
		#contentSubInner,
		#footerInner {
			padding: 15px;
			position: relative;
		}
			#contentMainInner {
				/*padding-top: 30px; if breadcrumbs are needed */
			}
			#footerInner {
				padding: 10px 0 10px 10px;
			}
			
#shadow {
	position: absolute;
	top: -5px;
	right: -20px;
	width: 20px;
	height: 250px;
	background: url(../images/shadow_right.png) 0 0 no-repeat;
}

/* ----------------
    STRUCTURE CONTENTS
    ------------- */
#header h1 {
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	padding: 0;
}
	#header h1 a {
		display: block;
		width: 390px;
		height: 100px;
		text-indent: -9999px;
	}
#tools {
	width: 370px;
	text-align: right;
	position: absolute;
	right: 0;
	top: -5px;
}
	#tools form {
		color: #bcbcad;
		background-color: #545448;
		padding: 5px;
	}
	#tools .textField,
	#search .textField {
		width: 80px;	
		border: 1px solid #b3b3a1;
	}
	#tools label {
		text-transform: uppercase;
		font-size: 10px;
		padding-right: 5px;
	}
	#tools .submit {
		background-color: #999982;
		border: none;
		color: #e6e6e0;
		cursor: pointer;
		font-size: 10px;
		text-transform: uppercase;
		padding: 2px;
		margin-left: 10px;
	}
	#tools a {
		color: #006699;
		font-size: 10px;
		text-transform: uppercase;
	}
	
	
#search {
	position: absolute;
	bottom: 10px;
	right: 0;
}
	#search .textField {
		width: 200px;
	}
	#search .submit {
		background-color: #545448;
		border: 1px solid #999982;
		color: #e6e6e0;
		cursor: pointer;
		font-size: 10px;
		text-transform: uppercase;
		padding: 2px;
		margin-left: 10px;
	}
	
#contentHeaderInner {
	float: left;
	margin: 0 0 1.5em 0;
	width: 320px;
}
	body.home #contentHeaderInner {
		float: right;
		width: 320px;
		margin: 1.5em 1.5em 1.5em 0;	
	}
	body.full #contentHeaderInner {
		width: 320px;
		margin: 1.5em;
	}
	body.genericContent #contentHeaderInner {
		width: auto;
		margin-bottom: 0;
	}
		body.genericContent #contentHeader {
			border-bottom: 0;
		}
	body.genericLanding #contentHeaderInner {
		width: auto;
		margin-bottom: 0;
	}
	#contentHeaderInner p {
		font-family: georgia, serif;
	}
		
#contentHeader img {
	float: right;
	border: 1px solid #fff;
}
	body.home #contentHeader img {
		float: left;
	}

#footer,
#footer a {
	color: #fff;
}
	#footer .column {
		border-left: 1px solid #fff;
		width: 173px;
		min-height: 12em;
		height: auto;
		_height: 12em;
		padding: 0 10px;
		float: left;
	}
		#footer .column.first-child {
			border: none;
			width: 154px;
		}
	#footer h5 {
		text-transform: uppercase;
		margin: .5em 0;
		font-size: .8em;
	}
	#footer ul {
		margin: 0;
		padding: 0 1.5em;
		color: #fff;
	}
		#footer li {
			margin: 0;
		}

#footerSub {
	background-color: #999982;
}
	#footerSub p {
		margin: 0;
		padding: .5em;
		text-align: center;
		color: #554;
		font: 10px/1em verdana, arial, helvetica, sans-serif;
		text-transform: uppercase;
	}

#contentSub ul,
#contentSub ol {
	margin: 1em 0 1em 1em;
	padding: .5em;
}

/* ----------------
    NAVIGATION
    ------------- */
#navMain {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
#navMain li {
	margin: 0;
	height: 1%; /* fix a white space bug in IE6 */
}
#navMain a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;	
	color: #545448;	
	padding: 5px 10px;
}
	#navMain a:hover,
	#navMain li.active a {
		color: #999982;	
	}
	#navMain li ul {
		padding: 5px 0;
		margin: 0;
		list-style: none;
	}
	#navMain li ul a,
	#navMain li.active ul a {
		font-size: .8em;
		color: #0A7A6A;
		padding: 3px 0 3px 20px;
		background: url(../images/bullet_green.gif) 12px 1.2em no-repeat;
	}
		/* second level */
		#navMain li ul ul a,
		#navMain li.active ul ul a {
			padding-left: 30px;
			background-position: 22px 1.2em;
		}	
			/* third level */
			#navMain li ul ul ul a,
			#navMain li.active ul ul ul a {
				padding-left: 40px;
				background-position: 32px 1.2em;
			}		
		#navMain li ul a:hover,
		#navMain li.active ul a:hover {
			color: #999982;	
		}
	#navMain li ul a.active {
		background: url(../images/bullet_orange_lg.gif) 11px 1.1em no-repeat;
	}
	
	#navMain li.active ul ul a.active {
		background: url(../images/bullet_orange_lg.gif) 21px 1.1em no-repeat;
	}
		/* third level */
		#navMain li.active ul ul ul a.active {
			background: url(../images/bullet_orange_lg.gif) 31px 1.1em no-repeat;
		}
		
		

#breadCrumbs {
	position: absolute;
	top: 5px;
	left: 15px;
	margin: 0;
}


/* ----------------
    FORM ELEMENTS
    ------------- */
form {
	overflow: hidden;
}

fieldset {
	padding-left: 0;
	margin: 0;
}

form div.formArea {
	padding: 0.5em;
	clear: both;
	overflow: hidden;
}

form div.formArea label {
	float: left;
	margin-right: 2em;
	width: 6em;
}


form div.formArea input, form div.formArea select, form div.formArea textarea {
	width: 150px;
}

form div.formArea textarea {
	width: 300px;
	height: 75px;
}

 /* DEPRACATED - Causing spacing issues in IE6
.form label,
.form input[type="text"]{
    float: left;
    display: block;
}
.form label {
	text-align: right;
    margin-right: 5px;
    padding: 4px 0;
    width: 107px;
}
.form .inputText,
.form .inputTextarea,
.form .inputTextareaSmall {
    width: 170px;
    padding: 4px;
}
.form .inputTextarea {
	height: 8em;
	width: 300px;
}
.form .inputTextareaSmall {
	height: 4em;
}
.form fieldset {
	border: 1px solid #e4e4e4;
	margin: 0 0 2em 0;
}
	fieldset p {
		clear: both;
		padding: .5em;
	}
.form legend { /* also see h4 at the top of this doc */
/*	font-weight: bold;
	margin: 0;
}
.form p.submit {
	text-align: center;
}
*/

div.errors {
	background: #FFFCD7 url(../images/bg_error.gif) 0 0 repeat-x;
	border: 1px solid #E0D75F;
	margin: 1em 0;
	width: 99%;
}
	div.errorsInner {
		padding-left: 80px;
		background: url(../images/big_error.gif) 15px 1em no-repeat;
	}
	div.errorsInner li {
		line-height: 1.2em;
	}
	div.errors h2 {
		font-size: 14px;
		margin: 0;
	}
	
.form label span {
	color: red;
}
	


/* ----------------
    MISC
    ------------- */   
    
#contentMain .column {
	float: left;
	width: 275px;
	margin-bottom: 1em;
}

p.more a {
	padding-left: 15px;
	background: url(../images/icon_arrow_double_green.gif) 0 50% no-repeat;
}    

.news {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eeecd6;
}
	body.home .news {
		margin-top: 30px
	}

	.news li {
		display: block;
		position: relative;
		padding: 0 1em 1em 1em;
		margin: 0;
		border-top: 1px solid #eeecd6;
		overflow: hidden;
	}
		.news li.clickable:hover {
			background-color: #fffeef;
			cursor: pointer;
		}
		.news li.clickable:hover p.more a {
			color: #33aacc;
		}
		body.full .news li {
			margin-bottom: 10px;
			border-left: 1px solid #eeecd6;
		}
	.news li img {
		float: left;
		margin: 1.5em 1em 1em 0;
	}
	.news .details {
		display: none;
		position: absolute;
		top: -1px;
		left: -130px;
		width: 130px;
		padding-top: .5em;
		font-size: .8em;
		border-top: 1px solid #eeecd6;
	}
	.news.showDetails .details {
		display: block;
	}
	.news.showDetails {
		margin-left: 160px;
	}

.paging {
	margin-left: 2.5em;
	border: 0;
	border-collapse: collapse;
}	
body.home .paging {
	position: absolute;
	top: 15px;
	right: 15px;
}
	.paging a {
		float: left;
		margin: 2px;
		text-decoration: none;
		color: #999982;
		font-weight: bold;
		font-size: 1.2em;
	}
		.paging a:visited {
			color: #999982;
		}
		.paging a:hover {
			color: #0A7A6A;
		}
	.paging .icon {
		display: block;
		text-indent: -9999px;
		width: 10px;
		height: 14px;
		margin-top: 4px;
		cursor: pointer;
	}
	
	.paging .first-page {
		background: #999982 url(../images/icon_arrow_double_left.png) 0 0 no-repeat;
	}
	.paging .prev-page {
		background: #999982 url(../images/icon_arrow_single_left.png) 0 0 no-repeat;
	}
	.paging .next-page {
		background: #999982 url(../images/icon_arrow_single_right.png) 0 0 no-repeat;
	}
	.paging .last-page {
		background: #999982 url(../images/icon_arrow_double_right.png) 0 0 no-repeat;
	}
	
	.paging .first-page:hover,
	.paging .prev-page:hover,
	.paging .next-page:hover,
	.paging .last-page:hover {
		background-color: #0A7A6A;
	}

	
	
a.btn {
	display: block;
	padding: 10px;
	color: #fff;
	line-height: 1.3em;
	font-size: 1.3em;
	text-decoration: none;
	font-family: georgia, serif;
	border: 1px solid #fff;
}
	#columnSub a.btn {
		margin: .5em;
	}
	a:visited.btn {
		color: #fff;
	}
	a:hover.btn {
		color: #efefef;
	}
	a.btn.green {
		background: #0a7a6a url(../images/bg_btn_green.gif) 0 0 repeat-x;
	}
		a:hover.btn.green {
			background: #5ba69b url(../images/bg_btn_green_hover.gif) 0 0 repeat-x;
		}
	a.btn.orange{
		background: #ff9900 url(../images/bg_btn_orange.gif) 0 0 repeat-x;
	}
		a:hover.btn.orange {
			background: #ffba52 url(../images/bg_btn_orange_hover.gif) 0 0 repeat-x;
		}
	a.btn.brown{
		background: #999982 url(../images/bg_btn_brown.gif) 0 0 repeat-x;
	}
		a:hover.btn.brown {
			background: #848478 url(../images/bg_btn_brown_hover.gif) 0 0 repeat-x;
		}	

.pullOut {
	display: block;
	float: right;
	width: 130px;
	padding: 1em;
	margin: 1em;
}
	
		
		
/* tabular data */		
.data {
	width: 435px;
	overflow-y: hidden;
	overflow: auto;	
	padding: 0 2px 10px 2px;
}

.data table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin: 1em 0;
}
	.data td,
	.data th {
		padding: .25em;
		text-align: center;
		border-right: 1px solid #999982;
		border-bottom: 1px solid #999982;
	}
	.data th{
		color: #333;
		background-color: #EEECD6;
		border: none;
		border-right: 1px solid #999982;
		border-bottom: 1px solid #999982;
	}
	.data tbody {
		border-left: 1px solid #999982;
	}
	.data thead {
		border-top: 1px solid #999982;
		border-left: 1px solid #999982;
	}
	
	
	
#contentMain .pdf {
	padding-right: 15px;
	background: url('../images/document.gif') 100% 50% no-repeat;
}

 
.floatLeft {float: left;}
.floatRight {float: right;}
.alignLeft {text-align: left;}
.alighRight {text-align: right;}
.alignCenter {text-align: center;}
.clear {clear: both;}


.sIFR-active #contentHeader h2 {
  visibility: hidden;
  font-family: verdana, sans-serif;
  line-height: .8em;
}
.sIFR-active #contentMain h3 {
  visibility: hidden;
  font-family: verdana, sans-serif;
  line-height: .8em;
}


/* ----------------
    CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
    the ID or class is the parent of the floated items
    ------------- */ 
#wrapper:after,
#contentHeader:after,
#columnSub:after,
#columnMain:after,
#contentMain:after,
#contentMainInner:after,
#contentSubInner:after,
#footer:after,
#footerInner:after,
#navMain li:after  { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

#wrapper,
#contentHeader,
#columnSub,
#columnMain,
#contentMain,
#contentMainInner,
#contentSubInner,
#footer,
#footerInner { 
	display: inline-block; 
	_height: 1%;
}

/* Hides from IE-mac \*/
#wrapper,
#contentHeader,
#columnSub,
#columnMain,
#contentMain,
#contentMainInner,
#contentSubInner,
#footer,
#footerInner { display: block; }
/* ----------------
    END CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
    ------------- */
    
    
/* Members Corner page */

#videos {border-top: 1px solid #EEECD6; padding: 1.5em 0em; margin-top: 1.5em; }
	
	#videos ol {margin-bottom: 1em; padding-bottom: 0; padding-top: 0;}
	
	#videos img {margin-left: 50px; margin-top: 15px;}

.overlay { width: 720px; height: 364px; background: #dfdfdf; padding: 15px; display: none; z-index: 300; z-index: 1000; }

.overlay .close { background: url(../images/close.png) 0 0 no-repeat; position: absolute; top: -15px; right: -15px;  height: 36px; width: 36px; cursor: pointer; }
