@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #497C93;
}
#top_horiz_nav {
	display: inline;
	text-decoration: none;
	float: right;
	text-align: center;
}
#top_horiz_nav  li.parent {
	float: left;
	width: 180px;
	height: 35px;
	margin-left: 2px;
	background-image: url(images/bg_hnav.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
}
.imgleft {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#top_horiz_nav a {
	width: 180px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 14px;
}
#top_horiz_nav ul {
	background-color: #78785A;
	width: 180px;
	margin-left: 2px;
	position: relative;
	font-size: 12px;
	right: 180px;
	top: 35px;
	z-index: 10;
}
#hnav1 {
	background-color: #78785A;
}
#hnav2 {
	background-color: #75627C;
}
#hnav3 {
	background-color: #8E302D;
}
#hnav4 {
	background-color: #497C93;
}
#sub1 {
	background-color: #000033;
}
#header_logo {
	width: 230px;
	float: left;
	height: 200px;
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 0px;
}
#tagline {
	margin-top: 145px;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #497C93;
	line-height: 18px;
}
#header_info {
	float: right;
	height: 140px;
	width: 730px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-image: url(images/bg_header_info_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	text-align: center;
}
#content_right {
	float: left;
	width: 710px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.txt_purple {
	color: #75627C;
}
.txt_green {
	color: #78785A;
}
.txt_blue {
	color: #497C93;
}
.txt_red {
	color: #8E302D;
}
.bg_purple {
	background-color: #CCCCCC;
}
.bg_blue {
	background-color: #DBE5EA;
}
.bg_green {
	background-color: d6d7cd;
}
.bg_red {
	background-color: e9d6d5;
}
#header_info p {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	float: right;
	width: 300px;
	clear: both;
}
#wrapper_shadow {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: center center;
	display: none;
}
#wrapper {
	background-color: #FFFFFF;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 220px;
	width: 960px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#vert_nav {
	width: 200px;
	list-style-type: square;
	list-style-position: inside;
	text-indent: 20px;
}
#vert_nav li a {
	text-decoration: none;
	line-height: 28px;
	color: #000000;
}
.vagreen {
	list-style-image: url(images/bullet_green.jpg);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET*/
.vared {
	list-style-image: url(images/bullet_red.jpg);
}
.vapurple {
	list-style-image: url(images/bullet_purple.jpg);
}
.vablue {
	list-style-image: url(images/bullet_blue.jpg);
}
.vagreen:hover {
	background-color: #78785A;
	list-style-image: url(images/bullet_white.jpg);
	color: #FFFFFF;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}
.vapurple:hover {
	background-color: #75627C;
	list-style-image: url(images/bullet_white.jpg);
	color: #FFFFFF;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}
.vared:hover {
	background-color: #8E302D;
	list-style-image: url(images/bullet_white.jpg);
	color: #FFFFFF;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}
.vablue:hover {
	background-color: #497C93;
	list-style-image: url(images/bullet_white.jpg);
	color: #FFFFFF;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}
#content_right p {
	padding: 0px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	/*text-shadow: 3px 3px 8px #898989;*/
	font-weight: bold;
	margin-left: 40px;
}
#content_left {
	float: left;
}
#vert_nav li.vagreen a:active {
	background-color: #D6D7CD;
	font-weight: bold;
	color: #78785A;
}
#footer {
	clear: both;
	background-image: url(images/bg_footer.jpg);
	color: #333333;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
	background-color: #FFFFFF;
}
#address {
	float: right;
	padding: 18px;
}
.img_green {
	border: 5px solid #78785A;
}
.img_red {
	border: 5px solid #8E302D;
}
.img_purple {
	border: 5px solid #75627C;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.img_blue {
	border: 5px solid #497C93;
}
.commentForm {
	background-color: #CDDCED;
	width: 400px;
	padding: 10px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	border: 1px solid #497C93;
}
.commentField {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border: 1px solid #497C93;
}
.commentButton {
	background-color: #497C93;
	padding: 5px;
	color: #FFFFFF;
	margin-left: 10px;
}
.extruded {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #78785A;
	text-shadow: #000 1px 1px, #000 2px 2px, #000 3px 3px;
}
h2 {
	font-weight: bold;
	color: #47788F;
	margin-left: 40px;
}
#content_right ul {
	list-style-type: disc;
	margin-left: 100px;
	margin-bottom: 20px;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}

-- CLASSES ---

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
	
}
h2.trigger a {
	color: #47788F;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	height: 20px;
	padding-left: 25px;
	background-image: url(images/arrows.jpg);
	background-repeat: no-repeat;
	
}
h2.trigger a:hover { color: #ccc; }
h2.active a{
	background-position: left bottom;
	background-image: url(images/arrows.jpg);
	background-repeat: no-repeat;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	border: 1px solid #47788F;
	clear: both;
	min-height:240px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #DAE3E7;
}

.classimg{
	margin-bottom: 10px;
	margin-left: 10px;
	border: 3px solid #47788F;
}

--END CLASSES---
.small_grey {
	color: #999;
	font-style: italic;
}

#side{
	width:200px;
	}
	
#side p {
	color:#666;
	font-size:12px;
	text-align:justify;
	margin:10px;
	}
