/*Main Form Style Elements*/

body{

font:76% Verdana,Tahoma,Arial,sans-serif;

line-height:1.4em;

text-align:center;

color:#303030;

background:#000000;

background-image: url("images/wood2.jpg");

}



#container{

width:758px;

margin:20px auto;

padding:0px 0;

text-align:left;

background:#ffffff;

color:#303030;

border:2px solid #D2BE77;

}



#header{

height:101px;

width:758px;

margin:0 0 0 0;

background:#ffffff;

color:#A23F44;

background-image: url("images/sunrise_banner.jpg");
background-repeat: no-repeat;

}



#header h1{

padding:5px 0 0 20px;

font-size:2.4em;

background-color:inherit;

color:#000000;

letter-spacing:-2px;

font-weight:bold;

}



#header h2{

margin:10px 0 0 40px;

font-size:1.4em;

background-color:inherit;

color:#000000;

letter-spacing:-1px;

font-weight:normal;

}



#footer{

clear:both;

width:760px;

margin:0 0 0 0;

font-size:0.9em;

font-weight:bold;

color:#ffffff;

background:#D2BE77;

text-align:center;

text-decoration: none;

}

#footer{
    color: #2d2b2b;
}
#footer a{color:#000000; background-color:inherit; font-weight:bold; text-decoration: none;}

#footer a:hover{color:#000000; background-color:inherit; text-decoration: underline;}



/* Slide Menu */

.jqueryslidemenu{

font: bold 12px Verdana;

background: #414141;

width: 100%;

}



.jqueryslidemenu ul{

margin: 0;

padding: 0;

list-style-type: none;

}



/*Top level list items*/

.jqueryslidemenu ul li{

position: relative;

display: inline;

float: left;

}



/*Top level menu link items style*/

.jqueryslidemenu ul li a{

display: block;

background: #414141; /*background of tabs (default state)*/

color: white;

padding: 8px 10px;

border-right: 1px solid #FFF;

color: #2d2b2b;

text-decoration: none;

}



* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

display: inline-block;

}



.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{

color: white;

}



.jqueryslidemenu ul li a:hover{

background: black; /*tab link background during hover state*/

color: white;

}

	

/*1st sub level menu*/

.jqueryslidemenu ul li ul{

position: absolute;

left: 0;

display: block;

visibility: hidden;

}



/*Sub level menu list items (undo style from Top level List Items)*/

.jqueryslidemenu ul li ul li{

display: list-item;

float: none;

}



/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.jqueryslidemenu ul li ul li ul{

top: 0;

}



/* Sub level menu links style */

.jqueryslidemenu ul li ul li a{

font: normal 13px Verdana;

width: 160px; /*width of sub menus*/

padding: 5px;

margin: 0;

border-top-width: 0;

border-bottom: 1px solid gray;

border-right: 0px;

}



.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/

background: #eff9ff;

color: black;

}



/* ######### CSS classes applied to down and right arrow images  ######### */



.downarrowclass{

position: absolute;

top: 12px;

right: 7px;

}



.rightarrowclass{

position: absolute;

top: 6px;

right: 5px;

}



.jqueryslidemenu #current a{ /*currently selected tab*/

background-color: #D2BE77; /*Brown color theme*/ 

border-color: #D2BE77; /*Brown color theme*/ 

border-right: 1px solid #FFF;

color: #eff9ff;
}

	

#menuline{

clear: both;

padding: 0;

width: 100%;

height: 5px;

line-height: 5px;

background: #D2BE77; /*Brown color theme*/ 

}




