@charset "utf-8";
/* CSS Document */

/* --- General --- */
*{
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 10px;	
	font-family: Verdana, Geneva, sans-serif;
}

table{
	border: 0px solid black;	
	margin-top: 10px;
}

img{
	border: 0px;	
}

img.gallery{
	margin-right: 5px;	
	margin-bottom: 5px;
}

hr{
	height: 1px;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 15px;
}

#authMessage{
	border: 1px solid black;
	margin: 3px;
	margin-bottom: 10px;	
}

#flashMessage{
	border: 1px solid black;
	padding: 3px;
	margin-bottom: 10px;	
}

#content_left td{
	width: 150px;
}

#content_left h2, h3{
	margin-bottom: 10px;	
}

#content_left ul{
	margin-left: 25px;	
	margin-top: 10px;
}

#content_left p{
	margin-bottom: 10px;	
}

#content_left label{
	float: left;
	display: block;
	width: 90px;
}

#content_left textarea{
	width: 475px;
	height: 350px;
}

.inputtext{
	margin-bottom: 3px;	
}

/* --- Menu --- */

a:link{
	color: #03412c;
	text-decoration: underline;
}

a:visited{
	color: #03412c;
	text-decoration: underline;
}

a:active{
	color: #03412c;
	text-decoration: underline;
}

a:hover{
	color: #03412c;
	text-decoration: none;
}

a.menu:link{
	color: #c8c8c8;
	text-decoration: none;
}

a.menu:visited{
	color: #c8c8c8;
	text-decoration: none;
}

a.menu:active{
	color: #c8c8c8;
	text-decoration: none;
}

a.menu:hover{
	color: #c8c8c8;
	text-decoration: underline;
}

a.submenu:link{
	color: #000000;
	text-decoration: underline;
}

a.submenu:visited{
	color: #000000;
	text-decoration: underline;
}

a.submenu:active{
	color: #000000;
	text-decoration: underline;
}

a.submenu:hover{
	color: #000000;
	text-decoration: none;
}

/* --- Positioning Div elements --- */

#container{
	width: 100%;	
}

#banner{
	float: left;
	width: 100%;
	height: 157px;
	
	background-image: url(../img/banner_flexi.jpg);
	background-repeat: repeat-x;
}

#banner_content{
	background-image: url(../img/banner.jpg);
	height: 148px;
	width: 790px;
	margin: auto auto auto auto;
}

#banner li{
	list-style-image: none;
	display: inline;
}

#menu{
	float: left;
	margin-left: 145px;
	margin-top: 120px;
}

#content{
	float: left;
	width: 100%;
}

#content_content{		
	width: 1046px;
	margin: auto auto auto auto;
}

#content_ads_left{
	float: left;
	width: 100px;
	border: 1px solid white;
}

#content_left{
	float: left; 
	width: 565px;
	margin-left: 37px;
	margin-bottom: 10px;
	overflow: hidden;
	min-height: 450px;
}

#content_right{
	float: left;
	width: 191px;
	margin-left: 12px;
	margin-bottom: 10px;
	background-color: #e5e5e5;
	min-height: 450px;
}

#content_right ul{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_right li{
	list-style-image: none;
	display: block;
}

#content_ads_right{
	float: left;
	margin-left: 37px;
	width: 100px;
	border: 1px solid white;
}

#footer{
	clear: left;
	width: 100%;
	height: 115px;
	background-image: url(../img/footer_flexi.jpg);
	background-repeat: repeat-x;
}

#footer_content{		
	background-image: url(../img/footer.jpg);
	width: 790px;
	height: 115px;
	margin: auto auto auto auto;
}