@charset "utf-8";
/*
	McGurk's 2008 Site CSS
	Version: 0.01

*/


/* structure */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #004e08;
	background-image: url(../images/shared/back_tile.gif);
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
	line-height: 11pt;
	color: #003205;
}

div.shim_left {
	position: relative;
	float: left;
}

div.float_clear {
	clear: both;
}

.float_right {
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
}

.float_left {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}

a {
	color: #004e08;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

.img_title {
	margin: 0 0 10px 0;
}


/* pangenitor */

div#pangenitor {
	position: relative;
	width: 900px;
	background-color: #fff;
	left: 50%;
	margin-left: -450px;
	padding: 0 0 35px 0;
}

div#pan_content {
	position: relative;
	width: 900px;
	z-index: 10;
}

div#pan_bottom {
	position: absolute;
	z-index: 2;
	bottom: 0px;
}

div#pan_top_copy {
	position: absolute;
	width: 190px;
	left: 492px;
	top: 31px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
}


/* header */

div#header {
	position: absolute;
	z-index: 100;
	width: 900px;
	height: 143px;
}

div#header_nav {
	position: absolute;
	left: 130px;
	top: 110px;
}

div.header_nav_item {
	position: relative;
	float: left;
	margin: 0 18px 0 0;
	font-size: 12px;
}

div.header_nav_item_d {
	position: relative;
	float: left;
	margin: 0 18px 0 0;
	font-size: 12px;
	color: #bbb;
}

div#header_nav a {
	color: #fff;
	text-decoration: none;
}

div#header_nav a:hover {
	color: #adcd8d;   /*#f0e7bd     baeb9f*/
	text-decoration: underline;
}

div#header_link {
	position: absolute;
	left: 38px;
	top: 23px;
}


/* footer */

div#footer {
	position: relative;
	width: 900px;
	left: 50%;
	color: #fff;
	text-align: right;
	margin: 16px 0 16px -450px;
	font-size: 7pt;
	font-style: normal;
}

div#footer a {
	color: #fff;   /*#f0e7bd     baeb9f*/
	text-decoration: none;
}

div#footer a:hover {
	color: #fff;  
	text-decoration: underline;
}


/* type styles */

.main_sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 14pt;
	margin: 0 0 6px 0;
	color: #003205;
}
/*
.main_sub a {
	color: #003205;
	text-decoration: none; 
}
*/



div.main_sub a {
	color: #003205;
	text-decoration: none; /* none */
}

div.main_sub a:hover {
	color: #003205;
	text-decoration: underline; /* none */
}



.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0 0 6px 0;
	color: #000;
}

.verd_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 11pt;
	color: #406544;
	font-weight: bold;
}

.verd {
	font: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 4px 0;
	color: #474646;
}