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

/*************************BROWSER 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;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***************************END RESET******************************/

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

hr {
margin: 20px 0px;	
}

ul {
list-style-image: url(images/bullet.png);	
margin-left: 40px;
}

ol {
list-style-type: decimal;
margin-left: 20px;
}

blockquote {
margin-left: 20px;	
}

a {
color: #e4711a;
font-family: Arial, Helvetica, sans-serif;
}

a:hover {
text-decoration: none;	
}

body {
margin: 0px;
background-color: #858a6d;
font-family: Arial, Helvetica, sans-serif;
color: #000;
line-height: 18px;
}

div#container {
width: 950px;
margin-left: auto;
margin-right: auto;
}

div#header {
height: 291px;	
}

div#navbar {
background-image: url(images/navbar-bg.gif);
background-repeat: no-repeat;
height: 28px;
color: #fff;
padding-top: 8px;
text-align: center;
}

div#navbar a {
color: #fff;
font-size: 15px;
text-decoration: none;
padding: 0px 17px;
}

div#navbar a:hover {
text-decoration: underline;	
}

div#main-wrapper {
background-color: #fff;	
font-size: 13px;
color: #000;
padding: 20px;
}

div#main-content {
padding: 20px;
}

div#content {
padding: 20px;
width: 75%;
}

div.subnav {
text-align: left;	
padding-left: 20px;
font-size: 12px;
color: #687819;
margin-bottom: 10px;
}

div#main {
width: 460px;
float: left;
margin: 20px 0px;
padding: 0px 40px 0px 20px;
border-right: 1px #ccc solid;
}

div#sidebar {
width: 320px;
float: right;
margin: 20px;
padding-left: 0px;
}

div#footer {
clear: both;
background-image: url(images/footer-bg.gif);
background-repeat: no-repeat;
color: #fff;
text-align: center;
height: 34px;
font-weight: bold;
font-size: 12px;
padding-top: 20px;
}

div#footer a {
color: #fff;
text-decoration: none;
font-size: 12px;
}

div#footer a:hover {
text-decoration: underline;	
}

.clear {
clear: both;
height: 1px;
font-size: 1px;
line-height: 1px;
margin-bottom: -1px;
}

/**************TEXTS***************/

h1 {
color: #687819;
font-family: "Times New Roman", Times, serif;
font-size: 30px;
font-weight: bold;
line-height: 32px;
}

h2 {
color: #d3691f;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
line-height: 20px;
}

h3 {
color: #687819;
font-family: "Times New Roman", Times, serif;
font-size: 24px;
margin-top: -20px;
margin-left: 30px;
}

h4 {
color: #687819;
font-family: "Times New Roman", Times, serif;
font-size: 24px;
}

/**************TABLES & DIVS**************/

table.schedule {
width: 90%;
margin-left: auto;
margin-right: auto;
}

table.schedule td {
width: 50%;	
}

td.brdr {
border-left: 1px #ccc solid;
padding-left: 40px;
}

table.contact {
width: 80%;	
}

table.contact td {
vertical-align: top;	
}

table.contact-form {
background-color: #b3ba90;
border: 1px #75795f solid;
padding: 10px;
width: 370px;
height: 240px;
color: #fff;
}

table.contact-form td {
vertical-align: top;
padding: 0px 5px;
font-weight: bold;
}

td.form-left {
text-align: right;	
}