/****************************************************************
	Copyright (c) 2007 - Mark Stevens
	May not be copied, reused or distributed.
*****************************************************************/


html, body {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center; /* align the content on the page in the center */
	/*background-image:url(../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;*/
	background: #5F8000 url(../images/bg.gif) repeat-y center top;

}
#hr2 {
	margin:3px 0px 5px 0px;
	padding:0px;
	height:1px;
	width:2048px;
	background-color:#cc0000;
	color:#cc0000;
	clear:both;
}
#hr {
	margin:3px 0px 5px 0px;
	padding:0px;
	height:1px;
	width:680px;
	background-color:#cc0000;
	color:#cc0000;
	clear:both;
}
.hr {
	margin:3px 0px 5px 0px;
	padding:0px;
	height:1px;
	width:620px;
	background-color:#CCCCCC;
	clear:both;
}

#wrapper {
	width: 1000px; /* width of wrapper frame */
	border:1px solid #000000;
	/*background: url("../images/middlebg.jpg") repeat-y center top;  main background */
	margin: 0 auto;
	text-align: left; /* align everything in the wrap to the left */
	background-color:#FFFFFF;
	background:transparent url(../images/bg_inside.jpg) repeat-y left top;
}


#wrapper-inner { /* needed to ensure page remains at a fixed with when browser window is shrunk */
	position: relative;
	width: 99%;
	margin: 0 auto;
	padding: 0;
}

#header {
	height:99px;  /* height of header frame */
	margin:0;
	padding:0;
	position: relative;
	width: 1005px; /* width of wrapper frame */
	background: url("../images/header.jpg") repeat-y center top; /* main logo */
}
#header h1 {
	margin:0;
	padding:0;
}
#header h1 a {
	display:block; /* create header text as a block element */
}
#menubar {
	clear:both;
	height:27px;
	background-color:#000000;
}
#subheader {
	height:1px;
	margin:0;
	padding:0;
	clear:both;
	width: 850px; 
	background-color:#000000;
}
/* create menu style */
ul#menu
{
background: #000000 url(../images/logo2top.jpg) top right no-repeat;
	margin:-1px -1px 0 0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:27px;
	font-size:11px;
	font-weight:bold;
	/*text-transform:lowercase;*/
	font-family:Arial, Helvetica, sans-serif;
	/*border-bottom:1px solid #000000;*/
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	/*color:#999999;*/
	text-decoration:none;
	font-weight:bold;
	padding:4px 20px 0 20px;
	height:22px;
	color:#FFF;

}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	background:transparent url("../images/menuover.jpg") no-repeat top right;	
}

#rightnav {
	float:right;
	width:135px;
	top:0px;
	padding:4px;
	text-align:left;
	/*font: "Georgia", "Times New Roman", "Times", "serif";*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

#rightnav-logos {
	float:right;
	width:135px;
	margin-top:-75px;
	padding:4px;
	text-align:center;
	/*font:Arial, Helvetica, sans-serif;*/
	font-size:9px;
	color:#8B8B8B;
}



#leftnav {
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	float:left;
	width:187px;
	margin:0px -4px 5px;
	top:0px;
	padding:0px;
	text-align:left;
	/*font:Georgia, "Times New Roman", Times, serif;*/
	font-size:11px;
	color:#000000;
	
}


#leftnav-header{
	/*margin:1px 15px 0px 0px;*/
	margin-left:-1px;
	margin-right:16px;
	margin-bottom:1px;
	padding:20px;
	/*text-align:center;*/
	background:url(../images/bg_mainlevel.gif) repeat-x center bottom;
	display:block;
	text-decoration:none;
	color:#000000;
/*	border-left:0.6em #000000 solid;
	border-top:thin #000000 solid;
border-bottom:thin #000000 solid;
border-right:0.6em #000000 solid;*/
}

#leftnav ul {
	margin:0px;
	padding:0px;
}

#leftnav ul li {
	list-style:none;
	text-align:left;
	margin:1px 15px 0px 0px;
	/*padding:5px;*/
}
#leftnav ul li a {
	background:url(../images/bg_mainlevel.gif) repeat-x center bottom;
	display:block;
	text-decoration:none;
	padding:5px;
	color:#000000;
	text-indent: 12px;
}
#leftnav ul li a:hover {
padding:5px;
margin-top: -1px;
margin-left:-1px;
margin-right:1px;
color:#000000;
background:#E0FF33 url(../images/rarr.jpg) no-repeat left;
text-indent: 12px;
/*font-weight:bold;
border-left: solid medium #000000;
border-right:solid medium #000000;*/
}


.content {
	float:left;
	width:625px;
	margin: 15px 10px 5px 15px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000066;
	/*color: #82787e;*/
	margin: 0;
	padding: 0;
}
.content h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000066;
}
.content h5 {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #82787e;
	margin: 0;
	padding: 0;
}
.content a {
	text-decoration:none;
	color:#000000;
}
.content a:hover {
	text-decoration:none;
	color:#000066;
}
.content li {
/*	list-style-type:square;*/
list-style-type:none;
}


.thumbs{
	float:left;
	padding: 0px;
}

.thumbs img{
	padding: 3px;
	background-color: #CCCCCC;
	border: 1px solid #454545;
	float: left;
	margin: 5px;
}

.thumbs a{
	text-decoration:none;
}
.thumbs a:hover{
  border: none;
}
.thumbs a:hover img{
   	background-color: #00CC00;
	border: 1px solid #000000;
}


.links li {
	color:#666666;
	list-style-type:square;
}
.links a {
	font-weight:bold;
	text-decoration:none;
	color:#000066;
}
.links a:hover {
	text-decoration:none;
	color:#000;
}
.links li {
	margin-bottom: 6px;
}
.links2 a {
	text-decoration:none;
	color:#000066;
}
.links2 a:hover {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#contact {
	float:left;
	width:680px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footer {
	height:5px;  /* height of footer frame */
	margin:0;
	padding:0;
	position: relative;
	width: 850px; /* width of wrapper frame */
	background-color:#000000;
	/*background: url("../images/footerbg.jpg") repeat-y center top; /* footer background logo */
}

#footer-text {
width:820px;
	clear:both;
	/*text-align: right;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #82787e;
	top:5px;
}
#footer-text a {
	text-decoration:none;
	color: #82787e;
}
#footer-text a:hover {
	color: #000;
	font-weight:bold;
	/*text-shadow:#000000;*/
}
.clear {
	line-height:1px;
	height:1px; /* stop &nbsp; in html rendering as a full char height */
	clear:both; /* clear both the left and right sides */
}



/******************************************************************************/


#clientinfo-text{
border:dashed;
border-width:1px;
border-color:#CCCCCC;
	color:#999999;
	text-align:center;
	padding:2px;
	width:180px;
}

.subtitle-text{
	color:#000000;
	font-weight:bold;
}

.subtitle-description-text{
	color:#666666;
}

form label {
	/*display:block;*/
}
form input, form textarea {
    width: 250px;
	border:1px #87764B solid;
	color:#211000;
	padding:4px 5px;
	font:12px Verdana, Arial, san-serif;
	background-color: #F4F4F4;
}
form input:hover, form textarea:hover {
	border:1px #87764B solid;
}
form input:focus, form textarea:focus {
	border:1px #00CC00 solid;
	background-color:#FFFFFF;
}
.btn{
	width:125px;
	margin-right:12px;
	/*font:Arial, Helvetica, sans-serif;*/
	font-size:10px;
}
