/* CSS Document */
body{
  color:#000000;
  font-family: Verdana;
  font-size:12px;
  background: url(../images/bgstrip.jpg);
  background-repeat:repeat-x;
  margin:0px;
  line-height: 1.5em;
}

b{
  font-size: 110%;
}

em{
  color: red;
}

h1, h2, h3, h4{
  font-weight:bold;
  padding 4px 2px 5px 3px;
  color:#993300;
}

h1{
  font-size:16px;
}

h2{
  font-size:14px;
}

h3{
  font-size:13px;
}


#maincontainer{
  width: 860px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}

#header{
  height: 130px; /*Height of top section*/
  background: url(../images/newheader.jpg) top left no-repeat;
  text-align:right;
  padding-right: 10px;
}

#header h1{
  /*margin: 0;
  padding-top: 15px; *//*Not used so far in Site*/
}

#header ul{
    margin: 0;
    padding: 0;
    padding-left: 10px; /*offset of tabs relative to browser left edge*/
    font: bold 12px verdana;
    list-style-type: none;
}

#header li{
    display: inline;
    margin: 0;
}

#header li a{
    float: right;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 7px 8px; /*padding inside each tab*/
    color:#8D1111;
}

#header li a:visited{
    color: #8D1111;
}

#header li a:hover, .myuppermenu li.selected a{
    text-decoration:underline;
	font-weight:bold;
}

#header2{
  height: 139px; /*Height of top section*/
  background: url(../images/header3_2.jpg) top left no-repeat;
  text-align:right;
  padding-right: 10px;
}

#header2 h1{
  /*margin: 0;
  padding-top: 15px; *//*Not used so far in Site*/
}

#header2 ul{
    margin: 0;
    padding: 0;
    padding-left: 10px; /*offset of tabs relative to browser left edge*/
    font: bold 12px verdana;
    list-style-type: none;
}

#header2 li{
    display: inline;
    margin: 0;
}

#header2 li a{
    float: right;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 7px 8px; /*padding inside each tab*/
    color:#8D1111;
}

#header2 li a:visited{
    color: #8D1111;
}

#header2 li a:hover, .myuppermenu li.selected a{
    text-decoration:underline;
	font-weight:bold;
}

#topmenu{
  height:35px;
  background: url(../images/topmenubg.jpg) top left repeat-x;
  border-bottom:1px solid #000000;
  border-top:1px solid #000000;
}

.banners{
  height:100px;
  width:100%;
}

#contentwrapper{
  float: left;
  width: 100%;
  background:#FFFFFF;

}

#contentcolumn{
  margin: 0px 240px 0px 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  background:#FFFFFF;
}

#leftcolumn{
  /*Not used in this site, to have set contentcolmn left margin to 0 above*/
  float: left;
  width: 190px; /*Width of left column in pixel*/
  margin-left: -860px; /*Set margin to that of -(MainContainerWidth)*/
  background: #ffffff;
}

#rightcolumn{
  float: left;
  border-left:1px solid #f0f0f0;
  width: 239px; /*Width of right column*/
  margin-left: -240px; /*Set left margin to -(RightColumnWidth)*/
  background: #ffffff;
}

#rightcolumn a img{
  border:1px solid #996633;
}

#footer{
  clear: left;
  width: 100%;
  background: black url(../images/footer.jpg) repeat-x;
  color: #FFF;
  text-align: center;
  padding: 4px 0;
}

#footer a{
  color: #FFFF80;
}

.innertube{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  background:#FFFFFF;
}

.innertube a:link {
  color:#FF0000;
  text-decoration:underline;
}

.innertube a:visited {
  color:#FF0000;
  text-decoration:underline;
}


#mytopbanners{
  float:left;
  margin: 0;
  background:#ffffff;
  clear:left;
  position:relative;
  z-index:2;
}

#mytopbanners .imgholder{
  width:860px;
}

.tbltopnav{
	color:#953316;
	text-transform:uppercase;
	font-weight:bold;
}

.tbltopnav a:link, a:visited {
	color:#50311F;
	text-decoration:none;
}

.tbltopnav a:hover {
	color:#000000;
	text-decoration:underline;
}

.clr{
  clear:both;
}

#sddm
{	
    position:relative;
    margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
	float: left;
	color:#6C4824;
	font-size: 13px;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 110px;
	color:#6C4824;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	
	color:#FF8312;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

#sddm div a
{	
   position: relative;
   display: block;
   margin: 0;
   padding: 3px 7px;
   width: 110;
   white-space: nowrap;
   text-align: left;
   text-decoration: none;
   background: #ffffff;
   color: #2875DE;
   font-size: 12px;
   font-weight:bold;
}

#sddm div a:hover
{	
   background: #EAEBD8;
   color: #FF8312;
   font-weight:bold;
}