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

#body {
	background-color: #cbd4b1;
	background-image: url(../images_layout/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 14px;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 872px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-right: 14px;
	padding-left: 14px;
}

#content-header {
	padding-top: 0px;
	padding-left: 29px;
	height: 181px;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	text-align: right;
	font-size: 1.1em;
	color: #ffffff;
	line-height: 35px;
	border-top-style: none;
	background-image: url(../images_layout/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#content-header #header-logo {
	position: absolute;
	left: 80px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content-header #header-banner {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 127px;
	letter-spacing: 0.05em;
	width: 400px;
	clear: right;
	float: right;
	line-height: normal;
}
#content-header #quick-menu {
	font-size: 0.7em;
	text-transform: lowercase;
	color: #FFFFFF;
	float: right;
	line-height: normal;
	background-image: url(../images_layout/quick-menu_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 7px;
	padding-left: 30px;
	padding-top: 3px;
}
#content-header #quick-menu a {
	color: #dbfbbd;
	text-decoration: none;
	font-weight: bold;
}
#content-header #quick-menu a:hover {
	color: #B0D58D;
}

/** MAIN MENU **************************/
#mainmenu {
	font-size: 0.85em;
	color: #ffffff;
	font-weight: normal;
	white-space: nowrap;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	height: 31px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-image: url(../images_layout/mainmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
}
#mainmenu ul {
	text-transform: uppercase;
	z-index: 80;
	vertical-align: middle;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#mainmenu ul li{
	display: inline;
}
#mainmenu ul li a, #mainmenu ul li span{
	float: left;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(../images_layout/mainmenu_divider.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}
#mainmenu ul li span{ /*Targets span tag to the right of #leftcorner below*/
	padding-left: 0px;
	padding-right: 1px;
}
#mainmenu ul li a#leftcorner{
	background: url(../images_layout/spacer_transparent.gif) no-repeat left top;
}
#mainmenu ul li a#leftcorner:hover{
}
#mainmenu ul li a#rightcorner{
	padding-left: 15px;
	padding-top: 10px;
	font-size: 80%;
	color: #ADDB8A;
	background: url(../images_layout/spacer_transparent.gif) no-repeat left top;
	text-transform: lowercase;
}
#mainmenu ul li a:hover{
	text-decoration: none;
	color: #DD8BA2;
}
#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: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	clear: both;
	position: relative;
	margin-left: 81px;
	background-image: url(../images_layout/contentbox_bg.gif);
	background-repeat: repeat-y;
	background-position: 498px 10px;
}
#contentbox h1 {
	font-size: 2.5em;
	color: #84AB5E;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.7em;
	text-transform: capitalize;
	line-height: 1em;
	margin-left: 0px;
	padding-left: 0px;
}
#contentbox h1 .subtitle {
	color: #62575A;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 85%;
}
.content h2, .mceContentBody h2 {
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0em;
	margin-top: 0px;
	color: #666666;
	margin-bottom: 6px;
	padding-top: 8px;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 4px;
}
.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;
}
.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: 5px;
	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 {
	line-height: 1.2em;
	padding-bottom: .7em;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #555555;
	line-height: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contentbox .content {
	width: 481px;
	padding-right: 16px;
}
#contentbox #contentfloat {
	float: left;
}

.content p, .mceContentBody p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 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: #ba3d61;
	font-weight: bold;
	text-decoration: underline;
}
.content a:hover, .mceContentBody a:hover {
	color: #999999;
	text-decoration: underline;
}
.content img, .mceContentBody img {
	padding: 6px;
}
/***************************************/

/** SIDE COLUMN ************************/
#sidecolumn {
	float: right;
	width: 250px;
	color: #000;
	font-size: 0.6em;
	z-index: 10;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#sidecolumn h5 {
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bold;
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sidecolumn .highlight-box {
	padding-top: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidecolumn .highlight-box p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: normal;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidecolumn .highlight-box a {
	font-weight: bold;
	text-decoration: none;
	color: #1c29a7;
}
#sidecolumn .highlight-box a {
	font-weight: bold;
	text-decoration: none;
	color: #16273e;
}
#sidecolumn .highlight-box a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #52729F;
}
/***************************************/

/** BUTTON 1 ***************************/
a.button1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	background-color: #f06023;
	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: #772909;
	border-bottom-color: #772909;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	font-size: 0.8em;
}
a.button1:hover {
	background-color: #999999;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
/***************************************/

/** BUTTON 2 ***************************/
a.button2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	background-color: #999999;
	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: #666666;
	border-bottom-color: #666666;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	font-size: .8em;
}
a.button2:hover {
	background-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
/***************************************/

/** FOOTER *****************************/
#content-footer {
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 35px;
	background-image: url(../images_layout/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	clear: both;
}
#content-footer #left {
	float:left;
	padding-top: 6px;
}
#content-footer #right {
	float:right;
}
#content-footer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#content-footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#content-footer a:hover {
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
#content-footer #copyright {
	color: #cccccc;
	font-weight: bold;
}
#content-footer p.small {
	font-size: 95%;
}
/***************************************/
