@charset "utf-8";
/* CSS Document */

/*----------	Global Reset	----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}
	
:focus {
	outline: 0;
	}


	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
strong {
	font-weight: bold;
	}
		
li, dd {
	margin-left: 2em;
	}


body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5 {font-family: Georgia, "Times New Roman", Times, serif;}
h2 { font-size: 2.4em; line-height: 1.5; margin-bottom: .75em; color: #960000;}
h3 { font-size: 1.8em; line-height: 1; margin-bottom: 1em; color: #960000;}
h4 { font-size: 1.2em; line-height: 1.5em; font-weight: bold;}

p, pre, code, dl, ol, ul {font-size: 1.2em; line-height: 1.5em; margin: 0 0 1.5em 0; padding: 0;
	}

p img {
	border: 1px solid #a6a6a6;
	float: right;
	margin: 4px 0 14px 18px;
	padding: 1px;
	}
	
p.intro {
	background: #960000;
	/*border: 4px solid #dbc250;*/
	color: #fff;
	clear: both;
	font: 1.8em/1.5em Georgia, "Times New Roman", Times, serif;
	padding: 20px;
	margin-bottom: 1em;
	}


blockquote {
	background: #eee;
	font: italic 1.6em/1.125em Georgia, "Times New Roman", Times, serif;
	padding: 2.25em 2em;
	margin: 2.25em 0;}
	
blockquote p {}

blockquote p.right {
	margin-bottom: 0;}
.wrap {
	width: 780px;
	margin: auto;}


#header {
	background: url(../images/banner-right.jpg) 50% 0 no-repeat #003500;
	border-bottom: 4px solid #dcc350;
	color: #fff;
	margin: 0 0 18px;
	overflow: hidden;
	position: relative;
	height: 300px;}
	
	#header h1 {
		font: 2.4em/1.5em Georgia, "Times New Roman", Times, serif;
		padding-top: 80px; }

	#header h2 {
		color: #fff;
		margin: 0;
		font-size: 1.8em; line-height: 1.2em;}

	#header p {
		font: 2.4em Georgia, "Times New Roman", Times, serif}
	
	#header p strong {}
	
#logo {
	float: left;
	margin-right: 40px;}


#leftColumn {
	width: 480px;
	float: left;}

#rightColumn {
	width: 260px;
	float: right;}


p.right {text-align: right;}


.slideshow {
	margin-bottom: 18px;}


#nav {}

#nav li {
	display: inline;
	list-style: none;
	margin: 0;}

#nav a {
	background: url(../images/bg_nav.png) 10px 50% no-repeat #dcc350;
	color: #960000;
	border-bottom: 1px solid #fff;
	display: block;
	font: 1.8em/1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 9px 20px 9px 54px;}

#nav a:hover, #nav li.active a {
	background: url(../images/bg_nav-over.png) 10px 50% no-repeat #960000;
	color: #fff;}


#form_holder {
	background: #e7e7e7;
	padding: 18px 20px 1px;
	width: 220px;}


form {
	width: 220px;
	position: relative;}

form input.wide, form textarea {
	width: 218px;
	padding: 2px 0;}

form textarea {
	height: 100px;}

form ul {}

form ul li {
	font-weight: bold;
	list-style: none;
	margin: 0 0 4px;}

form p {
	font-size: 1em;}

#footer {
	clear: both;
	color: #999;
	border-top: 4px solid #dcc350;
	padding: 18px 0;
	text-align: right;}

#footer p {	
	font-size: 1.1em;}

#footer a {
	color: #999;}
	
#footer a:hover {
	color: #666;
	text-decoration: none;}
	
	
.gallery {
	margin: 0 0 18px -9px;
	overflow: hidden;}

.gallery img.thumb {
	border: 1px solid #999;
	float: left;
	margin: 0 0 9px 9px;
	padding: 1px}

.clear {
	clear: both;}

.highlight {
	border-top: 1px solid #dcc350;
	border-bottom: 1px solid #dcc350;
	color: #960000;
	font: 1.8em/1.5em Georgia, "Times New Roman", Times, serif;
	padding: .5em;}
	
p.more {
	font-style: italic;
	font-size: 1.1em;
	margin-top: -.75em;
	text-align: right;
	}
	
p.more a {
	background: url(../images/external.gif) 100% 100% no-repeat;
	padding-right: 16px;}
	
label.left {
		float: left;}
		
p.small {
	font-size: 1.1em;}