/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px;
	padding: 0;
	background-color: #d7d7d7;
	font:11px Arial,Helvetica,sans-serif;
	color: #444;
	background: ;
	text-align: center;	
	height: 100%;	
}
/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3{
	font: bold 1em Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	/*text-transform: uppercase;*/
	color: #666666;}
	
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #993333;	
}
ul span, ol span {
	color: #333;
}

/* images */
img {
  border: 0px  dotted #DDD; 
  padding: 0px;
  background-color: #FFF;
}
.imgborder {
 border: 1px  dotted #DDD; 
  padding: 5px;
  background-color: #FFF;
}
img.float-right {
  margin: 5px 0px 5px 15px;
  border: 1px  dotted #DDD; 
  padding: 5px;
  background-color: #FFF;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
  border: 1px  dotted #DDD; 
  padding: 5px;
  background-color: #FFF;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #FAFAFA;
	border: 1px dotted #eee;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: bold;
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 0px solid #eee; 
	background-color: #ffffff; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 1px;
	border:1px solid  #999966;
	font: normal 1em Arial,Helvetica,sans-serif;
	color:#777;
}
textarea {
	width:200px;
	padding:1px;
	font: normal 1em Arial,Helvetica,sans-serif;
	border:1px solid #999966;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 1px 1px; 
	color: #333;	
}
.select{
	padding: 1px;
	border:1px solid  #E7E7CF;
	font: normal 1em Arial,Helvetica,sans-serif;
	width: 200px;
	color:#777;
}
.select2{
	padding: 1px;
	border:1px solid  #E7E7CF;
	font: normal 1em Arial,Helvetica,sans-serif;
	width: 50px;
	color:#777;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;
	border:thin #000000;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#wrap {
	width: 770px;
	margin: 0 auto;
	background: #FFFfff;
}
#header-content, #content {
	width: 740px;	
}

/* header */
#header {

	position: relative;
	width: 756px;
	height: 118px;
	margin: 0 0;
	padding: 0 2px;
	background: #530612;
	border: 3px solid #FFFFFF;
	


}
#header2 {

	position: relative;
	width: 756px;
	height: 118px;
	margin: 0 0;
	padding: 0 2px;
	background: #530612;
	border: 3px solid #FFFFFF;
	


}

#header .headerphoto {
	position: relative;
	left: 6px; top: 0px;
	width: 757px;
	height: 118px;
	background: #003300 url(../images/headerphoto.jpg) no-repeat;
	
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 280px;
	height: 156px;	
	background: #4E3525;
}
#logo-box #logo {
	position: absolute;	
	font: bold 50px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 25px; left: 34px;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 60px;
}

/* header menu */

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF;
}
#content {
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* sidebar */
#sidebar {
	float: right;
	width: 20%;
	margin: 0 0 10px 0; padding: 0;	
	/*border-left: 1px solid #D5D5D5; */
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #660000;	
}
.sidebox {
	margin-bottom: 10px;	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}

/* main */
#main {
	float: left;
	width: 78%;	
	font:11px Arial,Helvetica,sans-serif;
	margin: 0 0 10px 0; padding: 5px;	
	border-right: 1px solid #D5D5D5; 
	
}
#maina {
	float: left;
	width: 76%;	
	font:11px Arial,Helvetica,sans-serif;
	margin: 0 0 10px 0; padding: 5px;	
	border-right: 1px solid #D5D5D5; 
	
}
#main2 {
	float: left;
	width: 90%;	
	font:11px Arial,Helvetica,sans-serif;
	margin: 0 0 10px 0; padding: 5px;	
	border-right: 1px solid #D5D5D5; 
	
}
#main3 {
	float: left;
	width: 95%;	
	font:11px Arial,Helvetica,sans-serif;
	margin: 0 0 10px 0; padding: 5px;	
	/*border-right: 1px solid #D5D5D5; */
	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}
#main h2 {
	padding: 5px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}
.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
.post .post-footer .date {
	background: url(../images/clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(../images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(../images/page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
/* Footer */

#footer {
clear: both;
		height: 25px;
	margin: 0; padding: 12px 0 0 0;
	font:9px Arial,Helvetica,sans-serif;
	text-align:left
	color: #CCCCCC;
	background: #fff;
	border: 5px solid #FFFFFF;
	border-top: 1px dashed #D5D5D5;
	
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/*#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 75px;
	background: url(../images/footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}*/

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

.tableDetail {
	font:11px Arial,Helvetica,sans-serif;
	color: #49394E; }
.tableDetail2 {
	font:11px Arial,Helvetica,sans-serif;
	color: #49394E;
	border-top: 1px dashed  #999966;
    border-left: 1px dashed #999966;
    border-right: 1px dashed #999966;
    border-bottom: 1px dashed #999966;
}
 TABLE.main {
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: #CCCCCC;
	 border-top: 1px dashed #330033;
    border-left: 1px dashed #330033;
    border-right: 1px dashed #330033;
    border-bottom: 1px dashed #330033;
    
    }
.style6 {color: #CCCCCC}
.style8 {color: #666666}
.style9 {color: #333333}
.style11 {font-size: 10px}
.style14 {
	font-size: 2.2em;
	font-weight: bold;
	color: #003300;
}
.style18 {font-size: medium}
.style19 {color: #000000}
.style22 {color: #000000; font-size: 1.62em; }
.style23 {
	font-size: 2.2em;
	color: #990000;
}
.style25 {color: #006633; font-size: 1.72em; }
.style27 {
	color: #FF9900;
	font-size: 1.72em;
	font-weight: bold;
}
#search_options { display: none }

/* Hint Box*/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: maroon;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
color:#FFFFFF;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
