html, body {
	height: 100%;
	margin:0px;
	padding:0px;
	background-color:#000000;
	color: #3D598D;
}


.clear{	clear:both;}
.float_l{ float:left;}
.float_r{ float:right;}
em{
	font-size:120%;
	}
img{
	border:none;
	}
a:link, a:visited {
	color: #3D598D;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	color: #333333;
	/*text-transform: uppercase;*/
}
.accordion{
	background:#EEEEEE;
	/*height:1px;*/
	border-top:1px solid #FFF; /*another IE hack to stop spacing between items :(*/
	padding-right:4px;
	}

#container {
	width: 960px;
	margin: 21px auto 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
/*background:#EEEEEE;*/
}
/*
HEADER
***********/
#header {
	height:101px;
	width: 960px;
	margin-bottom: 0 !important;
	padding:0px;
	background:#99CC33 no-repeat;
	}
.rbtop 		{	background: transparent url(/web_includes/rounded.php?cn=tr&s=10&ci=99CC33&co=EFEFEF) no-repeat top right;	} /*e9e9d1*/
.rbtop div 	{	background: transparent url(/web_includes/rounded.php?cn=tl&s=10&ci=85B02C&co=EFEFEF) no-repeat top left;	} /*e9e9d1*/
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 10px;
	font-size: 1px;
	}

div#logo{
	float:right;
	padding-right:35px;
	}
div#banner{
	text-align:right;
	padding:0 10px;
	margin-bottom:10px;
	}
#header h1 {
	height: 62px;
	width: 61px;
	/*left: 358px;*/
	top: 13px;
	cursor: move;
}
#header #slogan{
	padding:32px;
	font-size:120%;
	color:#FFFFFF;
/*	font-weight:bold;*/
	}
#nav{
	background: #000000;
	min-height:28px;
	}
#languages{
	float:left;	
	padding-top:4px;
	padding-left:6px;
	}
#languages img{
	border:1px solid #000000;
	}
#languages img:hover{
	border:1px solid #FFFFFF;
	}
#menu{
	float:left;
	background:#000000;
	}
#menu ul { 
	list-style:none; 
	margin:0; 
	padding:0; 
	float:left;
	/*border-left:1px solid #fff; */
	}
#menu li { 
	float:left; 
	min-width:90px;
	margin:0; 
	padding:0; 
	text-align:center;
	}
#menu li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #869FB2;
	border-left-color: #869FB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #869FB2;
	}

#menu a:hover, a:focus, a:active { 
	background-position:-150px 0; 
	}
#menu #a a { 
	background:url("bg_menu.jpg") repeat; 
	background-position:-20px 35px;
	}
#menu .selected{
	background-position:-150px 0;
}
	
#contents_wrapper{
	border-left:1px solid #EEEEEE;		
	
	background:url("/images/bg_contents_green.png") repeat-y; 
	}
#content{
	float:left;
	width:646px;
	/*border-right:1px solid #FFFFFF;*/
}
#contents{
	padding:20px;
	font-size:1.2em;
	background:#FFFFFF;
}


#publicity{
	float:right; 
	/*border:1px dashed red;*/
	width:290px; 
	padding:20px 10px 5px 5px;
	text-align:center;
	/*background:#EEEEEE;*/

	}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	background: #CCCCCC;
	cursor: pointer;
	border-top:1px solid #EEEEEE;
	/*border-bottom:1px solid #FFFFFF;*/
}
h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #FFF;
}

h3 a:hover, h3 a:active {
	color: #999;
}
h3.par{
	background: #bbbbbb;
}
p {
	padding: 5px 10px;
	color: #444;
}
/*
FOOTER
********/
#footer{
	background:#99CC33 url('/images/bg_header.jpg') repeat-y;
	width: 960px;
}
.rb_footer 		{	background: transparent url(/web_includes/rounded.php?cn=br&s=10&ci=99CC33&co=FFFFFF) no-repeat bottom right;	}
.rb_footer div 	{	background: transparent url(/web_includes/rounded.php?cn=bl&s=10&ci=76ac09&co=FFFFFF) no-repeat bottom left;	}
.rb_footer div, .rb_footer, .rb_footer div, .rb_footer {
	width: 100%;
	height: 10px;
	font-size: 1px;
	}
#footer a{ color:#EEEEEE;text-decoration:none;}
#footer a:hover{ color:#FFFFFF;text-decoration: underline;}
.warning{
	margin-top:50px;
	text-align:center;
	color:#cc0000;
	font-weight:bold;
	padding:20px 5px;
	border:1px dashed red;
	background-color: #EEEEEE;
	/*
	filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;*/
}
.button{
	border: 2px solid #000;
	background-color:#99cc33;
	font-size:140%;
	font-weight:bold;
}
.side{
	text-align:right;
	font-style:italic;
	padding-right:4px;
	}
	

input, textarea{
	background:#EEEEEE; 
	font-size: 8pt;
	}
input:focus, textarea:focus, input:hover, textarea:hover{
	background-color: #DDDDDD;
}

#twitter_div{
	text-align:left;
	width:290px;
	}
#twitter_div ul{
	margin:10px;
	padding:0px;
	list-style:none;
	}
#twitter_div ul li{
	margin-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
	}
	
/*
=slideshow
*/
/* Sample 8*/
.slideshow_mask{
	position:relative;
	width:920px;
	margin:10px auto 0px auto;
	height:460px;
	overflow:hidden;
	border:1px solid #CCCCCC;

}

#portfolio{
	position:absolute;
}
#portfolio .item{
	width:920px;
	float:left;
	}
#portfolio .item .item_image{
	float:left;
	width:590px;
	padding:20px;
	background:#FFFFFF;
/*border-right:1px solid #CCCCCC;*/
	}
#portfolio .item .item_image img{
	border:1px solid #DDDDDD;
	}
#portfolio .item .item_data{
	padding:20px;
	float:left;
	width:249px;
	height:460px;
	background:#EEEEEE;
	color:#111111;
	}
#portfolio .item .item_data a{
	color:#003366;
	}
#portfolio h4{
	background:#99cc33;
	margin:0px;
	padding:4px 4px 4px 10px;
	border-bottom:1px solid #CCCCCC;
	color:#FFFFFF;
	}
#slideshow_controls{
	clear:both;
	width:600px;
	margin:0px auto 10px auto ;
	color:#111111;
	font-size:1.2em;
	cursor: move;
}
#slideshow_controls a:hover{
	color:red;
	}
#slideshow_controls #bt_last{
	float:left;
	width:50%;
	text-align:left;
	cursor:pointer;
}
/*
#slideshow_controls #titles{
	float:left;
	width:200px;
	text-align:center;
}
*/
#slideshow_controls #bt_next{
	float:right;
	width:50%;
	text-align:right;
	cursor:pointer;
}

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #003366;
	background-color: #8CA0B0;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003366;


}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: 333333;
}

#nav{
	background:#000000;
	height:20px;
}


.home_box{
	width:620px;
	height:106px;
	margin-bottom:40px;
/*	border:1px dashed red;*/
line-height:1.3em;
	}
.home_box div{
	/*border:1px dashed red;*/
	}
.home_box .image{
	 float:left;
	 margin-right:10px;
	 width:210px;
	}
.home_box .data{
	float:left;
	width:360px;
	}
.home_box h2{
	padding:5px;
	margin:0px;
	font-size:110%;
	}
