 body {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	color: #9c9c9c;
	}

#container {
	position: absolute;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	}

#head {
	height: 130px;
	text-align: center;
	}

#dnn_nav {
	height: 20px;
	background: #f4f4f4;
	border-bottom: 1px solid #a89a4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	position: relative;
	z-index:10000;
	}
	
#nav ul {
	margin: 0px auto;
	_margin: 0px;
	padding: 0px;
	width: 850px;
	_width: 800px;
	}

#nav li {
	background: none;
	list-style-type: none;
	display: inline;
	margin: 0px auto;
	padding: 0px;
	width: 120px;
	_width: 114px;
	}

#nav li a {
	text-decoration: none;
	color: #626262;
	}

#nav li a:visited {
	text-decoration: none;
	color: #9c9c9c;
	}

#nav li a:hover {
	text-decoration: none;
	color: #a89a4a;
	}

.content {
	margin: 20px 0px;
	}

#subcontent {
	margin-left: 218px;
	}

#footer {
	background: url(/images/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-top: 10px;
	clear: both;
	margin-top: 20px;
	}

#framelink {
	background: #f4f4f4;
	height: 20px;
	}

/* Common Styling */

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

li {
	background: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none !important;
	list-style-image: none;
	/* color: #a89a4a; */
	color: #000000;
	margin-left: 0px;
	padding-left: 15px;
	}

img {
	border: 0px;
	}

h1 {
	color: #a89a4a;
	font-weight: normal;
	font-size: 2.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

h2 {
	color: #a89a4a;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	}

a:link, a:visited {
	color: #606060;
	text-decoration: none;
	}

a:hover {
	color: #CCCC99;
	text-decoration: underline;
	}

form input, textarea {
	background-color: #ffffff;
	border: 1px solid #a89a4a;
	}

table#dressguide {
	border: 1px solid #a89a4a;
	font-size: 1em;
	width: 500px;
	margin: 0px auto;
	text-align: center;
	}

table#dressguide td {
	width: 50%;
	}

table#dressguide p {
	text-align: left;
	}

table#dressguide strong {
	color: #a89a4a;
	}

table#twocolumn {
	font-size: 1em;
	width: 500px;
	text-align: left;
	margin: 0px auto;
	}

table#twocolumn td {
	width: 50%;
	vertical-align: top;
	}

.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}

.clear {
	clear: both;
	}
	
/* DNN STYLES */
.Head {
	color: #a89a4a;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	} /* the styles for our containers titles */

.Normal {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	} /* the normal text everywhere in our portal */

.CommandButton {
	color: #a89a4a;
	} /* the command links when we are logged in as administrators*/

/* END DNN STYLES */


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	list-style: none;
	/* white-space: nowrap;*/
	position: relative;
	z-index: 99999;
	}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
	}

#houseMenuH a { display: block; }

#houseMenuH, 
#houseMenuH ul, 
#houseMenuH li, 
#houseMenuH a, 
#houseMenuH li li a, 
#houseMenuH li a:hover, 
#houseMenuH li li a:hover, 
#houseMenuH li ul ul {
	margin: 0px;
	border: none;
	padding: 0px;
	}

#houseMenuH li ul {
	position: absolute;
	margin: 0px;
	border: none;
	padding: 0px;
	z-index: 11112;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	_left: 0px;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	}

.ArrowPointer { cursor: default; }


/*************************
DROPDOWN CSS TO BE STYLED
**************************/

/* FIRST LEVEL STYLING */
#houseMenuH li {
	text-align: center;
	}

/* DROPDOWN STYLING */
#houseMenuH li li {
	width: 150px;
	/* Mac Hack \*/
	width: 150px;
	_width: 160px;
	/* End Hack */
	padding: 0px;
	}

/* DROPDOWN STYLING */
#houseMenuH li ul {
	border: solid 1px #a89a4a;
	width: 160px;
	_width: 150px;
	left: -9999px;
	margin: -2px 0px 0px 0px;
	/* Mac Hack \*/
	margin: 0px;
	/* End Hack */
	}



/* DROPDOWN LINK STYLING */
#houseMenuH li li a {
	background-color: #ffffff; /* Dropdown bg */
	background-image: none; /* Remove buttons bg */
	color: #9c9c9c;
	width: 150px; /* Width of dropdown links */
	/* Mac Hack \*/
	width: 150px;
	_width: 160px;
	/* End Hack */
	border-top: 1px solid #a89a4a;
	padding: 5px;
	}

#houseMenuH li li a:hover {
	background-color: #a89a4a; /* Dropdown bg */
	background-image: none; /* Remove buttons bg */
	color: #ffffff;
	width: 200px; /* Width of dropdown links */
	/* Mac Hack \*/
	width: 150px;
	_width: 160px;
	/* End Hack */
	border-top: 1px solid #a89a4a;
	padding: 5px;
	}

/* SECOND DROPDOWN STYLING */
#houseMenuH li ul ul {
	margin: -22px 0 0 160px;
	border: solid 1px #263b60;
	}
	
	.dnnLinks
	{
	}


