/* == [ INITIAL/GLOBALS ] == */
a {
	text-decoration: none;
	background-color: transparent;
	color: #374341;
}

a:hover {
	text-decoration: underline;
}

body {
/* CSS shorthand: top right bottom left */
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 12px/18px arial, verdana, helvetica, sans-serif; 
	text-align: center;
	background: #D6E3E0 url(../images/bg.jpg) repeat-x top center;
	color: #4E7575; 
}

h1, h2, h3, h4, h5 {
	font: normal 20px/24px "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #60AB56; 
}

h2 {
	background-color: transparent;
	color: #4E7575; 
}

h3 {
	background-color: transparent;
	color: #A4957C; 
}

h4 {
	font-size: 18px;
	background-color: transparent;
	color: #A4957C; 
}

h5 {
	font: bold 14px/18px "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #996666; 
}

label {
	margin-top: 5px;
	font: normal 10px/12px arial, verdana, helvetica, sans-serif;
	color: #A4957C;
}

img, form, fieldset {
	margin: 0;
	padding: 0;
}

img {
	border-color: #000000;
}

input.sfield {
	position: relative;
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 0px 3px 0px 3px;
	border: 1px solid #000000; 
	width: 150px;
	height: 18px;
	font: normal 10px/18px arial, verdana, helvetica, sans-serif;
    background: #EEEEEE url(../images/bg_form_input.jpg) repeat-x;
	color: #666666;
}

input.sbutton {
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}

/* == [ MAIN ] == */

#wrapper {
	margin: 0 auto; /* need auto to center */
	padding: 0;
	width: 760px;
	text-align: left;
}

#masthead {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 150px;
	background-color: transparent; 
}

#photostrip {
	margin: 0;
	padding: 0;
	width: 760px; 
	height: 250px;
	background-color: #F5F7DC;
}

#photostrip_home {
	margin: 0;
	padding: 0;
	width: 760px; 
	height: 450px;
	background-color: #F5F7DC;
}

#page {
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 35px 0px 35px 0px;
	width: 760px;
	background-color: #F5F7DC;
	color: #58332E;
}

#page a {
	text-decoration: none;
	color: #2E6B2E;
}

#page a:hover {
	background-color: #E3F6C6;
}

#page ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /* Use background to center bullet vertically */
}

#page ul li {
/* CSS shorthand: top right bottom left */
	padding: 0px 0px 0px 10px;
	background: transparent url(../images/bullet.gif) no-repeat 0 .6em;
}

#sidebar {
	float: left;
	margin: 0;
	padding-left: 35px;
	width: 220px;
	overflow: hidden;
}

#content {
	float: right;
	margin: 0;
	padding-right: 35px;
	width: 435px;
}

#content ul li {
/* CSS shorthand: top right bottom left */
	margin: 0px 0px 6px 0px;
	color: #996600;
}

#gallery .photos {
/* CSS shorthand: top right bottom left */
	margin: 5px 0px 5px 0px;
	width: 435px;
}

#gallery .photos a {
	float: left;
/* CSS shorthand: top right bottom left */
	margin: 0px 5px 5px 0px;
	border: 1px solid #A4957C;
	width: 80px;
	height: 80px;
	display: block;
}

#gallery .photos a:hover {
	border-color: #58332E;
}

/* == [ NAVBAR/FOOTER ] == */

#navbar {
	margin: 0;
    padding: 0;
 	width: 760px; 
	height: 35px;
 	background-color: #4CA492;
	display: block;
}

#subsection {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 125px;
	background: #F5F7DC url(../images/bg_subsection.gif) no-repeat; 
	overflow: hidden;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

#subsearch {
	float: left;
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 35px 0px 0px 35px;
	width: 310px;
	height: 55px;
	font: normal 14px/18px "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #58332E;
}

#subjoin {
	float: right;
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 35px 35px 0px 0px;
	width: 310px;
	height: 55px;
	font: normal 14px/18px "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #58332E;
}

#subsection2 {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 225px;
	background: #D8F6AA url(../images/bg_sitemap.jpg) no-repeat; 
	overflow: hidden;
}

#sitemap {
	float: left;
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 35px 0px 0px 35px;
	overflow: hidden;
}

#sitemap a {
	text-decoration: none;
	color: #2E6B2E;
}

#sitemap a:hover {
	background-color: #E3F6C6;
}

#sitemap h1 {
	margin-top: 0;
	padding-top: 0;
	color: #60AB56;
}

#sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /* Use background to center bullet vertically */
}
	
#sitemap ul li {
/* CSS shorthand: top right bottom left */
	padding: 1px 0px 1px 0px;
	list-style: none;
	font: bold 11px/12px arial, verdana, helvetica, sans-serif; 
	text-transform: uppercase;
	display: block; 
}
		
#sitemap li.second {
	font-weight: normal;
}

#sitemap .column {
	float: left;
	width: 120px;
	overflow: hidden;
}

#shiftvideo {
	float: right;
	margin: 0;
/* CSS shorthand: top right bottom left */
	padding: 35px 90px 0px 0px;
	width: 190px;
	background-color: transparent;
	overflow: hidden;
}

#footer {
	margin: 0;
    padding: 0;
 	width: 760px; 
	height: 35px;
	background: #D6E3E0 url(../images/footer.jpg) no-repeat; 
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

#copyright {
	margin: 15px 0px 0px 0px;
    padding: 0;
 	width: 760px;
	height: 50px; 
	font: normal 11px/14px arial, verdana, helvetica, sans-serif; 
	text-align: center;
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
}

/* == [ MISC. CLASSES ] == */

.arrowup { 
/* CSS shorthand: top right bottom left */
	padding: 0px 0px 0px 10px;
	background: transparent url(../images/bullet_up.gif) no-repeat 0% 50%;
}

.arrowdown { 
/* CSS shorthand: top right bottom left */
	padding: 0px 0px 0px 10px;
	background: transparent url(../images/bullet_down.gif) no-repeat 0% 50%;
}

.quote {
/* CSS shorthand: top right bottom left */
	margin: 5px 0px 10px 0px;
	font: italic 14px/20px arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #4E7575; 
}

.quote2 {
/* CSS shorthand: top right bottom left */
	margin: 5px 0px 10px 0px;
	font: italic 11px/18px arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #4E7575; 
}

.byline {
/* CSS shorthand: top right bottom left */
	margin: 5px 0px 20px 0px;
	text-align: right;
	font: bold 14px/20px "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #A4957C; 
}

.pdf { 
/* CSS shorthand: top right bottom left */
	padding: 0px 0px 0px 20px;
	background: transparent url(../images/pdf_icon.png) no-repeat 0% 50%;
}

.clearbreak {
 	clear: both; /* clear elements next to this one, need when using float elsewhere */
	overflow: hidden;
}

.dots { 
	margin: 0;
	padding: 0;
	width: 435px;
	background: transparent url(../images/dots.gif) repeat-x 0% 50%;
	overflow: hidden;
}

.filler {
	margin: 0;
	padding: 0;
	width: 760px; 
	height: 50px;
	background-color: transparent;
}

.footnote {
	font: italic 12px/16px arial, verdana, helvetica, sans-serif;	
	background-color: transparent;
	color: #A47E40;
}

.image {
/* CSS shorthand: top right bottom left */
	margin: 35px 0px 0px 0px;
	padding: 2px;
	text-align: center;
	font: normal 10px/12px arial, verdana, helvetica, sans-serif;
	background-color: transparent;
	color: #333;
}

.subheader {
	background-color: transparent;
	color: #A4957C; 
}

.red {
	background-color: #FFFF99;
	color: #FF0000;
}

.topul {
	font: normal 18px/24px "Trebuchet MS", arial, verdana, helvetica, sans-serif;
}
.floatright {
	float: right;
	}
	
#newslinks a {
		color:#E70082;
}
#newslinks a:hover {
	color:#990366;
}
.intro {
	background-color:#D8EDBA;
}