body { 
/*background:#d6e9f6 url(back.jpg) repeat-x fixed top !important; 
background:#d6e9f6 url(back3.jpg) no-repeat fixed top; */
background:#d6e9f6;
font-family:Arial, Helvetica, sans-serif; 
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}
#main1 { 
width:800px; 
margin:auto; 
background:url(middle_bar.gif) repeat-y center; 
margin-bottom:0px !important; 
margin-bottom:-10px; 
position:relative; 
top:70px;
}
#main2 { 
width:800px; 
background:url(top_bar.gif) no-repeat center top;
position: relative; 
top:-70px;
}
#clouds { margin:auto; 
background:url(back2.jpg) no-repeat top center fixed !important; 
min-width:800px;
}
#footer { width:800px; 
height:30px; 
margin:auto; 
background:url(bottom_bar.gif) no-repeat center; 
color:#000; 
font-size:12px; 
text-align:center; 
padding-top:128px;
position:relative; 
margin-bottom:20px; /**/
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding-top: 25px;

}

#topsection{
height: 195px; /*Height of top section*/
text-align:center;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin-right: 282px; /*Set right margin to RightColumnWidth*/
}

#contentcolumn img.half {
padding:0px 4px 4px 0px;
}

#contentcolumn img.full {
padding:0px 0px 4px 2px;
}

#rightcolumn{
float: left;
width: 282px; /*Width of right column*/
margin-left: -282px; /*Set left margin to -(RightColumnWidth) */
}

#footer2{
clear: left;
width: 89%;
color: #000;
/*text-align: center;
padding: 4px 0;
height:30px;*/
padding: 0;
margin: 0 auto;
}

.innertuberight{
margin: 10px 30px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertubeleft{
margin: 10px 10px 10px 30px;/*Margins for inner DIV inside each column (to provide padding)*/
}

.innertubetop{
margin: 0 auto;/*Margins for inner DIV inside each column (to provide padding)*/
}

.innertubetop h1{
width:100%;
color:#000;
font-size:14px;
}

.milliondollarad {
width:100%;
padding:10px 0px;
}

.mainmenu {
width:100%;
text-align:center;
}

/**********************************
Second List
**********************************/

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 100%;
border: 1px solid #9A9A9A;
}



.markermenu li a, .markermenu li.featured a {
background-color: #FFF;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #039;
display: block;
width: 100%;
padding: 3px 0px;
/*padding-left: 20px;*/
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

.markermenu li.featured a {
background-color: #CCC;
color: #000;
}

* html .markermenu li a, .markermenu li.featured a { /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 100%;
}

.markermenu li a:visited, .markermenu li a:active{
color: #039;
}

.markermenu li a:hover{
color: #000;
background-color: #ffffcb;
background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/*Tab Menus */

.tabmenu{
margin: 0 auto;
border-bottom: 1px solid gray;
width: 90%;
margin-bottom: 1em;
}
 
.tabmenu ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
 
.tabmenu li{
display: inline;
margin: 0;
}
 
.tabmenu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #FFF;
background: #06C;
/*background: white url(media/shade.gif) top left repeat-x;*/
}
 
.tabmenu li a:visited{
color: #FFF;
}
 
.tabmenu li a:hover{
text-decoration: underline;
color: #FFF;
}
 
.tabmenu li.select{
position: relative;
top: 1px;
color:#000;
}
 
.tabmenu li.select a{ /*selected main tab style */
color:#000;
border-top:3px solid #0066CC;
background: #FFF;
/*background-image: url(media/shadeactive.gif);*/
border-bottom-color: white;
}

.tabmenu li.select a:visited{ /*selected main tab style */
color:#000;
}
 
.tabmenu li.select a:hover{ /*selected main tab style */
text-decoration: none;
}

