html{
	height:100%;
}
body{
	margin:0px 0px 0px 0px;
  	color:#444444;
	font:11px Arial, Helvetica, Verdana, Tahoma, sans-serif;
	min-width:800px;
	position:relative;
	height:100%;
}

h3 {margin-bottom: 0px;}
p {
	padding-right:10px;
	color:#444444;
}

ul { font-size: 12px;}

body.home { 
	background:#021301;}
img {
	border:none;
	outline: none;}
a{
	text-decoration:none;
	color:#444444;
	outline: none;
}
a:hover{text-decoration:underline;}

/*--- MAIN CSS ---*/
#container{
	width:100%;
	min-height:100%;
	
}
* html #container{ height:100%;}

#main{
	width:800px;
	margin:0 auto;
	border-left: 5px solid #4d3513;
	border-right: 5px solid #4d3513;
	border-bottom: 5px solid #4d3513;
}
/*--- top-nav css ---*/
#top-nav{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	overflow:hidden;
	width:100%;
	height:107px;
}
.home #top-nav{ height:126px;}
#top-nav .holder{
	position:absolute;
	left:50%;
	margin:0 -400px;
}
#top-nav .sub-hold{
	width:800px;
	height:107px;
	overflow:hidden;
	padding:0 0px;
}
.home #top-nav .sub-hold{
	height:126px;
}


/*--- menu css ---*/
#menu{
	float:right;
	width:800px;
	height:48px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	font-weight: bold;
	list-style:none;
	position:relative;
}
#menu li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
}
#menu li a{
	margin: 0px 0px 0px 0px;
	padding: 15px 12px 0px 12px;
	height:33px;
	float:left;
	cursor:pointer;
	color:#ffffff;
}
#menu .active a,
#menu li a:hover { 
	margin: 0px 0px 0px 0px;
	background-color: #2cbbde;
	text-decoration: none;
}
#menu .selected a,
#menu .selected a:hover {
	background-color:#2cb0d0;
	cursor:default;	
}
#menu a span{
	float:left;
	overflow:hidden;
	height:48px;
	text-indent:-6666px;
}

/*--- visual css ---*/
#visual{
	width:100%;
	overflow:hidden;
	height:200px;
	position:relative;
}


/*---- CONTENT CSS ----*/
#content{
	width:799px;
	overflow:hidden;
	background:#f9f8f7;
	border:1px solid #4d3513;
	border-width:3px 1px 1px;
	padding:20px 0;
}
#content .content-text{
	float:right;
	width:570px;
	overflow:hidden;
	padding:0px 10px 0px 10px;
}


.info-col h3{
	font-size:15px;
	color:#26a3c2;
	margin:0px 0px 0px 13px;
	padding:7px 0px 10px 0px;
}

/*--- navigation css ---*/
#navigation{
	width:200px;
	background:url(images/bg-nav-element1.gif) no-repeat;
	margin:5px 0px 0px -10px;
	padding:1px 0 0;
	list-style:none;
	font-size:14px;
	font-weight:bold;
}

#navigation li{
	background:url(images/bg-nav-element.gif) no-repeat 0 100%;
	width:190px;
	padding:0px 0px 2px 10px;
	overflow:hidden;
	vertical-align:top;
}
#navigation a{
	display:block;
	color:#4d3513;
	text-decoration:none;
	padding:11px 20px 9px;
	outline:none;
}
#navigation a:hover {
	text-decoration:none;
	color:#2cbbde;
}
#navigation .selected a, 
#navigation .selected a:hover
#navigation .selected .active a{
	color:#02a6cb;
	cursor: default;
}

/*--- content-text block's css ---*/
/*--- text-hold css ---*/
.text-hold{
	width:100%;
	overflow:hidden;
	color:#444444;
	padding:0 6px;
}
.text-hold a{
	color:#669933;
	text-decoration:none;
}
.text-hold a:hover{ text-decoration:underline;}
.text-hold p{
	font-size:12px;
	line-height:18px;
	margin:0px 10px 10px 0px;
}
.text-hold .title{
	padding:12px 6px 12px;
	overflow:hidden;
	margin:0 -6px 26px;
	background:url(images/separated-line2.gif) no-repeat 0 100%;
}
.text-hold .title h2{
	font-size:30px;
	line-height:30px;
	margin:0px 0px 0px 0px;
	padding-bottom:6px;
}
.text-hold .title h4{
	font-size:18px;
	font-weight:normal;
	line-height:19px;
	margin:0px 0px 0px 0px;
	padding-bottom:20px;
}

/*---- FOOTER CSS ----*/

#footer{
	margin:0px auto 0px auto;
	padding:10px 0px 10px 0px;
	height:30px;
	width:830px;
	font-size:10px;
	color: #000000;
}
#footerLeft {
	display: inline;
	width: 300px;
	float: left;
	padding-left: 50px;
}
#footerRight {
	display: inline;
	width: 300px;
	float: right;

}
#footer a{
	color: #ffffff;
	text-decoration: none;
	}
