@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:none;
	z-index:0;
}
html, body {
	height: 100%;
}
#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	color: #FFFFFF;
	background-color: #2d6d8c;
	background-image: url(../images_layout/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -124px;
}
#main-header-wrapper {
	height: 130px;
	position: relative;
	width: 960px;
	background-color: #FFFFFF;
}
#main-header-wrapper .left {
	background-image: url(../images_layout/main-header_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 1px;
	width: 7px;
	height: 130px;
	float: left;
}
#main-header-wrapper .center {
	background-image: url(../images_layout/main-header_center.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 1px;
	width: 14px;
	height: 130px;
	float: right;
}
#main-header-wrapper .logo {
	float: left;
	height: 112px;
	/*width: 440px;*/
	text-align: center;
	vertical-align: bottom;
	background-color: #FFFFFF;
	padding-top: 18px;
	padding-left: 15px;
}
#main-header-wrapper .right {
	background-image: url(../images_layout/main-header_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 1px;
	width: 12px;
	height: 130px;
	float: right;
}
#main-header-wrapper #mainmenu-wrapper {
	float: right;
	text-align: right;
	padding-top: 19px;
	padding-right: 0px;
	height: 111px;
	background-image: url(../images_layout/mainmenu-wrapper_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}


/** MAIN MENU **************************/
#mainmenu {
	font-size: 0.9em;
	letter-spacing: 0.03em;
	color: #eed491;
	font-weight: normal;
	white-space: nowrap;
	position: relative;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: right;
	height: 56px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images_layout/main-menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 0px;
	margin-left: 0px;
}
#mainmenu ul {
	text-transform: capitalize;
	z-index: 80;
	vertical-align: middle;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#mainmenu ul li{
	display: inline;
}
#mainmenu ul li a, #mainmenu ul li span{
	float: left;
	font-weight: bold;
	color: #eed491;
	text-decoration: none;
	padding-top: 19px;
	padding-right: 10px;
	padding-bottom: 21px;
	padding-left: 8px;
}
#mainmenu ul li span{ /*Targets span tag to the right of #leftcorner below*/
	padding-left: 0px;
	padding-right: 1px;
}
#mainmenu ul li a#leftcorner{
	float: none;
	padding-left: 7px;
	padding-right: 7px;
	background: url(../images_layout/spacer_transparent.gif) no-repeat left top;
}
#mainmenu ul li a#leftcorner:hover{
	background-image: url(../images_layout/main-menu_ro.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
}
#mainmenu ul li a#rightcorner{
	padding-right: 7px;
}
#mainmenu ul li a:hover{
	background-image: url(../images_layout/main-menu_ro.gif);
	background-repeat: no-repeat;
	background-position: right bottom;;
	color: #FFFFFF;
}

#mainmenu:after{ /*Add margin between menu and rest of content in Firefox*/
	font-size: 0em;
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/***************************************/

/** CONTENT ****************************/
#contentbox {
	padding-top: 18px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	clear: both;
	position: relative;
}

#contentbox h1 {
	font-size: 2.8em;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0em;
	text-transform: capitalize;
	margin-left: 0px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 19px;
}
#contentbox h1 .subtitle {
	color: #ffffff;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 76%;
	letter-spacing: .01em;
}
.content h2, .mceContentBody h2 {
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0em;
	margin-top: 0px;
	color: #f9a221;
	margin-bottom: 8px;
	padding-top: 8px;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9a221;
	padding-bottom: 4px;
	line-height: 1.2em;
}
.content h3, .mceContentBody h3 {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 8px;
	text-transform: capitalize;
	color: #FFFFFF;
}
.content h4, .mceContentBody h4 {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0em;
	margin-top: 0px;
	color: #666666;
	margin-bottom: 4px;
	padding-top: 8px;
	text-transform: capitalize;
}
.content ul, .mceContentBody ul {
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-position: outside;
}
.content li, .mceContentBody li {
	padding-bottom: .8em;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contentbox .content {
	width: 680px;	
	padding-right: 0px;
}
#contentbox #contentfloat {
	float: left;	
	margin-left: 7px;
}

.content p, .mceContentBody p {
	padding-top: 0px;
	padding-bottom: 20px;
}
.content hr, .mceContentBody hr {
	color: #D7C39E;
	background-color: #c8c8c8;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.content a, .mceContentBody a {
	color: #eed491;
	font-weight: bold;
	text-decoration: underline;
}
.content a:hover, .mceContentBody a:hover {
	color: #7cadc6;
	text-decoration: underline;
}
.content img, .mceContentBody img {
	padding: 6px;
}
/***************************************/

/** SIDE COLUMN ************************/
#sidecolumn {
	float: left;
	width: 250px;
	color: #ffffff;
	font-size: 1em;
	z-index: 10;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 18px;
}
#sidecolumn h5 {
	width: 225px;
	text-transform: capitalize;
	line-height: normal;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 21px;
	background-image: url(../images_layout/highlight-box_header_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
}
#sidecolumn .highlight-box {
	width: 250px;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidecolumn .highlight-box .top {
	font-size: 1px;
	background-image: url(../images_layout/highlight-box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 250px;
}
#sidecolumn .highlight-box .bottom {
	font-size: 1px;
	background-image: url(../images_layout/highlight-box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 250px;
}
#sidecolumn .highlight-box-content {
	background-color: #427c98;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6194ad;
	border-left-color: #6194ad;
	width: 216px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	line-height: 1.4em;
}
#sidecolumn .highlight-box-content .entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6194AD;
	margin-bottom: 8px;
}
#sidecolumn .highlight-box-content p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidecolumn .highlight-box a {
	color: #eed491;
	font-weight: bold;
	text-decoration: underline;
}
#sidecolumn .highlight-box a:hover {
	text-decoration: underline;
	color: #7cadc6;
}
#sidecolumn .highlight-box .title {
	text-transform: capitalize;
}
#sidecolumn .highlight-box .date {

}
#sidecolumn .highlight-box .subtitle {
	text-transform: capitalize;
	font-style: italic;
}
/***************************************/

/** SUBMENU ****************************/
#contentbox #submenu {
	width: 250px;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidecolumn #submenu .top {
	font-size: 1px;
	background-image: url(../images_layout/submenu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 250px;
}
#sidecolumn #submenu .bottom {
	font-size: 1px;
	background-image: url(../images_layout/submenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 250px;
}
#sidecolumn .submenu-content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 250px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1em;
	background-image: url(../images_layout/submenu_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#contentbox #submenu .link {
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentbox #submenu .link a {
	color: #2a6c8a;
	text-decoration: underline;
}
#contentbox #submenu .link a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#contentbox #submenu ul {
	margin: 0px;
	padding: 0px;
}
#contentbox #submenu ul li {
	list-style-type: none;
	margin: 0px;
}
#contentbox #submenu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 23px;
	margin: 0px;
	font-weight: bold;
	width: 217px;
}
#contentbox #submenu li a:hover {
	color: #2a6c8a;
	background-image: url(../images_layout/submenu_ro.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/***************************************/

/** NEWS *******************************/
#news {
	width: 100%;
	margin-top: 0em;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #427C98;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#news #title {
	font-weight: bold;
	font-size: 1.4em;
	color: #f9a221;
	padding-top: 0px;
	text-transform: capitalize;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0;
	line-height: normal;
	margin: 0px;
}
#news #subtitle {
	font-size: 0.9em;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin: 0px;
	line-height: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0;
}
#news #entry {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
.content p#pagination {
	font-size: 0.75em;
	width: 100%;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	background-color: #427C98;
	border: 1px dotted #6194AD;
	color: #ffffff;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content p#pagination a {
	color: #eed491;
}
.content p#pagination a:hover {
	text-decoration: underline;
	color: #7cadc6;
}
#pagination .selected {
	font-size: 150%;
	color: #ffffff;
	font-weight: bold;
}
#submenu .date {
	color: #000;
	font-weight: normal;
}
/***************************************/

/** BUTTON 1 ***************************/
.button1 {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #0F425B !important;
	background-color: #eed491;
	text-decoration: none !important;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
.button1:hover {
	background-color: #ffffff;
}
a.button1 {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #0F425B !important;
	background-color: #eed491;
	text-decoration: none !important;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
a.button1:hover {
	background-color: #ffffff;
}
/***************************************/

/** BUTTON 2 ***************************/
.button2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	background-color: #9DA9FF;
	text-decoration: none !important;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #adadad;
	border-bottom-color: #adadad;
	font-size: .8em;
}
.button2:hover {
	background-color: #B6781C;
}
a.button2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	background-color: #9DA9FF;
	text-decoration: none !important;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #adadad;
	border-bottom-color: #adadad;
	font-size: .8em;
}
a.button2:hover {
	background-color: #B6781C;
}
/***************************************/

/** FOOTER *****************************/
#footer, #push {
	height: 124px;
	clear: both;
	float: none;
}
#push {
	padding-top: 20px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer .top {
	background-image: url(../images_layout/footer_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 7px;
	font-size: 1px;
}
#footer .footer-content {
	background-color: #0f425b;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	font-size: 0.8em;
	color: #6f8e9d;
	height: 95px;
}
#footer .footer-content p {
	margin-bottom: 10px;
}
#footer .footer-content .panel1 {
	float: left;
	width: 70%;
	color: #A4B8C1;
}
#footer .footer-content .panel2 {
	text-align: right;
	float: right;
	width: 20%;
	color: #A4B8C1;
}
#footer .footer-content .panel1 a {
	color: #91b8cc;
}
#footer .footer-content .panel1 a:hover {
	color: #ffffff;
}
#footer .footer-content a {
	color: #eed491;
	font-weight: bold;
	text-decoration: none;
}
#footer .footer-content a:hover {
	color: #7cadc6;
	text-decoration: none;
}
/***************************************/

/** SPLASH PAGE ************************/
.splash-page img {
	padding: 0px;
	border: 1px solid #93b9cc;
	margin: 3px;
}
/***************************************/

/*** SITEMAP ***************************/
#sitemap {
	font-size: 100%;
}
#sitemap ul.nav li {
	font-weight: bold;
	font-size: 1.4em;
}
#sitemap ul.level2 li {
	font-weight: bold;
	font-size: .7em;
}
/***************************************/

