/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/** Page styles **/

html,body{margin:0;padding:0}
body{
	font: 85%/1.3 Verdana,Arial,sans-serif;
	text-align: center;
	padding-bottom:20px;
	background-color: #000;
	background-image: url(images/fade4.jpg);
	background-repeat: repeat-x;
	background-position: right 200px;
}
p{margin-top:0; margin-bottom:.8em;}
#content a {
	color: #FF3333;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}


h1,h2,h3,h4{font: normal normal 200% "Trebuchet MS",Arial,sans-serif}
h2{font-size:160%}
h3, h4{
	font-size:120%;
	margin-top: 1.2em;
	margin-bottom: .4em;
	color: #CC6600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4 {
	font-size:120%;
	color: #999999;
	font-weight: bold;
}

div#header{
	width:100%;
	overflow:hidden;
	background-color: #000000;
}
div#header h1,div#menu{width:770px;margin:0 auto;text-align:left}
div#header h1{
	color: #FFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0; margin-bottom: 2px;}
ul#nav{float:left;font-size: 80%}
ul#nav li{float:left;margin-left: 3px;text-align: center}
ul#nav a{
	float:left;
	width: 85px;
	padding: 5px 0;
	text-decoration:none;
	color: #FFFFFF;
	background-color: #999999;
}
ul#nav a:hover{
	color: #000000;
	background-color: #FFFFFF;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	color: #FFFFFF;
	background-color: #666666;
}

div#container{
	width:770px;
	margin:0 auto 10px;
	padding:20px 0 10px;
	text-align:left;
	background-color: #000000;
	color: #FFFFFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 6px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
div#content{
	float:left;
	display:inline;
	width:560px;
	margin:0 0 10px 10px;
}

ul#intro,ul#intro li{list-style-type:none;margin:0;padding:0}
ul#intro{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	font-size: 90%;
}
ul#intro li{float:left;width:180px;margin-right:10px;padding: 10px 0}
li#mission{
	background-color: #630101;
}
img.newsikon {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

li#services{
	background-color: #999999;
}
ul#intro li#more{
	margin-right:0;
	background-color: #630101;
}
ul#intro p,ul#intro h3{margin:0;padding: 0 10px}
ul#intro h3{text-transform:uppercase;padding-bottom:3px;color: #FFF}

div#content h2{margin: 10px 0;color: #6A7AB0}
div.date{
	float:left;
	width: 4em;
	padding: 5px 0;
	color:#FFFFFF;
	text-align:center;
	margin: 0 10px 4px 0;
	font-size: 80%;
	line-height:0.9;
	background-color: #5C5C5C;
}
div.date span{display:block;font-size: 150%;font-weight:bold}

div.comments div{
	margin-bottom:10px;
	background-color: #2C3749;
	clear: left;
}
div.comments p{padding: 10px;margin:0}

div.comments div h2 {
	padding-left: 10px;
	padding-bottom: 0px;
}
div.comments div.odd h2 {}
div.comments div.odd{
	background-color: #3F4E67;
}

div#side{
	float:right;
	display:inline;
	width: 180px;
	margin:0 10px 10px 0;
	color: #B4B4B4;
}
div#side p{
	margin:5px 0 10px;
	padding: 0 10px;
	font-size: 86%;
}
div#side div{margin: 0 0 10px;padding: 10px 0}

div#footer{
	clear:both;
	width:750px;
	margin:0 10px 0;
	padding: 10px 0;
	color: #FFF;
	text-align:center;
	background-color: #3E3E3E;
	font-size: 86%;
}
#footer a {
	color: #FFFFFF;
}

div#footer p{margin:0}
img.imageleft {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
img.imageright {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

img.imageleft_small {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

span.price, p.price {
	color: #99CCCC;
}
#container #content .obs {
	background-color: #C30;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#container #content .obs .red {
	color: #FFF;
}
#container #content .obs ul li {
	list-style-position: inside;
}

#container #content ul {
	list-style-position: inside;
	margin-bottom: 12px;
}

#centerdiv {
	text-align:center;
	
	}
	
div.comments ul {
	margin-left:10px;
	}	
	
	
#yoxview_picasa3 a img, #yoxview_picasa2 a img, #yoxview_picasa a img {
	border:none;
	}			

