@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #F5F5F5;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

/* Containers */

#container {
	width: 1000px;
	text-align: left;
	clear: both;
	margin: 0 auto;
	height: auto;
	background-color: #FFFFFF;
}

#headerCont {
	width: 1000px;
	height: 85px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#headerCont .logoTitle {
	float:left;
	width: 853px;
	padding-top: 15px;
}
#headerCont .logoCont {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 147px;
	height: 73px;
}
#headerCont span.tag {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

html:lang(en) #headerContainer {height:440px;}/* apply to all NON IE browsers and Safari 3+ */
a.logoLink {
	display:block;
	background-image:url(../images/logos/siteLogo.png) !important;
	background-image:url(../images/logos/siteLogo.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	width:240px;
	height:150px;
	position: absolute;
	top: 105px;
	left: 55px;
}
#headerImgContainer {
	background-image: url(../images/header_image.jpg); 
	background-repeat: no-repeat;
	background-color: #FFFFFF; 
	background-position: top;
	width: 990px;
	height: 500px;
}
#contContainer {
	float:left;
	clear:both;
	width:995px;
	position: relative;

	
}
 .contentContPad {
	padding: 0px 10px 10px 1px;
}

#date {
	color: #999;
	padding-left: 3px;

}

#title {
	width: 630px;
	
	display:block;
}

#smallTitle {
	width: 400px;
	float: left;
	clear: right;
}

#title3Col {
	width: 430px;
	float: left;
	clear: right;
}

#rtCol {
	float: left;
	width: 328px;
	padding-right: 3px;
	padding-left: 10px;
	_padding: 0;
}

#midCol {
	float: left;
	width: 640px;	
}

#midCol h1 {
	padding: 0;
	margin: 0;
}

#midCol .padding {
	padding: 0 0 10px 3px;
	_padding-right: 6px;
	color: #000;
	float: left;
}

#midCol .intCont {
	padding-left: 15px;
	padding-top: 8px;
	width: 620px;
}

#midCol .intLftCol {
	float: left;
	width: 164px;
	padding-right: 8px;
	
}

#midCol .intMainCol {
	float: left;
	margin-right:10px;
}

#midCol .mainColSmall {
	width: 425px;
	padding-left: 5px;
}

#midCol .intMain3Col {
	float: left;
	width: 450px;
}

/* Two Column - Wide */
#leftCol {
	float: left;
	width: 162px;
}

#leftCol .intLftCol {
	padding-top: 10px;
}

#midColWide {
	float: left;
	width: 775px;
	padding-top: 10px;
	padding-left: 10px;
}

#midColWide .padding {
	padding: 0 8px 10px 10px;
	_padding-right: 6px;
	color: #000;
}

#midColWide .padding .titleWide {
	clear: right;
}
#subNavCont .subNavPad ul li .sel {color:#ec9f2d;}
/* ********************************** g31exp *********************************** */
#mainNav {
	height: 38px;
	width: 1000px;
	float: left;
	position: relative;
	z-index: 999;
}
#mainNav .endCap_left {
	background-image: url(../images/mainNav_lft.jpg);
	background-repeat: no-repeat;
	width: 90px;
	height: 38px;
	float: left;
	
}
#mainNav .nav {
	float: left;
/*	width: 845px;	*/
	width: 905px;	
	_width: 902px;
	height: 38px;
	background-image: url(../images/mainNav_tile.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	_overflow: hidden;
}

#mainNav .endCap_right {
	background-image: url(../images/mainNav_rt.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 38px;
	float: left;
	
}
#mainNav ul {
	float: left;
	height: 34px;
}
#mainNav ul li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	color: #FFFFFF;
	border-left: 1px solid #2B2B2B;
	border-right: 1px solid #000;
}
#mainNav ul li .linkHold {
	height: 37px;
	line-height: 37px;
	vertical-align: top;
	float: left;
}
#mainNav ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	height: 34px;
}
#mainNav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav ul li ul {
	background-image: none;
	background-color: #000;
	height: auto;
}
#mainNav ul li:hover {
	display: block;
	background-color: #404040;
}
#mainNav li.selected {
	background-color: #404040;
}
/* Style Top Nav Typography - DO NOT DEFINE COLOR HERE  */
#mainNav ul li a.trigger, #mainNav ul li span.trigger {
	font-size: 14px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 37px;
	padding: 0 1.2em;
	text-transform:uppercase;
	display: block;
}

/* Search Box */
#siteSearch {
	background-image: url(../images/searchBack.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:7px;
	left:818px;
	width:165px;
	height:24px;
	padding:3px 0 0 10px;
	color: #000;
}
#siteSearch input.txtInput {
	z-index:500;	
	display:inline;
	float:left;
	border:none;
	background:none;
	color:#000;
	font-size:10px;
	width:112px;
	height:12px;
}
#siteSearch .imgInput {
	display:inline;
	float:right;
	width:25px;
	height:16px;
}

#g31menubar, #g31menubar ul {
	list-style: none;
}
#g31menubar a {
	color: #666;/* this is the color of the top nav links  */
	text-decoration: none;
}
/* Top Nav on Hover  */
#g31menubar li:hover a, #g31menubar a:focus, #g31menubar li.g31hvr a {
	color:#666;
	display: block;
}
#g31menubar li:hover ul, #g31menubar li.g31hvr ul {
	display: block;
	text-decoration: none;
}
/* Style Drop down block elements  */
#g31menubar li:hover ul a, #g31menubar li.g31hvr ul a {
	background-color:#000;
	background-image: none;
}
#g31menubar ul a:hover {
	background-color: #404040 !important;
	text-transform: none;
}
/* Main Container for all rollover links  */
#g31menubar li ul {
	position: absolute;
	z-index:999;
	background-color:#000;
	display: none;
	list-style: none;
	width: 725px;
	left: 0px;
	top: 37px;
	border-top: 10px solid #494949;
	border-bottom: 1px solid #404040;
	
}
#g31menubar li {
	float: left;
}
#g31menubar li ul li {
	color:#666666;
	display: block;
	float: left;
	border: none;
	width: 170px;
}
#g31menubar li ul li a {
	line-height: 17px;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #494949;
	display: block;
	height: 25px;
	overflow:hidden;
	padding: 5px 10px 0px 10px;
}
#g31menubar li ul li a span {	/* More link */
	font-size: 11px;
	font-weight: normal;
	color:#6681B6;
}
#g31menubar li ul li a span {
	display: block;
}
#g31menubar img {
	float: right;
	margin-left: 5px;
}

/* Top Right Nav */

#subNavCont {
	float: left; 
	width: 164px; 
	padding-top: 2px;
}

#subNavCont .topSub {
	background-image: url(../images/subNav_top.jpg);
	background-repeat: no-repeat;
	height: 3px;
	width: 164px;
	overflow: hidden;
}

#subNavCont .btmSub {
	background-image: url(../images/subNav_btm.jpg);
	background-repeat: no-repeat;
	height: 3px;
	width: 164px;
}

#subNavCont .titleContainer {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	padding-left: 5px;
	border-bottom: 1px solid #404040;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #000000;
}

#subNavCont .titleContainer .subNavTitle {
	padding-bottom: 3px;
}

#subNavCont .subNavPad {
	background-color: #000000;
/*	background-image: url(../images/subNav_tile.jpg);
	background-repeat: repeat-x;
	background-position: bottom;  	*/
}

#subNavCont .subNavPad div.backBtn {
	border-bottom: 1px solid #333;
	width: 164px;
	padding-bottom: 3px;
}

#subNavCont .subNavPad div.backBtn a {
	color: #a5a5a5;
	font-size: 10px;
}

#subNavCont .subNavPad div.backBtn img {
	margin: 0px 5px 0 5px;	
}

#subNavCont .subLinkCont {
	float:left; 
	color: #ffffff;
}

#subNavCont a {
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
}

#subNavCont a:hover {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
}

#subNavCont ul {
	
}

#subNavCont .subNavPad ul li .linkHold {
	height: 27px;
	line-height: 27px;
	vertical-align: top;
/*	padding: 0px 0 0px 5px;   */
	padding-left: 5px;
	cursor: pointer;
	display: block;
}

#subNavCont .subNavPad ul li .sel {color:#ec9f2d;}

#subNavCont .subNavPad ul li {
	display: inline;
	line-height: 27px;
	vertical-align: middle;
	overflow: hidden;
}

#subNavCont .subNavPad ul li:hover {
/*	background-image: url(../images/subNav_ro.jpg);		
	background-repeat: repeat-x;						*/
	display: block;
	background-color: #404040;
	height: 27px;
	line-height: 27px;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
}


/* Third Level Nav */

/*#mainWidCont ul.noBullets li a {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

#mainWidCont ul.noBullets li a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #2B4365;
}

#mainWidCont .back {
	margin-left: -15px;
}*/

/* Widget Boxes */

#mainWidCont {
	clear: both;
	margin: 0;
	width: 314px;
	padding-bottom: 10px;
}
#mainWidCont .top {
	position:relative;
	margin-right:3px;
	_margin-right: 0px;
	height:3px;
	clear:both;
	_overflow: hidden;
}
#mainWidCont .bottom {
	position:relative;
	margin-right:3px;
	height:3px;
	clear:both;
}

#mainWidCont .top .left {
	background-image:url(../images/widgets/widTopOut_lft.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:3px;
	height:3px;
}
#mainWidCont .top .right {
	background-image:url(../images/widgets/widTopOut_rt.gif);
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	width:311px;
	height:3px;
}
#mainWidCont .bottom .left {
	background-image:url(../images/widgets/widBtmOut_lft.gif);
	background-position:bottom left;
	_background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:3px;
	height:3px;
}
#mainWidCont .bottom .right {
	background-image:url(../images/widgets/widBtmOut_rt.gif);
	background-position:bottom right;
	_background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	width:311px;
	height:3px;
}

#mainWidCont .widBox {
	background-image: url(../images/widgets/widget_TopImg.jpg);
	background-repeat: no-repeat;
	background-color: #294666;
	padding-left: 4px;
}

#mainWidCont .widBox .widBtm {
	background-image: url(../images/widgets/widBtm.jpg);
	background-repeat: no-repeat;
	height: 5px;
	_overflow: hidden;
}

#mainWidCont .widBox h2 {
	color: #FFFFFF;
	font-size: 16px;
	padding: 0;
	padding-left: 5px;
	padding-top: 2px;
	margin: 0;
}
#mainWidCont .widBox .widContentPad {
	padding-left: 6px;
	width: 299px;
	border-left: 1px solid #b6bfca;
	border-right: 1px solid #b6bfca;
}
#mainWidCont .widBox .widContentPadMap {
	width: 305px;
	border-left: 1px solid #b6bfca;
	border-right: 1px solid #b6bfca;
}
#mainWidCont .widBox .tabContainer {
	background-image: url(../images/widgets/widTitle_back.jpg);
	background-repeat: no-repeat;
	width: 307px;
}
#mainWidCont .widBox .widInrTop {
	background-image: url(../images/widgets/widTopInr.jpg);
	background-repeat: no-repeat;
	height: 3px;
	width: 293px;
}
#mainWidCont .widBox .widInrBtm {
	background-image: url(../images/widgets/widBtmInr.jpg);
	background-repeat: no-repeat;
	height: 3px;
	width: 293px;
	_overflow: hidden;
}
#mainWidCont .widBox .widContentCont {
	background-color: #FFF;
	background-image: url(../images/widgets/widget_Back.jpg);
	background-repeat: no-repeat;
	color: #000;
	width: 293px;
}
#mainWidCont .highlight {
	font-size: 11px;
}

#mainWidCont .widBox .widContentContMap {
	background-color: #294666;
	background-image: url(../images/widgets/widget_Back.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}

/* image box */
#imgBox{
	float: left;
	margin: 0px;
	padding-top: 10px;
	width: 164px;
}
#imgBox #imgTitle {
	background-image: url(../images/boxTop.jpg);
	background-repeat: no-repeat;
	width: 164px;
/*	_width: 146px;		*/
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}
#imgTitle {
	padding-left: 18px;
}
#imgBox .imgBody {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#imgBox .imgBody .padding {
	padding: 6px;
}
#imgBox .imgBody .imgHolder {
	border: 1px solid #CACACA;
	padding: 2px;
	margin-bottom: 4px;
}
#imgBox .imgBtm {
	height: 5px;
	background-image: url(../images/boxBtm.jpg);
	background-repeat: no-repeat;
}


/* interior image box */
#intImgBox{
	margin: 0px;
	padding: 5px 15px 10px 0;
	_padding: 0px;
	width: 193px;
	float: left;
}
#intImgBox #imgTop {
	background-image: url(../images/intBox_top.jpg);
	background-repeat: no-repeat;
	width: 193px;
	height: 4px;
	_overflow: hidden;
}
#intImgBox .imgBody {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-image: url(../images/intBox_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#intImgBox .imgBody .padding {
	padding: 6px;
}
#intImgBox .imgBody .imgHolder {

}
#intImgBox .imgBtm {
	height: 4px;
	background-image: url(../images/intBox_btm.jpg);
	background-repeat: no-repeat;
}

/* Footer */
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear:both;
	text-align: left;
	width:980px;
	height:35px;
	line-height: 35px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	font-size: 10px;
	color: #999;
	padding-bottom: 10px;
}
#footer .padding {
	padding: 0 10px 0 10px;
}
#footer .padding span {
	padding-left: 15px;
}

#footer span a.nav {
	color:#4593cf;
}
#footer a.svLink {
	display:inline;
	float:right;
	width:110px;
	height:40px;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#footer p {
	font-size:1em;
	line-height:1.2em;
	letter-spacing:0.03em;
	padding:0;
	color:#FFFFFF;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
}
#footerBtm {
	background-image: url(../images/smLogo.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 32px;
}
#footerBtm .padding {
	padding-left: 83px;
	color: #999999;
	line-height: 32px;
	vertical-align: middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {	/* Safari 3.0 / Opera 9 hack */
#footer p {
	letter-spacing:0.13em;
}
}

/* Forms */
.txtInput {
	border: 1px solid #CCCCCC;
	font-size: 1em;
	color: #01273E;
	padding: 2px;
}
.selectInput {
	font-size: 1em;
}
.formreq, .fieldLabelRec {
	color: #990000;
	font-weight: bold;
}
.formnoreq {
	font-weight: bold;
}
.formStyle {
	display:block;
	clear:both;
}
.formStyle input[type=checkbox], .formStyle input[type=radio] {
	border:none;
}
#sideContainer .formStyle {
	display:none;
}
#sideContainer .listingsWrapper {
	display:none;
}
.formStyle input, .formStyle textarea {
	border:1px #CCC solid;
	margin:0 0 1px 0;
}
.warning {
	text-align:center;
	color:#990000;
}
.notes {
	text-align:center;
	font-size:0.8em;
}
.formStyle .odd {
}
.formStyle .even {
}
.spacerHack {
	height:4px;
	clear:both;
}
.odd, .even {
	clear:both;
}
.odd .clearFloat, .even  .clearFloat {
	margin:2px;
}
.req {
	color:#900;
	font-weight:bold;
}
.boldtext {
	font-weight:bold;
}
.notReq {
	color:#000;
	font-weight:bold;
}
fieldset {
	border: none;
	padding:0.8em;
}
legend {
	font-size:1.4em;
	font-weight:bold;
}
legend div {
	width:560px;
	padding:5px 10px;
	margin: 0 auto;
	border-bottom:1px solid #005C97;
}
.formStyle legend div {
	background-image:url(../images/formHeader1.png);
	background-repeat:no-repeat;
	width:580px;
	_width:556px;
	height:30px;
	padding:4px 12px;
	margin: 0 auto;
	color:#FFF;
	border:none;
}
.chbxSpace {
	display:block;
	float:left;
	clear:left;
	width:46%;
	height:1em;
}
.field-1, .field-2, .field-3, .field-4, .field-5, .field-6 {
	display:block;
	float:left;
	text-align:left;
	
}
.field-1 span, .field-2 span, .field-3 span, .field-4 span, .field-5 span, .field-6 span {
	display:block;
	float:left;
	text-align:left;
}
.odd .field-1, .odd .field-2, .odd .field-3, .odd .field-4, .odd .field-5, .odd .field-6 {
}
.even .field-1, .even .field-2, .even .field-3, .even .field-4, .even .field-5, .even .field-6 {
	margin-left:0px;	/* hack to line up text fields */
}
label {
	padding: 2px 5px;
	line-height: 1em;
	color:#000;
}

#bookit label
{
	color: #FFF;
}

/* #cBox-white label { 	color:#000; }*/

#cBox-white .listingsColumnWide label {
	color: #FFF;
}
label.checkBox, label.radioBtn {
	display:block;
	text-align:left;
}
label.field-1, label.field-2, label.field-3, label.field-4, label.field-5, label.field-6 {
	display:block;
	text-align:right;
	font-size: 11px;
}
.field-1 input[type=text], .field-2 input[type=text], .field-3 input[type=text], .field-4 input[type=text], .field-5 input[type=text], .field-6 input[type=text] {
	display:inline;
	height:20px;
	float:left;
}


.field-1 {
	width:20%;
}
.field-2 {
	width:26%;
}
.field-3 {
	width:17%;
}
.field-4 {
	width:14%;
}
.field-5 {
	width:12%;
}
.field-6 {
	width:2%;
}   
.field-1 input[type=file] {
	width: 250px;
}  
a.calBtn span {
	background-image: url(../images/iconCal.gif);
	background-repeat:no-repeat;
	display:block;
/*	float:inherit;    */
	cursor:pointer;
	cursor:hand;
	width:15px;
	height:13px;
	margin:4px 4px 0 4px;
}
span.hint {
	display:block;
	line-height:22px;
	float:inherit;		
	font-size:0.9em;
}
.warning {
	display:block;
	clear:both;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
.notes {
	font-size:0.8em;
	font-style:italic;
	display:block;
	padding:5px;
}
.required {
	display:block;
	clear:both;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
.captcha, .footer {
	display:inherit;
	padding:5px;
	text-align:center;
}
#checkbox label {
	width: 100%;
}
p.btnContainer {
	text-align:center;
}

/* General Purpose */
a.email {
	font-weight:bold;
	text-decoration:none;
	color:#346993;
}
a.website {
	font-weight:bold;
	text-decoration:none;
	color:#346993;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	line-height: 0px;
}
.floatParent {
	float:left;
	clear:both;
}

/* Drawer nav */
#sideDrawer {
	width: 200px;
	margin-right:25px;
	_margin-right:-15px;
	float:left;
	clear:left;
}
.drawerBtm {
	margin-right:25px;
	float:left;
	clear:left;
	width:200px;
	height:6px;
}
.drawerBtm span.left {
	background-image:url(../images/drawerCorner_lb.png) !important;
	background-image:url(../images/drawerCorner_lb.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:6px;
	height:6px;
}
.drawerBtm span.middle {
	background-color: #0B2C4B;
	display:block;
	float:left;
	width:188px;
	height:6px;
	overflow:hidden;/* IE6 fix */
}
.drawerBtm span.right {
	background-image:url(../images/drawerCorner_rb.png) !important;
	background-image:url(../images/drawerCorner_rb.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:6px;
	height:6px;
}
#drawer-nav #latest {
	min-height:500px;
	_min-height:502px;
	overflow:hidden;
}

/* Articles */
#articles {
	padding: 0 5px;
	margin: 0px 0 20px 0;
	background-color:#FFF;

}
#articles th {
	font-size:16px;
	line-height:1.4em;
	padding:5px;
	
}
#articles td {
	line-height:1.4em;
	text-align:left;
	padding:5px;
}
#articles .odd {
	background-color:#F5F5F5;
}

#articles a {
	font-size: 12px;
}

div.articles {
	margin:10px;
}
.articles .notice {
	font-weight:bold;
}
table.articlesTb th {
	background-color: #ddd;
	color: black;
	font-size:12px;
	border-bottom:1px solid black;
	padding:5px 5px 3px 5px;
	font-weight:bold;
}
table.articlesTb td {
	padding:5px;
	vertical-align:text-top;
}
table.articlesTb td.odd {
	background-color:#E7F1FA;
}
table.articlesTb td.even {
	background-color:#FFF;
}
table.articlesTb a.more {
	font-weight:bold;
	display:block;
	color:#000;
	margin:0 0 10px 0;
}

/* Table Styles */
#coupons, #articles {
	float:left;
	width:620px;
}
#coupons .tableStyle1, #articles .tableStyle2 {
	width:620px;
}
.tableStyle1 th, .tableStyle1 td, .tableStyle2 th, .tableStyle2 td {
	border:none;
}
.tableStyle2 th, .tableStyle2 td {
	border-collapse:collapse;
	border:1px solid #F0F0F0;
}
.boldtext {
	font-weight: bold;
}
span.boldcolor {
	font-weight: bold;
	color: #ECA235;
}
