/*BROWSER RESET*/

*{
  margin:0;
  padding:0;
}

html{
	min-height: 100%;
	height: auto;
}

table{
  border-collapse:collapse;
}

td{
  vertical-align:top;
}

/*COMMON STYLES*/

body{
  background:#fff;
  height:100%;
  font:normal normal 80% verdana,sans-serif;
  color:#000;
  line-height:160%;
}

a img{
  border:0px;
}

p{
  padding:5px 0 10px 0;
}

h3{
  font-size:1.4em;
  padding:0 0 10px 0;
  font-weight:bold;
}

h4{
  font-size:1.2em;
  padding:5px 0 10px 0;
  font-weight:bold;
}

#content ul{
  list-style-type:disc;
  padding:5px 0 10px 30px;
}

#content img{
  border:2px solid #52B84A;
  margin:10px 10px 10px 10px;
}

a,a:active,a:visited{
  color:#52B84A;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

.clear{
  clear:both;
  width:920px;
  font-size:0em;
  line-height:0em;
}

/*LAYOUT*/

#header{
  height:230px;
  width:990px;
  background:url('images/header-background.jpg') top center no-repeat;
}

#wrap{
  width:990px;
  margin:0 auto 0 auto;
  background:url('images/wrap-background.jpg') top center repeat-y;
}

/*HEADER*/

h1{
  width:230px;
  height:230px;
  float:left;
  position:relative;
  font-size:1em;
}

h1 span{
  width:230px;
  height:230px;
  position:absolute;
  background:url(images/logo.jpg) top left no-repeat #fff;
  line-height:1.3em;
}

h2{
  width:760px;
  height:230px;
  float:right;
  position:relative;
  font-size:1em;
}

h2 span{
  width:760px;
  height:230px;
  position:absolute;
  background:url(images/banner.jpg) top right no-repeat #fff;
  line-height:1.3em;
}

/*NAVIGATION*/

#nav{
  background:#F8CD3B;
  width:960px;
  height:42px;
  font-size:1.5em;
  margin:0 auto 0 auto;
}

#nav ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

#nav li{
  float:left;
}

#nav a,#nav a:visited,#nav a:active{
  color:#000;
  text-decoration:none;
}

#nav a:hover{
  color:#fff;
}

/*CONTENT*/

#content{
  width:920px;
  padding:20px 35px 20px 35px;
}


/*FOOTER*/

#footer{
  height:38px;
  font-size:0.85em;
  width:950px;
  padding:4px 20px 0px 20px;
  background:url('images/footer-background.jpg') top center no-repeat;
}

#footer a,#footer a:active,#footer a:visited{
  color:#000;
  text-decoration:none;
}

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

#footer p{
  float:right;
  width:230px;
  text-align:right;
  padding:0;
}

#footer ul{
  float:left;
  margin:0;
  width:600px;
  padding:0;
  list-style-type:none;
}

#footer li{
  display:inline;
}

/*SOCIAL BUTTONS*/

#socialButtons{
  width:310px;
  overflow:auto;
  margin:10px 0 0 0;
  clear:both;
  display:block;
}

#socialButtons img{
  border:0px !important;
  margin:1px 0 0 0 !important;
}

#socialButtons #conveythis_image{
  position:relative;
  top:2px;
  float:left;
}

#socialButtons a.facebook,#socialButtons a.facebook:active,
#socialButtons a.facebook:visited,#socialButtons a.facebook:hover{
  padding:0 0 0 20px;
  float:right;
  color:#000;
  margin:0 1px 1px 0;
  text-decoration:none;
  background:url('images/facebook-logo.jpg') left no-repeat transparent;
}

/*NEWS BOX*/

#newsBox{
  border-top:1px solid #52B84A;
  border-left:1px solid #52B84A;
  border-right:1px solid #52B84A;
  width:268px;
  float:right;
  margin:0 0 0 20px;
}

#newsBox h3{
  background:#52B84A;
  display:block;
  padding:3px;
  width:262px;
}

#newsBox p{
  padding:6px 6px 3px 3px;
  width:260px;
  display:block;
  border-bottom:1px solid #52B84A;
}

form{
  margin:0;
  padding:10px 0 10px 0;
  width:330px;
}

fieldset{
  border:0px;
}

.err{
  color:#e00;
}

#content form ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

#content form li{
  overflow:auto;
  padding:4px 0 4px 0;
}

form label{
  width:120px;
  float:left;
  display:block;
}

form input{
  float:right;
  width:200px;
  padding:1px;
  font:normal normal 1em verdana,sans-serif;
}

form textarea{
  float:right;
  width:200px;
  padding:1px;
  height:120px;
  overflow:auto;
  font:normal normal 1em verdana,sans-serif;
}

form input.checkbox{
  width:20px;
  float:left;
  margin:5px 0 0 0;
}

form input.submit{
  width:80px;
  float:right;
  margin:0 1px 1px 0;
}

form .err{
  clear:both;
}

form label.checkbox{
  width:190px;
}

table{
  border-collapse:collapse;
  padding:0;
  margin:10px 0 10px 0;
}

td{
  vertical-align:top;
  padding:4px;
  background:#fff;
  border:2px solid #52B84A;
}

th{
  vertical-align:middle;
  padding:4px;
  background:#8ED189;
  border:2px solid #52B84A;
}

#gallery{
  width:628px;
}

#gallery img{
  margin:0px 2px 0 0;
  width:200px;
}

.video object,.video embed{
  margin-top:10px;
}

.video p{
  padding-top:0px;
}