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


body {}



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

a:link {
}

a:visited {}

a:link:hover,
a:visited:hover,
a:link:hover *,
a:visited:hover * {
	color: #900;
	text-transform: underline;
}

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

#nav a, #footer_nav a { text-decoration: none; }

/* ========== 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 {
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 20px !important;
}

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

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

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


/* General content styling */
p, blockquote, address,
li, dt, dd,
label, option,
th, td, caption {
	font-size: 12px;
}


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

#page_body h1 {
	font: normal 30px/30px Georgia, Times, 'Times New Roman', serif !important;
	padding: 10px 10px 0 10px;
	margin: 0 10px 20px 10px;
	color: #030;
	border-bottom: 3px solid #9C0;
	}

#header h1 {
	font: normal 30px/30px Georgia, Times, 'Times New Roman', serif !important;
	padding-top: 10px;
	margin-left: 20px;
	color: #006;
	}

h2 {
	font: normal 25px/25px Georgia, Times, 'Times New Roman', serif !important;
	margin-bottom: 8px;
	padding-top: 10px;
	text-transform: capitalize;
	}

#home h2 {
	font: normal 16px/16px Georgia, Times, 'Times New Roman', serif !important;
	margin-bottom: 8px;
	padding-top: 10px;
	}

h3 {
	font: normal 16px/16px Georgia, Times, 'Times New Roman', serif !important;
	color: #360;
	margin-bottom: 8px;
	padding-top: 10px;
	}

h4 {}

h5 {
	font-weight: bold;
	}

h6 {}

p {}

.description {
	font-size: 10px;
	margin-top: 0px;
	width: 275px;
}

blockquote {}

address { font-style: normal; }

img {
	border: 0;
	display: block;
}

pre { margin: 1em 15px; }

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

ul, ol, dl { 
	margin-left: 25px;
	}

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

ul {}

ol {}

li
{
	list-style-type: default;
	list-style-image: url(/_img/bullet_blue.png);
	list-style-position: default;
}

.long {
	width: 300px !important;
	
}

.checkbox {
	width: 125px !important;
}

ul ul {
	margin-left: 50px;
	}

ol ol {}

ul li {}

ol li {}

dl {}

dt {}

dd {}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 0 10px !important;	
}

table li {
	color: black !important;
	line-height: 10px !important;
	font-size: 10px !important;
}

tr {}

th, td { 
	padding: 3px 20px 5px 0; 
	margin: 0;
	line-height: 10px;
	}

th {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	border-bottom: 2px solid #CCC;
	}

td { }

td:first-child {
	}

caption {}


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



fieldset {
	margin: 10px;
	background-color: transparent;
	background-image: url(../_img/bg-30white.png);
	background-repeat: repeat;
	background-position: left top;
	}

legend {
	padding: 0 10px;
	font: 20px/1.0 Georgia, 'Times New Roman', Times, serif;
	}

label {
	margin: 0 !important;
	
}

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

input[type="checkbox"],
input[type="radio"] {
	margin-top: 0;
	}

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

textarea {}

button {}

input { vertical-align: middle; }

select {}

option {}





/* ========== CUSTOM FORM STYLES ========== */

/* Generally for State abbreviation entry form elements (CA, OR, etc) */
input.twochar,
select.twochar { width: 2em; }

/* Can hold approx 12 chars (phone numbers, zip codes) */
input.tiny { width: 100px; }

/* 19 characters (credit card numbers) */
input.small,
select.small { width: 160px; }

/* good for names, addresses, and anything 2-5 words long */
input.medium,
select.medium { width: 225px; }

/* good for keyword lists, short descriptions, and short sentences */
input.large { width: 350px; }

/* good for two line addresses */
textarea.twoline {
	width: 225px;
	height: 2em;
}

/* good for brief comments and keyword lists */
textarea.brief {
	width: 225px;
	height: 5em;
}

/* good for a single paragraph */
textarea.paragraph {
	width: 350px;
	height: 10em;
}

/* good for multiple paragraphs or copy/pasted documents */
textarea.essay {
	width: 350px;
	height: 25em;
}


.registration_form h3,
.registration_form p,
.registration_form table {
	margin: 0 10px 10px 10px !important;
	}

.registration_form li {
	clear: both !important;
	color: #000;
	list-style: none !important;
	margin-top: 5px;
	margin-left: 10px !important;
	vertical-align: baseline;
	}

.registration_form ul li ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}


.registration_form label {
	float: left;
	display: block;
	text-align: left;
	padding-right: 5px;
	position: relative;
	width: 100px;
	color: #850;
	color: #0066FF;
	font: 10px/0.8 Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}


.registration_form table label {
	float; none;
/*
	display: inline;
*/
	width: inherit !important;
	}


.form_controls{
	margin-left: 67px !important;
	}

.registration_form {}


.registration_form .form_controls {
	margin: 5px 0 0 0px !important;
}


#form label {
	margin:0 !important;
}

#form_error{
	margin: 10px 0;
}

input.form_input, textarea.form_input{
	background-color: #FFF;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}


ul.form_inputs li {
/*
	list-style: none;
	margin-bottom: 0.5em;
	clear: both;
	color: #ffff99;
*/
}

form#email_form label {
	float: left;
	display: inline;
	text-align: left;
	padding-right: 5px;
	width: 80px;
	font-weight: bold;
	color: #850;
	color: #ffff99;
}

form#email_form li div { display: inline; }
form#email_form div label { float: none; width: auto !important; }

.form_controls{
	margin-left: 67px !important;
}

#form {
	margin-left: 50px;
	margin-top: 20px;
}
#form li {
	list-style: none !important;
	clear: both;
	margin-bottom: 5px;
}


.contact_form {
	margin-left: 0 !important;
	margin-top: 20px;
	}

.contact_form label {
	color: #060 !important;
	}



.output_list {
	margin: 10px !important;
	}
	
.output_list li {
	border-bottom: 1px solid #060;
	padding-bottom: 7px;
	clear: both;
	list-style: none !important;
	}
	
.output_label {
	clear: both;
	display: block;
	float: left;
	width: 175px;
	padding: 5px 10px 7px 10px !important;
/*
	border: 1px solid #900;
*/
	}


.grand_total {
	border: 1px solid #060;
	background-color: #FFF;
	padding: 10px;
	margin: 20px 10px !important;
	}



.bullet li {
	list-style: circle !important;
	margin-left: 30px !important;
	}



body#email fieldset {
	border: none !important;
	}


/* ========== 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 { font: 9px/0.8 Verdana, Helvetica, Arial, sans-serif; }
sub {}
del {}
ins {}
code {}
dfn {}
kbd {}
samp {}
var {}
big {}
small {}

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

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






/* ========== BLOCK-SPECIFIC ELEMENT DEFINITIONS ========== */

.col1 div {
	padding-right: 10px;
	}












/* ========== CUSTOM PHRASE STYLES ========== */

.help {
	color: #999;
	font: 0.8em/1.0 Verdana, Arial, Helvetica, sans-serif;
}

.callout { font-style: italic !important; }

.allcaps { text-transform: uppercase; }

.dropcap:first-letter {
	display: block;
	float: left;
	font-size: 2em;
}

.inline_header { font-weight: bold; }

.small_header {
	text-transform: uppercase;
	font: bold 9px/1.0 Verdana, Helvetica, Arial, sans-serif;
}

.rightfloat {
	float: right !important;
	margin: 0 0 1em 10px;
	display: inline;
}

.leftfloat {
	float: left !important;
	margin: 0 10px 1em 0;
	display: inline;
}


.more {
	margin-top: 0;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	}

.nowrap {
	white-space: nowrap !important;
	}

.print {
	display: none;
	}


/* ========== BORDERS ON COLUMNS ========== */


.border_left {
	border-left: 1px solid #666;
	width: 224px;
	}

.border_right {
	border-right: 1px solid #666;
	width: 224px;
	}


/* === form submission === */
.warn{
	color: #900;
}



#home .one_wide {
	text-align: center;
	}




/* ========== Photo Gallery ========== */

/* launch link */
.photo_gallery {
	padding-left: 22px;
	background: url(../_img/icons/pictures.png) no-repeat 0 0;
	text-decoration: none;
	}
	
	.photo_gallery span {
		text-decoration: underline;
		}

