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

	html, body { margin:0; padding:0; height:100%; }
	body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	}
	
		
	h1 { display:none; } /*Reserved for page titles*/
	h2 {}
	h3 {}
	h4 {}
	h5 {}
	h6 {}
	
	p { margin:0; padding-top:0; padding-bottom:1em; }
	
	a {
	color:#10407C;
	text-decoration:none;
	padding:0;
	margin:0;
}
	

/*************************/
/******* UNTILITY ********/
/*************************/



/*************************/
/****** NAVIGATION *******/
/*************************/

	.link a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #863786;
	text-decoration: none;
	font-weight: bold;
	}
	.link a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #863786;
	text-decoration: none;
	font-weight: bold;
	}
	.link a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #610764;
	text-decoration: none;
	font-weight: bold;
	}
	
	

/*************************/
/****** HOMEPAGE *******/
/*************************/

	#home_left {
	background-image:url(../images/homepage-box.jpg);
	width:217px;
	height:121px;
	padding-top:15px;
	padding-left:15px;
	padding-right:20px;
	margin-right:23px;
	float:left;
	clear:both;
	}
	
	#home_center {
	background-image:url(../images/homepage-box.jpg);
	width:217px;
	height:121px;
	padding-top:15px;
	padding-left:15px;
	padding-right:20px;
	margin-right:17px;
	float:left;
	}
	
	#home_right {
	background-image:url(../images/homepage-box-right.jpg);
	width:217px;
	height:121px;
	padding-top:15px;
	padding-left:15px;
	padding-right:20px;
	float:right;
	}
	
	.home_left_header {
	color:#CDE34D;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	.home_left_content {
	color:#F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:14px;
	}

	.home_left_click {
	color:#CDE34D;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:18px;
	}
	
/*************************/
/******* STRUCTURE *******/
/*************************/
	.wrapper {
	position: relative;
	min-height: 100%; }
		.container {
	margin:0 auto;
	width:800px;
}
		#logo {
	float: left;
	width: 182px;
	height: 133px;
}
		#flash {width:800px; height:325px; float:left;}
		#navspacer {background-image:url(../images/nav-spacer.gif); width:618px; height:65px; float:left;}
		#navline {background-image:url(../images/nav-line.gif); width:618px; height:24px; float:left;}
		#sec_img_header {width:800px; height:225px; float:left; background-image:url(../images/sec-description.gif); background-repeat:repeat-y;}
		#sec_img_header p {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #CDE34D;
	font-weight: bold;
	padding-left:8px;
	padding-top:6px;
}

.content {
	clear:both;
	padding-bottom:200px;
	padding-top:18px;
	width:800px;
}
.content_home {
	clear:both;
	padding-bottom:200px;
	padding-top:2åpx;
	width:800px;
}		
	
		
		
	/****LEFT****/	
	
	#left {
	float:left;
	padding-left:8px;
	width:130px;
	}
	#left_2 {
	float:left;
	padding-left:8px;
	width:167px;
	}
	.left a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #863786;
	text-decoration: none;
	line-height:20px;
	}
	.left a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #863786;
	text-decoration: none;
	line-height:20px;

	}
	.left a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #610764;
	text-decoration: none;
	font-weight: bold;
	line-height:20px;
	}
	
	
	/****RIGHT****/	
	#right { width:600px; background-image:url(../images/nav-sec-line.gif); background-position:top left; background-repeat:repeat-y; float:left; padding-left:25px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px;
}	
		
		
		
	/****FOOT****/
	.footer { background:url(../images/bg-bottom.jpg) center bottom repeat-x; position:absolute; height:142px; bottom:0; width:100%; }	
	
	.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	}
	#bottom_links {
	text-align:center;
	margin-top:21px;
	}
	.bottom a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right:12px;
	padding-left:12px;
	}
	.bottom a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right:12px;
	padding-left:12px;
	}
	.bottom a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #77C04D;
	text-decoration: none;
	padding-right:12px;
	padding-left:12px;
	}

