@charset "utf-8";
@import url('base.css');




body, div, td
	{
	font: 14px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.4em;
	}
	
	
p
	{
	margin-bottom: 1.4em;
	}
	
	
a:link, a:visited
	{
	color: #0d4d89;
	font-weight: bold;
	}
	
	
a:hover, a:active
	{
	color: #213910;
	}
	
	
h1
	{
	font-size: 28px;
	font-style: italic;
	color: #004151;
	letter-spacing: -1px;
	background: #C2D4C1;
	padding: 14px 12px;
	}
	
	
h2
	{
	font-size: 24px;
	font-style: italic;
	color: #213910;
	margin-bottom: 1.2em;
	letter-spacing: -1px;
	}	
	
	
h3
	{
	font-size: 20px;
	font-weight: bold;
	color: #213910;
	margin-bottom: .2em;
	letter-spacing: -1px;
	}	
	
	
h4
	{
	font-size: 16px;
	font-weight: bold;
	color: #213910;
	margin-bottom: 1.4em;
	letter-spacing: -1px;
	}	
	
	
h5
	{
	font-size: 14px;
	font-weight: bold;
	color: #004151;
	margin-bottom: .2em;
	}	
	
	
h6
	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: .2em;
	}	
	
	
 ul, ol
	{
	margin-bottom: 1.4em;
	}








.promoimg img
	{
	border: 1px solid #C2D4C1;
	}
	
	
.promoimg:hover img
	{
	border-color: #ECF2EB;
	}
	
	
.promolink:link, .promolink:visited
	{
	color: #ffffff;
	text-decoration: none;
	}


.promolink:hover, .promolink:active
	{
	color: #ECF2EB;
	}


.contentimg
	{
	display: block;
	float: right;
	border: 1px solid #90A77F;
	margin: 0 0 1.0em 1.0em;
	}
	
	
.contentleft
	{
	display: block;
	float: left;
	border: 1px solid #90A77F;
	margin: 0 1.0em 1.0em 0;
	}
	
	
.inlineimg
	{
	display: inline;
	border: 1px solid #90A77F;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	}
	
	
.blockimg
	{
	text-align: center;
	display: block;
	margin: 0 auto 1.0em auto;
	border: 1px solid #90A77F;
	}
	
.caption
	{
	font-size: 12px;
	text-align: center;
	}	
	
	
.captionedimgright
	{
	vertical-align: middle;
	float: right;
	margin: 0 0 1.0em .6em;
	}
	

.captionedimgleft
	{
	vertical-align: middle;
	float: left;
	margin: 0 .8em 1.0em 0;
	}
	
	
	.captionedimgright td, .captionedimgleft td
		{
		text-align: center;
		padding: 2px;
		font-size: 12px;
		}
		
	.captionedimgright img, .captionedimgleft img
		{
		border: 1px solid #90A77F;
		}
	
	

.show
	{
	display: block !important;
	}
	
.hide
	{
	display: none !important;
	}
	
.clear
	{
	clear: both;
	}	

.pdflink
	{
	padding-left: 20px;
	margin-left: 4px;
	background: url('../img/pdf.png') left no-repeat;
	}





body
	{
	position: relative;
	background: #ECF2EB;
	}
	
	
#shell
	{
	overflow: hidden;
	position: relative;
	background: #ffffff url('../img/bg-shell.png') top left repeat-y;
	}


#page
	{
	overflow: hidden;
	position: relative;
	width: 780px;
	background: #C2D4C1 url('../img/bg-page.png') top left no-repeat;
	}


#sidebar
	{
	position: relative;
	width: 180px;
	float: left;
	}


#logo
	{
	margin: 0;
	padding: 0;
	position: relative;
	width: 180px;
	height: 320px;
	}
	#logo a
		{
		display: block;
		width: 180px;
		height: 320px;
		background: url('../img/logo-gc.gif') top left no-repeat;
		text-indent: -9999px;
		}
		
	
#nav
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	letter-spacing: -1px;
	}
	#nav li
		{
		margin: 1.6em .4em;
		}
	#nav a:link, #nav a:visited
		{
		display: block;
		font-weight: bold;
		font-size: 16px;
		color: #36571f;
		text-decoration: none;
		}
	#nav a:hover, #nav a:active
		{
		color: #ffffff;
		}
	
	
#main
	{
	overflow: hidden;
	position: relative;
	width: 600px;
	float: right;
	background: #ECF2EB;
	margin-bottom: 20px;
	}
	

#main.home
	{
	background: #ECF2EB url('../img/bg-home.png') top left repeat-y;
	}


#header
	{
	top: 0;
	font-size: 28px;
	padding: 20px;
	color: #ffffff;
	margin: 0;
	position: absolute;
	z-index: 100;
	text-indent: -9999px;
/*	width: 600px;
	wid\th: 560px;
	height: 320px;
	hei\ght: 280px;
	background: url('../img/home-header.jpg') top left no-repeat;
*/	}
	
	
.subnav
	{
	position: relative;
	height: 32px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #90A77F;
	}
	.subnav.haschild
		{
		margin-bottom: 35px !important;
		}
	.subnav li
		{
		float: left;
		margin: 0;
		padding: 0;
		}
	.subnav a:link, .subnav a:visited
		{
		height: 32px;
		hei\ght: 20px;
		display: block;
		padding: 6px 12px;
		color: #ffffff;
		text-decoration: none;
		float: left;
		}
	.subnav a:hover, .subnav a:active
		{
		background: #B4C7A4;
		}
	.subnav .selected:link, .subnav .selected:visited, .subnav .selected:hover, .subnav .selected:active
		{
		color: #004151;
		background: #ECF2EB;
		}
	.subnav.haschild .selected:link, .subnav.haschild .selected:visited, .subnav.haschild .selected:hover, .subnav.haschild .selected:active
		{
		background: #A9BEA0;
		}
	

.subnav ul
	{
	position: absolute;
	left: 0;
	top: 32px;
	height: 30px;
	hei\ght: 26px;
	width: 600px;
	overflow: hidden;
	margin: 0;
	padding: 4px 12px 0 12px;
	list-style-type: none;
	background: #A9BEA0;
	font-size: 12px;
	}
	.subnav ul li
		{
		float: left;
		margin: 0;
		padding: 0;
		}
	.subnav ul a:link, .subnav ul a:visited
		{
		height: 30px;
		hei\ght: 24px;
		color: #004151;
		display: block;
		float: left;
		padding: 2px 16px 4px 16px;
		text-decoration: none;
		}
	.subnav ul a:hover, .subnav ul a:active
		{
		background: #CBD8C6;
		}
	.subnav ul .selected:link, .subnav ul .selected:visited, .subnav ul .selected:hover, .subnav ul .selected:active
		{
		color: #004151;
		background: #ECF2EB !important;
		}
		
#sstory, #scastle, #sportfolio, #ssst, #ssso, #sscc, #ssvp
	{
	display: none;
	}

	
	
#promo
	{
	float: right;
	width: 180px;
	wid\th: 156px;
	padding: 12px;
	text-align: center;
	font-size: 12px;
	}
	#promo p
		{
		margin: .4em .8em 2.4em .8em;
		}
	
	
#content
	{
	padding: 24px 12px;
	min-height: 540px;
	height: 540px;
	}
	html>body #content
		{
		height: auto;
		}
	.home #content
		{
		width: 392px;
		wid\th: 368px;
		}
	.sub #content
		{
		width: 572px;
		wid\th: 548px;
		}


#footnote
	{
	clear: both;
	margin-top: 4em;
	color: #586058;
	}
	
	
#footer
	{
	width: 780px;
	font-size: 11px;
	text-align: center;
	margin: 20px 0;
	}
	
	
#footerlinks
	{
	list-style-type: none;
	}
	#footerlinks li
		{
		padding: 12px;
		display: inline;
		}
	#footerlinks a:link, #footerlinks a:visited
		{
		text-decoration: none;
		}
	#footerlinks a:hover, #footerlinks a:active
		{
		}
		

#footer p
	{
	margin: 1.2em 0;
	}
	
	
#contactform
	{
	margin: 20px;
	}
	
	
#contactform label
	{
	display: block;
	color: #004151;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	}	
	
.styledfield
	{
	font: 14px/1em Arial, Helvetica, sans-serif;
	padding: 1px;
	display: block;
	margin-top: 1px;
	}	
	
.submit
	{
	display: block;
	margin-top: 1.4em;
	padding: 4px 12px;
	margin-left: 120px;
	}	
