/* Start of CMSMS style sheet 'Layout: 2 Columns' */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #6d6f71;
	text-align: left;
	font-size: .66em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div { }

p {padding-bottom: 1em;}

ul {margin-left: 25px;
	font-size: 13px;
	}

li {padding-bottom: .3em;
	}

img { border: 0; }

a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}

a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}

a:hover {
	background-color: inherit;
	color: #385C72;
}

hr {
	color: #b1953a;
	background-color: #b1953a;
	height: 1px;
	border: 0;
	margin: 0 0 1em 0;
}

/*****************basic layout *****************/

html {
	background: #3a6e8f url(/images/html-bg.jpg) no-repeat center;
	background-attachment:fixed;
}

body { background: url(/images/body-bg.png) repeat-y center top; }

div#pagewrapper {
	background: #f3ebd5 url(/images/content-bg.gif) repeat-y top left;
	margin: 0 auto;
	width: 780px;
}

div#header {
	height: 290px;
	background: #f4f4f4 url(/images/header-bg.jpg) no-repeat left top;
}

div#nav_shadow {
	background: url(/images/nav-shadow.gif) no-repeat left top;
	height: 3px;
}

div#content { }

div#sidebar {
	background: #000000 url(/images/no-better-time-to-buy.gif) top center no-repeat;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 230px;
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 70px 10px;
}

div#main {
	background: url(/images/main-bg.gif) no-repeat right top;
	color: #6d6f71;
	float: left;
	padding: 20px;
	width: 477px;
}

div#footer {
	background-color: #86954c;
	border-top: 1px solid #ffffff;
	clear: both;
	color: #ffffff;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align: center;
	width: 780px;
}

div#footer a { /* footer link would be same color as default we want it same as footer text */
	color: #ffffff; }

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#main h1 {
	color: #3a6e8f;
	font-size: 21px;
	font-weight: normal;
	padding: 0 0 .4em 0;
	text-align: left;
}

div#main h2 {
	color: #b1953a;
	font-size: 17px;
	font-weight: normal;
	padding: .2em 0 .4em 0;
}

div#main h2 a {
	color: #b1953a;
}

div#main h3 {
	color: #333333;
	font-size: 13px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-variant: small-caps;
	padding: 0 0 .4em 0;
}

	div#main h3 a {
		color: #333333;
	}
	
	div#main h3 a:hover {
		color: #b1953a;
	}

/* IMAGES */

div#main img {
	background-color: #b1953a;
	border: 1px solid #999999;	
	padding: 3px;
}

div#main .right-inset {
	background-color: #b1953a;
	border: 1px solid #999999;	
	float: right;
	padding: 3px;
	margin: 10px 0px 10px 10px;
}

div#main .left-inset {
	background-color: #b1953a;
	border: 1px solid #999999;	
	float: left;
	padding: 3px;
	margin: 10px 10px 10px 0px;
}

/* PARAGRAPHS */
div#main p {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: 1em;
}

div#footer p {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: 1em;
}

/********************TABLES*********************/

.mytable {
	width: 467;
	padding: 0;
	margin: 0;
}
 
.mytable caption {
	padding: 0 0 5px 0;
	width: 467;
	font: italic 15px georgia, times new roman, serif;
	text-align: left;
	font-weight: bold;
}
 
.mytable th {
	font: bold 11px georgia, times new roman, serif;
	color: #ffffff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px;
	background: #c1a75d url(/images/bg_header.jpg) no-repeat;
}
 
.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
 
.mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 5px;
	color: #3a6e8f;
	font: 13px georgia, times new roman, serif;
}
 
 
.mytable td.alt {
	background: #e4e4e4;
	color: #797268;
}
 
.mytable th.spec {
	color: #3a6e8f;
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #ffffff url(/images/bullet1.gif) no-repeat;
	font: 13px georgia, times new roman, serif;
}
 
.mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #e4e4e4 url(/images/bullet2.gif) no-repeat;
	font: 13px georgia, times new roman, serif;
	color: #797268;
}

/********************FORMS*********************/

/* Default styles added by Jquery */

.text {
	border: 1px solid #e2d8b5;
	background: #fafafa url(/images/textinput-bg.png) top left repeat-x;
	outline-style:none;
	padding: 6px;
}

.submit {
	background-color: #c7ad76;
	border-bottom: 1px solid #39362e;
	border-left: 1px solid #d6c49a;
	border-right: 1px solid #807458;
	border-top: 1px solid #f0ebd9;
	color: #FFFFFF;
	cursor:  pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 8px 15px;
}

/* SCHEDULE FORM */

#schedule fieldset {
	background-color: #000000;
	border: 1px solid #9c896b;
	padding-top: 10px;
}

#schedule legend {
	background: #f0ecd3 url(/images/tab-bg.png) bottom left repeat-x;
	border: 1px solid #9c896b;
	color: #7e4822;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 1;
	margin: 0px 14px;
	padding: 6px 12px;
	text-align:center;
	text-align:center;
}

.field {
	color: #e3d9b6;
	float: left;
	padding: 0px 10px 5px;
	margin: 5px;
	width: 195px;
}

.field .text, .field .submit { width: 150px; }

.field label {
	color: #e3d9b6;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}

.subfield { padding: 6px; }

.subfield label {
	color: #ffffff;
	float: left;
	font-size: 11px;
	width: 80px;
}

.subfield input[type=radio] {
	float: left;
	clear: left;
	margin-right: 25px;
}

/* Focus Styles */
.divFocus {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #7e4822;
	background-color: #e2d8b5;
}

.divFocus label { color: #7e4822; }

.divFocus input.text { border: 1px solid #7e4822; }

/* THICKBOX FAUX SUMBIT BUTTON */
#tbformpost {
	background-color: #c7ad76;
	border-bottom: 1px solid #39362e;
	border-left: 1px solid #d6c49a;
	border-right: 1px solid #807458;
	border-top: 1px solid #f0ebd9;
	color: #FFFFFF;
	display: block;
	cursor:  pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 0px;
}

/********************CLEAR FIX*********************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* End hide from IE-mac */

/* End of 'Layout: 2 Columns' */

