@import url(structure.css);
@import url(utilities.css);

/* ################ DEFAULT FORMATTING ################ */

/* ========== LINKS ========== */
a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
	color: #900;
}

a:link {}

a:visited {}

a:link:hover,
a:visited:hover,
a:link:hover *,
a:visited:hover * {
	color: #333;
}

a:link:active,
a:visited:active {}


/* ========== OTHER ELEMENTS ========== */

/* Set overall font and line-height */
h1, h2, h3, h4, h5, h6, p, blockquote, address, li, dt, dd, legend, label, option, th, td, caption {
	line-height: 1.5;
}

/* Set general left and right margins */
h1, h2, h3, h4, h5, h6, p, blockquote, address, ul, ol, dl, form, table {
	margin-left: 0;
	margin-right: 30px;
}

/* General header top and bottom margins */
h1, h2, h3, h4, h5 {
	margin-top: 1em;
	margin-bottom: 0;
}

/* General content and container element top and bottom margins */
h6, p, blockquote, address, ul, ol, dl, form, table, object {
	margin-top: 0;
	margin-bottom: 1em;
}

/* General header styling */
h1, h2, h3, h4, h5, legend {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* General content styling */
p, blockquote, address, li, dt, dd, label, option, th, td, caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
}


/* ========== BLOCK LEVEL AND CORE CONTENT ELEMENTS ========== */

h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 22px;
	color: #900;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
	color: #333;
}

h4 {}

h5 {}

h6 {
	float: left;
	margin: 0;
}

p {}

blockquote {}

address { font-style: normal; }

img {
	border: 0;
	display: block;
}

pre { margin: 1em 15px; }

/* ========== LISTS ========== */

/* Fixes nested list display bug in IE/Win */
ul, ol, dl { position: relative; }

ul {}

ol {}

li {}

ul ul {}

ol ol {}

ul li {}

ol li {}

dl {}

dt {}

dd {}


/* ========== FORMS ========== */

form {}

fieldset {}

legend {}

label {}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {}

input[type="checkbox"],
input[type="radio"] {}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {}

textarea {}

button {}

input { vertical-align: middle; }

select {}

option {}


/* ========== TABLES ========== */

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

tr {}

th, td { padding: 0; }

th {}

td {}

caption {}


/* ========== INLINE/PHRASE ELEMENTS ========== */

del, ins,
sup, sub, big, small,
em, strong, code, dfn, kbd, samp, var, q, cite, abbr, acronym,
a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

q {}

/*
 	IE/WIn does not support automatic quoting of q tag.
	Must add quote entities manually OUTSIDE of the <q> tags.
*/
q:before,
q:after {
	content: "";
}

html>body abbr[title],
* html abbr {
/*	border: 0;*/
	cursor: help;
	font-style: normal;
}

cite {}
em {}
strong {}
sup {}
sub {}
del {}
ins {}
code {}
dfn {}
kbd {}
samp {}
var {}
big {}
small {}

/* ################ GENERAL STYLE OVERRIDES ################ */

.third_wide *,
.twothird_wide * {
	margin-left: 0 !important;
}

.centercol * {
	margin-left: 35px;
}

/* Zeroes out left and right margins of nested elements so parent element will control them */
p *,
li *,
blockquote *,
address *,
form * {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

h3 a:link,
h3 a:visited {
	text-decoration: none;
}

/* ################ PAGE SECTION REDEFINITIONS ################ */

.rightcol * {
	margin-left: 15px;
}

.rightcol img,
.rightcol div,
.rightcol div * {
	margin-left: 0;
}

/* ========== HEADER ========== */


#header .centercol * {
	color: #600;
}

#logo {
	margin: 0 auto;
}

#header h1 {
	text-transform: uppercase;
	display: none;
}

#header .tagline {
	display: none;
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#login h3 {
	margin-left: 0;
	margin-top: 0;
	padding-left: 15px;
	background-image: url(/_img/blt_arw_red.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#login a {
	text-decoration: underline;
	}

/* ========== PAGE BODY ========== */

#mainnav .navlist {
	border-bottom: 1px solid #C60;
	margin-bottom: 0;
	padding-bottom: 1px;
	margin-left: 0;
	margin-right: 0;
}

#mainnav li {
	display: block;
	margin: 0;
}

#mainnav a {
	border-bottom: 1px solid #C60;
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#mainnav a:link,
#mainnav a:visited {
	color: #FFF;
}

#mainnav a:link:hover,
#mainnav a:visited:hover,
#mainnav li.current a {
	background-color: #900;
	background-image: url(/_img/bg_nav_current.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	color: #FF9;
}

#mainnav li.current {
	background-image: url(/_img/blt_arw_red.gif);
	background-position: 150px 50%;
	background-repeat: no-repeat;
}

#content .third_wide h3 {
	margin-top: 0;
}

#content p,
#content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#content ul { margin-left: 50px !important; }
#content ol { margin-left: 50px !important; }
#content li ul,
#content li ol {
	margin-left: 15px !important;
}

#content li {
	margin-left: 0;
}

#page_body .centercol h1 {
	margin-top: 25px;
}

#sidebar p,
#sidebar ul {
	margin: 0 15px 15px 15px;
}

#photos {
	border-bottom: 1px solid #C60;
	overflow: hidden;
	margin-bottom: 1em;
}

#photos p {
	font: 16px/1.1 Georgia, "Times New Roman", Times, serif;
	color: #900;
}

#photos blockquote {
	margin: 15px !important;
}

/* ========== FOOTER ========== */

#footer * {
	color: #666;
	margin-bottom: 0;
}

#footer a:link,
#footer a:visited {
	color: #666;
}

#footer a:link:hover,
#footer a:visited:hover {
	color: #900;
}

#footerdata .navlist {
	margin-top: 1em;
	margin-bottom: 1em;
}

#footerdata li {
	display: inline;
	border-right: 1px solid #666;
	padding-right: 10px;
	margin: 0 10px 0 0;
}

#footerdata li.current a:link,
#footerdata li.current a:visited {
	color: #900;
	font-weight: bold;
}

#credentials {
	margin: 0;
}

#credentials p,
#credentials ul {
	display: inline;
	margin-right: 0;
}

#credentials ul { margin-left: 0; }

#credentials li {
	border-right: none;
	border-left: 1px solid #666;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
}

#credentials abbr { color: inherit; }

#testimonials p { margin-right: 15px; }

/* ################ CUSTOM CLASS ################ */

div.notice {
	border: 1px solid #900;
	background-color: #F4B39F;
	margin: 1em 30px;
	padding: 15px;
}

div.notice * {
	margin: 0;
	padding: 0;
	color: #000;
}

div.notice h2 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}


/* ################ PAGE SEPCIFIC OVERRIDES ################ */

#home #content .third_wide p,
#home #content .third_wide li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#home #content h1,
#home #content h2,
#home #content h3,
#home #content h4,
#home #content h5,
#home #content p,
#home #content blockquote,
#home #content address,
#home #content ol,
#home #content ul,
#home #content dl,
#home #content form,
#home #content table {
	margin-right: 35px;
}
