* {
	margin: 0;
}
html, body {
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C3C3C3;
	background: #333333 url(bg1.jpg) top repeat-x;
	height: 100%;
}

.bg2 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C3C3C3;
	background: #333333 url(bg2.jpg) top repeat-x;
}

.bg3 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C3C3C3;
	background: #333333;
}
a:link, a:visited { color: #FF0000; text-decoration: none; font-weight: normal;} 
a:active, a:hover { color: #FF0000; text-decoration: underline;}
p { margin: 0px; padding: 0px; }
img { margin: 0px; padding: 0px; border: none; }
blockquote {  
   background:url('quote.png') no-repeat;  
   text-align: left;  
   font-size:12px;
   font-weight:bold;
   line-height:165%;
   color:#fff; 
   margin:0 0 10px 0;
   padding:3px 23px 0px 23px; 
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_25 { clear: both; width: 100%; height: 25px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_35 { clear: both; width: 100%; height: 35px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_55 { clear: both; width: 100%; height: 55px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}
.margin_bottom_250 { clear: both; width: 100%; height: 250px; font-size: 1px;	}
.margin_right_10 { margin-right: 10px; }
.margin_right_60 { margin-right: 30px; }
.margin_left_10 { margin-left: 10px; }
.margin_left_20 { margin-left: 10px; }
.margin_left_30 { margin-left: 30px; }
.margin_left_35 { margin-left: 35px; }
.margin_left_60 { margin-left: 60px; }

#contact_form {
    width:580px;
    padding:10px;
    border:1px solid #777;  
    background:#444444; 
}
    
#contact_form div {
    clear:both;
    margin:1em 0;
    
}
    
#contact_form label {
    display:block;
    float:none;
    font-size:16px;
    width:auto;
}

form#contactform input {
    border-color:#777 #E8E8E8 #E8E8E8 #777;
    border-style:solid;
    border-width:1px;
    padding:5px;
    font-size:16px;
    color:#333;
}

form#contactform textarea {
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:100%;
    padding:0.6em 0.5em 0.7em;
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
    border-style:solid;
    border-width:1px;
}

#guestbook_form {
    width:400px;
    padding-left:10px;
    border:1px solid #777;  
    background:#444444; 
}
    
#guestbook_form div {
    clear:both;
    margin:1em 0;
}
    
#guestbook_form label {
    display:block;
    float:none;
    font-size:16px;
    width:auto;
}

form#guestbookform input {
    border-color:#777 #E8E8E8 #E8E8E8 #777;
    border-style:solid;
    border-width:1px;
    padding:5px;
    font-size:16px;
    color:#333;
}

form#guestbookform textarea {
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:100%;
    padding:0.6em 0.5em 0.7em;
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
    border-style:solid;
    border-width:1px;
}
#guestbook_entry {
    width:auto;
    padding:10px;
    border:1px solid #777;  
    background:#444444; 
    margin-bottom:5px;
}
.button_1 a{
	clear: both;
	display: block;
	float: left;	
	padding: 1px 10px;
	text-align: center;
	background: #A91105;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #000000;
	text-decoration: none;
}

#main_container{
	width: 850px;
	margin: 0 auto 0;
	padding: 5px 0 50px;
	
	min-height: 95%;
	position: relative;
	margin-bottom: -1em;
}

#main_header_panel {
	width: 850px;
	height: 137px;
    background: url(flag.jpg) no-repeat;    
}

#site_title {
	float: left;
	margin-top:100px;
	margin-left:55px;
	font-size: 16px;
	width: 490px;
	color: #ffffff;
	font-weight: bold;
}

#header_links {
	float: left;
	width: 258px;
	height: 137px;
	color: #000000;
}

#menu {
	clear: both;
	width: 850px;
	height: 38px;
	
}

#menu ul {
	margin: 0px;
	padding: 1px 0 0 10px;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	display: block;
	height: 38px;
	padding: 11px 10px 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #4A5358;
	outline: none;
}

#menu li a:hover, #menu li .current{
	position: relative;
	background: url(red.jpg) right top repeat-x;
	color: #fff;
}

#menu li a:hover span, #menu li .current span{
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 26px;
	
}

#sub_header_container {
	clear: both;
	width: 850px;
	height: 55px;
	
}
#sub_header {
	float: left;
    margin-top:15px;
	margin-left:55px;
	font-size: 16px;
	width: 500px;
	color: #ffffff;
	font-weight: normal;
}

#sub_header h1 {
	font-size: 16px;
	font-weight:normal;
}


.header_01 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0 5px 0;
	margin-bottom: 20px;
	
}

#content_1 {
	clear: both;
	width: 840px;
	
}
#biography {
	clear: both;
	width: 840px;
	
}

#content_1 .content_section {
	clear: both;
	width:800px;
	height: 234px;
    margin: auto;
    
}

#content_1 .content_section_bottom {
	clear: both;
    margin: auto;
    
}

#content_1 .content_headline 
{
	color: #ffffff;
	font-size: 1.25em;
	font-variant:small-caps;
}

#content_1 .content_500 {
	float: left;
	width: 500px;
	padding-right: 15px;
}

.content_500 {
	float: left;
	width: 500px;
	padding-right: 15px;

}
.content_section_box {
	float: left;
	width:250px;
	position: relative;
	padding-bottom: 20px;
}

.content_section_box_header {
	width: 250px;
	height: 15px;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.content_section_box .content_section_box_content {
	padding: 10px 10px 0 10px;
}

.news 
{
    border-top:4px solid #0085C7;

}

.blog 
{
    border-top:4px solid #F4C300;
    
}

.team 
{
    border-top:4px solid #009F3D;
    
}

.content_500  p{
	margin-bottom: 10px;
	text-align: justify;
}

.content_500  img {
    float: left;
	margin: 15px 30px 15px 0px;
	border: 1px solid #ffffff;
}

.content_500  .big_text{
	color: #ffffff;
	font-size: 1.5em;
}

#content_1 .content_600 {
	clear: both;
	width: 600px;

	margin: auto;
}

.content_600  p{
	margin-bottom: 10px;
	text-align: justify;
}

.content_600  hr{
	color: #AA0C00;
	background-color: #AA0C00;
	height: 2px;
	margin:10px;
	border: 0;
}

.content_600  .blog_header{
	color: #ffffff;
	font-size: 1.5em;
	font-variant:small-caps;	
}

.content_600 .big_text{
	color: #ffffff;
	font-size: 1.5em;
}

.content_600  .big_text2{
	color: #ffffff;
	font-size: 1.3em;
	letter-spacing:2px;
	border-bottom:solid 1px #fff;
	text-align:right;
}

.content_600  img {

	border: 1px solid #000;
}


.content_310 {
	float: left;
	width: 310px;

}
.content_310 .big_text{
	color: #ffffff;
	font-size: 1.2em;
}
.stats {
	clear: both;
	color: #C3C3C3;
	
}
.stats img {
    float: left;
	margin: 0px 10px 5px 0;
	border: 1px solid #ffffff;
}

#footer {
    position: relative;
	margin-top: -60px;
	height: 30px;
	clear:both;
	color: #fff;
	width: auto;
	padding: 15px 0;
	text-align: center;
	border-top:2px solid #777;
	background:#444444;
}

#footer #top {
	position: absolute;
	width: 850px;
	height: 10px;
	top: 0;
	left: 0;

}

#footer #bottom {
	position: absolute;
	width: 850px;
	bottom: 0;
	left: 0;
}

#footer a{
	color: #FF0000;
	font-weight: bold;
}
.clearfooter {
   height: 1em;
   clear: both;
}

.jcarousel-skin .jcarousel-prev-horizontal {position: absolute; left: 0px; width: 75px; height: 234px; cursor: pointer; background: url(l.jpg) no-repeat left center;}
.jcarousel-skin .jcarousel-prev-horizontal:hover {background: url(lh.jpg) no-repeat left center;}
*html .jcarousel-skin .jcarousel-prev-horizontal {left: -36px;}
.jcarousel-skin .jcarousel-next-horizontal {position: absolute; right: 0px; width: 75px; height: 234px; cursor: pointer; background: url(r.jpg) no-repeat right center; }
.jcarousel-skin .jcarousel-next-horizontal:hover {background: url(rh.jpg) no-repeat right center; }
*html .jcarousel-skin .jcarousel-next-horizontal {right: 64px;}
.jcarousel-skin .jcarousel-container-horizontal {padding: 0 50px;}
.jcarousel-skin .jcarousel-item {position:relative;}
.jcarousel-skin .jcarousel-item a {text-decoration:none; display:block; text-align:center;}
