@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

li {
	padding:0px 0 5px 20px;
	background-image:url(images/list_bg2.gif);
	background-repeat:no-repeat;
	cursor:default;
	list-style:none;
	margin-left:-10px;
}
/* Top Fixes */

#top {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:230px;
	overflow:auto;
	background:url(images/bg.gif) top repeat-x;
	text-align:center;
}

body > #top {position:fixed;}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* Content */
#content-outer {
	clear: both;
	float: left;
	width: 900px;
	margin-top: 230px; padding :0;
}

#content-wrap {
	float: left;
	width: 900px;
}
#content {
	float: left;
	width: 900px;
	margin-left: 0px;	
	display: inline;
	padding-bottom: 40px;
}

/* left */
#left {
	width: 500px;	
	float: left;	
}
.content {
	width: 500px;	
	float: left;	
	padding-top: 15px;
	background: #FFF url(images/bg_2.gif) repeat-x;
	border: 1px solid #EFEDED;
	margin-bottom:10px;
}

.content p {
	width: 450px;	
	padding-left: 20px;
	line-height:20px;
	text-indent:30px;
	margin-bottom: 5px;	
}
.content h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color:#00608e;	
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* Right Content */
#right {
	width: 350px;
	float: right;
	margin:2px;
}
#right h3 {
	margin-left: 5px;
	margin-bottom:5px;	
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #00608e;	
}
#right p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height:20px;
	margin-left: 10px;
}
/* footer-bottom */
#footer-bottom {
	float:none;
	clear: both;
	width: 900px;
	margin: 0px auto 0 auto;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;		
	color: #000;
	height:100px;
	border-top:#d0d0d0 solid 1px;
	background:#fff;


}
#footer-bottom .bottom-left {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;		
	color: #00608e;
	margin-top:10px;
}

#footer-bottom .bottom-left p{
	margin-left:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;		
	color: #00608e;
	margin-top:0px
}
#footer-bottom .bottom-left a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;		
	color: #00608e;
	text-decoration:none;
}

#footer-bottom .name{
	margin-left:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;		
	color: #000;
	margin-top:5px;
}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.no-bg {	background: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}



