body {
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color:#5d5d5d;
	background:url(../images/bg.gif) repeat-x #e8e3d9;
}


/* MISC STYLES */
.clear{clear:both;}

a{color:#89b9dc;text-decoration:none;border-bottom:dotted 1px #89b9dc}
a:hover{background:url(../images/bg-button.gif) repeat;padding:2px;margin:-2px;color:#5d5d5d;border-bottom:none;}

.border{border:5px solid #e1e4e7;}

table{width:100%;background:#fff;}
td{padding:5px;background:#f7faff;}
th{background:#eaf2fc;font-weight:bold;padding:7px;}
/* END OF MISC STYLES */


/* HEADER STYLES */
#header {
	width:940px;
	height:110px;
	margin:0 auto;
	background:url(../images/border-header.gif) bottom no-repeat #fff;
	padding:25px 10px 10px 10px;
	border-bottom:10px solid #fff;
}

a#logo{display:block;width:388px;height:85px;background:url(../images/logo.gif) no-repeat;float:left;border:none;}
a#logo:hover{margin:0;}
#logo span{display:none;}

ul#nav{list-style:none;border-top:1px solid #b1bdc6;width:540px;margin:0;padding:0;float:right;}
ul#nav li{float:left;padding-top:5px;}
ul#nav a{color:#5d5d5d;text-decoration:none;padding:4px 9px;border:none;}
ul#nav a:hover{background:url(../images/bg-button.gif) repeat;margin:0;}
/* END OF HEADER STYLES */


/* CONTENT STYLES */
#content {
	width:940px;
	margin:0 auto;
	min-height:500px;
	background:#fff;
	padding:0 10px;
	overflow:auto;
}
/* END OF CONTENT STYLES */

/* HEADER STYLES */
h1{
	color:#545c6b;
	font-size:22px;
	text-transform:uppercase;
	background: url(../images/bg-panel-title.gif) repeat-x;
	padding: 10px;
	margin: -10px;
	margin-bottom: 10px;	
}
h2.h2-no-style{background:none !important;margin-top:10px !important}

h3{
	font-weight: bold;
	text-transform: uppercase;
	font-size:13px;
	color:#7c828d;
}
/* END OF HEADER STYLES */

/* FOOTER STYLES */
#footer {
	width:940px;
	margin:0 auto;
	background:url(../images/bg-footer.gif) top no-repeat #fff;
	padding:30px 10px 0 10px;
	clear:both;
	overflow:auto;
}
#footer #copyright{float:right;margin-top:180px;}
.footer-panel-title{
	text-transform:uppercase;
	color:#545c6b;
	padding-bottom:5px;
	border-bottom:1px solid #b1bdc6;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#footer ul{padding:0;margin:0;list-style:url(../images/footer-list-arrow.gif);margin-left:10px;}
/* END OF FOOTER STYLES */

/* PANEL STYLES */
.panel{
	margin: 0 20px 20px 0 ;
	float:left;
	padding:10px;
}
.panel p{margin:10px -10px;}
.panel h2{
	color:#545c6b;
	padding:10px;
	margin:-10px;
	margin-bottom:10px;
	font-size:14px;
	text-transform:uppercase;
	background:url(../images/bg-panel-title.gif) repeat-x;
	height:18px;
}
h2.h2-add-style{
	color:#545c6b;
	padding:10px;
	margin:-10px;
	margin-bottom:10px;
	font-size:14px;
	text-transform:uppercase;
	background:url(../images/bg-panel-title.gif) repeat-x;
	height:18px;
}
.one-wide{
	width:920px;
}
.two-wide{
	width:680px;
}
.two-wide p{margin:10px 0;}
.three-wide{
	width:280px;
}
.four-wide{
	width:200px;
}
.last{margin-right:0;}
.but{
	display:block;
	color: #ffffff;
	padding: 3px 5px;
	background:#293344;
	background: -moz-linear-gradient(top,#566577 0%,#293344);
	background: -webkit-gradient(linear, left top, left bottom, from(#566577),to(#293344));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #293344;
	-moz-box-shadow:0px 0px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:0px 0px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:0px -1px 0px rgba(000,000,000,0.4),0px 1px 0px rgba(255,255,255,0.3);
	margin:5px 0;
	text-align:center;
	width:80px;
}
.but:hover{
	background:#566577;
	background: -moz-linear-gradient(top,#293344 0%,#566577);
	background: -webkit-gradient(linear, left top, left bottom, from(#293344),to(#566577));
	color:#fff;
	padding: 3px 5px 3px 7px;
	margin:6px 0;
	width:78px;
}
.but:after{content:' \00bb';}

.textbox{
	width: 680px;
	margin: 0 20px 0 0;
	float: left;
	padding: 10px 10px 0 10px;
}

.textbox h2{
	font-size: 14px;
	text-transform: uppercase;
}
/* END OF PANEL STYLES */

/* RHS PANEL STYLES */
#rhs{float:right;width:220px;}

#rhs .panel{margin-top:-10px;padding-top:0;}
/* END OF RHS PANEL STYLES */


/* NEWS PAGE STYLES */
#news{width:700px;margin-top:-10px;}
#news h2 a{font-size:15px;color:#545C6B;}
/* NEWS PAGE STYLES */


.accordion-heading h3 a:hover {
padding: 8px 15px !important;
margin: 0px;
border-bottom: none;
}

.accordion-heading h3 a{
border-bottom: none;
}



