/* CSS Document */

body, html {
	color:#333333;
	padding:0;
	margin:0;
}

#container {
	position:relative;
}

.skip {
	display:none;
}

/***************************************************/
/*                                                 */
/*  Styles to place home link over transit center  */
/*                                                 */
/***************************************************/
#homeLink {
	position:absolute;
	text-transform:uppercase;
	font-weight:bold;
	z-index:102;
	top:7px;
}

#homeLink a:link, #homeLink a:visited {
	color:#fff;
	background-color:#b3965c;
	border-right:solid 1px #fff;
	padding:5px 0;
	display:block;
	width:39px;
	text-align:center;
	font-weight:bold;
}
/************** End homeLink Styles *****************/


/***************************************************/
/*                                                 */
/*                Sign-In Box Styles               */
/*                                                 */
/***************************************************/
#signin {
	display:none;
	width:208px;
	height:165px;
	border:1px solid #bbb;
	right:111px;
	top:15px;
	background-color:#fff;
	z-index:11;
	padding:4px;
	position:absolute;
}
	
#signin h4 {
	margin:0;
	background-color:#B79965;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	padding:2px;
}
	
#signin input {
	width:192px;
}
	
.password {
	position:relative;
}
	
.submit {
	text-align:right;
	margin:25px 0 0 0;
}
	
input#signin_submit {
	width:47px;
	height:19px;
}
	
#signinForm {
	height:120px;
	padding:10px 4px 0px 4px;
	margin:0;
}
	
input#signin_remember {
	width:auto;
}
	
a.lost {
	font-weight:bold;
	position:absolute;
	right:8px;
	top:0;
}
/************ End Sign-In Box Styles ***************/


/***************************************************/
/*                                                 */
/*                   Header Styles                 */
/*                                                 */
/***************************************************/
#header {
	width:960px;
	float:left;
}

#logo {
	float:left;
	width:360px;
}

#headerRight {
	float:left;
	width:400px;
	padding-top:10px;
}

#signIn {
	text-align:right;
}

#signIn p {
	margin:0;
}


/*************** End Header Styles *****************/


/***************************************************/
/*                                                 */
/*                  Main Nav Styles                */
/*                                                 */
/***************************************************/
#mainNav {
	float:left;
	background:#b3965c url(mainNav_bg.jpg) repeat-x scroll right top;
	width:100%;
	height:40px;
	margin-bottom:2px;
}


.noSecondary {
	float:left;
	background:#b3965c;
	width:100%;
	height:40px;
}

div.ourNavSubOn {
	float:left;
	background:#b3965c url('bg_ournav.gif') repeat-x;
	width:100%;
	height:64px;
}

#mainNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#mainNav li {
	float:left;
}
/* styles for links pre js */
#mainNav li a.primaryNav  {
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
	padding:15px 13px 11px;
	display:block;
	border-right:1px solid #fff;
	font-stretch:expanded;
	text-transform:uppercase;
}

#mainNav li a.primaryNavOn {
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
	padding:15px 13px 11px;
	display:block;
	border-right:1px solid #fff;
	font-stretch:expanded;
	text-transform:uppercase;
	background-color:#5b698e;
	border-bottom:none;
}

#mainNav li ul li a {
	padding-right:10px;
	padding-left:10px;
}

#subNav li ul li a {
	padding-right:10px;
	padding-left:10px;
}

#home #mainNav #nav ul{top:-127px;}
/* end styles from links pre js */

#home #mainNav ul ul {
	width:100%;
	position:absolute;
	left:0px;
	height:22px;
	z-index:20;
	background-color:#5b698e;
	margin-top:0px;
}

#default #mainNav ul ul, #rightNavBody #mainNav ul ul, #noright #mainNav ul ul {
	width:100%;
	position:absolute;
	top:127px;
	left:0;
	height:24px;
	z-index:20;
	background: #5b698e;
}
#default #mainNav {
	margin-bottom:20px;
}

#default #subNav ul ul, #rightNavBody #subNav ul ul, #noright #subNav ul ul {
	width:960px;
	position:absolute;
	top:141px;
	left:0;
	height:28px;
	z-index:20;
}

#mainNav ul ul li.first {
	padding-left:4px;
}

#mainNav ul ul a {
	color:#fff;
	display:block;
	padding:4px 0;
	float:left;
}

#mainNav ul ul li span {
	display:block;
	float:left;
	padding:4px 0px;
	color:#fff;
}

#subNav ul ul li.first {
	padding-left:4px;
}

#subNav ul ul a {
	color:#fff;
	display:block;
	padding:4px 0;
	float:left;
	background-color:transparent;
}

#subNav ul ul li span {
	display:block;
	float:left;
	padding:4px 0px;
	color:#fff;
}

#mainNavBg {
	width:100%;
	position:absolute;
	top:127px;
	left:0px;
	display:none;
	background:#5b698e;
	height:28px;
	z-index:19;	
	float:left;
}

a.secondaryNavOn:link, a.secondaryNavOn:visited, a.subSecondaryOn:link, a.subSecondaryOn:visited {
	font-weight:bold;
}
/*************** End Main Nav Styles ***************/


/***************************************************/
/*                                                 */
/*                 Homepage Styles                 */
/*                                                 */
/***************************************************/
#contentContainer {
	padding:40px;
	float:left;
}
/*************** End Homepage Styles ***************/


/***************************************************/
/*                                                 */
/*                 Content Styles                  */
/*                                                 */
/***************************************************/
#mainContent {
/*
	width:960px;*/
	color:#333333;
	width:980px;
	float:left;
}

#noright #mainContent {
	width:100%;
}

#content {
	float:left;
	width:707px;
	color:#333333;
	background:url('bg_content.jpg') repeat-x;
	min-height:777px;
  	height: auto !important;
  	height:977px;
}

#home #feature {
	margin-top:25px;
}

#default #content, #rightNavBody #content {
	padding:20px;
	width:667px;
}

#forms #content{padding:0px 25px 40px 20px;}

#noright #noRightContainer {
	background:url('bg_content.jpg') repeat-x;
	width:100%;
	float:left;
}

#noright #content {
	padding:20px 0 20px 20px;
	width:940px;
	background:none;
}

#homeFlashBoxes {
	width:667px;
}

#default .mainbox, #rightNavBody .mainbox, #noright .mainbox {
	border-bottom:solid 2px #b79966;
	margin-bottom:30px;
	padding-bottom:15px;
	background-color:#fff;
	width:100%;
}

.pageTitle {
	padding:13px 20px;
	margin:0;
}
/*************** End Content Styles ****************/


/***************************************************/
/*                                                 */
/*               Right Column Styles               */
/*                                                 */
/***************************************************/
#rightColumn {
	width:243px;
	float:left;
	margin-left:10px;
}

#rightNavBody #rightColumn {
	border-bottom:0;
}

#rightColumn h4 {
	color:#fff;
	background-color:#b3965c;
	margin:0;
	padding:5px;
	font-size:1.0em;
}

#rightColumn h4 a:link, #rightColumn h4 a:visited {
	color:#fff;
}

#rightColumn ul#rightNav {
	border:2px solid #b3965c;
	border-top:0;
	margin:0;
	list-style-type:none;
	padding:7px 10px 10px 10px;
}

#rightColumn ul#rightNav li {
	padding:3px 0 0 0;
}

#rightColumn ul#rightNav li a:link, #rightColumn ul#rightNav li a:visited {
	background: url('arrow_orange.gif') right no-repeat;
	padding-right:10px;
	color:#b3965c;
}

#rightColumn ul#rightNav li a.rightNavOn:link, #rightColumn ul#rightNav li a.rightNavOn:visited {
	color:#a88c5d;
	background: url('arrow_brown.gif') right no-repeat;
	font-weight:bold;
}

#rightColumn ul#rightNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#rightColumn ul#rightNav ul li {
	margin:0;
	padding:3px 0 0 18px;
}

#rightColumn ul#rightNav ul li a:link, #rightColumn ul#rightNav ul li a:visited{
	color:#a88c5d;
	background: url('arrow_brown_small.gif') right no-repeat;
	padding-right:10px;
}

#quickLinks {
	padding:10px;
	margin-top:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
/************* End Right Column Styles *************/


/***************************************************/
/*                                                 */
/*                    Tab Styles                   */
/*                                                 */
/***************************************************/
#tabContainer {
	background-color:#fff;
	border:1px solid #C9AB79;
}

ul#tabs {
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#C9AB79;
	width:665px;
	float:left;
	border-top:3px solid #C9AB79;
}

ul#tabs li {	
	text-align:center;
	color:#fff;
	font-weight:bold;
	float:left;
	width:92px;
	border-left:1px solid #fff;
}

ul#tabs li.firstTab {
	border:0;
}

ul#tabs li a:link, ul#tabs li a:visited {
	color:#fff;
	background-color:#C9AB79;
	display:block;
	padding:2px;
}

ul#tabs li a.active:link, ul#tabs li a.active:visited {
	background-color:#fff;
	color:#C9AB79;
}

h5.tab {
	display:none;
}
/***************** End Tab Styles ******************/


/***************************************************/
/*                                                 */
/*                  Footer Styles                  */
/*                                                 */
/***************************************************/
#footer {
	background-color:#f2f1e1;
	padding:10px;
	clear:both;
	margin-top:40px;
}

#footerLinks {
	width:940px;
	text-align:center;
}

.footerText {
	padding:0 5px 0 15px;
}

#contactUsFooter {
	display:none;
}
/**************** End Footer Styles ****************/

/***************************************************/
/*                                                 */
/*               Contact Us Styles                 */
/*                                                 */
/***************************************************/

#contactUsFooter {
	bottom: 0;
	right: 0;
	position: relative;
	z-index:2;
	height:0;
	padding:0;
}
	
#contactUsFooter form {	
	background: #DDE7CA;
	font-size: 11px;
	clear: both;
	padding: 10px;
	position: absolute;
	border: 1px solid black;
	width: 250px;
	bottom: 37px; 
	left: 720px;
	color: #755;
}

#contactUsFooter span { padding-left: 70px; }

#contactUsFooter form h3 {
	font-size: 16px;
	font-weight: bold;
	color: #755;
	padding: 0;
	margin: 0 0 5px 0;
	}

#contactUsFooter form table td { padding-bottom: 5px; }

#contactUsFooter form input,
#contactUsFooter form select { border: 1px solid #7F9DB9; padding: 0; font-size: 11px;width: 182px;  }

#contactUsFooter form table td label { padding-right: 5px; white-space: nowrap; font-weight: bold; }
	
#contactUsFooter form input#zip { width: 45px; margin-right: 5px; }
	
#contactUsFooter form input#phone { width: 76px; }

#contactUsFooter form textarea#question_text { border: 1px solid #7F9DB9; width: 247px; height: 150px; }
	
#contactUsFooter form input#sendbutton { border: none;width:37px;height:19px;}

#contactUsFooter form div#disclaimer { position: relative; }
	
#contactUsFooter form div#disclaimer p { font-size: 10px; margin: 5px 0; }

#contactUsFooter form div.close {position: absolute; top: 3px; left: 235px; }
/************* End Contact Us Styles **************/
