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

body {
	background:#FFF;
	margin:0px;
	padding:0px;
}

#top_bg {
	background:url(../img/top_header_bg.jpg);
	width:100%;
	height:138px;	
}

#logo {
	height:64px;
	width:337px;
	padding-top:18px;
	float:left;
	margin-left:10px;
}

#centre_top {
	width:990px;
	height:105px;
	margin:auto;
}

#nav_centre {
	height:28px;
	width:990px;
	margin:auto;
	margin-top:6px;
	
}

#container {
	margin:auto;
	width:990px;
	height:auto;
	padding:0px;
}

#left {
	width:199px;
	height:560px;
	margin:0px;
	padding-top:20px;
	float:left;
	background:url(../img/leftright_bg.jpg) #ededed bottom no-repeat;
}

#middle {
	width:570px;
	min-height:520px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	height:auto;
}

#right {
	background:url(../img/leftright_bg.jpg) #ededed bottom no-repeat;
	width:199px;
	height:560px;
	margin:0px;
	padding-top:20px;
	float:left;

}

#top_imgs {
	width:547px;
	height:89px;
	float:right;
	padding-top:10px;
	
}

#footer {
	width:100%;
	background:url(../img/nav_gradient.jpg);
	height:33px;
	margin:auto;
	border-top:#333 1px solid;
	bottom: 0px;
}

/* TEXT STYLING */ 

.main_text {
	font-family:tahoma;
	font-size:12px;
	color:#3c4451;
	text-align:justify;
}

.main_text a {
	font-family:tahoma;
	font-size:12px;
	color:#e97e0a;
	text-decoration:underline;
}

.main_text a:hover {
	text-decoration:underline;
}

.main_text_orange {
	font-family:tahoma;
	font-size:12px;
	color:#e97e0a;
	font-weight:lighter;
}

.main_text_orange a {
	text-decoration:none;
}

.main_text_orange a:hover {
	text-decoration:underline;
}

.main_text_orange a:visited {
	color:#e97e0a;
}

.bottom {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:lighter;
	color:#FFF;
}

.bottom a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:lighter;
	color:#e97e0a;
}

.large_text {
	font-family:tahoma;
	font-size:16px;
	color:#3c4451;
	text-align:justify;
	font-weight:bolder;
}
	
.larger_text {
	font-family:tahoma;
	font-size:18px;
	color:#3c4451;
	text-align:center;
	font-weight:bolder;
	letter-spacing:2px;
}






/*DROPDOWNS*/

#sddm
{	margin: 0;
	padding: 0;
	float:left;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 20px 0 0;
	width: auto;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background:url(../img/nav_gradient.jpg) repeat-x;
	border: 1px solid #e97e0a}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background:url(../img/nav_gradient.jpg) repeat-x;
		color:#e97e0a;
		font: 12px tahoma}

	#sddm div a:hover
	{text-decoration:underline;}
	
	/*ACCORDIAN*/

body { font-size: 80%; font-family: Arial, Helvetica, sans-serif; }
.accordionItem h2 { margin: 0; font-size: 1.1em; padding: 0.4em; color: #fff; background-color: #944; border-bottom: 1px solid #66d; }
.accordionItem h2:hover { cursor: pointer; }
.accordionItem div { margin: 0; padding: 1em 0.4em; background-color: #eef; border-bottom: 1px solid #66d; }
.accordionItem.hide h2 { color: #000; background-color: #88f; }
.accordionItem.hide div { display: none; }
