
/* ----------------------------- Top Level Layout Styles ----------------------------- */
body {
	margin: 0;
	padding: 16px 0 0 0;
	background: #000 url(/images/bg-body.jpg) no-repeat center top;
	}

.gz_required
{
	color:#FF0000;
}

#container {
	position: relative;
	width: 990px;
	margin: 0 auto;
	}

#skip, #print {
	display: none;
	}

#header {
	background: #d8d8d8 url(/images/masthead.png) no-repeat top left;
	min-height: 133px;
}

#footer {
	border-top: 8px solid #d5d5d5;
	position: relative;
	color: #888;
	}
	
.clearboth {
	clear:both;
	}



/* Added TINYMCE Styles */

.red{
color:#FF0000;
}

.blue{
color:#006600;
}

.pink{
color:#FF3399;
}

.yellow{
color:#FFFF00;
}

.orange{
color:#ff3300;
}

.green{
color:#006600;
}



/* ----------------------------- 3 Column Layout Styles ----------------------------- */
#content {
	display: table;
	min-height: 350px;
	background-color: #fff;
}

#subnav {
	display: table-cell;
	vertical-align: top;
	width: 180px;
	padding: 30px 10px;
	}

#maincontent {
	display: table-cell;
	vertical-align: top;
	width: 500px;
	padding: 20px;
	background-color: #fff;
}

#supportingcontent {
	display: table-cell;
	vertical-align: top;
	width: 230px;
	padding: 30px 10px;
}

/* ----------------------------- Masthead and Main Nav ----------------------------- */

#header h1 {
	margin: 0;
	padding: 0;
	min-height:133px;
	}

#header h1 a#logo {
	display: block;
	width: 250px;
	height: 100px;
	margin: 0 0 0 120px;
	text-indent: -999em;
}

#header h1 a:focus#logo {
	outline-style: none;
	}

#mainnav {
	background: #5a5a5a url(/images/mainnav.png) no-repeat top left;
	min-height: 30px;
	}

#mainnav ul {
	margin: 0;
	padding: 0;
	display: table;
	}

#mainnav li {
	display: table-cell;
	list-style: none;
	}

#mainnav li a {
	display: block;
	padding: 8px 15px 5px;
	text-decoration: none;
	/*font: 0.9em /0.9 Arial, sans-serif;*/
}

#mainnav li a:link,
#mainnav li a:visited {
	color: #fff;
	}

#mainnav li.thissection a:link,
#mainnav li.thissection a:visited,
#mainnav li.thiscontent a:link,
#mainnav li.thiscontent a:visited {
	background-color: #fff;
	color: #333;
}

#mainnav li a:hover,
#mainnav li.thissection a:hover,
#mainnav li.thissection a:hover,
#mainnav li.thiscontent a:hover,
#mainnav li.thiscontent a:hover {
	color: red;
	}


/* ---------------------------------- Footer Content ---------------------------------*/


#footer p {
	padding-left: 10px;
	}
	
	
ul#footerlinks {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0;
	display: table;
	}

ul#footerlinks li {
	list-style: none;
	display: table-cell;
	margin: 0;
	padding: 0 10px;
	}

ul#footerlinks li a:link {
	text-decoration: none;
	color: #888;
	}

ul#footerlinks li a:visited {
	text-decoration: none;
	color: #888;
	}


/* ---------------------------------- Quick Links and Search ---------------------------------*/

ul#quicklinks  {
	position: absolute;
	top: 5px;
	right: 20px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: table;
	}

ul#quicklinks  li {
	list-style: none;
	display: table-cell;
	margin: 0;
	padding: 0 10px 0 0;
	}

ul#quicklinks  li a {
	text-decoration: none;
	color: #000;
	}

form#search {
	position: absolute;
	top: 85px;
	right: 25px;
	margin: 0;
	padding: 0;
	}

form#search label {
	float: none;
	font-weight: normal;
	}

form#search input#keyword {
	width: 120px;
	}


/* ------------------------------------ Subnav ---------------------------------------*/

#subnav-inner {
	background: #fff url(/images/bg-subnav-fill.png) bottom left no-repeat;
}

#subnav h2 {
	background: transparent url(/images/bg-subnav.png) top left no-repeat;
	height: 17px;
	padding: 18px 10px 20px;
	}

#subnav ul {
	background: transparent url(/images/bg-subnav.png) 0 -55px no-repeat;
	padding: 0 10px 20px;
	margin:0 !important;
	line-height:1em;
	}

#subnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height:1em;
}

#subnav ul ul li {
	list-style-type: circle;
}

#subnav ul li a {
	display: block;
	margin: 0 0 1px 0;
	text-decoration: none;
	padding: 5px 0 !important;
	padding:0 /*IE 6*/;
	}

#subnav ul ul {
	padding-left: 1.1em; /* 15px without marker */ 
	margin: 0;
	background: none;
	font-size: 95%;
	}

#subnav ul li.thissection,
#subnav ul li.thiscontent {
	/* background-color: #b9b9b9*/ ;
}

#subnav ul li.thissection a,
#subnav ul li.thiscontent a {
	font-weight: bold;
	}

#subnav ul li.thissection li.section a,
#subnav ul li.thissection li.content a {
	font-weight: normal;
	}

#subnav ul li.content a {
	font-weight: normal;
	}

#subnav ul li.thiscontent a:link,
#subnav ul li.thiscontent a:visited {
	color: #000;
	}



#subnav ul li.section ul {
	display:none;
}


/* --------------------------------  Homepage -------------------------------- */

#home #subnav {
	display: none;
}

#home #home-page {
	display: table-cell;
}

#home #home-text {
display:table-row;
}

#home #maincontent {
	width: 490px;
	padding: 20px 40px 40px;
}

#home #supportingcontent {
	width: 340px;
	padding: 20px 40px 40px;
	color: #333;
}

#home h2 {
	font: 2.8em /1 "Franklin Gothic Book","Franklin Gothic Medium","Trebuchet MS",Tahoma,Arial,sans-serif;
	padding-top: 0.9em;
}

#home h3 {
	font: 2em /1 "Trebuchet MS",Tahoma,Arial,sans-serif;
	padding-top: 1.6em;
}

#home h4 {
	font: 1.7em /1 "Trebuchet MS",Tahoma,Arial,sans-serif;
}

#home div.latestnews {
	margin-top: 1em;
}

#home div.latestnews h4 {
	font-size: inherit;
	padding: 0;
}

#home td {
	vertical-align: top;
	padding-right: 3em;
}

#home #supportingcontent h4 {
	background-image: none;
	padding: 0;
}


/* --------------------------------  Supporting Content -------------------------------- */

#supportingcontent h4 {
	background: #fff url(/images/bg-heading.png) top left no-repeat;
	padding: 20px 10px 16px;
}

#supportingcontent form label {
	width: 42px;
}


#supportingcontent form p.submit {
	padding-left: 42px;
}

#supportingcontent ul, #supportingcontent ol {
	padding-left: 16px;
}

/* --------------------------------  Forms -------------------------------- */

form p {
	clear: left;
	}

input, textarea, select, option {
	font: inherit;
}

label, span.legend {
	float: left;
	width: 200px;
	padding-top: 5px;
	}

legend{
font-size:16px;
margin-top:10px;
}

p.checkbox, p.radio {
	float: left;	/*	needs to float to take up the right amount of space (all the contents floats) 	*/
	width: 100%;	/*	ie needs this	*/
	}

p.checkbox input, p.radio input {
	float: left;
	background: 0 none;
	}

p.checkbox label, p.radio label {
	width: auto;
	padding: 2px;
	font-weight: normal;
	}

label.tip {
	cursor: help;
	background: transparent url(/images/bg-tip.png) no-repeat top right;
	}

input.text {
	width: 270px;
	}

textarea {
	width: 270px;
	height: 80px;
	}

input.button {
	}

p.submit  {
	padding-left: 200px;
}

#errorbox {
	border-top: 1px dotted #c00;
	border-bottom: 1px dotted #c00;
	margin: 20px 0;
	}

/* ------------------------------------ Timing ---------------------------------------*/

#timing	{
	width: 770px;
	margin: 0 auto;
	text-align: right;
	font-size: 120%;
}

#timing p {
	display: inline;
	padding-left: 1em;
}

#timing p code.warn {
	color: red;
	font-size: 140%;
}

/* ------------------------------------ Privacy Policy ---------------------------------------*/

body#privacy pre {

	white-space: normal;
}

/* ------------------------------------ Tables ---------------------------------------*/
.tablewrapper {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------- Crumb Trail ------------------------------------*/
ul.crumbtrail {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul.crumbtrail li {
	display: inline
}

/* --------------------------------- Hacky Fix for Tables --------------------------- */

div.tr {
	display:table-row;
}

/* --------------------------------- Gallery --------------------------- */

div.gallery ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

div.gallery span {
	display: block;
	text-align: right;
	padding: 0 0.5em 1em 0

}

div.gallery ul li {
	list-style: none;
	float: left;
	background-color: #fff;
	padding: 0.5em 1em 0 1em;
	margin: 0 0.5em 1.3em 0.2em;
	width: 10.2em;
	border: 1px solid #ccc;
	height: 12em;
	_height: 17em;
	}

div.gallery ul li.selected {
	background-color: #FFC;
	}

div.gallery ul li div.imageholder {
	text-align: center;
	padding-top: 0.5em;

}

div.gallery ul li div.imageholder img {
	margin: 2px auto;
	display: block;
	border: 0;
	}

div.gallery ul li p {
	font-size: 0.8em;
	color: #5B6F7B;
	}

div.gallery ul li div.buttongroup {
	padding-left: 0;
	}

div.gallery ul li div.buttongroup input {
	font-size: 0.8em;
}

div.gallery ul li h4 {
	font-size: 0.9em;
	_border-top: 10px solid #fff;
}



