
/* ===== Reset ============================================================= */

* {
	margin:0;
	padding:0;
}

/* ===== Body ============================================================== */

body {
	background:#00081a url(/images/bg.jpg) repeat top left;
	font:15px Georgia, Times New Roman, serif;
	color:#000;
	text-align:center;
}

body.small {
	font-size: 80%;
}

body.medium {
	font-size: 100%;
}

body.large {
	font-size: 120%;
}


/* ===== General Formatting Styles ========================================= */

p { margin: 0 0 1em 0; }

img { border:0; vertical-align:top; }

.inline { display:inline; }
.right, .text-right { text-align:right; }
.center, .text-center { text-align:center; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }

.required {
	font-weight:bold;
	color:#f00;
}

.center-table { margin:0 auto; }

.form table, .form td { font-size:100%; line-height:1; }

/* two floating columns - left and right */
.col-left {
	float:left;
	width:49%;
}

.col-right {
	float:right;
	width:49%;
}


/* call to action - float left or right */
.div-right {
	display:inline;
	float:right;
	margin:0 0 15px 15px;
}
.div-left {
	display:inline;
	float:left;
	margin:0 0 15px 15px;
}

/* float images left or right */
.img-right, { float:right; margin:0 0 15px 15px; }
.img-left { float:left; margin:0 15px 15px 0; }

/* frame around item */
.frame { padding:10px; border:1px solid #ddd; }


/* links */
a:link {color: #024d70; text-decoration: underline;}
a:visited {color: #024d70; text-decoration: underline;}
a:active {color: #024d70; text-decoration: underline;}
a:hover {color: #00b0f0; text-decoration: underline;}

:focus { outline: 0; }

/* headings */
h1 { font-size:180%; font-weight:bold; line-height:1.25; margin-bottom:0.5em; padding-bottom:0.5em; background:url(/images/h1-underline.png) no-repeat bottom left; }
h2 { font-size:150%; font-weight:bold; line-height:1.25; margin:0.5em 0; }
h3 { font-size:140%; font-weight:bold; line-height:1.25; margin:0.5em 0; }
h4 { font-size:130%; font-weight:bold; margin:0.5em 0; }
h5 { font-size:120%; font-weight:bold; margin:0.5em 0; }
h6 { font-size:110%; font-weight:bold; margin:0.5em 0; }

/* form fields */
input, select, textarea, button {
	padding:3px;
}

/* clearer */
.clear { clear:both; margin:0; padding:0; height:0px; }

.book-copyright {
	font-size:80%;
	font-style:italic;
	text-align:center;
	padding-top:1em;
}

/* ===== Wrapper =========================================================== */

#wrapper {
	background:url(/images/bg-curve.png) no-repeat -200px -180px;
}

#main-container {
	width:1002px;
	margin:0 auto;
	padding-top:30px;
}

/* ===== Header and Logo =================================================== */

#header {
	margin-bottom:10px;
}

#header-left {
	float:left;
	width:402px;
	text-align:center;
}

#logo span {
	display:none;
}

#header-mid {
	float:left;
	width:350px;
	height:86px;
	padding-top:15px;
	text-align:center;
}

#header-right {
	float:left;
	width:250px;
	height:86px;
	padding-top:15px;
	text-align:center;
}

#nav-buttons {
	float:left;
}

.nav-button {
	float:left;
}

.nav-button a {
	display:block;
	width:167px;
	height:35px;
	margin-left:21px;
	background:url(/images/nav-button-bg.png) no-repeat top center;
	line-height:35px;
	font-size:20px;
	color:#000;
	text-align:center;
	text-decoration:none;
}

.nav-button a:hover {
	background:url(/images/nav-button-bg-hover.png) no-repeat top center;
	text-decoration:underline;
}

#toll-free {

	font-size:30px;
	color:#fff;
	font-weight:bold;
}



/* ===== Navigation & Subnavigation (Breadcrumbs) ========================== */

#nav-container {
	width:1002px;
	height:45px;
	margin-top:10px;
	padding:0;
	background:url(/images/nav-bg.png) no-repeat top center;
}

#nav {
	padding-left:20px;
}

#breadcrumb {
	clear:both;
	margin-top:1em;
	line-height:1.75;
	padding-left:10px;
	font-size:80%;
	font-weight:bold;
	text-align:left;
	color:#fff;
}

#breadcrumb ul {
	list-style-type:none;
}

#breadcrumb li {
	display:inline;
	padding:0 3px;
}

#breadcrumb a, #breadcrumb a:active, #breadcrumb a:visited {
	color:#fff;
	text-decoration:none;
}

#breadcrumb a:hover {
	color:#fff;
	text-decoration:underline;
}

/* ===== Content Area ====================================================== */

#content-container {
	margin:1em 0;
	line-height:1.75;
}

#content-table {
	float:left;
	width:705px;
	margin:0;
	padding:0;
	text-align:left;
}

#content-top {
	margin:0;
	padding:0;
	overflow:hidden;
	height:18px;
	background:url(/images/content-top-bg.png) no-repeat top center;
}

#content {
	width:665px;
	display:inline-block;
	padding:0 20px;
	background-color:#fff;
}

#content ul {
	margin-bottom:1em;
}

#content li {
	margin-left:2.5em;
}

#content-bottom {
	margin:0;
	padding:0;
	overflow:hidden;
	height:18px;
	background:url(/images/content-bottom-bg.png) no-repeat top center;
}

#sidebar {
	float:right;
	width:280px;
	color:#fff;
}

#sidebar .block {
	width:230px;
	margin:0 auto 1.1em auto;
	text-align:left;
}

#sidebar p { 
	color:#fff;
	line-height:1.1;
}

#sidebar form {
	margin-top:15px;
}

.sidebar-heading {
	display:inline-block;
	width:229px;
	height:35px;
	background:url(/images/sidebar-heading-bg.png) no-repeat center center;
	font-size:24px;
	line-height:35px;
	color:#000;
	text-align:center;
	vertical-align:center;
}



/* ===== Footer Navigation ================================================= */

#footer-nav {
	height:30px;
	background: url(/images/footer-nav-bg.png) repeat-x top center;
}

#footer-nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer-nav li {
	display:inline;
	padding:0 10px;
	line-height:30px;
	vertical-align:center;
	font-family:Georgia;
	font-weight:bold;
}
#footer-nav a:link, #footer-nav a:active, #footer-nav a:visited {
	color:#000;
	text-decoration:none;
}
#footer-nav a:hover {
	color:#000;
	text-decoration:underline;
}

/* ===== Footer ============================================================ */

#footer {
	margin:1em 0;
	color:#fff;
	font-family:Georgia;
	font-weight:bold;
}
#footer a {
	font-weight:normal;
	font-style:italic;
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footer-left {
	float:left;
	width:252px;
}

#biz-hours {
	font-weight:normal;
	margin:10px 20px 20px 20px;
	padding:10px 0;
	text-align:center;
}

#footer-icons {
	margin-top:1em;
}

#footer-right {
	float:right;
	width:700px;
	padding:10px 20px 0 30px;
	font-size:120%;
}

#footer .addthis {
	width:175px;
	margin:0 auto;
	font-size:90%;
	text-align:center;
}
#footer .addthis a {
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

#copyright {
	clear:both;
	font-size:80%;
	color:#ccc;
	margin:2em 0 0 0;
	font-weight:normal;
	text-align:center;
}

/* ===== Testimonials ====================================================== */

.testimonial-video {
	float:left;
	width:350px;
}

.testimonial-quote {
	float:right;
	width:300px;
}


/* ===== Flowplayer ======================================================== */

/* container has a background image */
a.player {
	display:inline-block;
	margin-bottom:10px;
	width:250px;
	height:204px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:transparent;
}

.testimonial-video a.player {
	width:320px;
	height:180px;
}


/* splash image overlay button*/
a.player img {
	border:0;
	margin-top:0px;
}

/*#player {float:left;}	*/


.video-caption {
	font-size:80%;
	text-align:justify;
}
.more-link, .more-link a {
	color:#fff;
	text-align:right;
}

/* ===== Miscelleanous Items =============================================== */

.quicklinks { width:229px; margin:0 auto; text-align:left; }

.quicklinks ul { list-style-type:none; margin:5px 0 0 15px; }

.quicklinks li { line-height:160%; }

a.quicklinks:link {color: #fff; text-decoration: none; font-weight: bold; size: 22px;}

a.quicklinks:visited {color: #fff; text-decoration: none; font-weight: bold; size: 22px;}

a.quicklinks:active {color: #fff; text-decoration: none; font-weight: bold; size: 22px;}

a.quicklinks:hover {color: #fff; text-decoration: underline; font-weight: bold; size: 22px;}

input.submit {
	background:#836b18 url(/images/form-button-bg.png) repeat-x bottom left;
	border:1px solid #4d4826;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

/* ===== Page Tool Links/Icons ============================================= */

#tools {
	margin-top:0;
	float:right;
	list-style-type:none;
}

#tools li {
	display:inline;
	margin:0;
}

.font-resizing {
	display:inline;
	vertical-align:bottom;
	list-style: none;
	padding: 0;
	margin: 0;
}

.font-resizing a {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:5px;
}

a.small {
	font-size: 12px;
}

a.medium {
	font-size: 18px;
}

a.large {
	font-size: 22px;
}

.font-resizing li {
	display: inline;
}

.print-icon {
	padding:0 5px;
	vertical-align:bottom;
	margin-bottom:11px;
}


