body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #f7f5ef;
	background-image:url(/images/site_design/body_bg_image/);
	background-repeat:;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.menu a, .menu a:visited {
	color:#FFF;
}

a, a.visited {
	color:#000;
}

.twoColFixRtHdr #container { 
	width: 950px;
	background-image:url(/images/site_design/main_page_bg/);
	background-repeat:;
	background-position:top left;
	background-color:#FFF;
	margin: 0 auto;
	border: 3px solid #fff;
	text-align: left;
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 10px 0px 0 0px;
	color:#FFF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	font-size:16px;
	text-align:center;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 0px 0 0;
	padding: 10px 20px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#FFFFFF; 
	color:#FFF;
	text-align:center;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* PAGINATION */
.pagination{
	padding: 2px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 16px;
}

.pagination li{
	list-style-type: left;
	display: inline;
	padding-bottom: 1px;
    background-color: #fff;
    color: #000;
    margin-left:2px;
    margin-right:2px;
	font-size:12px;
    font-weight: bold;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #000000;
	text-decoration: none; 
	color: #d7ccae;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #000000;
	color: #000000;
	background-color: #d7ccae;
    font-weight: bold;
}

.pagination a.currentpage, .pagination a.currentpage:visited, .pagination a.currentpage:active{
	background-color: #d7ccae;
	color: #000000;
	border-color: #000000;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: #fef5b3;
	cursor: default;
	color: #000000;
	border-color: #929292;
	font-weight: normal;
}

.pagination a.prevnext{
	font-weight: bold;
}

.pagination_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	padding: 0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
}

/* MAIN BUTTON NAVIGATION */

A.menunav:link {
	display: inline-block;
	padding: 5px 5px 5px 5px;
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	background-color: #bfbfb7;
	border: 1px solid #000000;
	color: #000;
}
		
A.menunav:visited {
	display: inline-block;
	padding: 5px 5px 5px 5px;
	background-color: #bfbfb7;
	border: 1px solid #000000;
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	color: #000;
}
		
A.menunav:hover {
	display: inline-block;
	padding: 5px 5px 5px 5px;
	background-color: #fef5b3;
	border: 1px solid #000000;
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	color: #000;
}

.error {
	color:#B00;
}



/* MJP'S CODE FOR THE SITE
   This will be all of the new front-end code for site. 
   MJP - 11-08
*/

/* ------------------------------ [ NEW HEADER ] --------------------------*/
div.top-header-holder {
	width: 944px;
	height: 180px;
}

div.top-header {
	width: 944px;
	height: 180px;
	display: block;
	position: absolute;
	z-index: 100;
}

div.top-floater {
	width: 400px;
	position: absolute;
	height: 20px;
	padding: 5px 0 5px 10px;
	z-index: 200px;
}

div.top-logo {
	position: absolute;
	width: auto;
	height: auto;
	padding: 0 0 0 20px;
	z-index: 300;
}

div.top-nav {
	width: 940px;
	height: auto;
	position: absolute;
	padding: 0 10px 0 0;
	margin: 155px 4px 0 0;
	z-index: 400;
	border-bottom: 1px solid #2581c3;
}

	div.nav-right {
		width: auto;
		height: 24px;
		float:right;
		display: block;
	}
	


/* ------------------------------ [ New Nav Buttons ] --------------------------*/

A.nav:link {
	display: inline-block;
	padding: 2px 3px 2px 3px;
	height: 20px;
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align:center;
	background: url(/images/site_design/nav_bg/off.jpg) left top repeat-x;
	border-left: 1px solid #98a4ad;
	border-right: 1px solid #98a4ad;
	color: #fff;
}

A.nav:visited {
	display: inline-block;
	padding: 2px 3px 2px 3px;
	height: 20px;
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align:center;
	background: url(/images/site_design/nav_bg/off.jpg) left top repeat-x;
	border-left: 1px solid #98a4ad;
	border-right: 1px solid #98a4ad;
	color: #fff;
}

A.nav:hover {
	display: inline-block;
	padding: 2px 3px 2px 3px;
	height: 20px;
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align:center;
	background: url(/images/site_design/nav_bg/on.jpg) left top repeat-x;
	border-left: 1px solid #98a4ad;
	border-right: 1px solid #98a4ad;
	color: #000000;
}


/* ------------------------------ [ Footer ] --------------------------*/

div.footer-bot {
		widows: auto;
		padding: 10px;
		background-color: #FFFFFF;
		text-align: center;
		border: 1px solid d2e3f3;
}

A.footer1:link {
	text-decoration:underline; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #195d97;
}

A.footer1:visited {
	text-decoration:underline; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #195d97;
}

A.footer1:hover {
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.footer-font {
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #195d97;
}

.footer-font2 {
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

A.footer2:link {
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

A.footer2:visited {
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

A.footer2:hover {
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #195d97;
}


div.footer-buttons {
	margin: 0 auto;
	padding: 10px;
}



/* ------------------------------ [ New Page Layout ] --------------------------*/

div.site-container-left {
		
		width: 925px;
		/*width: 660px;*/
		height: auto;
		background-color: #fff;
		border: 1px solid #88c6f6;
		padding: 5px;
		float: left;
		margin: 5px 5px 5px 5px;
}

div.site-container-right {
		width: 245px;
		height: auto;
		background-color: #fff;
		border: 1px solid #88c6f6;
		padding: 5px;
		float: right;
		margin: 5px 5px 5px 0;
}


/* ------------------------------ [ Homepage Layout ] --------------------------*/

div.search-home {
	width: 330px;
	height: auto;
	padding: 5px;
	border: 3px solid #fff;
	background: url(/images/search-bg.jpg) top left repeat-x #fff;
	float: right;
	margin: 5px 5px 5px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #044574;
}

div.home-left {
	width: 575px;
	height: auto;
	padding:5px;
	background-color: #fff;
	border: 1px solid #88c6f6;
	float: left;
	margin: 5px 0 5px 5px;
}

.search-title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000;
}

.search-step {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #ff4848;
}

.search-font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.search-form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
}

.image-line {
	border: 1px solid #d1eafd;
	padding: 3px;
}

/* ------------------------------ [ SEARCH PAGE ] --------------------------*/
div.search-page-container {
	width: auto;
	height: auto;
	padding: 5px;
	border: 3px solid #fff;
	background: url(/images/search-bg.jpg) top left repeat-x #fff;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #044574;
}	


div.search-options {
	width: auto;
	height: auto;
	padding: 5px;
	float: left;
	display: block;
}


/* ------------------------------ [ Book Now Buttons ] --------------------------*/


A.rn:link {
	display: block;
	width: 230px;
	border: 1px solid #000;
	background: url(/images/site_design/nav_bg/off.jpg) left top repeat-x;
	padding: 2px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

A.rn:visited {
	display: block;
	width: 230px;
	border: 1px solid #000;
	background: url(/images/site_design/nav_bg/off.jpg) left top repeat-x;
	padding: 2px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

A.rn:hover {
	display: block;
	width: 230px;
	border: 1px solid #000;
	background: url(/images/site_design/nav_bg/on.jpg) left top repeat-x;
	padding: 2px;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

div.rn-info {
	width: 100px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	float: left;
}

div.rn-or {
	width: 20px;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	float: left;
	height: 24px;
}

.rn-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
}

A.textl:link {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

A.textl:visited {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

A.textl:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff282d;
	text-decoration: none;
	text-align: center;
}


/* ------------------------------ [ The detail boxes ] --------------------------*/

.imagelines {
	border: 1px solid #000;
}
	
label {
	cursor:pointer;
}




A.morepics:link {
	display: block;
	background: url(../images/camera.gif) 3px 3px no-repeat #428ade;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
	padding: 3px 3px 3px 35px;
	text-align: left;
	height: 23px;
}

A.morepics:visited {
	display: block;
	background: url(../images/camera.gif) 3px 3px no-repeat #428ade;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
	padding: 3px 3px 3px 35px;
	text-align: left;
	height: 23px;
}

A.morepics:hover {
	display: block;
	background: url(../images/camera.gif) 3px 3px no-repeat #ff282d;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
	padding: 3px 3px 3px 35px;
	text-align: left;
	height: 23px;
}

.label {
	cursor:pointer;
}
/* image preview mouse over*/
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
	
/* ------------------------------ [ Page Headers ] --------------------------*/


div.page-header {
	width: 550px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #608b94;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #608b94;
}
	
	

/* ------------------------------ [ Summary Rows ] --------------------------*/\

div.the-1-row{
	width: 300px;
	padding: 5px;
	background: #000;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	clear: both;
}

div.sum2 {
	width: 90%;
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	clear: both;
}


/* ------------------------------ [ Errors] --------------------------*/

div.error-box {
	border: 1px solid #C00;
	padding: 5px;
	width: 95%;
	background: #FFC;
	color: #F00;
	text-align: center;
}


/* ------------------------------ [ i <3 spacers] --------------------------*/

.spacer-padded {
	clear: both;
	margin-bottom: 20px;
}

.spacer-dot {
	clear: both;
	border-bottom: 1px dotted #3eacfb;
	margin: 5px 0 5px 0;
}

.spacer-listing {
	clear: both;
	border-bottom: 1px dotted #3eacfb;
	margin: 10px 0 10px 0;
}

.spacer {
	clear: both;
}


.spacer-small {
	clear: both;
	padding-bottom: 5px;
}

.spacer-para {
		clear: right;
}

.space-out{padding:10px 0; margin-bottom:12px;}




/*************************************************
	Login and register
*************************************************/

.lr-text {
	text-align: left;
	width: 900px;
	padding: 5px;
	background: #d4f7fd;
	border: 1px solid #ccc;
}

.lr-left {
	width: 300px;
	float: left;
	margin: 10px 0 0 0;
}

.lr-right {
	width: 600px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	border-left: 1px solid #88C6F6;
}


.row1 {
	width:95%; 
	background: #F2F2F2; 
	border-bottom: 1px solid #ccc; 
	padding: 5px;
}

.row2 {
	width:95%; 
	background: #fff; 
	border-bottom: 1px solid #ccc; 
	padding: 5px;
}


.trow1 {
	background: #F2F2F2; 
	border-bottom: 1px solid #ccc; 
	padding: 5px;
}

.trow2 { 
	background: #fff; 
	border-bottom: 1px solid #ccc; 
	padding: 5px;
}


/*************************************************
	Steps
*************************************************/
.steps-book {
	width: 900px;
	float: left;
	margin: 5px 0 5px 0;
}


.number-on {
	border: 1px solid #88c6f6;
	padding: 3px;
	background: #FFC;
	font-weight: bold;
	color: #F30;
	float: left;
	margin: 0 3px 0 0;
}

.number-off {
	border: 1px solid #ccc;
	padding: 3px;
	font-weight: normal;
	color: #ccc;
	float: left;
	margin: 0 3px 0 0;
}

.number-done {
	border: 1px solid #ccc;
	padding: 3px;
	font-weight: normal;
	color: #fff;
	float: left;
	background: #E5E5E5;
	margin: 0 3px 0 0;
}

.complete-order {
	width: 250px;
	padding: 5px;
	float: right;
	border: 2px solid #900;
	background: #FF9;
	font-size: 14px;
	color: #900;
	font-weight: bold;
	margin: 10px 35px 0 0;
}




.buttonlink {
	display: block;
	padding: 1px 2px 1px 2px;
	margin:0px 5px 0px 5px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:center;	
}

A.buttonlink:link {
	background-color: #d7ccae;
	border: 1px solid #000000;
	color: #000000;
}
A.buttonlink:visited {
	background-color: #d7ccae;
	border: 1px solid #000000;
	color: #000000;
}
A.buttonlink:hover {
	background-color: #fef5b3;
	border: 1px solid #000000;
	color: #000;
}
A.button2link:link {/*--This is the button that shows the amenities. Change color, background color and border color. --*/
	display: inline-block;
	padding:1px 5px 1px 5px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:center;

	background-color: #bfbfb7;
	border: 1px solid #000000;
	color: #000;
}
A.button2link:visited {/*--This is the button that shows the amenities. Change color, background color and border color. --*/
	display: inline-block;
	padding:1px 5px 1px 5px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:center;

	background-color: #bfbfb7;
	border: 1px solid #000000;
	color: #000;
}
A.button2link:hover {/*--This is the button that shows the amenities. Change color, background color and border color. --*/
	display: inline-block;
	padding:1px 5px 1px 5px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:center;

	background-color: #fef5b3;
	border: 1px solid #000000;
	color: #000;
}
			
.list_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 15px;
	text-align:left;
}

.reg_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 15px;
}

.search_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height: 15px;
}

.steps {  /*--This is the line that goes around the Legend. Change the border color.--*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}

.infotitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	border-bottom: 1px solid #003366;
	background-color:#cccccc;
}

.infotitlegray {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	/*border-bottom: 1px solid #003366;*/
	background-color:#fff;
	padding:5px;
}

.search_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	line-height: 15px;
}

.formbutton {
	background-color: #d2e3f3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #000000;
	border: 1px solid #000000;
	padding: 1px;
	cursor: pointer;
	cursor:hand;
}

.formbutton-lg {
	font-size:12px;
	padding:3px;
}


.res_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin:0px;
}
.detail_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.fsclass {
	border: 1px solid #336699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 96%;
	margin-left: 0;
	padding: 10px;
}
.result1 {/*--This is the box that shows the listing results and the first of the alternate of listing results. Change border color and background color. --*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.result2 {/*--This shows the box for the 2nd listing. Change the border color and background color.--*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.nametitle {/*--This controls the title of the listing and the price. Change the font color, background color and border color.--*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	background-color: #608b94;
	color: #fff;
	border-bottom: 1px solid #000000;
}

A.nametitlelink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}

.nametitle2 {/*--This controls the title of the listing and the price. Change the font color, background color and border color.--*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
}
.nametitle3 {/*a custom tag*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	/*color: #fff;*/
	color: #000;
}
.detailresult1 {/*--This is the box that shows the detail results. Change background color. --*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid d2e3f3;
	background-color: #FFFFFF;
}
.detailresult2 {/*--This is the box that shows the detail results. Change background color.--*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid d2e3f3;
	background-color: #f5f5f5;
}

.pictureborder {/*--Border around the pictures in listings. Change the border color.--*/
	padding:2px;
	border: 0px;
}

#listing_cotainer {
	display:block;
	width: 96%;
	height: 96%;
	background-color: #ffffff;
	border: 2px solid #000000;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding: 5px;
	z-index: 1;
}
.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #fff;
	background: url(/images/site_design/nav_bg/off.jpg) left top repeat-x;
}
.shadetabs li a:visited {
	color: [#fff;
	background: url(/images/site_design/nav_bg/off.jpg) left top repeat-x;
}
.shadetabs li a:hover {
	color: #000000;
	background: url(/images/site_design/nav_bg/on.jpg) left top repeat-x;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
}
.shadetabs li a.selected { /*selected main tab style */
	background: url(/images/site_design/nav_bg/on.jpg) left top repeat-x;
	color: #000000;
	
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2 {
	padding: 0;
	width: 362px;
	border-top: 5px solid #D25A0B; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.modernbricksmenu2 ul {
	margin:0;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
.modernbricksmenu2 li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}
.modernbricksmenu2 a {
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: black; /*Brown color theme*/
	border-top: 1px solid white;
}
.modernbricksmenu2 a:hover {
	background-color: #D25A0B; /*Brown color theme*/
	color: white;
}
.modernbricksmenu2 a.selected { /*currently selected tab*/
	background-color: #D25A0B; /*Brown color theme*/
	color: white;
	border-color: #D25A0B; /*Brown color theme*/
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu {
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
	background: black url(indentbg.gif) center center repeat-x;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid navy; /*navy divider between menu items*/
}
.indentmenu ul li a:visited {
	color: white;
}
.indentmenu ul li a.selected {
	color: white !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background: black url(indentbg2.gif) center center repeat-x;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}