/*/////// COLORS ///////

drk blue
#2E4C5A

drk tan
#C8C5B1

tan
#E7E6DA

grey
#7A7879

//////////////////////*/

/*/////// GLOB ///////*/
body {
	margin: 0;
	padding: 0;
	background: #7A7879 url('../../img/tile.gif') repeat;
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #606060;
	text-align: center;
}
hr {
	height: 10px;
	border: none;
	border-bottom: 2px dashed #C8C5B1;
	background: #E7E6DA;
	margin: 0 0 20px 0;
}
p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #2E4C5A;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #606060;
}
a:focus {
	-moz-outline-style: none;
}
h1 {
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #2E4C5A;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0 0 20px 0;
	line-height: 1.25em;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, serif;
	color: #2E4C5A;
	margin: 0 0 5px 0;
	line-height: 1.25em;
}
h4 {
	font-size: 9pt;
	font-weight: normal;
	color: #2E4C5A;
	margin: 0 0 15px 0;
	line-height: 1.25em;
}
strong {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	color: #2E4C5A;
}
em {
	font-weight: bold;
}
img {
	border: 0;
	display: block;
}
small p {
	font-size: 11px;
	margin: 0;
	line-height: 1.25em;
}


/*/////// TEMPLATE/TEMPLATE ///////*/
#container {
	margin: 0 auto;
	padding: 0;
	width: 820px;
	text-align: left;
	background: #E7E6DA url(../../img/nav_bg.gif) top left repeat-y;
	border: 3px solid #2E4C5A;
}
#faux {
	height: 100%;
	clear: both;
}
#clear {
	clear: both;
}
#spacer {
	padding: 0;
	margin: 0;
	height: 0;
}
#footer {
	height: 35px;
	width: 820px;
	background: #C8C5B1;
	margin: 0;
	text-align: center;
	padding: 1px 0 0 0;
}
#footer_content {
	margin: 12px 10px 0 14px;
	width: 780px;
}
#footer_content a {
	color: #606060;
}
#footer_content a:hover {
	color: #2E4C5A;
}
#footer_content ul {
	margin: 4px 0;
	padding: 0;
	font-size: 8pt;
	font-weight: bold;
	color: #606060;
}
#footer_content li {
	display: inline;
	list-style: none;
	border: none;
}
#footer_content li.login {
	margin-right: 30px;
	font-size: 9pt;
}
#footer_content li img {
	margin-bottom: -1px;
}
#header{
	height: 130px;
	background: #C8C5B1;
	margin: 0;
}
#logo {
	width: 500px;
	margin: 0;
	float: left;
}
#phone {
	color: #2E4C5A;
	font-size: 34px;
	font-weight: bold;
	width: 305px;
	float: right;
	margin: 5px 15px 0 0;
	text-align: right;
}
#head_link {
	font-size: 11px;
	margin: 0 0 17px 0;
	text-transform: uppercase;
}
#head_link a {
	font-weight: normal;
}
#nav {
	width: 185px;
	margin: 20px 0 20px 15px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	clear: left;
}
#nav ul {
	font-size: 20px;
	font-weight: bold;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	color: #2E4C5A;
	text-transform: uppercase;
}
#nav li {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 5px 0 5px 15px;
	padding: 0;
	text-transform: capitalize;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	font-weight: inherit;
	color: #E7E6DA;
}
#nav a:hover {
	text-decoration: none;
	font-weight: inherit;
	color: #2E4C5A;
}
#nav a.current:link, #nav a.current:visited, #nav a.current:hover {
	text-decoration: none;
	font-weight: inherit;
	color: #2E4C5A;
}
#main {
	width: 590px;
	float: right;
	margin: 20px 15px;
	line-height: 1.75em;
}
#main img {
	margin: 0 0 15px 0;
}
#main ul {
	list-style: none;
	display: inline;
	padding: 0;
}
#home_left {
	float: left;
	width: 300px;
	margin: 0 15px 0 0;
}
#home_right {
	background: #C8C5B1;
	float: left;
	width: 265px;
	margin: 0 0 10px 0;
	padding: 5px;
}
#home_left img, #home_right img {
	margin: 0;
}
#book_left {
	float: left;
	width: 370px;
	margin: 0 15px 0 0;
}
#book_right {
	float: left;
	width: 195px;
	margin: 0 0 10px 0;
	padding: 0;
}
#signup {
	background: #2E4C5A;
	color: #E7E6DA;
	height: 25px;
	padding: 3px 15px;
	margin: 0;
	text-align: right;
}
#signup_txt {
	float: left;
	margin: 6px 0 0 0;
}
#signup_form {
	float: right;
	margin: 1px 0 0 0;
}
#signup strong {
	color: #E7E6DA;
}
#contact_left {
	float: left;
	width: 135px;
	margin: 10px 10px 0 30px;
}
#contact_right {
	float: right;
	width: 300px;
	margin: 0 115px 0 0;
}
.end_form {
	text-align: right;
	margin: 20px 105px 0 0;
	font-size: 12px;
	text-decoration: none;
}
.calc {
	margin: 20px 0 0 0;
}
.end_form a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.end_form a:hover {
	color: #7A7879;
}
body.popup {
	background: #E7E6DA;
}
#popup_window {
	margin: 0;
	padding: 30px;
	text-align: left;
}
p.blueprint {
	margin: 45px 0 0 0;
}
em.ymp-skin {
	margin: -4px 0 0 0;
}
.bold {
	font-weight:bold;
}

/*////// FORM LABELS/INPUTS ////////*/
.form div {
	background: #C8C5B1;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 570px;
	text-align: right;
}
.form div label{
	float: left;
	font-weight: bold;
	text-align: left;
	width: 320px;
	margin: 5px 10px 0 0;
	line-height: 1.25em;
}
.form div label.radio {
	float: left;
	font-weight: bold;
	text-align: right;
	width: 55px;
	margin: 5px 5px 0 0;
	padding: 0 0 0 10px;
	line-height: 1.25em;
}
.form div.info {
	background: none;
	clear: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 485px;
	text-align: right;
}
.form div.info label{
	float: left;
	text-align: right;
	width: 145px;
	margin: 5px 10px 0 15px;
	padding: 0;
	line-height: 1.25em;
}
.form div.nofield {
	background: none;
	width: 485px;
	padding: 0;
}
.form div.nofield label {
	float: left;
	text-align: right;
	width: 455px;
	margin: 2px 10px 0 0;
	padding: 0;
	line-height: 1.25em;
}
.form div.calc {
	width: 590px;
}
.form div.calc label {
	width: 560px;
}
.form option {
	margin: 5px 0;
}
.form p {
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 2px 0;
}
.form div input.text, .form div textarea { 
	width: 225px;
}
.form div select {
	width: 235px;
	margin: 0;
}
.form input.big_q, .form textarea.big_q {
	width: 225px;
	margin: 7px 0;
}
.form select.big_q {
	width: 235px;
	margin: 7px 0;
}
.form div.info input.text, .form div.info textarea{ 
	width: 300px;
}
.form div.info select {
	margin: 5px 0 10px 0;
	width: 310px;
}
.form textarea.message{
	height: 150px;
	resize: none;
}
.form input, .form textarea, .form select{
	background-color: #fff;
	border: solid 1px #7A7879;
	font-size: inherit;
	font-family: inherit;
	color: #606060;
	margin: 0;
	padding: 5px 4px 4px 4px;
}
.form div#clear {
	width: 0;
	margin: 0;
	padding: 0;
}
.form input.checkbox {
	margin: 0 0 10px 0;
	float: left;
}
.form input.radio {
	margin: 5px;
	float: left;
}
.form input[type='submit'], .form input[type='reset']{
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border: solid 4px #2E4C5A;
	background: #2E4C5A;
	display: inline;
	padding: 2px 3px 1px 3px;
	margin: 15px 0;
	cursor: pointer;
}
.form input[type='submit']:hover, .form input[type='reset']:hover {
	background: #7A7879;
	border-color: #7A7879;
}