@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	background: #306a67;
	line-height: 110%;
}
#background{
width: 100%;
background: url(../images/bckgrd.gif) repeat-x #b6dddc;
float:left;
padding-bottom: 10px;
}

#holder{
position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:759px;
}

#wrapper {
float:left;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:759px;
	background: url(../images/bckgrd2.jpg) no-repeat;
	background-position: 0 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}



#leftimage{
width:106px;
height: 42px;
position: relative;
left: -245px;
top: 194px;
}

html>body #leftimage{
width:106px;
height: 42px;
position:absolute;
left: -106px;
top: 194px;
}


#rightimage{
width:94px;
height: 42px;
position:absolute;
left: 758px;
top: 194px;
}

#logo{
width:140px;
height:141px;
background: url(../images/logo.gif) no-repeat;
float:left;
overflow: hidden;
display:inline;
}

#logo a{
width:140px;
height:141px;
display:block;
text-indent:-9999px;
text-decoration:none;
}

#navigationholder{
float:left;
display:inline;
height:29px;
width: 759px;
margin: 97px 0 0 0;
}

#navleft{
height:29px;
float:left;
display:inline;
background: url(../images/leftnav.gif) no-repeat;
width:18px;
}

#navmidz{
float:left;
display:inline;
height: 29px;
background:url(../images/navmid.gif) repeat-x;
width:724px;
}

#navright{
height:29px;
float:left;
display:inline;
background: url(../images/navright.gif) no-repeat;
width:16px;
}

/******************** Top Navigation ***********/

#navcon{
float: left;
position:relative;
left: 0px;
height: 29px;
width: 724px;
background: url(../images/navbck.gif) repeat-x;
background-position: 0 0;
z-index: 1000;
}

#menuh-container
	{	
	
	/*top: 32px;*/
	/*left: 0px;*/
	}

#menuh
	{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	font-weight: normal;
	magin: 0px;
	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	
	
	}
	
#menuh a	/* menu at rest */
	{
	color: #26435f;
	text-decoration:none;
	
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color:#b37c1b;
	
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* controls main menu color */
	{
	color: #306a67;
	font-weight:bold;
	background: left no-repeat url(../images/btn_lft_bck.gif);
height: 19px;
padding: 6px 0 0 0;

}

#menuh a.top_parent:hover{
color:#b37c1b;

}
	
#menuh a.parent, #menuh a.parent:hover 	/* controls the button that opens the sub sub menu */
	{
	background-image: url(../images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	/*padding-right:1px;*/
	float:left;
	background:url(../images/btn_bck.gif) repeat-x;	
	
	}

#navshort{
width: 63px;
}

#navmid{
width: 96px;
}
	
#navwide{
width: 108px;
}

#navwider{
width: 126px;
}


#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	z-index: 1000;
	}
#menuh ul li
{
background: right no-repeat url(../images/btn_rt_bck.gif);
z-index: 1000;
font-weight:bold;
font-size:12px;
	}

#menuh ul ul /*controls sub menu*/
	{ 
	background:#c4e5e4;
	border-bottom: none;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0;
	margin: 0;
	width:170px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 1000;
	border-bottom: 1px solid #26435f;
}

#dropwide{
width: 250px !important;
}

#menuh ul ul a
	{
	text-align: left;
	/*border-bottom: 1px solid #26435f;*/
	border-right: 1px solid #26435f;
	border-left: 1px solid #26435f;
	padding: 1px 0 1px 5px;
	margin: 0;
	background:#c4e5e4;
}
#menuh ul ul ul /*controls  sub sub menu*/
	{
	background-color:#7d1a04;
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


/******************* side nav *********************/


#contentcon {
float:left;
display:inline;
width: 759px;
line-height: 130%;
}
#content2 {
float:left;
display: inline;
width: 480px;
margin: 0 33px 10px 33px;
}

#content2 h1, #content2 h2{
color: #a83512;
font-size:22px;
padding: 0px;
margin: 0px;
margin-top: 15px;
line-height: 110%;
font-weight:normal;
font-family: Helvetica, Arial, sans-serif;
}

#content2 h3{
color: #306a67;
font-size:16px;
padding:0;
margin:0;
line-height: 110%;
font-weight:normal;
font-family: Helvetica, Arial, sans-serif;
}

#content2 h4{
color: #a83512;
font-size:16px;
padding:0;
margin:20px 0 0 0;
line-height: 110%;
font-family: Helvetica, Arial, sans-serif;
}

#content2 h4 a{
color: #a83512;
text-decoration:none;
}

#content2 h4 a:hover{
color: #306a67;}

#content2 h5{
color: #104340;
font-size:14px;
padding:0;
margin:15px 0 0 0;
display:block;
line-height: 110%;
font-family: Helvetica, Arial, sans-serif;
}
#content2 h6{
color: #a83512;
font-size:13px;
padding:0;
margin:15px 0 0 0;
line-height: 110%;
font-family: Helvetica, Arial, sans-serif;
}

#content2 p{
line-height: 130%;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
margin:5px 0 15px 0;
padding:0;
}

#content2 a{
color:#a83512;
text-decoration:underline;
}
#content2 a:hover{
color:#bb7d11;
text-decoration:none;
}

#content2 hr, #rightcol hr{
height:0;
line-height:1px;
border:0;
border-top: 1px solid #5f9c99;
padding:0;
margin:0 0 0 0;
}

#content2 ol{
list-style:decimal;
margin: 5px;
font-size:12px;
list-style-position:outside;
}

#content2 ul li{
margin-top: 5px;
margin-bottom: 5px;
}

/* INSIDE PAGES */

#content {
float:left;
display: inline;
width: 675px;
margin: 0 33px 10px 33px;
}

#content h1, #content h2{
color: #a83512;
font-size:30px;
padding: 0px;
margin: 0px;
margin-top: 15px;
line-height: 110%;
font-weight:normal;
font-family: Helvetica, Arial, sans-serif;
}


#content h3{
color: #306a67;
font-size:18px;
padding:0;
margin:0;
line-height: 110%;
font-weight:normal;
font-family: Helvetica, Arial, sans-serif;
}

#content h4{
color: #a83512;
font-size:16px;
padding:0;
margin:20px 0 0 0;

clear:both;
line-height: 110%;
font-family: Helvetica, Arial, sans-serif;
}

#content h4 a{
color: #a83512;
text-decoration:none;
}

#content h4 a:hover{
color: #306a67;}

#content h5{
color: #104340;
font-size:14px;
padding:0;
margin:15px 0 0 0;
display:block;
line-height: 110%;
font-family: Helvetica, Arial, sans-serif;
}
#content h6{
color: #a83512;
font-size:13px;
padding:0;
margin:15px 0 0 0;
line-height: 110%;
font-family: Helvetica, Arial, sans-serif;
}

#content p{
line-height: 130%;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
margin:5px 0 15px 0;
padding:0;
}

#content a{
color:#a83512;
text-decoration:underline;
}
#content a:hover{
color:#bb7d11;
text-decoration:none;
}

#content hr, #rightcol hr{
height:0;
line-height:1px;
border:0;
border-top: 1px solid #5f9c99;
padding:0;
margin:0 0 0 0;
}

#content ol{
list-style:decimal;
margin: 5px;
font-size:14px;
list-style-position:outside;
}

ol li{
list-style:decimal;
list-style-position:outside;
margin-left: 2em; 
}

#content ul li{
margin-top: 5px;
margin-bottom: 5px;
}

#rightcol hr{
margin: 10px 0 10px 0;
}

#content img{
border: 1px solid #e39422;
padding:1px;
margin: 5px;
}
#rightcol{
float: left;
display:inline;
width:200px;
margin-top: 20px;
}

#rightcol img{
border: 0;
}

#rightcol a{
color:#a83512;
text-decoration:underline;
}

#rightcol a:hover{
color:#bb7d11;
text-decoration:none;
}


#rightcol h1, #rightcol h2, #rightcol h3{
font-size:22px;
color: #a83512;
margin:0 0 5px 0;
padding:0;
font-weight:normal;
line-height: 130%;
}

#rightcol p{
color: #275b58;
font-weight:bold;
margin: 0 0 0 60px;
}

#footer{
width: 100%;
border-top: 3px solid #80a4a2;
background: #306a67;
float:left;
text-align:center;
}

#footer p{
margin: 20px 0 10px 0;
color: #e1cc5b;
font-weight:bold;
}

#footer a{
color: #e1cc5b;
text-decoration:underline;
}

#footer a:hover{
color: #f3eabb;
text-decoration:none;
}

#fastlinks img{
margin: 0 15px 0 0;
}

#fastlinks h3{
margin:0;
padding:0;
}

#fastlinks h3 a{
text-decoration:none;
font-size: 22px;
color: #a83512;
}

#kit{
width: 175px;
}

#kit img{
margin: 0 5px 0 10px;
}

.heightlink{
height:35px;
display:block;
}

#rightbuttonz{


}

#rightbuttonz b a{
border-top:solid 1px #5f9c99;
border-right:solid 1px #5f9c99;
}


#rightbuttonz a{
font-size: 14px;
font-weight: bold;
background: #88c8c5 url(../images/btmbuttons.gif) repeat-x;
padding: 5px 15px 5px 15px !important;
border-bottom: 1px #000 solid;
border-left:1px #5f9c99 solid;
text-decoration:none !important;
line-height: 20px;
display:block;
float:left;
}

#rightbuttonz a:hover{
background:url(../images/btmbuttonsa.gif) repeat-x #88c8c5;
}

#quicklinks p{
font-family:Helvetica, Arial, sans-serif;
margin:0 0 0 7px;
padding:0 0 7px 0;
font-size:18px;
font-weight: bold;
}

#quicklinks p a{
text-decoration:none;
}

#picframe{
width: 475px;
height: 188px;
background:url(../images/frontpicholder.jpg) no-repeat;
margin:10px 0 0 0;
padding:6px 0 0 0;
}

#picswap{
width: 463px;
height: 182px;
margin: 0 0 0 6px;
padding:0;
}

#col45{
width:47%;
float:left;
display:inline;
margin: 0 20px 0 0;
}

#col50{
width:50%;
float:left;
display:inline;
}

#kit2{
width: 175px;
display:inline;
}

#kit2 img{
margin: 0 5px 0 0px;
float: left;
display:inline;
}

form{
margin:0 0 15px 0;
}

textarea{
background: #c4e5e4;
border: 1px solid #376b67;
font-size:14px;
color:#000000;
padding:5px;
overflow:auto;
}

#init img{
margin-bottom: 25px;
}