/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:100%/1.25 Arial, Helvetica, sans-serif;
	background: url(images/bodybg.jpg) #3E5B95 center top repeat-y;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:15px 0 5px 0;
	letter-spacing:-1px;
	font-size:2em;
}
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font-size:1.5em;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
em {
	font-style: italic;
	/* color: #046380; */
background-color: #ffc;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a, a:link, a:visited, a:hover {
	text-decoration:underline;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0;
	padding:0;
}
table tr td {
	padding:2px;
}
/***** Wrapper *****/
 
#wrap {
	width:960px;
	/*width: 775px;*/
margin:0 auto;
}
/***** Global Classes *****/


.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
/* GENERAL */
		
H1
{
	border-bottom: 1px solid #4C9494;
	color: #000000;
	font: bold 150% Verdana, Arial, Helvetica;
}
H2
{
	color: #000000;
	font: bold 140% Verdana, Arial, Helvetica;
}
H3
{
	color: #000000;
	font: bold 130% Verdana, Arial, Helvetica;
}
H4
{
	color: #000000;
	font: bold 120% Verdana, Arial, Helvetica;
}
H5
{
	color: #000000;
	font: bold 110% Verdana, Arial, Helvetica;
}
H6
{
	color: #000000;
	font: bold 100% Verdana, Arial, Helvetica;
}
A:link
{
	color: #237D7C;
}
A:visited
{
	color: #237D7C;
}
A:active, A:hover
{
	color: #83C7C6;
}

form {
	float:right;
	margin-top: -45px;
	font-size: 9px;
}
input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
.button {
	padding: 2px;
}

/* CONTAINER */

#container {
	width: 835px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
}

/* HEADER ELEMENTS */

#header {
	border-bottom: 4px solid #948979;
	padding-top: 8px;
	clear: both;
	margin-bottom: 0px;
	background: #D69D56;
	height: 115px;
}

/*html>body #header {height: 110px;}*/

#header_l {
	float:left;
	width:157px;
	padding-left: 10px;
}
#header_c {
	float:left;
	height: 105px;
	padding: 0px;
	margin: 0px;
}
#header_r {
	float:right;
	width:170px;
	padding-right: 10px;
}
/* NAVIGATION ELEMENTS */
	
#navigation  {
	margin-left: 0;
	padding-left: 0;
	float: left;
	width: 170px;
	padding: 0px 10px;
}
/* CONTENT ELEMENTS */

#content_wraper{
	width: 835px;
	background: url(images/content_bg.jpg) center top repeat-y;
	clear: both;
	overflow: hidden;

}


#content {
	width: 420px;
	float: left;
	padding: 0px 10px;
}
#content p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
}
/* SIDEBAR ELEMENTS */

		#sidebar {
	float: right;
	width: 180px;
	padding: 0px 10px;
}
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

/* Bottom */
#bottom {
	width: 420px;
	float: left;
	padding: 0px 10px;
}
/* FOOTER ELEMENTS */

		#footer {
	/*margin-top: 20px;*/
	clear: both;
	background-color:#B86D45;
	padding: 0px 5px 0px 5px;
}
#footer p {
	color:#FFFFFF;
	padding: 5px;
}
#footer  a {
	color: #fff;
	border-bottom: 1px dotted #89817f;
}
		
#headertext
{
	float: none;
	width: 481px;
	text-align: center;
	height: 105px;
}
#headertext H2
{
	font-size: 33px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 10px;
	margin: 5px;
	padding:0px;
	/*[empty]-moz-box-sizing:;*/
}
#callbox
{
	margin: 5px 60px;
	padding: 5px 20px;
	background-color: #FFFFFF;
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CC0000;
	font-size: 14px;
}
/*left menu*/
.leftmenu
{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 160px;
	text-align: center;
	padding-left: 5px;
}
.leftmenu LI A
{
	background-color: transparent;
	font-weight: normal;
	font-family: Helvetica;
	color: white;
	font-size: 12px;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border-top: 1px solid #FFF;
	padding-bottom: 0px;
}
HTML>BODY .leftmenu LI A
{
	padding-bottom: 12px;
}
.leftmenu LI A:active
{
	color: white;
	border-top: 1px solid #6699CC;
}
.leftmenu LI A:visited
{
}
.leftmenu LI A:hover
{
	color: white;
	border-top: 1px solid #6699CC;
}
