﻿html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal .80em arial, sans-serif;
  background: #FFF;
  color: #1D1D1D;}

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;}
  
img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: bold 175% arial, sans-serif;
  color: #83543A;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
  padding: 15px 0 0 0;}

h2
{ font: bold 165% arial, sans-serif;}

h3
{ font: bold 125% arial, sans-serif;
  padding: 0 0 5px 0;
  color: #83543A;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: bold 110% arial, sans-serif;
  color: #1D1D1D;
  line-height: 1.5em;}

h5, h6
{ font: italic 95% arial, sans-serif;
  color: #1D1D1D;
  padding-bottom: 15px;}

h6
{ color: #362C20;}

a, a:hover
{ background: transparent;
  outline: none;
  text-decoration: underline;
  color: #5D5D5D;}

a:hover
{ text-decoration: underline;
  color: #1D1D1D;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ margin: 2px 0 15px 17px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #banner, #menubar, #site_content, #footer, #contact, #footer_content
{ margin-left: auto; 
  margin-right: auto;}

#header
{ width: 1000px;
  height: 140px;
  padding-top: 20px;
  background: transparent;
  text-align: center;}

#banner_image {
    margin: 0 auto;
	width: 920px;
}
#slider-wrapper {
    height: 250px;
	background: transparent;
	width: 920px;
}
#slider {
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 250px;
    position: relative;
    width: 920px;
}
#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#slider a {
    border: 0 none;
    display: block;
}
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font-family: arial;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    color: red;
    display: inline !important;
    text-decoration: none;
}
.nivo-caption a:hover {
    color: blue;
    text-decoration: underline;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 9;
}
a.nivo-prevNav {
    left: 15px;
}
a.nivo-nextNav {
    background-position: -30px 50%;
    right: 15px;
}
.nivo-controlNav {
    bottom: -30px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.nivo-controlNav a {
    cursor: pointer;
    float: left;
    height: 22px;
    margin-top: 250px;
    position: relative;
    text-indent: -9999px;
    width: 22px;
    z-index: 9;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}
  
#header H1
{ width: 1000px;
  font: normal 300% arial, sans-serif;
  color: #83543A;
  letter-spacing: -4px;
  background: transparent;}

span
{ color: #1D1D1D;}

#header H2
{ width: 1000px;
  font: normal 160% arial, sans-serif;
  color: #1D1D1D;
  letter-spacing: -1px;
  margin-top: -5px;
  background: transparent;}

#menubar
{ width: 960px;
  height: 50px;
  color: #000;
  background: transparent url(../images/menubar.png) no-repeat;} 
  
#contact{
  width: 230px;
  float: left;
  height: 40px;
  background: transparent;
  padding: 10px 0 10px 20px;
}

#site_content
{ width: 960px;
  overflow: hidden;
  margin-top: 20px;
  background: transparent url(../images/pattern.png) repeat;}  

.sidebar_container
{ float: left;
  width: 260px;
  margin: 20px 0 20px 0;}

.sidebar
{ float: right;
  width: 240px;
  padding-left: 10px;
  margin-bottom: 10px;}

.sidebar_item
{ font: normal 100% arial, sans-serif;
  padding: 0 15px 0 0;
  margin-bottom: 20px;
  width: 201px;}

.sidebar h2
{ height: 20px;
  padding: 0 0 5px 5px;
  color: #FFF;
  background: #83543A;}  
  
.sidebar h4
{ font-size: 125%;
  color: #1D1D1D;}

.sidebar p
{ color: #1D1D1D;}

.sidebar a
{ color: #83543A;}

.sidebar a:hover
{ text-decoration: none;}

.sidebar ul li, .sidebar ul li.selected
{ list-style: none; 
  margin: 15px 0;
  padding: 0;}

.sidebar li.selected, .sidebar li:hover
{ color: #5D5D5D;
  text-decoration: none;} 

#content
{ text-align: left;
  width: 960px;
  padding: 0;
  margin: 0 0 0 20px;
  float: left;}

.content_item
{ width: 680px;
  margin: 0 20px 20px 0;
  float: left;}
  
.content_item1
{ width: 920px;
  margin: 0 20px 20px 0;
  float: left;}


.content_image
{ width: 250px;
  padding: 0px 20px 20px 0px;
  float: left;}
  
#footer
{ width: 960px;
  font: normal 100% arial, sans-serif;
  height: 30px;
  margin-bottom: 40px;
  padding: 20px 0 0px 0;
  text-align: center; 
  background: transparent url(../images/footer.png) no-repeat;
  color: #FFF;}

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

#footer a:hover
{ text-decoration: none;}
  
/* from here: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers */
.lavaLampWithImage {
  position: relative;
  height: 30px;
  padding: 10px 0px 5px 0;
  overflow: hidden;
  margin: 0 0px 0 0;
  width: 1000px;
}

.lavaLampWithImage li {
  float: left;
  list-style: none;
}

.lavaLampWithImage li.back {
  background: #83543A;
  height: 28px;
  z-index: 8;
  position: absolute;
}

.lavaLampWithImage li a {
  font: normal 120% arial, sans-serif;
  text-decoration: none;
  color: #FFF;
  z-index: 10;
  display: block;
  height: 60px;
  padding: 5px 0px 0px 35px;
  position: relative;
  overflow: hidden;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
  border: none;
}

.coloredbox {
	background-color: #83543A;
	height: 250px;
	width: 920px;
	margin:0px auto;
}

.coloredbox1 {
	background-color: #83543A;
	height: 70px;
	width: 670px;
	margin:0px auto;
}

.textbox1 {
	color: #FFF;
	font-size: 46px;
	text-align: center;
	font-family: Impact;
}

.textbox2 {
	color: #FFF;
	font-size: 46px;
	text-align: center;
	font-family: Impact;
}
	
.textbox3 {
	color: #FFF;
	font-size: 26px;
	text-align: center;
	text-decoration: underline;
}

.textbox4 {
	color: #FFF;
	font-size: 36px;
	text-align: center;
	font-family: Impact;
}

a.red:link {color: #FFCC00;}
a.red:active {color: #ff0000;}
a.red:visited {color: #FFCC00;}
a.red:hover {color: #ff0000;}
@media screen and (min-width:901px) and (max-width:960px) {

#site_content {width:100%}
#menubar {width:96%;background-size: 100% 100%;}
.coloredbox {width:96%}
#content {width:96%}
.content_item1 {width:96%;overflow-x: auto;margin: 0 0 1em;display:block;text-align:center;}
#formContainer{display: inline-block;}
.content_item1 h2{text-align:center;}
#footer {width:96%;background-size: 100% 100%;}

#header {width:96%;height:auto;margin-bottom:10px;}
#header H1 {width:100%;}
#header H2 {width:100%}
.coloredbox {width:96%;}
.textbox1 {font-size:30px;}
.textbox2 {font-size:25px;}
.textbox3{font-size:18px;}
.content_item {width:96%}
.sidebar_container {width:96%}
.content_item h1{text-align:center;}
iframe {width: 96%;height:auto;}

}

@media screen and (min-width:801px) and (max-width:900px) {
#site_content {width:100%}
#menubar {width:96%;background-size: 100% 100%;}
.coloredbox {width:96%}
#content {width:96%}
.content_item1 {width:96%;overflow-x: auto;margin: 0 0 1em;display:block;text-align:center;}
#formContainer{display: inline-block;}
.content_item1 h2{text-align:center;}
#footer {width:96%;background-size: 100% 100%;}

#header {width:96%;height:auto;margin-bottom:10px;}
#header H1 {width:96%;}
#header H2 {width:96%}
.coloredbox {width:96%;}
.textbox1 {font-size:30px;}
.textbox2 {font-size:25px;}
.textbox3{font-size:18px;}
.content_item {width:96%}
.sidebar_container {width:96%}
.content_item h1{text-align:center;}
iframe {width: 96%;height:auto;}

}

@media screen and (min-width:769px) and (max-width:800px) {
#site_content {width:100%}
#menubar {width:96%;background-size: 100% 100%;}
.coloredbox {width:96%}
#content {width:96%}
.content_item1 {width:96%;overflow-x: auto;margin: 0 0 1em;display:block;text-align:center;}
#formContainer{display: inline-block;}
.content_item1 h2{text-align:center;}
#footer {width:96%;background-size: 100% 100%;}

#header {width:96%;height:auto;margin-bottom:10px;}
#header H1 {width:96%;}
#header H2 {width:96%}
.coloredbox {width:96%;}
.textbox1 {font-size:30px;}
.textbox2 {font-size:25px;}
.textbox3{font-size:18px;}
.content_item {width:96%}
.sidebar_container {width:96%}
.content_item h1{text-align:center;}
iframe {width: 96%;height:auto;}

}

@media screen and (min-width:761px) and (max-width:768px){
#site_content {width:100%}
#menubar {width:96%;background-size: 100% 100%;}
.coloredbox {width:96%}
#content {width:96%}
.content_item1 {width:96%;overflow-x: auto;margin: 0 0 1em;display:block;text-align:center;}
#formContainer{display: inline-block;}
.content_item1 h2{text-align:center;}
#footer {width:96%;background-size: 100% 100%;}

#header {width:96%;height:auto;margin-bottom:10px;}
#header H1 {width:96%;}
#header H2 {width:96%}
.coloredbox {width:96%;}
.textbox1 {font-size:30px;}
.textbox2 {font-size:25px;}
.textbox3{font-size:18px;}
.content_item {width:96%}
.sidebar_container {width:96%}
.content_item h1{text-align:center;}
iframe {width: 96%;height:auto;}

}

@media screen and (min-width: 641px) and (max-width: 760px) {
#site_content {width:100%}
#menubar {width:96%;background-size: 100% 100%;}
.coloredbox {width:96%}
#content {width:96%}
.content_item1 {width:96%;overflow-x: auto;margin: 0 0 1em;display:block;text-align:center;}
#formContainer{display: inline-block;}
.content_item1 h2{text-align:center;}
#footer {width:96%;background-size: 100% 100%;}

#header {width:96%;height:auto;margin-bottom:10px;}
#header H1 {width:96%;}
#header H2 {width:96%}
.coloredbox {width:96%;}
.textbox1 {font-size:30px;}
.textbox2 {font-size:25px;}
.textbox3{font-size:18px;}
.content_item {width:96%}
.sidebar_container {width:96%}
.content_item h1{text-align:center;}
iframe {width: 96%;height:auto;}



}

@media screen and (min-width:601px) and (max-width:640px) {
#site_content {width:100%}
#menubar {width:96%;background-size: 100% 100%;}
.coloredbox {width:96%}
#content {width:96%}
.content_item1 {width:96%;overflow-x: auto;margin: 0 0 1em;display:block;text-align:center;}
#formContainer{display: inline-block;}
.content_item1 h2{text-align:center;}
#footer {width:96%;background-size: 100% 100%;}

#header {width:96%;height:auto;margin-bottom:10px;}
#header H1 {width:96%;}
#header H2 {width:96%}
.coloredbox {width:96%;}
.textbox1 {font-size:30px;}
.textbox2 {font-size:25px;}
.textbox3{font-size:18px;}
.content_item {width:96%}
.sidebar_container {width:96%}
.content_item h1{text-align:center;}
iframe {width: 96%;height:auto;}

table {
    float: left;
}

tbody {
    float: left;
    width: 100%;
}

tr {
    float: left;
    width: 100%;
}
td {
    float: left;
    width: 100% !important;
}
#message {
    width: 96% !important;
}

}

@media screen and (min-width:481px) and (max-width:600px) {
#site_content {width:100%}
#menubar {width:96%;background-size: 100% 100%;}
.coloredbox {width:96%}
#content {width:96%}
.content_item1 {width:96%;overflow-x: auto;margin: 0 0 1em;display:block;text-align:center;}
#formContainer{display: inline-block;}
.content_item1 h2{text-align:center;}
#footer {width:96%;background-size: 100% 100%;}

#header {width:96%;height:auto;margin-bottom:10px;}
#header H1 {width:96%;}
#header H2 {width:96%}
.coloredbox {width:96%;}
.textbox1 {font-size:30px;}
.textbox2 {font-size:25px;}
.textbox3{font-size:18px;}
.content_item {width:96%}
.sidebar_container {width:96%}
.content_item h1{text-align:center;}
iframe {width: 96%;height:auto;}
#footer a, #footer a:hover {font-size:12px;}

table {
    float: left;
}

tbody {
    float: left;
    width: 100%;
}

tr {
    float: left;
    width: 100%;
}
td {
    float: left;
    width: 100% !important;
}
#message {
    width: 96% !important;
}
}

@media screen and (min-width:361px) and (max-width:480px) {
#site_content {width:100%}
#menubar {width:96%;background-size: 100% 100%;}
.coloredbox {width:96%}
#content {width:96%}
.content_item1 {width:96%;overflow-x: auto;margin: 0 0 1em;display:block;text-align:center;}
#formContainer{display: inline-block;}
.content_item1 h2{text-align:center;}
#footer {width:96%;background-size: 100% 100%;}

#header {width:96%;height:auto;margin-bottom:10px;}
#header H1 {width:96%;}
#header H2 {width:96%}
.coloredbox {width:96%;}
.textbox1 {font-size:30px;}
.textbox2 {font-size:25px;}
.textbox3{font-size:18px;}
.content_item {width:96%}
.sidebar_container {width:96%}
.content_item h1{text-align:center;}
iframe {width: 96%;height:auto;}
#footer a, #footer a:hover {font-size:12px;}
.image-recam img{width:100% !important ;}
.image-recam {
    width: 96% !important;
}

table {
    float: left;
}

tbody {
    float: left;
    width: 100%;
}

tr {
    float: left;
    width: 100%;
}
td {
    float: left;
    width: 100% !important;
}
#message {
    width: 96% !important;
}
}

@media screen and (min-width:321px) and (max-width:360px){
#site_content {width:100%}
#menubar {width:96%;background-size: 100% 100%;}
.coloredbox {width:96%}
#content {width:96%}
.content_item1 {width:96%;overflow-x: hidden;margin: 0 0 1em;}
#formContainer{width:100% !important;}
.content_item1 h2{text-align:center;}
#footer {width:96%;background-size: 100% 100%;}

#header {width:96%;height:auto;margin-bottom:10px;}
#header H1 {width:96%;}
#header H2 {width:96%}
.coloredbox {width:96%;}
.textbox1 {font-size:25px;}
.textbox2 {font-size:30px;}
.textbox3{font-size:22px;}
.content_item {width:96%}
.sidebar_container {width:96%}
.content_item h1{text-align:center;}
iframe {width: 96%;height:auto;}
#footer a, #footer a:hover {font-size:10px;}
.image-recam img{width:100%;}
.image-recam {
    width: 96% !important;
}

table {
    float: left;
}

tbody {
    float: left;
    width: 100%;
}

tr {
    float: left;
    width: 100%;
}
td {
    float: left;
    width: 100% !important;
}
#message {
    width: 96% !important;
}
}

@media screen and (max-width:320px){
#site_content {width:100%}
#menubar {width:96%;background-size: 100% 100%;}
.coloredbox {width:96%}
#content {width:96%;margin-left:10px;}
.content_item1 {width:96%;overflow: hidden;margin: 0 0 1em;}
#formContainer{width:100% !important;}
.content_item1 h2{text-align:center;}
#footer {width:96%;background-size: 100% 100%;}

#header {width:96%;height:auto;margin-bottom:10px;}
#header H1 {width:96%;}
#header H2 {width:96%}
.coloredbox {width:96%;}
.textbox1 {font-size:25px;}
.textbox2 {font-size:25px;}
.textbox3{font-size:18px;}
.content_item {width:96%}
.sidebar_container {width:96%}
.content_item h1{text-align:center;}
iframe {width: 96%;height:auto;}
#footer a, #footer a:hover {font-size:10px;}
.image-recam img{width:100%;}
.image-recam {
    width: 96% !important;
}

table {
    float: left;
}

tbody {
    float: left;
    width: 100%;
}

tr {
    float: left;
    width: 100%;
}
td {
    float: left;
    width: 100% !important;
}
#message {
    width: 96% !important;
}
#keyword_search{width:170px !important;}
}

.youtube_item {
    display: inline-block;
    margin: 25px 3px;
    vertical-align: top;
    width: 130px;
}

.youtube_item h3 {
    color: #000;
    display: block;
    font-family: arial;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

.youtube_item a { text-decoration:none;}
.youtube_item a span {  width:130px ; height:73px; background-position:center; background-repeat:no-repeat;   display:block;}
.youtube_item img { width:100%; }
