/*From default.css*/
/* Default Structural DIVs Template 1
================================================================================================================ */
body { 
	font-family: "Georgia", serif;
	text-align: center;
	background: #fff url('images/headerFiller.gif') repeat-x;
}

#headerWrapper {
min-width:960px;
/*position: relative;*/
text-align:left;
}
#header {
	background: url('images/header.jpg') no-repeat center top;
	margin: 0 auto;
	width: 960px;
	height: 217px;
	position: relative;
}
div#top-callout {
	position: absolute;
	width: 250px;
	height: 76px;
	right: 38px;
	background: url('images/referralsAvailable.gif') no-repeat;
}
	div#top-callout-content {
		color: #fff;
		display: inline;
		float: left;
		font: 13px/19px Arial, Helvetica, sans-serif;
		padding: 16px 20px 15px;
	}
		div#top-callout-content div {
			background: url('images/numberBg.gif') no-repeat;
			color: #fff;
			display: inline;
			float: left;
			font: 15px/17px "Courier New", Courier, monospace;
			width: 12px;
			padding: 2px 0 0 1px;
		}
			div#top-callout-content div.first {
				border-left: 1px solid #5ba5c0;
			}
			div#top-callout-content div.last {
				margin-right: 4px;
			}


#sidebar {
	/*background: #eee url('images/sidebar-adspot-intro.gif') no-repeat;*/
	display: inline;
	float: right;
	width: 220px;
	padding: 4px 0 0;
	/*border: 1px solid #ccc;*/
}
#sidebar p {
	font-size: 11px;
	color: #B75C0D;
	clear: left;
	/*padding-left: 5px;*/
}
#sidebar p.notice {
	font-size: 9px;
}
#sidebar div.image {
	display: inline;
	float: left;
	margin: 0 16px 18px 0;
	width: 100px;
}
	#sidebar div.even {
		margin-right: 0;
	}
	#sidebar div.image img {
		margin: 0;
	}
	#sidebar div.image p {
		margin: 0;
		display: inline;
		float: left;
		line-height: 100%;
		font-size: 9px;
	}
#sidebar img.highlight {
	width: 220px;
	position: relative;
	margin: -5px -2px 20px;
	display: inline;
	float: left;
}

div#wrap{
	margin:0 auto;
	text-align:left;
	width: 860px;
}
#contentWrapper {
	margin: 30px auto 0;
	position: relative;
	text-align: left;
	display:inline;
	float:left;
	width: 100%;
}


#content {
	width: 620px;
}

#footer {
	border-top: 3px solid #ddd1c0;
	color: #4b6371;
	font-size: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
	height: 67px;
	display:inline;
	float:left;
	position: relative;
}

#footerLinks {
	color: #c9ac6a;
}
#footerLinks a {
	font-size: 10.5px;
	letter-spacing: .1em;
	color: #c9ac6a;
}
#footerLinks a:hover {
	font-size: 10.5px;
	color: #fff;
}

#footer-logos {
	position: absolute;
	top: 10px;
	right: 0;
}
#footer-logos a img {
	border: none;
}
#footer-logos img {
	float: right;
	margin: 0 0 20px 35px;
}



/* Structural DIV-Specific Styles
================================================================================================================ */
#content img {
	margin: 5px 0 0px 0;
}

#content h1{
	color: #0b3249;
font-weight: normal;
	font-size: 32px;
/*	letter-spacing: .03em;*/
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content h2, body.home #content h1 {
	color: #b75c0d;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: .03em;
	margin: 20px 0px 5px 0px; padding: 10px 0 0 0;
	clear: left;
}
body.home #content h1 {
	color: #0b3249;
	font-weight: bold;
	margin-top: 0;
}
	#content h2.border {
		border-top: 1px solid #ddd1c0;
	}
#content p {
	font-size: 13px;
	color: #4c453c;
	line-height: 1.4em;	
/*	letter-spacing: .02em;*/
}

#content a {
	color: #531717;
	font-size: 1em;
	text-decoration: underline;
}
#content a:hover {
	color: #531717;
	text-decoration:underline;
}
#content blockquote {
	background-color: #fde1c2;
	padding: 15px;
	display:blockquote;
	margin:15px
}
#content blockquote span {
	font-size: 1.4em;	
}

#content ul.homePageList {
	margin: 0 0 10px 17px;
	list-style: disc outside;
	font-size: 15px;
	line-height: 28px;
	color: #4c453c;
}
#content li.homePageList {

}
#content ul.homePageList li a {
	font-style: normal;
	letter-spacing: .05em;
	line-height: 30px;
}


#content ul {
	margin-left: 5px;
	list-style: none;
	color:#4c453c;
	font-size:13px;
	line-height:1.4em
}
#content li {
}
#content ul li a {
	font-size: 13px;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 1.7em;
}

#content table {
	margin: 5px 0px;
}
#content td {
	color: #4c453c;
	font-size: 13px;
	padding: 2px 2px 7px 2px;
}
#content td.label {
	font-weight: bold;
	text-align: right;
}

div#giftCardRedeem {
	background: #4398b7;
	width: 539px;
	height: 34px;
	margin: 10px 0 0 0;
}
div#giftCardRedeem p {
	padding: 6px 0 0 13px;
	font-size: 15px;
	color: #fff;
}
div#giftCardRedeem a {
	font-style: italic;
	color: #fff;
	text-decoration: underline;
}
div#giftCardRedeem a:hover {
	color: #11435C;
}
	

#footer a {
	color: #4398b7;
	font-style: italic;
	text-decoration: underline;
}
#footer a:hover {
	color: #ff902a;
}
#footer p {
	padding: 5px 0 0 0;
	color: #4b6371;
	font-style: normal;
	font-size: 12px;
}
#footer img {
	padding-top: 10px;
}

.sidebarModule {
	border-top: 6px solid #b88c5b;
	padding: 0 0 0 0;
}
#sidebar div img {
	margin: 10px 0;
}
#sidebar div div {
	margin-bottom: 12px;
}

#sidebar ul li a {
	font-size: 12px;
	line-height: 1.6em;
	color: #805f34;
	text-decoration: underline;
}
#sidebar ul li a:hover {
	color: #526e42;
}
#sidebar span a {
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	display: block;
	font-size: 12px;
	text-align: right;
	text-decoration: underline;
	color: #531717;
}
#sidebar span a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #805f34;
}


/* Styles NOT constrained to a structural DIV
================================================================================================================ */

.pageTitle {
	font: 3em "Trebuchet MS", serif;
	font-weight: bold;
	color: #275583;
	padding: 0px 0px 0px 5px;
}
.floatRight {
	float: right;
}

/*
	Added by Mark - not sure I understand the organization of this file,
	so feel free to move these:
*/
ol.servicesList li.closed table, ol.servicesList li.closed div {
	display: none;
}
ol.servicesList a {
	cursor: pointer;
}
ol.servicesList table, ol.servicesList div {
	margin: 8px 0 5px 10px;
	font-size: 0.9375em;
}
ol.servicesList th {
	background: #eaeaea none repeat scroll 0%;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	font-style: italic;
	color: #777;
}
ol.servicesList th, ol.servicesList td {
	padding: 0 10px 0 5px;
}


/*from base.css*/
/*--------------------------------------------------------------------------------------------------
  Base Stylesheet, Mass reset for HTML tag preferences and main layout DIVs.
--------------------------------------------------------------------------------------------------*/

/* Mass Reset
================================================================================================================ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,select { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
input, textarea, select { padding: 1px; font-size: 100%; font-family: inherit }
a img,fieldset,iframe,img { border: none; }
a,a:link,a:hover,a:visited,a:active,fieldset,legend { background-color: transparent } 
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
body, html { background-color:transparent } 
html { font-size:100%; margin-bottom: 1px; min-height: 100%; } /* ensures inclusion of vertical scroll bar */
body { font-size: 62.5%; } /* Type size equalizer */
* html body { font-size: 63%; height: 100%; } /* @ IE Type size equalizer tweak */


/* Default Typography
================================================================================================================ */
p {
	line-height: 170%;
	margin-bottom: 12px;
}

h1 {
	color: #275583;
	font-size: 1.6em; line-height: 1.3em;
	font-weight: bold;
	padding: 30px 0 15px 0;
}

h2 {
	color: #275583;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 140%;
	margin: 35px 0 0 0;
	padding: 0;
}


h3 {
	color: #241005;
	/*border-top: 1px solid #000;*/
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 0; padding: 9px 6px;
}





/* Lists
================================================================================================================ */
ul {
	margin:10px 5px; 
	padding:0;
	list-style: none;
	color:#4c453c;
	font-size:13px;
	line-height:1.4em
}
ul li {
	margin:0; padding:0; 
}
ol {
	padding:0;
	padding-left:4em;
	margin:10px 5px;
	list-style: none;
	list-style-type:decimal;
	color:#4c453c;
	font-size:13px;
	line-height:1.4em
}
ol li {
	margin:10px 0;
	
}
ol ol {
	margin-bottom:0;
	list-style:lower-roman;
}
ol ol	li {
	list-style-type:lower-roman;
}
ul#top_menu{
	height:36px;
	width:100%;
	margin:0 auto;
	text-align:center;
}	
div#ul_wrap{
	margin:0 auto;
	width: 900px;
}
	ul#top_menu li{
	float:left;
	display: inline;
	margin:0 auto;
	height: 36px;
}
	ul#top_menu li a{
		color:#fff;
		display:inline;
		float:left;
		font-family:Verdana, Arial, sans-serif;
		font-size:13px;
		font-weight:bold;
		height: 27px;
		padding: 9px 12px;
		text-decoration:none;
	}
	ul#top_menu li a:hover, ul#top_menu li.current a{
		background: url(images/navHoverBg.gif) repeat-x;
		/*color:#0b3249;*/
	}
	ul#top_menu li.divider{
		background: url(images/navSeparator.gif) no-repeat;
		width: 2px;
	}
	ul#top_menu li.start a {
		background: url(images/menu_getstartedBG.gif) repeat-x;
	}


/* Links
================================================================================================================ */

a:link, a:hover, a:visited, a:active {
	color: #275583;
	text-decoration: none;
}

a:hover {
	color: #568C9C;
}



/* Images
================================================================================================================ */
img, a:link img, a:hover img, a:visited img, a:active img {
	border: none;
	margin: 0; padding: 0;
	text-decoration: none;
}

img.right{
	float:right;
	display:inline;
	margin:5px 0 10px 10px !important;
}
img.left{
	float:left;
	display:inline;
	margin:5px 10px 10px 0 !important;
}




/* Tables
================================================================================================================ */
td {
	text-align: left;
}

table#membership{
	border:2px solid #4c453c;
	font-size:14px;
}
table#membership td{
	border:1px solid #4c453c;
	padding: 5px;
}
table#membership thead td{
	background-color:#11435c;
	color:#fff;
	font-weight:bold;
}




/* Forms
================================================================================================================ */
form {
	margin-top:30px;
	float:left;
	display:inline;
}
label {
	color: #11435C;
	display:block;
	font-family: "Georgia", serif;
	font-weight:normal;
	padding:15px 0 5px 0;
	font-size: 15px;
}
input, textarea, select {
	font-family: "Georgia", serif;
	font-size:15px;
	background-image:none !important;
	border:3px solid #E7DFCF !important;
	/*	padding: 2px 2px 2px 5px;*/
}
input.text, textarea {
	border:3px solid #e7dfcf;
	font-family: "Georgia", serif;
	padding: 2px;
	width:100%;
	background-image:none !important;
	border:3px solid #E7DFCF !important;
}
.textarea {
	border:3px solid #e7dfcf;
	height:150px;
	padding:2px;
	width:95%;
}
form div.formComponent {
	float: left;
	margin: 0 20px 10px 0;
	width:250px;
}
form div.formError label {
	color: #fff;
	padding-left: 3px;
}
form div.formError input.text, form div.formError textarea {
	background-color: #fff;
	border:3px solid #70b8ab;
}

div.errorMessage {
	background-color: #6b928b;
	border:3px solid #1c0c04;
	color: #1c0c04;
	font-size: 1.5em;
	margin: 20px 0;
	padding: 10px;
	text-align: center;
}
form.mod_forms li div /*{gen_forms.css.php (line 35)*/{
	margin: 0pt 8px 0pt 0pt !important;
	padding: 0pt 0pt 8px;
}
form.mod_forms label.desc {
	padding-top: 5px;
}
input.submit {
	background:url(images/b_submit.png) no-repeat !important;
	width:145px;
	height:34px;
	border: none !important;
	cursor: pointer;
}
form.mod_forms .free_card_message {
	color: #8b0000; /*darkred*/
	font-style: italic;
	display: none;
}

div#i31-request {
	display: inline;
	float: left;
}
div#i31-request, div#i29-request, div#i111-request {
	display: none;	/* hiding the gift card amount field */
}

li.last-review-other {
	margin-top: 10px;
}

form.review-other {
	margin-top: 0;
}
	form.review-other select, form.review-other input {
		font-size: 0.9375em !important;
	}

/* Utility Classes
================================================================================================================ */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
form.mod_forms li div label{
	margin-bottom:8px !important;
}



#i131-label_0-request{
	display:none;
}
#b72-request{
	padding-top:0;
}
#b72-label-request{
	display:none;
	padding:0;
}
#b73-help-request{
	color:#11435c !important;
	font-size:14px !important;
}
	#b73-help-request span{
		color:red;
		font-weight:bold;
	}