/* Reset */


html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

.clear {
	clear: both;
}

.hide {
	display: none;
}
	
/* Global Styles */


body {
	background: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
}



.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.9em;
	margin-bottom: 12px;
	color: #95c364;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 6px;
	margin-top: 6px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 6px;
	margin-top: 6px;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-top: 6px;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 4px;
	margin-top: 6px;
	font-weight: bold;
}

h6 {
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-top: 6px;
	font-weight: bold;
	color: #95c364;
}


p {
	font-size: 14px;
	color: #474747;
	line-height: 1.5em;
	padding-bottom: 6px;
	
}

hr {
	color: #eee;
	background: #eee;
	height: 4px;
	border: none;
	border-top: 1px #dadada solid;
	margin: 25px 0px;
	clear: both;
}

.main a {
	color: #95c364;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img.inline {
	float: right;
	margin-left: 20px;
	margin-bottom: 16px;
}

div.inline {
	float: right;
	width: 210px;
	padding-left: 10px;
}

.inline img {
	float: left;
	padding-bottom: 12px;
}

#content ol, ul {
	margin-bottom: 12px;
}

#content ol li {
	list-style: upper-roman;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


#content ul li {
	list-style: disc;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


blockquote {
  font: 14px/22px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 

#header {
	width: 100%;
	height: 151px;
	background: url(bg.jpg) #a0c867 repeat-x;
}

#header .container{
	
	height: 151px;
	background: url(header-bg.jpg) #a0c867 repeat-x;
}

#header #logo {
	float: left;
	width: 650px;
	height: 147px;
}

#header #right {
	float: left;
	width: 250px;
}

#header #right #topmenu  {
	margin-top: 8px;
}


#header #right #topmenu p {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 18px;
}

#header #right #topmenu a {
	color: #ffffff;
	text-decoration: none;
	
}

#header #right #subscribe {
	margin-top: 22px;
}


#header #right #subscribe p {
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	font-size: 1.0em;
	margin-left: 0px;
}


#header #right #subscribe .fieldset {
	width: 250px;
	float: right;
}

#header #right #subscribe .fieldset input#submit {
	margin-top: 10px;
	float: right;
}

#header #right #subscribe input#kluul-kluul {
	float: right;
	width: 180px;
	color: #676767;
}





#nav {
	width: 100%;
	height: 30px;
	padding-top: 14px;
	background: url(nav-bg.jpg) #eeeeee repeat-x;
}

#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	display: inline;
}

#nav ul li {
	padding-left: 22px;
	padding-right: 22px;
	display: inline;
	list-style: none;
}

#nav ul li a {
	font-size: 1.3em;
	color: #676767;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #474747;
}



#content {
	background: url(content-bg.jpg) #ffffff no-repeat top center;
}

#content .container {
	padding-top: 8px;
}


#content .main {
	padding-top: 10px;
	padding-left: 20px;
	min-height: 600px;
	width: 580px;
	background: url(main-bg.jpg) #ffffff no-repeat;
	float: left;	
}

#content .full {
	padding-top: 10px;
	padding-left: 20px;
	min-height: 600px;
	width: 880px;
	background: url(main-bg.jpg) #ffffff no-repeat;
	float: left;	
}

#content .main p {
	padding-bottom: 12px;
}

#content .side {
	width: 250px;
	padding-left: 30px;
	float: left;
}


.col1, .col2, .col3{
	float: left;
}

.col1, .col3 {
	width: 255px;
	margin-left: 15px;
}

.col2 {
	width: 335px;
	margin-left: 15px;
}

.slider {
	margin-bottom: 18px;
	margin-top: 12px;
}

.col2 h1 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	
}

.col2 p {
	font-size: 13px;
	line-height: 1.6em;
}

.social {
	padding-left: 16px;
	
}

.social img {
	float: left;
	padding: 10px 4px 10px 0px;
}


.event_box {
	background: #f7f7f7;
	border: solid 1px #e2e2e2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:12px;
	margin-top: 25px;
}

.box {
	margin-bottom: 16px;
	margin-top: 12px;

}

.box img.gallery {
	margin-bottom: 5px;
}

.box .heading {
	width: 250px;
	height: 39px;
}

.box .section {
	background: #f7f7f7;
	border-bottom: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	width: 248px;
	padding-top: 8px;

}

.box .map {
	background: #f7f7f7;
	border-bottom: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	width: 248px;
	padding-top: 0px !important;

}

.box .section p {
	margin-left: 12px;
	font-size: 13px;
	margin-bottom: 8px;
	color: #676767;
}

.box .section a {
	color: #676767;
	text-decoration: none;
}

.box .section a:hover {
	text-decoration: underline;
}

.awards2009 {
}

.awards2009 h1 {
	font-size: 1.6em;
}

.article {
	margin-bottom: 35px;
}

.article p{
	margin-bottom: 8px;
}

#footer {
	width: 100%;
	padding-top: 40px;
	height: 120px;
	background: url(footer-bg.jpg) #474747 repeat-x;
	margin-top: 60px;
	
}



#footer ul {
	text-align: center;
}

#footer ul li {
	display: inline;
	color: #e3e3e3;
	padding-left: 6px;
	padding-right: 6px;
}

#footer ul li a {
	font-size: 1.2em;
	color: #e3e3e3;
	text-decoration: none;
}

#footer h2 {
	font-size: 1.2em;
	text-align: center;
	color: #e3e3e3;
	margin-top: 28px;
}

#footer h3 {
	font-size: 1.1em;
	text-align: center;
	color: #e3e3e3;
	margin-top: 28px;
}

#footer p {
	font-size: 1.1em;
	text-align: center;
	color: #e3e3e3;
	margin-top: 28px;
}

#footer h2 a {
	color: #e3e3e3;
}

#footer h3 a {
	color: #e3e3e3;
}

/* Contact Form */
form#contact_form {
	margin: 9px 0 0 0;
	padding: 0 0 0 0px;
	float: left;
	width: 645px;
}

form#contact_form div.fieldblock {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
}

form#contact_form div.fieldblock label {
	float: left;
	display: block;
	margin: 0 ;
	padding: 5px 30px 0 0;
	width: 120px;
	text-align: right;
	color: #242f33;
}

form#contact_form div.fieldblock label.error {
	position: absolute;
	top: -7px;
	right: 8px;
	margin: 10px 0 0 0;
	padding: 4px 0 2px 23px;
	width: 142px;
	outline: none;
	text-align: left;
	z-index: 99;
	line-height: 1.2;
}

form#contact_form div.fieldblock div.input {
	float: right;
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	border-left: 1px solid #dfe5e7;
	width: 449px;
}

form#contact_form div.fieldblock div.input.active {
	border-left: 1px solid #bcc4c4;
}

form#contact_form div.fieldblock div.input input {
	float: left;
	margin: 0 30px 0 0;
	padding: 5px;
	width: 250px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #ffffff;
	outline: none;
}

form#contact_form div.fieldblock div.input select {
	float: left;
	margin: 0 30px 0 0;
	padding: 5px;
	width: 262px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #ffffff;
	outline: none;
}


form#contact_form div.fieldblock div.input textarea {
	margin: 0 15px 0 0;
	padding: 5px;
	width: 337px;
	min-height: 80px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #ffffff;
	outline: none;
	line-height: 1.5;
}

form#contact_form div.fieldblock div.input span {
	position: relative;
	top: 4px;
	font-size: 11px;
	color: #ff3716;
}

form#contact_form div.fieldblock div.input label.error {
	position: relative;
	top: 4px;
	font-size: 11px;
	color: #ff3716;
	float: left;
}

form#contact_form input.submit { margin: 0 0 30px 181px; }



/* Events */

.event_detail h2 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1.6em;
	margin-bottom: 4px;
	color: #95c364;	
}

.event_detail h3 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 18px;
}

/* Gallery */

#gallery-wrapper {
    clear: both;
}
div.g-breadcrumb {
    font-family: Georgia,Arial,Helvetica,Geneva,Sans-Serif;
    font-size: 14px;
    color: #333;
    margin: 0 0 10px 0;
}
div.g-breadcrumb img {
    margin: 0 0 -2px 0;
}
div.g-entry {
    margin: 0 0 10px 0;
    padding: 10px;
    border: solid 1px #e2e2e2;
    background: #f7f7f7;
}
div.g-entry h2 {
    margin: 0 0 10px 0;
}
div.g-entry .bbg-thumb {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

div.g-title {
    font-size: 20px;
    color: #333;
    margin: 20px 0 10px 0;
}

div.g-cat-desc {
    margin: 0 0 10px 0;
}

div.g-album-wrap {
    margin: 0;
    padding: 0 0 22px 0;
    border: solid 1px #ccc;
}

div.g-thumb {
    float: left;
    width: 175px;
    min-height: 180px;
    padding: 8px 15px 0px 10px;
}

div.g-thumb img {
	padding-top: 20px;
	padding-bottom: 10px;
}

div.g-nav {
    font-size: 10px;
    line-height: 10px;
    margin: 20px 0 10px 0;
}

div.g-nav a:link, div.g-nav a:visited {
    color: #666;
    font-weight: bold;
}

div.g-nav .g-prevnext {
    float: left;
    padding: 5px;
    border: solid 1px #ccc;
    margin: 0 0 10px 0;
    background: #fafafa;
}

div.g-nav .g-viewall {
    float: right;
    padding: 5px;
    border: solid 1px #ccc;
    margin: 0 0 10px 0;
    background: #fafafa;
}

div.g-image {
    text-align: center;
}

div.g-image .paddedborder {
    
}

div.g-image .paddedborder .g-caption {
    text-align: left;
    padding: 5px 0px;
    margin: 0 0 10px 0;
}

#gallery-wrapper p.pagination-links {
    padding: 10px 0 0 0;
}

.single-wrapper {
	width: 503px;
	float: left;
}

.clearfix {
	clear: both;
}

td.thumbs img{
	padding-bottom: 12px;
}

h4.breadcrumbs {
	margin-bottom: 18px;
}

.paginate {
	margin-top: 18px;
}

#history {
	width:600px;
	padding:5px;
	margin-top:10px;
	margin-bottom:25px;
	text-align:left;
}
 
#history th,td {
padding: 10px;
 
}
 
#history .greenRow {
	background:#d1f7a7;
}
 
#history .grayRow {
	background: #ecf8de;
 
}


.divisional {
	margin-bottom: 20px;
}

.divisional-scale {
	width: 260px;
	margin-right: 15px;
	margin-bottom: 30px;
	float: left;
}


/* Navigation */

#nav {
	width: 100%;
	height: 30px;
	padding-top: 14px;
	background: url(nav-bg.jpg) #eeeeee repeat-x;
}

#nav ul#dropnav li.first {
	padding-left: 50px;
	padding-right: 22px;
	display: inline;
	list-style: none;
}

#nav ul#dropnav li.last {
	padding-left: 22px;
	padding-right: 0px;
	display: inline;
	list-style: none;
}





