html {font-size: 100.1%;}
body {
	font: 64% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #fefefe url(../images/bg-body.gif) repeat-x;
}

/*added 1.23.09  SED*/
h1{font-size:24px;}


form {
	display: inline;
	padding: 0;
	margin: 0;
}

/*changed 2.16.09 SED*/
/*li {list-style: none;}*/ 
a, a:link, a:visited, label {
	text-decoration: none;
	/*color: #3f3f3f;*/
	color:#4d8c86;
	font-size: 12px;
}
a:hover, a:active {text-decoration: underline;}
#main a:focus {outline: none;}
img {border: none;}
.hidden-text {
	overflow: hidden;
	text-indent: -3000px;
	display: block;
}
/*main container*/
#main {
	margin: 40px auto 0;
	width: 766px;
	border: 2px solid #3f3f3f;
	background: url(../images/bg-main.gif);
	overflow: hidden;
}
/*header*/
#header {
	height: 114px;
	background: url(../images/bg-header.gif) repeat-y;
	position: relative;
}
/*breadcrumb links*/
.breadcrumb a {
	font-weight: bold;
}
#breadcrumbs a
{
	font-weight:bold;
}	
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 5px;
	left: 5px;
}
.logo a {
	background: url(../images/logo.jpg) no-repeat;
	height: 70px;
	width: 556px;
}
/*search from*/
.search-form {
	position: absolute;
	right: 10px;
	top: 60px;
}
/*main navigation*/
#main-nav {
	margin: 0;
	padding: 0 3px;
	position: absolute;
	left: 0;
	top: 87px;
	width: 100%;
	/* JP Added 2009.02.16 due to dots showing up in main menu after errors in site */
	list-style:none;
	background: url(../images/bg-main-nav.gif) repeat-x;
	overflow: hidden;
}
#main-nav li {
	float: left;
	background: url(../images/img-main-nav-separator.gif) no-repeat 100% 1px;
	padding-right: 2px;
	width:127px;
	height:34px;
	padding:0;
	
	vertical-align: middle;
}
#main-nav li.oneline
{
	/*padding:10px 0 0 0;*/
}	
#main-nav li.last {
	padding-right: 0;
	background: none;
}
#main-nav li a {
	height: 34px;
	width: 126px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #496765;
}
#main-nav li a:hover, #main-nav li a.active {
	background: url(../images/bg-main-nav-hover.gif) repeat-x 0 1px;
	text-decoration: none;
	color: #fff;
}
#main-nav li a span {
	display: block;
	font-size: 10px;
	text-align: center;
}
/*top navigation*/
.top-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}
.top-nav li {
	padding-left: 15px;
	display: inline;
	background: url(../images/img-top-nav-separator.gif) no-repeat 6px 0;
}
.top-nav li.first {background: none;}
/*container*/
#container {
	clear: both;
	overflow: hidden;
	margin: 25px 12px 0;
	padding-top: 15px;
	background: url(../images/bg-container-top.gif) no-repeat;
}
#container p {
	color: #3f3f3f;
	font-size: 12px;
	margin: 0 0 15px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 10px;
	color: #3f3f3f;
	clear: both;
	padding: 2px 0 2px 10px;
	background: url(../images/bg-title.gif) no-repeat;
}
/*container-full*/
#container-full {
	clear: both;
	overflow: hidden;
	margin: 25px 12px 0;
	padding-top: 0px;
	background: url(../images/bg-container-top4.gif) no-repeat;
}
#container-full p {
	color: #3f3f3f;
	font-size: 12px;
	margin: 0 0 15px;
}
#container-full h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 0;
	color: #3f3f3f;
	clear: both;
	padding: 2px 0 2px 10px;
	background: url(../images/bg-title-wide.gif) no-repeat;
}
/*content*/
.content {
	background: url(../images/bg-content.gif) repeat-y;
	width: 493px;
	padding: 0 2px 9999px;
	float: left;
	margin-bottom: -9999px;
}

.content-full {
	background: url(../images/bg-content.gif) repeat-y;
	width: 718px;
	padding: 0 2px 9999px;
	float: left;
	margin-bottom: -9999px;
}

.c-box { margin: 12px 0 0 0;}

.c-box-wrapper {
	/*height: 2000px;
	overflow: hidden;
	position: relative;*/
	padding: 0 12px;
}

.long h3 { margin: 0 0 12px 0; padding: 0; font-weight: bold; }
.long p { margin: 0 0 12px 0; padding: 0; }

.c-box-media { float: left; margin: 0 15px 8px 0; width: 217px; }


.long {margin: 12px 12px 18px 12px; padding: 10px 10px 0 10px; border: 2px solid #5d9c98; width: 445px; background: #eff4e7; }
/*.short {background: url(../images/bg-c-box-short.gif) no-repeat;}
.short .c-box-wrapper {background: url(../images/bg-c-box-short.gif) no-repeat 0 100%;}*/
.wide {background: url(../images/bg-c-box-wide.gif) no-repeat;}
.wide .c-box-wrapper {background: url(../images/bg-c-box-wide.gif) no-repeat 0 100%;}
/*c-photo*/
.c-photo {
	float: left;
	border: 1px solid #4d8c86;
	margin: 0 15px 15px 0;
}
/*two content columns*/
.two-columns {
	overflow: hidden;
}
/*content columns*/
.c-column h2 {background-position: -5px 0;}
/*content columns full*/
.c-column-full {
	float: left;
	width: 246px;
}
.c-column-full h2 {
	background-position: -5px 0;
	background: url(../images/bg-title.gif) no-repeat;
}
/*.c-column-full .c-box-wrapper {
	padding-top: 0;
	height: 130px;
	overflow: hidden;
}*/

.c-column ul { margin: 0; padding: 0; list-style: none; }
.c-column li { margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #accf79; }
.c-column li.more { border-bottom: 0; text-align: right; }

.list {
	padding: 0;
	margin: 0;
	height: 100px;
}
.list li {
	font-size: 12px;
	border-bottom: 1px solid #accf79;
	line-height: 14px;
	padding: 7px 0 5px;
}
.more {
	float: right;
	color: #4d8c86;
	font-size: 12px;
}
/*video column*/
.video-column {
	width: 225px;
	padding: 0 9px 9999px;
	margin-bottom: -9999px;
	background: #f6f9f9 url(../images/bg-video-column.gif) repeat-x;
	float: right;
	border-right: 2px solid #4d8c86;
}
.video-holder img {
	display: block;
	margin-bottom: 5px;
}
/*video column*/
.video-box {
	border: 1px solid #4d8c86;
	background: #d7e5e4;
	margin-bottom: 18px;
}
.video-box ul {
	margin: 0;
	padding: 0 0 10px;
	overflow: hidden;
}
.video-box ul li {float:left;}
.video-box ul li a img {
	display: block;
	border: 1px solid #4d8c86;
	margin-left: 14px;
}
.video-box h3 {
	display: block;
	color: #3f3f3f;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin: 8px 0 10px;
}
.video-photo {
	display: block;
	border: 1px solid #4d8c86;
	margin-bottom: 14px;
}
/*SPONSORS*/
.sponsors {
	clear: both;
	border: 2px solid #4d8c86;
	border-top: 0;
	margin: 0 12px;
	background: #fff url(../images/bg-sponsors.gif) no-repeat;
	overflow: hidden;
}
.sponsors h3 {
	font-size: 18px;
	color: #3f3f3f;
	margin: 0;
	padding: 3px 20px;
	float: left;
}
.sponsors ul {
	padding: 0;
	margin: 5px 0;
	overflow: hidden;
}
.sponsors ul li {float: left;}
.sponsors ul li img {display: block;}
.sponsors ul li {margin-right: 20px;}
.become {
	float: right;
	font-size: 12px;
	color: #4d8c86;
	margin: -20px 15px 0 0;
	display: inline;
	position: relative;
}
/*sub navigation*/
.sub-nav {
	float: left;
	width: 161px;
	margin: 0 0 -9999px;
	margin-top: 11px;
	padding: 0 0 9999px 1px;
	background: url(../images/bg-sub-nav-column.gif) repeat-y;
}
.sub-nav li {
	overflow: hidden;
	margin-bottom: 3px;
}
.sub-nav li a {
	padding-left: 8px;
	display: block;
	font-size: 10px;
	line-height: 27px;
	background: url(../images/bg-sub-nav.gif) no-repeat;
	width: 151px;
	position: relative;
}
.sub-nav li a:hover, .sub-nav li a:active 
{
	text-decoration: none; background: url(../images/bg-sub-nav2.gif) no-repeat;
}
.sub-nav ul {
	margin: -2px 10px 0 8px;
	padding: 0;
	border: solid #a6c6c3;
	border-width: 0 2px 2px 2px;
	overflow: hidden;
}
.sub-nav ul li {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.sub-nav ul a {
	margin: 0;
	padding: 6px 15px 3px 10px;
	width: auto;
	font-size: 12px;
	line-height: 14px;
	background: url(../images/bg-sub-nav-link.gif) repeat-x;
	position: static;
}
.sub-nav ul a:hover, .sub-nav ul a:active 
{
	background: #a8ce73 url(../images/bg-sub-nav-hover.gif) repeat-x;
}
.sub-nav .current-page-item a
{
	text-decoration: none; background: url(../images/bg-sub-nav2.gif) no-repeat;
}
.sub-nav .current-subpage-item a
{
	background: #a8ce73 url(../images/bg-sub-nav-hover.gif) repeat-x;
}
.sub-nav .normal-subpage-item a
{
	background: url(../images/bg-sub-nav-link.gif) repeat-x;
}
/*FOOTER*/
#footer {
	clear: both;
	color: #fff;
	margin: 0 0 10px;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}
/*Sub page*/
#container.subpage {
	background: url(../images/bg-container-top2.gif) no-repeat;
	padding-top: 0;
}
#container.subpage-full 
{
	background: url(../images/bg-container-top3.gif) no-repeat;
	padding-top: 0;
}
/*main column*/
.main-column {
	background: #feffff url(../images/bg-main-column.gif) repeat-x;
	width: 322px;
	float: left;
	padding: 4px 0 9999px 13px;
	margin-bottom: -9999px;
	overflow: hidden;
	margin-top: 11px;
}
.main-column img {
	border: 1px solid #93b9b6;
	display: block;
}
/*main column full*/
.main-column-full {
	background: #feffff url(../images/bg-main-column.gif) repeat-x;
	width: 564px;
	float: left;
	padding: 4px 0 9999px 13px;
	margin-bottom: -9999px;
	overflow: hidden;
	margin-top: 11px;
}
.main-column-full img {
	border: 1px solid #93b9b6;
	display: block;
}
/*main column spacer*/
.main-column-spacer {
	background: #feffff url(../images/bg-main-column.gif) repeat-x;
	width: 1px;
	float: left;
	padding: 0px 0 9999px 0px;
	margin-bottom: -9999px;
	overflow: hidden;
	margin-top: 11px;
}
/*image list*/
.image-list {
	padding: 15px 0 0;
	margin: 0;
}
.image-list li {
	float: left;
	margin: 0 13px 10px 0;
}
.image-list li img {margin-bottom: 5px;}
.image-list li a {
	text-align: center;
	display: block;
}
/*fetured column*/
.fetured-column {
	float: right;
	width: 244px;
	background: url(../images/bg-fetured-column.gif) repeat-y;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	margin-top: 11px;
}
.fetured-column h2 {
	background-position: -12px 0;
	margin-bottom: 8px;
}
.fetured-photo {
	display: block;
	margin: 0 auto 8px;
	border: 1px solid #4d8c86;
}
.fetured-column a {
	padding-left: 18px;
	margin-bottom: 13px;
	display: block;
}
/*bodyanchor*/
.bodyanchor {
	color: #4d8c86;
}
/*Press Release*/
.PressStyle1 {
font-style: italic;
}
.PressStyle3 {
color: #4D8C99;
}

.girldaybox {padding: 10px; backround: yellow; border: 1px solid red; width:150px;}
