@charset "utf-8";
/* CSS Document */


html {
  height: 100%;
  min-height: 100%; 
  overflow-y: scroll;
  margin: 0px 0px 0px 0px;
  _padding: 0px 0px 0px 0px;
  #padding: 0px 0px 0px 0px;
}

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #663300;
  height: 100%;
  min-height: 100%;
}

td, body {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

a {
  color: #476632;
  font-weight: bold;
  text-decoration: underline;
  outline: none;
}

a:hover{
  color: #663300;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 12px 0px;
}

.error{
  color: #CC0000;
  border: 1px solid #CC0000;
  padding: 10px 10px 10px 10px;
  margin: 10px 0px 10px 0px;
  background-color: #FFE8E8;
}

.success {
  color: #006600;
  border: 1px solid #006600;
  padding: 10px 10px 10px 10px;
  margin: 10px 0px 10px 0px;
  background-color: #DFFFDF;
}

.box {
  background-color: #F4E9D3;
  border: 1px dashed #000000;
  padding: 7px 7px 7px 7px;
}

hr {
  height: 0px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #FFFFFF;
  border-left: 0px dashed #FFFFFF;
  border-right: 0px dashed #FFFFFF;
}

.clear {
  clear: both;
  line-height: 1px;
  font-size: 1px;
}

form {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.cont {
  position: relative;
  float: left;
}

.contSAMPLE{
  position: absolute;
  top: -250px;
  left: 0px;
  z-index: 2;
}

div {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.Heading, .Heading2{
  display: block;
  padding: 10px 10px 10px 10px;
  font-size: 23px;
  font-family: Arial, Helvetica, sans-serif;
  color: #663300;
  border-bottom: 2px solid #663300;
  
}

.Heading2 {
  text-align: center;
}

.breadcrumb {
  font-size: 12px;
  padding: 8px 10px 10px 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #D9CCBF;
  color: #663300;
}

.breadcrumb a, .breadcrumb a:hover{
  color: #663300;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumb a:hover{
  color: #79A;
  text-decoration: underline;
}

.f360{
  width: 1004px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 30px;
}





/*TEMPLATE SPECIFIC STYLES*/

.main{
  background-image:url(/templates/2010sdchamberbiz/sdchamber/images/bg.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #926131;
  padding-top:30px;
  border-bottom: 2px solid #452300;
}

.main1{
  width: 986px;
  margin-left: auto;
  margin-right:auto;
  background-image: url(/templates/2010sdchamberbiz/sdchamber/images/main1.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 12px;
}

.main2{
  background-image:url(/templates/2010sdchamberbiz/sdchamber/images/main2.png);
  background-position: top left;
  background-repeat:repeat-y;
}

.mainContent{
  padding-left: 15px;
  padding-top: 3px;
}

.logo{
  position: absolute;
  left: 24px;
  top: 20px;
}

.menu {
  background-image: url(/templates/2010sdchamberbiz/sdchamber/images/menuBG.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  width: 956px;
  margin-top: 3px;
}

.contentHolder{
  min-height:400px;
  background-image: url(/templates/2010sdchamberbiz/sdchamber/images/contentBG.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  margin-top: 3px;
}

.colLeft{
  float:left;
  width: 241px;
}

.colRight {
  float:left;
  width: 712px;
  margin-left: 3px;
}

.mainHeader{
  background-image: url(/templates/2010sdchamberbiz/sdchamber/images/headerBG.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 25px;
  width: 941px;
  text-transform: uppercase;
  padding: 16px 15px 0px 0px;
  text-align: right;
  color: #FFF;
}

.content{
  line-height: 20px;
  padding: 10px 8px 20px 8px;
}


.footer{
  margin-left: auto;
  margin-right: auto;
  width: 956px;
  color: #FFFFFF;
  padding: 10px 15px 10px 15px;
}

.footer a, .footer a:hover{
  color: #FFFFFF;
}

.footerLeft{
  padding: 0px 7px 0px 7px;
  float: left;
}

.footerRight{
  padding: 0px 7px 0px 7px;
  float: right;
}

.homepageGallery{
  padding: 0px 0px 10px 10px; 
  float: right;
}









/*CMS MODLE STYLES*/

.blogRight {
  padding: 10px 5px 10px 5px;
  background-color: #F7F7F7;
  line-height: 18px;
  text-align: right;
}


.blogRight strong {
  color: #498BA1;
  display:block;
  border-bottom: 1px dotted #498BA1;
  font-size: 15px;
  margin: 0px 0px -10px 0px;
}

.blogDate {
  padding: 0px 0px 5px 0px;
  font-style: italic;
}

h4 {
  font-size: 20px;
}

.contLeftEventDate {
  color: #666;
  font-weight: bold;
  float: left;
  width: 70px;
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 11px;
  padding-top: 3px;
}

.contLeftEventContent {
  margin-bottom: 5px;
  float: left;
  width: 160px;
}

.contLeftEventContent a {
  display: block;
  line-height: 18px;
  padding: 0px 0px 10px 0px;
}

.contLeftEventContent a:hover {
  
}

.recentNews a{
  display:block;
  margin-bottom: px;
  padding: 4px;
  border-bottom: 1px dotted #ccc;
  line-height: 18px;
  font-size: 12px;
}

#jMonthCalendar{
  line-height: 18px;
}

#jMonthCalendar .Event{
  margin-top: 5px;
}

.DataList br {
  display: none;
}

a.DataListItemLink, a.DataListItemLink:hover{
  padding: 0px;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 1px dotted #498BA1;
  display: block;
  padding: 5px;
  margin: 0px;
  line-height: normal;
}

a.DataListItemLink:hover{
  background-color: #498BA1;
  color: #fff;
}

.DataListItemObject {
  border-left: 1px dotted #498BA1;
  border-right: 1px dotted #498BA1;
  border-bottom: 1px dotted #498BA1;
  margin-bottom: 5px;
}

.DataListItemObject div{
  margin: 0px;
  padding: 7px;
  overflow: auto;
  max-height: 200px;
}


.DataListItemObject br {
  display: inline;
}

.content ul
{
  list-style-type: none;
  padding: 15px 0px 15px 20px;
  margin: 0px;
}

.content li
{
  background-image: url(/templates/2010sdchamberbiz/sdchamber/images/bullet.png);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding: 1px 0px 3px 24px;
}

.recentNews a, .contLeftEventContent a {
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

.recentNews a:hover, .contLeftEventContent a:hover {
  font-weight: bold;
  text-decoration: none;
  outline: none;
  background-color: #608A44;
  color: #FFF;
}

.contLeftEventContent a:hover {
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
  color: #663300;
}

.SiteMenu-0 a{
  display: none;
}

.SiteMenu-1 {
  padding: 0px;
}

.SiteMenu-1 a{
  display: block;
  color: #926131;
  border-bottom: 1px solid #E4D7A0;
  text-decoration: none;
  font-size: 13px;
  padding: 5px;
}

.SiteMenu-1 a:hover, .SiteMenu-1 a.Active{
  background-color: #EFE7AF;
}

.SiteMenu-1 div {
  padding: 10px 10px 10px 6px;
  background-color: #663300;
  margin-top: 5px;
  background-image: url(/templates/2010sdchamberbiz/sdchamber/images/menuTop.jpg);
  background-repeat: repeat-x;
}

.SiteMenu-2 div {
  padding: 10px 10px 10px 15px;
  margin-top: 0px;
  background-image: none;
}

.SiteMenu-1 div a{
  display: block;
  background-color: transparent;
  color: #fff;
  border-bottom: none;
  text-decoration: none;
  font-size: 9pt;
  padding: 2px 8px 2px 8px;
  font-family: Arial, Helvetica, sans-serif;
}

.SiteMenu-1 div a:hover, .SiteMenu-1 div a.Active{
  text-decoration: underline;
  background-color: transparent;
}

.FormBuilderButton {
  margin-left:25%;
  margin-right:25%;
  margin-top: 10px;
  color: #FFF;
  border-collapse: collapse;
  border: 0px solid #000;
  text-transform: uppercase;
  background: transparent url(/templates/2010sdchamberbiz/sdchamber/images/submit.jpg);
  background-repeat: repeat-x;
  font-weight: bold;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
  width: 50%;
}



















