/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #061120;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

body.editor {
	background-color: #FBF5EF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1, h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #132E4F;
	margin-bottom: 10px;
}

#header h1 {
	font-size: 19px;
	font-weight: bold;
	line-height: 26px;
	color: #132E4F;
	padding: 108px 0px 0px 12px;
	margin: 0px;
}

h3, h3 a {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #D28B19;
}

img { 
	border: none;
}

hr {
	height: 1px;
	border: 0px;
	color: #CA8A24;
	background-color: #CA8A24;
	margin: 15px 0px;
}

.home #right_content hr {
	margin: 5px 15px 15px 15px;
}

a {
	text-decoration: none;
	outline: none;
	color: #132E4F;
}

blockquote {
    margin: 10px 0 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

.button {
	border: 0px;   
	background-color: #132E4F;
	color: #F4A830;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #FF0000;
}

.orderform td {
	padding: 0px 3px 3px 0px;
}

/* LAYOUT CSS */

#container {
	width: 930px;
	margin: 9px auto;
}

#logo {
	float: left;
	margin-left: -26px;
}

#client_login {
	float: right;
	color: #B07B25;
	padding: 4px 0px;
}

#header_phone {
	clear: right;
	float: right;
	color: #ADADAD;
	font-size: 18px;
}

#header {
	clear: both;
	width: 930px;
	height: 149px;
	background-image: url('../images/header_bg.gif');
	background-repeat: no-repeat;
	margin-bottom: 11px;
}

#header div {
	width: 930px;
	height: 149px;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}

#header img {
	position: absolute;
	top: 0px;
	left: 923px;
}

#content_box {
	background-image: url('../images/content_box_bg.gif');
	background-repeat: repeat-y;
}

#content_box_top {
	background-image: url('../images/content_box_top.gif');
	background-repeat: no-repeat;
}

#content_box_bottom {
	background-image: url('../images/content_box_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 20px 0px 10px 0px;
	height: 100%;
}

#content_box_middle {
	width: 723px;
	float: left;
}

#content {
	width: 516px;
	background-color: #FAF5EF;
	float: right;
}

#content_top {
	background-image: url('../images/content_top.gif');
	background-repeat: no-repeat;
	width: 516px;
}

#content_bottom {
	background-image: url('../images/content_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 496px;
	padding: 10px;
}

#content_box.home {
	background-image: url('../images/home_content_box_bg.gif');
	background-repeat: repeat-y;
	clear: both;
}

#content_box.home #content_box_top {
	background-image: url('../images/home_content_box_top.gif');
	background-repeat: no-repeat;
}

#content_box.home #content_box_bottom {
	background-image: url('../images/home_content_box_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 5px 0px 0px 0px;
}

#content_box.home #content {
	width: 600px;
	background-color: #F2E6D4;
	float: left;
	padding: 15px;
}

#content_top {
	background-image: url('../images/content_top.gif');
	background-repeat: no-repeat;
	width: 516px;
}

#content_bottom {
	background-image: url('../images/content_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 496px;
	padding: 10px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#left_content {
	float: left;
	right: 207px;
	padding-top: 10px;
}

#right_content {
	float: right;
	width: 162px;
	padding: 10px 15px 60px 30px;
}

#content_box.home #right_content {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

#testimonial {
	width: 180px;
	margin-left: -9px;
	background-image: url('../images/quote_begin.gif');
	background-repeat: no-repeat;
}

#content_box.home #testimonial {
	width: 300px;
	background-image: url('../images/home_testimonial_top.gif');
	margin: -5px 0px 0px 0px;
}

#testimonial div {
	background-image: url('../images/quote_end.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 27px;
	font-size: 13px;
	line-height: 19px;
	color: #734701;
}

#content_box.home #testimonial div {
	background-image: url('../images/home_testimonial_bottom.gif');
	padding: 20px 54px;
}

#testimonial cite, #testimonials cite {
	display: block;
	text-align: right;
	height: 56px;
}

#newsletter {
	font-size: 14px;
	line-height: 15px;
	color: #7F4E00;
}

.home #newsletter {
	padding: 15px;
}

#newsletter input {
	margin-top: 5px;
	float: right;
}

.home #newsletter input {
	margin-top: 20px;
}

#newsletter input.newsletter_input {
	width: 155px;
	height: 15px;
	line-height: 13px;
	border: 1px solid #132E4F;
	background-color: #F2E6D4;
	color: #9E9FA2;
	padding: 2px 2px 0px 3px;
	margin: 0px;
	float: none;
}

#newsletter label {
	color: #132E4F;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.home #newsletter .formfield {
	float: left;
	width: 127px;
	display: inline;
}

.home #newsletter .formfieldemail {
	width: 189px;
}

.home #newsletter .formfieldright {
	margin-left: 11px;
}

.home #newsletter input.newsletter_input {
	width: 125px;
}

.home #newsletter .formfieldemail .newsletter_input {
	width: 187px;
}

#address {
	text-align: right;
	color: #7F4E00;
	font-size: 13px;
}

.home #address {
	padding: 0px 15px;
	font-size: 14px;
}

#address b {
	color: #132E4F;
	font-size: 15px;
}

.home #address b {
	font-size: 20px;
	line-height: 26px;
}

#footer {
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	height: 155px;
	padding: 10px 15px 0px 15px;
	text-align: right;
	font-size: 10px;
	color: #6F7E98;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 15px 0px 0px 0px;
	clear: right;
	height: 33px;
	float: right;
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#nav li {
	list-style: none;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	height: 33px;
	padding-left: 10px;
	white-space: nowrap;
	margin-left: 10px;
}

#nav li a {
	color: #ADADAD;
	height: 33px;
	padding: 0px 3px;
	display: block;
}

#nav li a:hover, #nav li.active a {
	color: #D9D9D9;
}

#nav li.active {
	background-image: url('../images/nav_bg_left.gif');
	background-repeat: no-repeat;
	background-position: 10px 24px;
}

#nav li.active a {
	background-image: url('../images/nav_bg_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#subnav {
	padding: 0px;
	margin: 0px;
	width: 192px;
}

#subnav li {
	list-style: none;
}

#subnav li a {
	border-bottom: 1px solid #DEB87C;
	color: #734701;
	padding-left: 15px;
	display: block;
	line-height: 24px;
}

#subnav li a:hover, #subnav li.active a {
	color: #132E4F;
}

#subnav li.active a {
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#subnav li.active ul li a {
	background-image: none;
	color: #734701;
}

#bottomnav {
	float: left;
	margin: 0px;
	padding: 0px;
}

#bottomnav li {
	float: left;
	list-style: none;
	margin-right: 45px;
	font-size: 13px;
}

#bottomnav li a {
	color: #6F7E98;
}

#bottomnav li a:hover {
	color: #FFFFFF;
}

#content #socialnav {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#content #socialnav li {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 167px;
	text-align: center;
	padding: 0px 7px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0 3px 6px 0;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}

/* News CSS */

#news {
	background-image: url('../images/news_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #625E55;
}

#news_inner {
	background-image: url('../images/news_bg_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 10px 0px 10px;;
}

#news_inner p {
	padding: 7px 0px 0px 0px;
}

#news .news {
	padding-bottom: 10px;
}

#news h3 {
	margin-bottom: 0px;
}

#news a {
	color: #D28B19;
}

#news a:hover {
	color: #132E4F;
}

/* Home CSS */

#home_header {
	clear: both;
	background-image: url('../images/home_header_bg.jpg');
	background-repeat: no-repeat;
	width: 351px;
	height: 196px;
	padding-left: 315px;
	float: left;
	color: #F4A830;
	font-size: 14px;
	line-height: 22px;
}

#home_header h1 {
	color: #939AA4;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	margin-top: 30px;
}

#home_header a {
	color: #D1D2D4;
}

#home_header a:hover {
	color: #FFFFFF;
}

#feature_tabs {
	float: right;
	clear: right;
	width: 264px;
	height: 187px;
	text-align: right;
}

#feature_tabs a {
	display: block;
	width: 191px;
	height: 54px;
	color: #A2A9B0;
	line-height: 17px;
	padding: 3px 28px 0px 45px;
	margin-top: 8px;
	background-image: url('../images/feature_tab_bg.png');
	background-repeat:  no-repeat;
}

#feature_tabs a b {
	color: #E09928;
}

#feature_boxes {
	clear: both;
	width: 930px;
	height: 120px;
	background-image: url('../images/feature_boxes_bg.gif');
	background-repeat: no-repeat;
}

.feature_box {
	width: 300px;
	height: 120px;
	margin-left: 15px;
	float: left;
}

.feature_box a {
	padding: 17px 5px 0px 50px;
	width: 245px;
	height: 103px;
	display: block;
	color: #DEDFE2;
}

.feature_box b {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #D28B19;
	margin-bottom: 7px;
}

.feature_box span {
	float: right;
}

.feature_box a span {
	color: #976B24;
}

.staff img.staff-photo {
	float: left;
	margin: 0 15px 10px 0;
}

.staff hr {
	clear: left;
}

.cert-icon {
	float: left;
	margin: 5px 5px 5px 0px;
}

/* Franchise Form */

.franchise {
	width: 496px;
}

.franchise fieldset {
	border: 1px solid #DEB87C;
	background-color: #F5ECDF;
	padding: 10px;
	margin-bottom: 15px;
}
 
.franchise legend {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #D28B19;
	padding: 0px 5px;
}


.franchise label {
	color: #132E4F;
	font-weight: bold;
	font-size: 13px;
	padding: 1px 0px 1px 0px;
	display: block;
}

.franchise label.alert  {
	color: #FF0000;
}
.franchise input, .franchise textarea {
	width: 458px;
	padding: 2px 7px;
	border: 1px solid #DEB87C;
}

.franchise select {
	width: 100%;
	border: 1px solid #DEB87C;
	padding: 2px 5px;
}

.franchise .button {
	width: auto;
}

