/* CSS Document */
body {
	margin:0;padding:0;
	background: url(images/bodybg.gif);
	text-align:center;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height: 10px;
}

* html body {
	line-height: 14px;
}

td, p, li, div, span, th, .Normal {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height: 16px;
}

.yellowtext {
	color: #dcac2c;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 6px 6px;
	margin:0;
}

ul li {
	list-style-type:disc;
}
h1#logo {
	position:absolute;
	left:0px;
	top:0px;
	background-image: url(images/header.jpg);
	width:990px;
	height:168px;
	margin: 0;
}

h1#logo a {
	display: block;
	height: 168px;
	width: 990px;
	text-indent:-999em;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans Serif;
	line-height: normal;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans Serif;
	line-height: normal;
}
.Head {
	
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
h3 {
	font-size: 12px;
	margin: 0;
	padding: 6px 0 3px 0;
	color: #000;
	font-weight: bold;
}

a, a:link, a:visited {
	text-decoration:none;
	color: #55034a;
}

a:hover {
	text-decoration: underline;
	color: #55034a;
}

img {
	margin:0;
	padding: 0;
	display:block;
}

#bodyWrapper {
	background: url(images/bodycontainerbg.gif) top repeat-x;
}

#container, #containerhome{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	width:990px;
	background:#fff;
	text-align:left;
}

#content {
	padding-top: 168px;
	padding-bottom:0.1px;
	min-height: 400px;
	background:#fff;
}

* html #content { height: 400px; margin-top:168px; padding-top:0; }

#container #content {
	height: auto;
}

#bodyContainer {
	float:right;
	width:747px;
}

#leftColumn {
	float:left;
	display: inline;
	width: 230px;
	padding:0;
	margin-left:12px;
}

#ContentPanel {
	position:relative;
	width: 747px;
	min-height: 269px;
	background: url(images/contentbg.gif);
	padding:0;
	margin:0;
}

* html #ContentPanel { height: 269px; }

#container #ContentPanel { 
	height: auto;
}

#dnn_ContentPane {
	padding-top:30px;
	padding-bottom:0.1px;
	margin-left:30px;
	margin-right: 39px;
	padding-bottom: 20px;
	width: 435px; 	
}

#container #dnn_ContentPane {
	width:auto;
}

#dnn_ContentMenuPanel {
	float:right;
	width: 241px;
	background: transparent;
	
}
#ContentMenu {
	overflow: auto;
	width: 215px;
	background-color: #550349;
	padding-bottom:0.1px;
}



#ContentFooter {
	position: relative;
	width: 747px;
	background-color: #dcac2c;
	min-height: 120px;
}

* html #ContentFooter {
	height:120px;
}

#container #ContentFooter {
	background-color: #8486a4;
}

#ContentFooterPanel {
	/*padding-bottom:0.1px;*/
	
}

#dnn_footerContentPanel {
	position: absolute;
	left: 240px;
	top:20px;
	width: 400px;
}

#container #footerContentPanel {
	width: auto;
	margin-right: 39px;
}

#rightColumn {
	position: absolute;
	top:168px;
	left: 749px;
	overflow:hidden;
	width: 215px;
}

* html #rightcolumn { overflow: visible; }

#dnn_rightColumnPanel {
	line-height: 0.1px;
	background: #440240;
	padding-top: 6px;
	
}
#rightColumnFooter {
	height: 58px;
	width: 215px;
	background: #55034a;
}

div#imagePanel {
	line-height: 0px;
}
/***CONTAINER STYLES ***/

#dnn_footerContentPanel {
	color: #FFF;
}

#dnn_footerContentPanel H2 {
	font-size: 14px;
	color: #fff;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-weight:bold;	
	font-family: Century Gothic, Arial, Tahoma, Verdana, Helvetica, Sans Serif;
}

/*** NAVIGATION ***/
/*********************************************************
*	Styles for navigation
**********************************************************/
/*********Menu containers **********/
#nav {
	
	line-height:27px;
}
ul#nav0 {
	display:block;
	text-align:left;
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-weight:normal;
	list-style:none;
	font-size:11px;
}

ul#nav0 ul,ul#nav0 li {
	margin:0;
	padding:0;
	list-style-type:none;
}

/*** Level 2 containers, initially hide ****/
ul#nav0 li ul {
	/*left:-999em;
	top:0;*/
	padding:0;
	font-weight:normal;
	font-size:10px;
	background-color:#FFFFFF;
	z-index:190;
	display:none;
}
/*** Level 2 containers, simulate the popup effect ****/
ul#nav0 li:hover ul,
ul#nav0 li.sfhover ul {
	/*left:242px;
	border:1px solid #333366;
	background-color:#FFFFFF;
	z-index:199;*/
}
/*** Level 2 containers, expanded effect ****/
ul#nav0 li.selected ul,
ul#nav0 li#navCurrentItem ul {
	position:relative;
	display: block;
	left:0;
	top:0;
	border-bottom: 1px solid #FFF;
}


/*** Level 3 containers ***/
ul#nav0 li ul li ul, 
ul#nav0 li.selected ul ul,
ul#nav0 li#navCurrentItem ul ul,
ul#nav0 li ul li.selected ul,
ul#nav0 li ul li#navCurrentItem ul {
	padding:0;
	font-weight:normal;
	font-size:10px;
	background-color:#FFFFFF;
	z-index:190;
	display:none;
}

/****** Level 1 menu items ******/
ul#nav0 li {
/*	background:url(graphics/menu/nav_separator.gif) bottom left no-repeat; */
	list-style:none;
	padding-left: 0px;
/*	padding-bottom:1px; */
	z-index:20;
}

ul#nav0 li.last, ul#nav0 li:last-child {
	background:transparent;
}
ul#nav0 li li {
	background:transparent;
	list-style:none;
	padding-bottom:0px;
	margin:0;
	z-index:50;
}

ul#nav0 li a {
	display:block;
	cursor:pointer; 
	cursor:hand; 
	background-image:url(images/menupurple.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:8px;
	height:27px;
	line-height:27px;
	text-decoration:none;
	color:#ffffff;
	font-family:Century Gothic, Arial, Tahoma, Verdana, Helvetica;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
}



ul#nav0 li.selected a,
ul#nav0 li#navCurrentItem a,
ul#nav0 li.selected a:hover,
ul#nav0 li#navCurrentItem a:hover {
	background-image:url(images/leftmenuactive.gif);
	color:#ffffff;
}

ul#nav0 li a:hover, ul#nav0 li a.navItemActive,
ul#nav0 li.selected a.navItemActive, ul#nav0 li#navCurrentItem a.navItemActive,
ul#nav0 li.selected a.navItemActive:hover, ul#nav0 li#navCurrentItem a.navItemActive:hover
{
	background-image:url(images/menuyellow.gif);
	color:#ffffff;
}

ul#nav0 li ul, ul#nav0 li.selected ul,
ul#nav0 li#navCurrentItem ul {
	background: url(images/leftmenuactivebg.gif) repeat-y #dcac2c;
	padding-left:30px;
	padding-bottom:20px;
	
}
ul#nav0 li ul {
	border-bottom: 1px solid #FFF;
}

ul#nav0 li li a {
	background: url(images/leftmenusubbullet.gif) top left no-repeat;
	display:block;
	color:#FFF;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	padding-left: 18px;
	text-transform: none;
	letter-spacing: 1px;
}
ul#nav0 li li a:hover {
	color:#55034a;
	font-weight:bold;
	background:none;
}

ul#nav0 li.selected li a,
ul#nav0 li#navCurrentItem li a {
	background:url(images/leftmenusubbullet.gif) top left no-repeat;
	color:#FFF;
	font-weight:normal;
	font-size:10px;
	width:auto;
	padding-left: 18px;
	line-height: 20px;
	height: 20px;
}
ul#nav0 li.selected li a:hover,
ul#nav0 li.selected li#navCurrentItem a:hover,
ul#nav0 li#navCurrentItem li a:hover,
ul#nav0 li.selected li a#navCurrentLink,
ul#nav0 li li.selected a,
ul#nav0 li li#navCurrentItem a,
ul#nav0 li li.selected a:hover,
ul#nav0 li li#navCurrentItem a:hover {
	background:url(images/leftmenusubbulleton.gif) top left no-repeat;
	color:#55034a;
	font-weight:bold;
	font-size:10px;
}

/*** RIGHT SUB MENU ***/

#ContentMenu ul {
	margin: 30px 0 30px 0;
	padding: 0;
	list-style: none;
	color: #fff;
	background:  #550349;
}

#ContentMenu ul li {
	list-style: none;
}

#ContentMenu ul ul{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

#ContentMenu ul li#houseMenuParentItem a{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	background: none;
	margin-left: 24px;
}

#ContentMenu ul li a {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 40px;
	background: url(images/rmenubullet.gif) top left no-repeat;
	padding-left: 18px;
	line-height: 20px;
	height: 20px;
	color: #FFF;
}

#ContentMenu ul li.selected, 
#ContentMenu ul li#houseMenuCurrentItem a, 
#ContentMenu ul li a:hover,
#ContentMenu ul li.sfhover a
 {
	color: #dcac2c;
	background: url(images/rmenubulleton.gif) top left no-repeat;
	text-decoration:none;
}

/*** FOOTER ***/

#footer {
	position:relative;
	margin:50px 0 0 0;
	width:990px;
	height:51px;
	background:url(images/footerbg.gif) no-repeat left top;
	color:#fff;
	font-size:10px;
	font-weight: bold;
}
#footer ul {
	position:absolute;
	width:960px;
	top:28px;
	left:10px;
	list-style:none;
	margin:0; padding:0;
}
#footer ul li{
	display:block;
	float:left;
	font-size:10px;
	
	margin-left:23px;
	margin-right:23px;
}
#footer a {
	color:#fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*Contact form*/
.iframepage {
	text-align:left; 
	padding: 20px 0 10px 0;
	background: #cbc6db;
}

.formTable {
	font-size:8pt;
}

.formTable td .textinput {
	width:240px;
}

.required {
	color:#FF0000;
}
.formTable textarea.textinput {
	width:500px;
	height:6em;
}

.formTable textarea.textinputsml {
	width:240px;
}

.button {
	background-color: #cbc6db;
	color: #000;
	font-size: 8pt;
}


#loaded_container {
	position:relative;
	margin:0 auto;
	width:955px;
	height:30px;
}
#loaded_left {
	float: left;
	width: 855px;
}
#loaded {
	float: right;
	width: 100px;
	height: 30px;
	background: url(images/site_by_loaded.gif) top right no-repeat;
}

a.link {
	display: block;
	width: 100px;
	height: 30px;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;#
}
html > body .clearfix {min-height: 1px; height: auto;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */