/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#f26522;
}
a:hover {
	color:#f26522;
	text-decoration : underline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	background-color: #114533;
	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: 16px;
	color: #7d6a55;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #f26522;
	margin: 0;
	padding: 10px 0 8px 0;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #f26522;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #7d6a55;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

img {
	display:block;
	margin:0;
}	

#wrapper {
	width:800px;
	height:auto;
	margin:22px 100% 0 0;
	padding:0;
	float:left;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-y;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:800px;
	height:66px;
	text-align:left;
	margin:0;
	padding:0;
	float:left;
	position:relative;
    background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
}

#header img {
	display:block;
	margin:0;
	position:absolute;
    left:16px;
    top:31px;
}

.hook {
}
/*--------------------------------------------------------------------------------------------------
	navigation
--------------------------------------------------------------------------------------------------*/

#nav {
	width:122px;
	margin:0;
	padding:30px 0 0 11px;
	float:left;
}
#nav img {
	float:right;
	margin:0;
	padding:0;
}
/*--------------------------------------------------------------------------------------------------
	content area
--------------------------------------------------------------------------------------------------*/
#container {
	width:800px;
	min-height:320px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/texture.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#maincontent {
	width:435px;
	min-height:85px;
	padding:30px 25px 40px 25px;
	margin:0;
	float:left;
	background-image: url(../images/texturetop.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.right {
	float:right;
	padding:0 0 5px 5px;
}

#rightcontainer {
	width:164px;
	padding:132px 0 0 18px;
	margin:0;
	float:right;
	text-align:left;
	background-image: url(../images/rightbackground.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#rightcopy {
	width:146px;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
}

#rightcopy ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #7d6a55;
	margin:0;
	padding:5px 0 5px 0;
	font-style: normal;
	font-weight: normal;
	border-top: 1px solid #f1e38c;
}

#rightcopy li { 
	background: url(../images/arrow.gif) left top no-repeat;
	padding-left: 10px;
}

.news {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #f26522;
	padding: 5px 0 5px 10px;
	font-style: normal;
	font-weight: bold;
	background-image: url(../images/newsbackground.gif);
	background-repeat:repeat-y;
}

a.articles:link {color: #f26522; text-decoration: none;}
a.articles:active {color: #f26522; text-decoration: none;}
a.articles:visited {color: #f26522; text-decoration: none;}
a.articles:hover {color: #f26522; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:402px;
	padding:10px 0 10px 10px;
	margin:0;
	float: left;
	text-align:left;
	background-color:#f6efd9;
	border: 1px solid #cdb989;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.continue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	padding: 1px 5px 1px 5px;
	margin: 10px 0 0 0;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #7d6a55;
	background-color: #f26522;
}

.inputborder {
	border: 1px solid #cdb989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:800px;
	margin:0;
	vertical-align:top;
	padding:63px 0 0 0;
	text-align:right;
	float:left;
	background-image: url(../images/bottom.jpg);
	background-repeat:no-repeat;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color:#00674e;
	margin: 0;
	padding: 0 0 10px 10px;
	font-style: normal;
	font-weight: normal;
}		

#footeright {
	width:400px;
	margin:0;
	padding:0;
	text-align:right;
	float:right;
}

#footerleft {
	width:400px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
}
a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}

a.gecko:link {color: #00674e; text-decoration: none;}
a.gecko:active {color: #00674e; text-decoration: none;}
a.gecko:visited {color: #00674e; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
