/* CSS Document */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .80em/1.5em  Arial, Helvetica, sans-serif;
	background: url(../i/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align: center;
}

h4 {
	color:#4795d2;
}

.accordion_panel_font
{
	font: bold 15px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

/****   LAYOUT  ****/
#wrap {
	background: #FFF;
	width: 800px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

/* header */
#top_header
{
	position:relative;
	height:80px;
}
#top_header #logo
{
	position:absolute;
	left:300px;
	width:160px;
	height:80px;
}
#top_header form.searchform {
	position: absolute;
	top: 10px; right: 0px;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	padding: 0;
	width: 180px;
	border: 1px solid #9ec630; 
	background: #FFF;
	color: #333; 
	height: 18px;
}
form.searchform input.button { 
	margin: 0; 
	padding: 0; 
	font: bold 12px Arial; 
	background: #bcbdc0;
	border: 1px solid #a19e9e;	
	width: 57px;
	/*height: 20px;*/
}

/* header separator */
#header_separator
{
	position:relative;
	margin:0;
	padding:0;
	height:10px;
	line-height:10px;
	background: #9ec630;
}

/* header image */
#header_image
{
	position:relative;
	text-align:center;
	margin:0;
	padding:0;
	height:130px;
}

/* content */
#content {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* footer */
#footer { 
	clear: both; 
	color: #0065b3; 
	border-top: 5px solid #4795d2;
	margin: 0; padding: 0; 
	height: 26px;
	text-align:center;  
	font-size: 95%;		
}

/* login box */
#login_wrap {
	background: #FFF;
	width: 250px; height: 200px;
	margin: 0 auto;	
	text-align: left;
}

#login_box {
	border:1px solid #4795d2;
	width:250px;
	height:120px;
}

form.login input.textbox { 
	margin: 0; 
	padding: 0;
	width: 180px;
	border: 1px solid #4795d2; 
	background: #FFF;
	color: #333; 
	height: 18px;
}
form.login input.button { 
	margin: 0; 
	padding: 0; 
	font: bold 12px Arial; 
	background: #bcbdc0;
	border: 1px solid #a19e9e;	
	width: 57px;
	height: 20px;
}

/* Accordion Content */
#accordion_content_warp {
	background: #FFF;
	width: 750px; height: 90%;
	margin: 0 auto;	
	text-align: left;
}
#accordion_content {
	background: #FFF;
	width: 730px; height: 90%;
	margin: 0 auto;	
	text-align: left;	
}
.content_text {
	line-height:18px;
	margin: 0 auto;	
	text-align: left;	
}
.content_image {
	margin: 0 auto;	
}

