#main { padding: 0px; width: 999px; align: left; background: #FFFFFF; margin: 0; }
     .left { width:210px; margin: 0;  background-color: white;  padding-left: 45px; padding-top: 0px;  text-align: center; float: left;  font-family: tahoma; font-size: 12px; font-weight: normal; color: #000; font-weight: normal; } 
     .right { width: 725px;  text-align:left; margin: 0; padding: 5px; padding-top: 0; float: right; border-left:4px solid #ffff00;}
#footer {
        width: 999px;
text-align:center;
float: left;
font-family: tahoma; font-size: 10px; font-weight: normal; color: #000; }
        padding:10px;
        margin:0;    }
p, ul li { text-align: left; font-family: tahoma; font-size: 12px; font-weight: normal; color: #000; font-weight: normal;}
h1 {font-family: tahoma; font-size: 16px; font-weight: normal; color: #000; font-weight: bold; }
.foot {font-family: tahoma; font-size: 16px; font-style: italic; text-align: center; color: #FF0000; font-weight: bold; }
 .pic { width: 999px}
form#contactFormDesign { margin: 0; padding: 10px 5px 5px 11px}

	form#contactFormDesign label {  }
	form#contactFormDesign .designInput { width: 175px; font-size: .81em; display: block; border: 1px solid #777777; background: #ffffff; color: #666666; padding: 0px 0px 0 2px; }
	form#contactFormDesign input.designInput { margin: 0 0 5px 0; height: 1.8em; }
	form#contactFormDesign textarea.designInput { margin: 0; height: 6.82em; }
	form#contactFormDesign input.designSubmit { margin: 0px 0 0 100px; width: auto; }
	form#contactFormDesign input.hidden { display: none; }

/* SEARCH FORM - IN THE DESIGN */
form#searchFormDesign { margin: 0; }
	form#searchFormDesign input.searchInput { font-size: .91em; width: 160px; height: 1.8em; border: 1px solid #000000; background: #ffffff; color: #000000; padding: 0px 4px 0 4px; vertical-align: middle; }
	form#searchFormDesign input.searchSubmit { vertical-align: middle; }
	form#searchFormDesign input.hidden { display: none; }
    


.chromestyle{
width: 999px;
height: 125px;
font-weight: bold;
background-image: url('top.jpg')
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;

width: 100%;
padding: 90px 105px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font:normal 24px Verdana;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;

border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
text-align: left;
z-index:100;
background-color: #e4d230;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #Ffffff;
}