
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0; 
	background: #e7e5e8 url(../images/site/bg_main.jpg) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #A56F38; 	
}

a:hover {
	color: #000;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 200%;
	color: #663333;	
}
h3 {
	font-size: 170%;	
	font-weight: normal;	
}


h4 {
	font-size:140%;
	font-weight: bold;	
}

p { padding: 10px; margin:0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }


/* Images */
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 30px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(../images/site/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrapper_header {
	position: relative;
	background: #fff url(../images/site/bg_wrapper.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 385px;
	text-align: left;	
}


#header_pic {
	position: absolute;
	top: 90px; left:24px;	
	padding: 0;		
	height:290px; 
	width: 890px;
	clear: both;
	
}
#header_pic img, #header_pic img a {
	margin: 0; padding: 0;
	border: none;
} 


#content_out {
	background: #fff;
	width: 100%;
}
#wrapper_content {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	margin: 0 auto;
	background: #fff url(../images/site/bg_content.jpg) no-repeat;

}

#content a:hover {
	background: #F0f0f0; 
	color: #000;
}

.col_sideone {
	width: 20%;
	float: left;
}

.col_content {
	width: 50%;
	float: left;	
}

.col_content_big {
	width: 70%;
	padding-left:25px;
	float: left;	
}

.col_sidetwo {
	float: right;
	width: 20%;
	
	
}
.col_content, .col_content_big, .col_sideone, .col_sidetwo {
	padding-bottom: 30px;
}

.col_sideone, .col_sidetwo { 
padding: 0 20px; }

#content .col_content h2, .col_content_big h2 {
	padding-bottom: 3px;
	font: normal 2.8em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -1px;	
	text-transform: none;
	margin-left: 5px;
	padding-left: 5px;
}
#content .col_content h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}


#content .col_content ul li {
	list-style-image: url(../images/site/bullet.gif);
}
#wrapper_content .col_sideone h3, 
#wrapper_content .col_sidetwo h3 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 20px 8px 15px;
	padding: 0;
	text-decoration: none;		
	background: url(../images/site/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(../images/site/dots.gif) repeat-x left bottom;
	padding: 6px 20px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#wrapper_footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;			
}
#wrapper_footer h3, #wrapper_footer p {
	padding-left: 0;
}
#wrapper_footer h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#wrapper_footer a {
	color: #fff;
	background: transparent;
}

#wrapper_footer ul.footer_list {
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}

#wrapper_footer ul.footer_list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#wrapper_footer ul.footer_list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#wrapper_footer ul.footer_list li a:hover,
#wrapper_footer ul.footer_list li a:hover span {
	color: #111;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}



.footer_col_content {
	margin-right: 520px;
	padding: 0px 25px;
}
.footer_col_sideone {
	float: left;
	width: 230px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -520px;
	margin-top: 12px;
}
.footer_col_sidetwo {
	float: left;
	width: 210px;
	margin-left: -235px;
	margin-top: 12px;
}
.footer_col_content, .footer_col_sideone, .footer_col_sidetwo {
	padding-bottom: 20px;
}



#footer_bottom {
	clear: both;
	border-top: 1px solid #fff;
	width: 880px;
	margin: 0 auto;	
}
#footer_bottom .bottomleft {
	float: left;
	padding-left: 5px;	
}
#footer_bottom .bottomright {
	text-align: right;
	padding-right: 0;
}

#footer_bottom a { 
color: #666; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 3px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

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

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


