/* BODY CONTENT */

body {
	text-align: center;
	margin: 0px;
	background-color: #fff;
	font-family: arial, georgia, sanserif;
	font-size: 11px
	}
	
	
#wrapper {
	background: url(../img/wood_bg.jpg) repeat;
	text-align: left;
	width: 860px;
	height: 790px;
	margin: 20px auto;
	position: relative
	}
#footer {
	text-align: left;
	width: 860px;
	margin: 20px auto;
	position: relative;
	color:#ccc;
	}
	
#content {
	background-color: #fff;
	width: 820px;
	height: 750px;
	margin: 20px 0 20px 20px;
	position: absolute
	}
	
#top {
	background-color: #fff;
	width: 800px;
	margin-left: 10px;
	height: 110px
	}
	






/* TOP CONTENT */

#logo_top {
	width: 282px;
	float: left}
	
#menu {
	width: 486px;
	height: 30px;
	margin-top: 50px;
	float: right;
	margin-right: 29px;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#sitemap {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#menu ul li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.04em;
	font-size: 1.2em
}
#sitemap li {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.04em;
	font-size: 1.2em;
	margin-bottom:0.5em;
}


#menu ul li a, #sitemap li a {
	text-decoration: none;
	color: #00AAE8;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.7em;
}

#menu ul li a:hover, #sitemap li a:hover {
	color: #00AAE8;
	background: url(../img/arrow_light.jpg) no-repeat center left;
}

#menu ul li #active{
	color: #00AAE8;
	background: url(../img/arrow_strong.jpg) no-repeat center left;
}

#menu ul li a#current {
	color: #00AAE8;
	background: url(../img/arrow_strong.jpg) no-repeat center left;
}





/* MAIN CONTENT */

#main {
	width: 790px;
	margin-left: 20px;
	height: 615px;
	background-color: #fff
}

#col2_1 {
	width: 370px;
	height: 500px;
	position: relative;
	margin-left: 0px;
	float: left
}

#main_info {
	width: 150px;
	height: 100px;
	position: absolute;
	left: 20px;
	bottom: 0px;
	color: #FFFFFF;
	z-index: 2
}

#col2_2 {
	width: 360px;
	height: 500px;
	margin-right: 20px;
	float: right;
	background-color: #FFFFFF;
}


#col3_intro {
	width: 370px;
	position: relative;
	margin-left: 20px;
}


.col3 {
	width: 240px;
	position: relative;
	margin-left: 20px;
	float: left
}

.missions_small {
margin-right: 5px; 
margin-bottom: 5px; 
width: 85px;
height: 105px;
float: left
}

.missions_small DIV {
	width:100px;
	padding: 2px;

	filter: alpha(opacity=80); 
	-moz-opacity: .80;
	opacity:.80;
	display:none;
	color:#FFFFFF;
	background-color:#000000;
	line-height: 1.4em;
	position:absolute;
	z-index:100px;
	float:left;
}
.customer_small {
margin-right: 14px; 
margin-bottom: 14px;
height:68px; width:168px;
float: left
}

.customer_small DIV {
	filter: alpha(opacity=80); 
	-moz-opacity: .80;
	opacity:.80;
	display:none;
	padding: 4px;
	color:#FFFFFF;
	background-color:#000000;
	line-height: 1.4em;
	position:absolute;
	z-index:100px;
	float:left;
	width:156px;
	height:68px;
}
.missions_small span, .customer_small span { color:#00AAE8;}


#linklist {
height:545px; overflow:auto}
#linklist ul, #linklist li {list-style: none;margin-left:0px;padding-left:0px;}



/* OTHER CONTENTS */

.clear {
	clear: both
	}
	
	
input {
border: 1px solid #CDEAF6;
background-color: #FCFCFC
}

textarea {
border: 1px solid #CDEAF6;
background-color: #FCFCFC;
}

button {
border: 1px solid #CDEAF6;
background-color: #FCFCFC;
padding: 2px;
}

