/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#55a1d5;
}
a:hover {
	color:#55a1d5;
	text-decoration : underline;
}

body {
	vertical-align:top;
	background-color:#aca195;
	padding:0;
	margin: 0;
	background-image: url(/images/gradient.gif);
	background-repeat:repeat-x;
}
h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: #00274c;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #00274c;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #00274c;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}

img {
	display:inline;
	margin:0;
	padding:0;
}	

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:30px 0 0 0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:922px;
	height:272px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	background-image: url(/images/header.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#subheader {
	width:922px;
	height:170px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	background-image: url(/images/header2.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
.logo {
	display:block;
	margin:0;
	position:absolute;
    left:0;
    top:0;
}

.hook {
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	padding:0;
	width:922px;
	margin:0;
	float:left;
	background-color:#455a21;
	border-top:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
}

#nav ul {
	padding:0;
	margin:0;
	width:922px;
}

#nav ul li {
	display: inline;
	padding-bottom: 7px;
/* matches link padding except for left and right */
	padding-top: 7px;
	margin:0;
}

#nav ul li a {
    float:left; 
 	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-top: 12px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-right:1px solid #4c711d;
	} 


#nav #active { 
	text-decoration: none;
	background-color:#4c711d;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background-color:#4c711d;
	}

/*--------------------------------------------------------------------------------------------------
	index content
--------------------------------------------------------------------------------------------------*/
#container {
	width:924px;
	padding:13px 13px 0 13px;
	margin:0;
	float:left;
	background-image: url(/images/background.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	text-align:left;
}

#content {
	width:922px;
	padding:0 0 20px 0;
	margin:0;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #aca195;
	background-image: url(/images/column.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#leftcontainer {
	width:674px;
	padding:25px 0 0 30px;
	margin:0;
	float:left;
}

.line {
	padding:0 0 41px 0;
	margin:0;
	background-image: url(/images/line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

.floatright {
	padding:0 0 10px 10px;
	margin:0;
	float:right;
	display:inline;		
}

#leftcontainer ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#leftcontainer li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}



/*--------------------------------------------------------------------------------------------------
	right column
--------------------------------------------------------------------------------------------------*/
#rightcontainer {
	width:160px;
	min-height:119px;
	padding:25px 15px 0 15px;
	margin:0;
	float:right;
	background-image: url(/images/shadow.gif);
	background-repeat:repeat-x;
}

#rightcontainer p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

.rightcopy {
	width:160px;
	padding:0;
	margin:0;
	float:right;
}

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

#larrykingsub {
	width:922px;
	height:175px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(/images/larry2.jpg);
	background-repeat:no-repeat;
}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:500px;
	padding:15px 0 10px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #aca195;
	background-image: url(/images/background.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #00274c;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #aca195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:2px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #5B8527;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5B8527;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #455A21;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #455A21;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#455A21;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:924px;
	margin:0;
	float:left;
	padding:0;
	text-align:right;
}

#footer p {
	font-family: Arial, Helvetica, san-serif;
	font-size: 9px;
	line-height: 12px;
	color:#999999;
	margin: 0;
	padding: 10px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}		

#footerright {
	width:700px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}

#footerleft {
	width:200px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}
#footerleft p {
	color:#999999;
}

a.navlink:link {color: #999999; text-decoration: none;}
a.navlink:active {color: #999999; text-decoration: none;}
a.navlink:visited {color: #999999; text-decoration: none;}
a.navlink:hover {color: #333333; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	footer2
--------------------------------------------------------------------------------------------------*/
#footer2 {
	width:950px;
	margin:0;
	float:left;
	padding:0;
	text-align:left;
}

#footer2 p {
	font-family: Arial, Helvetica, san-serif;
	font-size: 9px;
	line-height: 12px;
	color:#beb7ae;
	margin: 0;
	padding: 5px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

a.gecko:link {color: #beb7ae; text-decoration: none;}
a.gecko:active {color: #beb7ae; text-decoration: none;}
a.gecko:visited {color: #beb7ae; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}