/***********************************************************************
	GENERIC
************************************************************************/

body {
	margin:0;
	padding:0;
	text-align:left;
	color:#000000;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, sans-serif, Verdana, Tahoma, Geneva, Helvetica;
	line-height:20px;
	font-size:12px;
}

a { 
	font-size:12px;
	font-weight:bold;
	color:#52663a;
	text-decoration:none;
}

a:hover {
	color:#44481d;
	text-decoration:none;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

/* ######### Menu Bar CSS ######### */

.navmenu ul{
	margin: 0;
	padding: 0;
	font-weight:bold;
	line-height:14px;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

.navmenu li{
	display:block;
	margin: 0;
}

.navmenu li a.menu{
	width:210px;
	float: left;
	display: block;
	font-size: 13px;
	text-decoration: none;
	margin: 0;
	padding: 3px 10px 3px 20px;
	color: #fff;
	background:#b9bfa8;
}

.navmenu li a.menu:hover, .navmenu li a.menuover{
	background:#949987; /*background of tabs for hover state */
}

/*.navmenu li a.menu:visited{
	background: #b4bf95;
}*/

.navmenu li a.submenu{
	width:180px;
	float: left;
	display: block;
	font-size: 13px;
	text-decoration: none;
	margin: 0;
	padding: 3px 10px 3px 50px;
	color: #fff;
	background:#b0b3a6;
}

.navmenu li a.submenu:hover, .navmenu li a.submenuover{
	background:#97998e; /*background of tabs for hover state */
}

/*.navmenu li a.submenu:visited{
	background: #abb394;
}*/

/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin-top: -1px;;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background-color: #FFFFFF;
	border: 1px solid #329bc1;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li a{
	display: block;
	width: 120px; /*width of menu (not including side paddings)*/
	color: #133e7e;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: 1px solid #329bc1;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 160px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color: #329bc1;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/***********************************************************************
	LAYOUT
************************************************************************/

div#wrapper {
	width:960px;
	margin:auto;
	padding:30px 10px 0px 10px;
}

div#nav {
	width:240px;
	margin:0;
	padding:0px 30px 20px 30px;
	float:left;
	color:#d6d9ce;
}

div#nav div#branding a{
	height: 164px;
	display: block;
	text-indent: -999em;
}

div#navfooter {
	text-align:center;
}
div#navfooter a{
	color:#d2d9bf;
}
div#navfooter a:hover{
	color:#dee5ca;
}

div#top {
	width:496px;
	height:124px;
	padding:20px 0px 0px 20px;
	float:right;
}

div#top .square {
	float:right;
	height:104px;
	width:104px;
	margin-right:20px;
}

div#main {
	width:456px;
	min-height:346px;
	margin:20px 0 0 0;
	padding:30px 30px 30px 30px;
	float:right;
}

div#roomnav {
	width:560px;
	height:84px;
	padding:60px 50px 0px 350px;
	margin:0;	
}

div#roomnav .navmenu ul li{
	display:inline;
}

div#roomnav .navmenu ul li a.menu {
	width:auto;
	padding: 3px 10px 3px 10px;
}

div#roommain {
	width:900px;
	margin-top:145px;
	min-height:220px;
	padding:30px 30px 30px 30px;
}

div#footer {
	width:960px;
	height:31px;
	margin:0;
	padding:0;
	font-size:10px;
	color:#b3b3b3;
}
div#footer-pad {
	padding:5px 0px 0px 40px;
	text-align:left;
}
div#footer a{
	font-size:11px;
	padding:0px 6px 0px 6px;
}
div#footer span a{
	color:#888888;
}
div#footer span a:hover{
	color:#329bc1;
}

/***********************************************************************
	CONTENT LAYOUT
************************************************************************/

td#col1_1 {
	width:100%;
	padding:0;
}

td#col1_2 {
	width:50%;
	padding:0px 10px 0px 0px;
}
td#col2_2 {
	width:50%;
	padding:0px 0px 0px 10px;
}

td#col1_3 {
	width:200px;
	padding:0px 10px 0px 0px;
}
td#col2_3 {
	width:auto;
	padding:0px 10px 0px 10px;
}
td#col3_3 {
	width:200px;
	padding:0px 0px 0px 10px;	
}


/***********************************************************************
	CONTENT
************************************************************************/

h1 {
	font-weight:bold;
	font-size:18px;
	margin:0px 0px 10px 0px;
	color:#52663a;
}

h2 {
	font-weight:bold;
	font-size:15px;
}

h3 {
	font-style:oblique;
	font-size:12px;
}

h4 {
	font-size:11px;
	font-weight:normal;
	line-height:14px;
}

div#news h2{
	background-color:#E7EBF1;
	margin:0;
}

div#news h3{
	margin:0;
	padding:0px 15px;
}

div#news .content{
	margin:0;
	padding:0px 18px;
}

div#news .imageLeft {
	float:left;
	margin:10px 10px 10px 0px;
}

div#news .imageRight {
	float:right;
	margin:10px 0px 10px 10px;
}

div.contentBox {
	border-left:15px solid #d2e2e7;
	background-image:url(../i/back_catholder.gif);
	background-repeat:repeat-y;
	background-position:top right;
	padding:20px 30px 30px 30px;
}
div.contentBoxDivide {
	height:1px;
	margin:30px 0px 20px 0px;
	background-color:#d2e2e7;
}

div.leftColumn33 {
	width:33%;
	float:left;
}
div.rightColumn33 {
	width:33%;
	float:right;
}
div.leftColumn50 {
	width:50%;
	float:left;
}
div.rightColumn50 {
	width:50%;
	float:right;
}


.img {
	border:none;
	padding:0;
	margin:0;
	line-height:0px;
	/*display:block;*/
}

.imgbor {
	border:none;
	padding:0;
	margin:0;
	line-height:0px;
	/*display:block;*/
	border:1px solid #333333;
}

.contentButtons {
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

span.float-l {
	float:left;
}

span.float-r {
	float:right;
}

fieldset table {
	border: 1px dashed #B2D9EC;
}

fieldset table tbody tr td {
	color: #01496B;;
	padding: 6px;
	border-top: 1px dashed #B2D9EC;
}

fieldset table tbody tr:hover td {
	background-color: #E0DAE5;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: 1px solid #aaa;
}

form {
	width:auto;
}

form fieldset { 
	padding:10px;
	/*background: url(../i/back_form.gif) bottom repeat-x #f2faff;*/
}

legend {
	padding: 2px 50px 2px 50px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #aaa;
	position:absolute;
	margin-top:-2px;
	top:-15px;
	background:#FFFFFF;
}

label {
	float: left;
	width:25%;
	text-align:right;
	line-height:14px;
	padding-top:4px;
	padding-right:10px;
}

form fieldset div {
	margin-bottom: 5px;
	padding: 0;
	display: block;
	clear: both;
}

fieldset div input, fieldset div textarea  {
	width: 225px;
	color: #333;
	font-weight: normal;
	border: 1px solid #aaa;
	padding: 1px;
	background-color:#FFFFFF;
}

fieldset div textarea.single {
	height:15px;
	line-height:15px;
}

fieldset div select {
	padding: 1px;
	background-color:#FFFFFF;
}

fieldset div.multi input {
	width: auto;
	border: 0;
	background-color:#FFFFFF;
}

div.multi label { height: 22px }

div.req label { font-weight: bold }

div.req label:before, div.req p:before {
	content: "* ";
	color:#666ee6;
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

div.submit input {
	border: 1px solid #aaa;
	padding: 0px 10px;
	background-color:#fff;
	color: #133e7e;
	width: auto;
	font-weight: bold;
	font-size:12px;
}