@charset "utf-8";
/* CSS Document */

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	border:0 none;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
	font-size:x-small;
}

body{
	background-image: url(images/background.jpg);
	background-color: #9cdcdb;
	color:#272727;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	line-height:1;
	background-repeat: repeat;
	background-position: top;
}

p {
	padding:1px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color: #000;
}

a{
	font-weight: normal;
	color: #874A2E;
	text-decoration: none;
	font-size:inherit;
}

a:hover{
	color: #32342A;
}

.contentLeft div.logo {
    text-align:center;
    margin-bottom:15px;
}

.logo{
	width: 980px;
	margin-top: 34px;
	height: 100px;
	margin-bottom: 34px;
}

div#MainContent {
	margin:0 auto 0 auto;
	position:relative;
	width:1008px;
}

div#Header {
	background-image:url(images/header.png);
	height:200px;
	padding-top:3px;
	position:relative;
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header-wrapper {
background:transparent url(images/header.jpg) repeat-x scroll 0 0;
height:203px;
width:100%;
}

#Header #HeaderSearch {
	position:relative;
	text-align:right;
	width:212px;
}

#Header #HeaderSearch input {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(images/bg-input.png) no-repeat scroll 0 0;
	border:1px solid #309f9e;
	display:block;
	float:left;
	font-size:1.1em;
	margin:0 0 0 2px;
	padding:5px 4px 4px;
	vertical-align:top;
	width:130px;
}

#Header #HeaderSearch a {
	background-attachment:scroll;
	background-image:url(images/btn-go.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:medium none;
	display:block;
	float:right;
	height:24px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:0;
	width:31px;
	}

#Header #HeaderSearch label {
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	line-height:2.1em;
	text-align:right;
	vertical-align:top;
}

input, select, textarea {
	font-family:Helvetica,Arial,sans-serif;
}
div#HeaderTop {
	float:right;
	margin-right:0px;
	width:212px;
}

.Normal, .NormalDisabled {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}

.contentBottom {
    float:left;
    clear:both;
    width:100%;
    margin-top:10px;
}

/* Breadcrumbs */
.breadcrumbs {
	clear:both;
	color:#231f20;
	float:left;
	margin-top:10px;	
}

.breadcrumbs a.SkinObject, .breadcrumbs a.SkinObject:hover, .breadcrumbs a.SkinObject:visited {
    color:#732361;
}

.breadcrumbs a.SkinObject:hover {
    text-decoration:underline;
}




/* ---------- CONTENT ---------- */
div#PageContent {
	margin:0 auto;
	width:980px;
}
#pageWrapper{
	padding:0 0 0;
	width:100%;
}

.contentLeft{
	float:left;
	margin-right:45px;
	width:210px;
}

.contentMiddle {
	float:left;
	width:455px;
}

.contentRight {
	width: 200px;
	float: right;
}

.content_footer {
    float:none;
    clear:both;
    width:100%;
}

.contentMiddle .MediaPortableContent img{
border:8px solid #009d9c;
}
/* ---------- footer -----------*/
#footer {
	margin:0 auto;
	overflow:auto;
	padding:12px 0 10px;
	width:980px;
}

#footer-wrapper {
	background-color:#D4D3BF;
	background-image:url(images/footer_bg.jpg);
	clear:both;
	margin-top:40px;
	padding:0 0 0px;
	width:100%;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #009592;
}


#footer_links {
	width:934px;
	padding-top: 20px;
	padding-right: 33px;
	padding-bottom: 20px;
	padding-left: 33px;
	height: 100px;
}
#footer_links ul li {
	display:inline;
	padding:0 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C4C4C4;
}

#footer_links ul li a {
	color:#FFFCFC;
	text-decoration:none;
	font-size:1.1em;
}

#footer h2 {
	color:#FFF;
	text-decoration:none;
	font-size:1.7em;
	font-weight: bold;
}

#footer p {
	color:#FFF;
	text-decoration:none;
	font-size:1.2em;
	font-weight: bold;
	padding-top: 0.2em;
}

#footer h3 {
	color:#00d3d2;
	text-decoration:none;
	font-size:1.5em;
	font-weight: bold;
	padding-top: 20px;
}
#footer_links ul li a:hover {
	text-decoration:underline;
}
.footerRight {
    float:right;
    width:200px;
    text-align:right;
    margin:2px 33px 0 0;
}
.footerRight a, .footerRight a.SkinObject {
	color:#C4C4C4;
    
}
.footerRight a:hover {
    color:#732361;
}
.copy {
	color:#C4C4C4;
	display:inline;
	float:left;
	font-size:11px;
	margin:2px 0 0 0px;
}
span.copy, .footerRight {
    padding:5px;
}

#footerBottom-wrapper {
	background-color:#000;
	padding-bottom:0px;
	padding-left:0;
	padding-right:0;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #414141;
}

#footerBottom-wrapper #footerBottom {
margin:0 auto;
overflow:auto;
padding:10px 5px 10px;
width:980px;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;	
	white-space: nowrap;
	position: relative;
	z-index: 99999;	
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;	
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;	
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;	
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;		
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;	
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;		
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;	
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;		
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */	
   	left: 177px;
	z-index: 99999;
	top: 0px;	
	//top: -10px;  /*Only IE8 will use this hack*/
	
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;		
}

.ArrowPointer
{
	cursor: default;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

#HouseMenuNav li li a { /* all item links under the top level */    
	padding: 0px 0px 0px 15px;  /*originally 5px*/	
	width: 148px;
	height: 19px;
	/* hack for MacIE5 to ignore, while other browsers use */
	width: 134px;
	_width: 177px;
	height: 12px;
	_height: 20px;		
	/* end hack */
	vertical-align: middle;		
	display: block;	
	height: 35px;
	color: #FFF;	
}

#HouseMenuNav li li a:hover{
	color:#FFFFFF;
	background-color: #823c73;
	padding: 0px 0px 0px 15px;	/*originally 5px*/
	height: 100%;
	margin: 0;
	width: 162px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/*height: 12px;
	_height: 20px;	
	/* end hack */
	vertical-align: middle;
	display: block;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 177px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*border: solid 1px #036;*/
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	/*background-color: #69c;*/
	background-color:#732361;
	border:#888888;
	height: auto;
	background-attachment: scroll;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
}


/* ---------- TOP NAV ---------- */
#navBar {
	background-color:#FFFFFF;
	background-image:url(images/content_bg.jpg);
	border-top:10px solid #732361;
	margin-bottom:22px;
	padding:17px;
	width:177px;
}
#navBar ul {
	margin : 0;
    padding:0 0 5px;
}
#navBar li {
	list-style-type : none;
	margin : 0;
}
#navBar li {
	display : block;
	padding-top : 0;
	padding-right : 1.6em;
	padding-bottom : 0px;
	padding-left : 1.6em;
	line-height: 35px;
	border-bottom:1px solid #D1D1D1;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#navBar li ul li, #navBar li:first-child, #footer_links li:first-child {
    border-left:none;
}
#navBar li ul li {
    padding-left:0;
}
#navBar a {
	font-size : 1.2em;
	color : #333333;
	text-decoration : none;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
}
#navBar a:hover {
	color : #732361;
}

#footer_links li#HouseMenuNavItem40 {
    display:none;
    visibility:hidden;
}


