html {
}

form {
  margin: 0;
  padding: 0;
}

img,table {
    border: none;
}

body {
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #CCCCCC;
}

a:link, a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #CCCCCC;
}

a:hover {
    text-decoration: none;
    font-weight: normal;
    color: #999;
}

input.button, .validate  {
    color: #FFF;
    font-size: 10px;
    border: 1px solid #333;
    background: #686868;
}

input.button:hover, .validate:hover  {
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.inputbox {
    border: 1px solid #333;
    color: #FFF;
    padding: 2px;
    background: #686868;
}

.inputbox:hover {
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
    padding: 0;
    background: url(img/WebBackground.jpg) no-repeat scroll center top;
    background-color: #000;
}

#top_earth {
    height: 55px;
    font-size: 0;
}

#header_top {
    height: 2px;
    font-size: 0;
    width: 900px;
    margin: 0 auto;
}

#header_bottom{
    height: 2px;
    font-size: 0;
    width: 900px;
    margin: 0 auto;
}

#header {
    height: 140px;
    margin: 0 auto;
    width: 900px;
    font-size: 0;
}

#header_img {
    width: 896px;
    height: 126px;
    margin: 0 auto;
}

div.center {
    width: 100%;
    margin: 10px auto;
}

#content {
    width: 880px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
}

.embeddedImages {
    padding: 5px;
}

.highlight {
    font-weight: bold;
    font-family: "Monotype Corsiva";
    font-size: large;
    color: #FFCC00;
    margin: 10px;
}

.pill_m {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 900px;
    height: 30px;
}

#pillmenu {
    float: left;
    margin: 0;
}

#pillmenu ul {
    margin: 0;
    padding: 0 14px;
    list-style: none;
}

#pillmenu li {
    float: left;
    margin: 0;
    padding: 0;
    height: 30px;
}

#pillmenu li a#active_menu-nav {
    background: url(img/menu_li_a_hover.gif) top center no-repeat;
    color: #FFCC00;	
}

#pillmenu li a {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    float: left;
    display: block;
    line-height: 28px;
    padding: 0 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    height: 30px;
}

#pillmenu li a:hover {
    background-image: url(img/ButtonImage.jpg);
    color: #000000;
}

/* sub menu */
div#submenu ul {
    padding: 0px;
    margin: 0px;
    width: 190px;
    overflow: hidden;
    list-style: none;
}

div#submenu li {
    display: block;
}

div#submenu li a, div#submenu li span {
    height: 25px;
    display: block;
    line-height: 25px;
    text-decoration: none;
    color: #FFFFFF;
}

div#submenu li.level2 {
    background: #e6e6e6 no-repeat;
    margin: 0 0 5px 20px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #333333;
    
}

div#submenu li.level2 a {
    padding: 0px 0px 0px 25px;	
}

div#submenu li a:hover {
    color: #000000;
    background-image: url(img/ButtonImage.jpg);
    font-weight: bold;	
}

div#submenu li.parent {
    background: #e6e6e6 url(img/submenu_level2_item_parent.png) 0 0 no-repeat;
}

div#submenu li.parent span {
    cursor: pointer;
}

div#submenu li.active, div#submenu li.active:hover {
    background-color: #555555;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 10px;
}
    
#leftcolumn, #rightcolumn {
    margin: 0px 20px 0px 0px;
    width: 190px;
    float: left;
    text-align: left;
    padding: 0;
}

div#maincolumn_full {
    width: 648px;
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
    background-color: #222222;
    float: left;	
}

div#maincolumn_full h4{
    margin-top: 0px;
}

#lefthalf {
    background-color: #222222;
    padding: 10px 10px 10px 10px;
}

#righthalf {
    height: 345px;
    background-color: #222222;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 10px;
    font-size: larger;
        
    color: #ECECEC;
    font-size: 18px;
    text-align: right;
}

#righthalf h1{
    color: #FFCC00;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    text-align: left;
}

#righthalf p{
    text-align: left;
}

#bottomhalf {
    margin: 10px 0px 0px 0px;
    background-color: #222222;
    padding: 10px 10px 10px 10px;
}

#bottomhalf a{
    color: #FFCC00;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}

#footer {
    margin: 0 auto;
    width: 900px;
    text-align: center;
    vertical-align: top;
    padding: 10px 2px;
}

#footer a:link {
    text-decoration: none;
    font-weight: normal;
    color: #FFCC00;
}

#footer a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #333333;
}

#translucent50 {	
    /* for IE */
    filter: alpha(opacity = 50);
    /* CSS3 standard */
    opacity: 0.5;
}

#translucent70 {	
    /* for IE */
    filter: alpha(opacity = 70);
    /* CSS3 standard */
    opacity: 0.7;
}

#translucent80 {
    /* for IE */
    filter: alpha(opacity = 80);
    /* CSS3 standard */
    opacity: 0.8;
}

#translucent90 {
    /* for IE */
    filter: alpha(opacity = 90);
    /* CSS3 standard */
    opacity: 0.9;
}

div.componentheading {
    color: #FFCC33;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    border-bottom-color: #FFCC33;
    border-bottom-style: groove;
    border-bottom-width: thin;
}

div.componentheading a:hover{
    color: #FFCC99;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

/* Main Map Canvas */
div#MainMapCanvas {
    width: 450px;
    height: 300px;
    float: left;
}

#InfoBar {
    padding: 0px 0px 0px 10px;
    height: 300px;
    width: 180px;
    float: left;
}

div.InfoBarAddress {
    height: 200px;
}

#DriveMap {
    height: 380px;
    width: 380px;
    margin: 0px 7px 0px 0px;
}

#Directions {
    background-color: #191919;
    height: 310px;	
    overflow: auto;
}

#InputPanel {
    background-color: #555555;
    height: 43px;
    margin: 0px 0px 7px 0px;
    padding: 5px 5px 5px 5px;
}

/*<div id="InfoBar" style="height:300px; margin-left: 450px; padding-left:20px">*/
/*" style="width:450px; height:300px; padding-top:10px; float:left"></div>*/

