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

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

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

a:link {}

a:visited {
	color: #030;
}

a:link:hover,
a:visited:hover {
	color: #930;
}

a:link:active,
a:visited:active {
	color: #900;
	text-decoration: none;
}


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

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

/* Set general margins */
h1, h2, h3, h4, h5, h6, p, address, blockquote, ul, ol, dl, form, table, img {
	margin: 1em 15px;
}

/* Set general header styling */
h1, h2, h3, h4, h5, h6, legend {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

/* Set general content styling */
p, blockquote, q, cite, li, dt, dd, address, label, option, th, td, caption {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 13px;
}


/* ========== CORE CONTENT ELEMENTS ========== */

h1 {
	color: #930;
	margin: 15px 15px .5em 15px;
	font-weight: bold;
	font-size: 24px;
}


h2 {
	margin: 15px 15px .5em 15px;
	color: #930;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px dotted #930;
}


h4 {}

h5 {}

h6 {}

p {
	}

blockquote {}

cite { font-family: inherit; }

blockquote cite,
q+cite {
	font-size: 0.8em;
	text-transform: uppercase;
}

blockquote cite:first-line { font-weight: bold; }

blockquote cite:before,
q+cite:before {
	content: '\2014';
}

q {}

address {
	font-style: normal;
}

address:first-line { font-weight: bold; }

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

img {
	border: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 16px;
	padding: 0;
}


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

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

#centercol ul {
	margin: 1em 30px;
	}

ol {}

li {
	}

ul ul {}

ol ol {}

ul li {}

ol li {}

dl {}

dt {}

dd {}

ul li h3, 
ul li p {
	margin-left: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

ul li p { margin-top: 0; }



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

form {}

form * {
	margin-right: 0;
	margin-left: 0;
}

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 {}

select {}

option {}


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

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

tr {}

th, td { padding: 0; }

th {}

td {}

caption {}


/* ========== LESS COMMONLY USED ELEMENTS ========== */

em {}

strong {}

pre {}

sup {}

sub {}

del {}

ins {}

code {}

dfn {}

kbd {}

samp {}

var {}

big {}

small {}

/* ################ SPECIFIC REDEFINITIONS ################ */

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

#header h1 {
	display: none;
}

#cornerimage {
	position: absolute;
	right: 15px;
	bottom: 0;
	border-bottom: 3px solid #FFCB35;
/*	background-color: #999;*/
}

* html #cornerimage {
	right: 13px;
	border-bottom-width: 2px;
}

/* ========== CONTENT SECTION ========== */

/* ========== LEFT COLUMN ========== */

/* ------ PRIMARY NAVIGATION ------ */

#nav { border-bottom: 1px dotted #930; }

#nav li {
	font-size: 12px;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#nav a:link,
#nav a:visited {
	border-top: 1px dotted #930;
	display: block;
	padding: 5px 10px;
}

#nav a:link {
	text-decoration: none;
	color: #00411D;
}

#nav a:visited {
	color: #662D21;
	text-decoration: none;
}

#nav > li > a:link:hover,
#nav > li > a:visited:hover,
#nav > li.current > a:link,
#nav > li.current > a:visited {
	background-color: #CBC96C;
}

#nav li ul {
	margin-top: 0;
	margin-bottom: 0;
	display: none;
}

#nav li li {
	text-transform: none;
	letter-spacing: 0em;
}

#nav li li a:link,
#nav li li a:visited {
	border-top: 0;
}

#nav li li a:link:hover,
#nav li li a:visited:hover {
	text-decoration: underline;
}

#nav li li a.current { font-weight: bold; color: #060;  }

#nav li.current ul { display: block; }

/* ========== CENTER COLUMN ========== */

/* ========== RIGHT COLUMN ========== */

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

#footer * {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#footer ul, 
#footer p {
/*	margin-left: 100px;*/
	color: #330;
}


ul#validators { display: inline !important; }

#footernav li,
#validators li {
	display: inline;
	border-right: 1px solid #330;
	margin-right: 8px;
}

#footernav li a,
#validators li a {
	margin-right: 8px;
}


/* ################ PAGE-SPECIFIC DEFINITIONS ################ */

/* ################ CUSTOM CLASSES ################ */

.image_left {
	border: 1px solid #FC0;
	margin: 0 15px 5px 0; 
	float: left;
}

/* ---- GALLERY STYLES ---- */

.gallery {
	margin: 0 5px;
	padding: 0;
	border-spacing: 10px !important;
	border-collapse: separate;
}

.gallery td {
	background-color: #E6E669;
	padding: 5px 5px 6px 5px !important;
	border: 1px solid #CBCB5D;
}

.gallery td:hover {
	background-color: #FF9;
}

.gallery img {
	margin: 0 !important;
/*	padding: 0 !important;*/
	display: block;
	border: 1px solid #FFF;
}

.gallery a {
	margin: 0;
}

.gallery div a:hover, .gallery div a:visited:hover {
}

.gallery td.empty {
	background-color: transparent;
	border: 0;
}

#lightbox img {
	margin: 0 !important;
}

/* ========== PAGELINKS STYLES ========== */

table.pagelinks td {
	width: 50%;
	vertical-align: top;
}


.feature {
	width: 150px;
	border: 1px solid #FC0;
	background-color: #FFF;
	float: right;
	margin: -40px 0 15px 15px;
	}