/* CSS Document */


/*******************************
	Globals
*******************************/

/** {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#004f92;
	border:0px solid #ffffff;  for testing, change to 1px to test 
}

a, a:visited {
	color:#004f92;
	text-decoration:none;
}*/

/*******************************
	Main Structure
*******************************/

body {
	background:url(../images/bg_orange.jpg);
	left: 0px;
	top: 0px;
}

/*#header {
	position:relative;
	width: 850px;
	height: 150px;
	clear:both;
	overflow: visible;
	z-index: 1;
	background-image: url(../images/hdr.jpg);
	top: 0px;
}
*/


#logo {
	background-image: url(../images/hdr.jpg);
	width: 800px;
	height: 150px;
	margin: 0px auto 0px;
	display: block;
	left: 0px;
	position:relative;
	top:0px;
	z-index: 1;
	visibility: visible;
}



#bg {
	display:block;
	background:url(../images/bg_main.png) repeat-y center top;
	width: 952px;
	margin: -31px auto 50px;
	min-height: 800px;
	padding-bottom: 10px;
}


#bg:after{  /* fixes a firefox clear issues */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004f92;
	font-weight: bold;
}


/**********************************
 navigation
**********************************/


#nav {
	background-image: url(../images/bg_nav.gif);
	width: 800px;
	height: 65px;
	margin: 0px auto 0px;
	display: block;
	left: 0px;
	position:relative;
	top:-51px;
	z-index: 2;
	visibility: visible;
	font-family:Arial, Helvetica, sans-serif;
}

#nav p {
	font-weight: bold;
	/*color:#f7db39;*/
	display:block;
	float:left;
	position:relative;
	width: auto;
	margin: 18px 18px 0px 6px;
	white-space:nowrap;
	text-transform:uppercase;
	font-size:11px;
}

#nav a,
#nav a:visited {
	display:block;
	background: #f7db39;
	float:left;
	width: 100px;
	height: 20px;
	vertical-align:top;
	position: relative;
	display:block;
	overflow:visible;
	text-align:center;
	margin-left: 3px;
	margin-right: 1px;
	font-weight:bold;
	font-size: 14px;
	color:#5a98c9;
	/*font-color:#282655;*/
	line-height: 16px;
	padding-top: 2px;	/*top: -20px;*/
		text-decoration: none;

}

#nav a:hover,
#nav a:visited:hover {
	background:#fbc117;
	top:-10px;
	width: 100px;
	height: 35px;
	color:#0373cc;
	/*border-top: 3px solid #69ac1c;*/
	/*color:#69ac1c;*/
}

#nav a.active,
#nav a.active:visited {
	background:#f9ac36;
	color:#0038c2;
	top:-10px;
	width: 100px;
	height: 35px;
	/*border-top: 3px solid #69ac1c;
	color:#69ac1c;
	cursor:default;*/
}

/*#nav a.active .left,
#nav a.active:visited .left {
	top: 16px;
}

#nav a.active .right,
#nav a.active:visited .right {
	top: 16px;
}

#nav a.active:hover,
#nav a.active:visited:hover {
	color:#0373cc;*/
	/*color:#69ac1c;
}*/

/** Sub Nav **/

#subnav {
	width: 800px;
	height: 27px;
	margin: 0px auto 0px;
	display: block;
	left: 0px;
	position:relative;
	top:-90px;
	z-index: 3;
	background-image: url(../images/bg_subnav.gif);
	font-size: 12px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#subnav a,
#subnav a:visited{
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	margin-right: 10pxfont-size: 14pxtext-indent: 10pxline-height: 18pxcolor: #c03d20font-weight: bold;
	min-height: 20px;
	display:block;
	float:left;
	width:auto;
/*	padding-top:10px;*/
	margin-top:10px;
	position:relative;
}

#subnav a:hover,
#subnav a:visited:hover {
	color:#5a98c9;
}

#subnav a.active,
#subnav a.active:visited {
	color:#0373cc;
}

#subnav a.active:hover,
#subnav a.active:visited:hover {
	color:#5a98c9;
}





/*******************************
	Content 
*******************************/

/*.row {
	width: 845px;
	margin: 20px auto;
	position:relative;
	overflow:visible;
	clear:both;
	min-height:20px;
}

#title{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:56px;
	color:#001327;
	top: 5px;
	width:845px;
	margin-bottom: 6px;
}

#subnav{
	background:#5ea015;
	margin-top:0px;
	margin-bottom: 0px;
	color:#ffffff;
	font-size: 12px;
	padding: 12px 12px 10px;
	width: 821px;
	overflow:visible;
	zoom:1;
	position:relative;
	float:left;
	left: 53px;
}

#subnav a,
#subnav a:visited{
	color:#ffffff;
	font-size: 12px;
	text-decoration:none;
	margin-right: 10px;
	min-height: 20px;
	display:block;
	float:left;
	width:auto;
	padding-top:20px;
	margin-top:-15px;
	position:relative;
}

#subnav a:hover,
#subnav a:visited:hover {
	background:url(../images/sp_subnav_active.gif) no-repeat center top;
}

#subnav a.active,
#subnav a.active:visited {
	background:url(../images/sp_subnav_active.gif) no-repeat center top;
}

#content{
	float:left;
	left: 53px;
	position:relative;
	border: 12px solid #5ea015;
	width:800px;
}
*/


#content{
	width: 800px;
	margin: 0px auto 0px;
	display: block;
	left: 0px;
	position:relative;
	margin-top:0px;
	margin-bottom: 30px;
	padding: 0px;
	top:-86px;
	background:#ffffff;	
	z-index: 4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content h1 {
	color:#990000;
	font-weight:bolder;
	line-height:24px;
	font-size: 16px;
}
/*#h1 {
	color:#990000;
	font-weight:bolder;
	line-height:24px;
	font-size: 16px;
}
*/
#content h2 {
	color:#c03d20;
	font-weight:bold;
	line-height:18px;
	font-size: 14px;
}

#content p {
	color:#000000;
	font-size: 11px;
	font-weight:normal;
	line-height:normal;
}

#content p a, 
#content p a:visited {
	font-size: 11px;
	color:#004f92;
	text-decoration: none;
}

#content p a:hover, 
#content p a:visited:hover {
	font-size: 11px;
	color:#339933;
	text-decoration: underline;
}

#content p strong {
	font-size: 11px;
	color:#000000;
	font-weight: bolder;
}

#content p em {
	font-size: 11px;
	color:#000000;
	font-style: italic;	
}

#content ul {
	font-size: 11px;
	color:#000000;
}

#content ul li {
	color:#000000;
	font-size: 11px;
	list-style:disc;
}

#content p td {
	color:#000000;
	font-size:11px;
	font-weight:normal;	
}


/*#content p.intro {
	color:#ffffff;
	font-size:18px;
	line-height:normal;
	font-weight:normal;	
}


#leftcol h3{
	font-style:italic;
}

#leftcol p{
	font-family: Helvetica, Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight:normal;
}

#leftcol p.intro {
	padding-bottom: 20px;
	border-bottom: 1px solid #5e9c1a;
	margin-bottom: 20px;
	display:block;
	padding-left:100px;
	min-height:170px;
}

#leftcol img.intro {
	display:block;
	float:left;
	position:absolute;
	z-index:899;
	left:10px;
	top:10px;
}

#leftcol h2{
	font-family:"Times New Roman", Times, serif;
	font-size:41px;
	font-weight:normal;
	font-style:italic;
	padding-left:100px;
	
}


#leftcol h2 strong{
	font-size:26px;	
	font-family:"Times New Roman", Times, serif;
	display:block;
	margin-top:-10px;
	font-weight:normal;
}
*/
/*




#rightcol {
	float:right;
	width:240px;
	background:#86BD45;
}

#rightcol .box {
	position:relative;
	display:block;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px;
	background:url(../images/bg_rightcol_box.jpg) repeat-x #406b0f;
}

#rightcol .box div.icon{
	position:absolute;
	left: -60px;
	top: 60px;
	z-index:888;
	height: 150px;
	width: 150px;
}

#icon1{
	background:url(../images/chucks.png) no-repeat;
}

#icon2{
	background:url(../images/starfish.png) no-repeat;
}

#rightcol .box h2,
#rightcol .box p,
#rightcol .box p a,
#rightcol .box p a:visited{
	font-family:"Times New Roman", Times, serif;
	font-size: 23px;
	color:#ffffff;
	font-weight: normal;
}	

#rightcol .box h2{
	position:relative;
	display:block;
	border-bottom: 5px solid #5ea015;
	padding: 14px 23px 9px 23px;
}

#rightcol .box p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 80px;	
	padding-right: 20px;
	padding-bottom: 20px;
}

#rightcol .box p a,
#rightcol .box p a:visited{
	color:#A7FE67;
	display:block;
	border-top: 1px solid #5ea015;
	padding-top: 10px;
	line-height: 18px;
	font-style:italic;
	font-weidth: normal;
	font-size: 18px;
	position:relative;
	margin-left: -60px;
	width: 200px;
}

#rightcol .box p a:hover,
#rightcol .box p a:visited:hover {
	color:#FFFF00;
}

#rightcol .gray {
	display:block;
	background:url(../images/bg_sp_graytoblack_tall.jpg) repeat-x #000000;
	color:#ffffff;
	boder: 0px solid #000000;
	padding: 0px;
	min-height: 28px;
}

#rightcol .short {
	display:block;
	background:url(../images/bg_sp_graytoblack.jpg) repeat-x #000000;
	border: 0px solid #000000;
	padding: 0px;
	height: 28px;
	overflow:hidden;
}
*/
/*
#rightcol .gray p a,
#rightcol .gray p a:visited{
	color:#CCCCCC;
}


#rightcol .gray p a,
#rightcol .gray p a:visited,
#rightcol .short p a,
#rightcol .short p a:visited {
	color:#8c8c8c;
	border: 0px solid #000000;
	font-size: 16px;
	padding-top: 4px;
	
}

#rightcol .gray p a:hover,
#rightcol .gray p a:visited:hover,
#rightcol .short p a:hover,
#rightcol .short p a:visited:hover {
	color:#FFFFFF;
}



#rightcol .gray p,
#rightcol .short p{
	paddng: 0px;
	margin: 0px;
	line-height:10px;
}

#rightcol .gray h2 {
	border-bottom: 5px solid #000000;
	margin-bottom: 8px;
}

#rightcol .gray p a,
#rightcol .gray p a:visited{
	margin-bottom: 0px;
	padding-bottom:0px;
}
*/

