/*    css wg stand with menu           */
/*                                     */
/*    global settings                  */
/*                                     */

html, body 
{
background: #111111; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin:0; 
padding:0; 
position: center; 
top:0; left:0;
}


/*                                     */
/* list format menu                    */
/*                                     */

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px; /* Width of Menu Items */
    border-bottom: 1px solid #ffffff;
	}

ul.menu li.menu {
	position: relative;
  	}
	
li.menu ul.menu {
	position: absolute;
	left: 154px; /* Set 1px less than menu width */
	top: 0;
	display: none;
   	}

/* Styles for Menu Items */
ul.menu li.menu a {
	display: block;
	text-decoration: none;
    text-align: left;
    font-size:11px;
	padding: 9px;
    line-height: 170%;
	border: 4px solid #ffffff;
	border-bottom: 0;
    font-family: Verdana, arial, MS Sans Serif, sans-serif;
    color: #FAFFFF;
    font-weight: bold;
    background: #0B859D; /* IE6 Bug */
	}


/* Fix IE. Hide from IE Mac \*/
* html ul.menu li.menu { float: left; height: 1%; }
* html ul.menu li.menu a { height: 1%; }

/* Hover Style over main run */
ul.menu li.menu a:hover { color: #FAFFFF; background: #111111; } 
		
/* Sub Menu Styles 1st is spacing below   */
/* 2nd is distance from main menu         */
li.menu ul.menu li.menu a { padding: 4px 6px; }
		
li.menu:hover ul.menu, li.menu.over ul.menu { display: block;} /* The magic */

/*                                     */
/* tables                              */
/*                                     */

td{
	border: none;
	padding: 0px;
	margin: 0px;
    border-width: 0;
    vertical-align: top;
}

td.col_row {background: #EDEEEF;} 
td.col_row2 {background: #DDD9D9;} 
td.footer {vertical-align : bottom} 

/*                                     */
/* forms                               */
/*                                     */

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

.form_control {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-color: #ffffff;
 color: #1C1B18;
 margin-right: 7px;
}


/*                                     */
/* headers                             */
/*                                     */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
    font-family: Arial, verdana, helvetica, sans-serif;
    font-size: 26px;
    color: #268596;
    line-height: 140%;
}
h2 {
    font-family: Arial, verdana, helvetica, sans-serif;
    font-size: 22px;
    color: #257C89;
    line-height: 110%;
} 
h3 {
    font-family: Arial, verdana, helvetica, sans-serif;
    font-size: 22px;
    color: #8C311C;
    line-height: 100%;
}
/*                                     */
/* paragraphs                          */
/*                                     */

p {
    line-height: 170%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #423C40;
	font-size: 0.7em;
    text-decoration: none;
    text-align:justify;
    }
p.right {
    text-align:right;
    margin: 7 px; 
    }

.main_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #676363;
	font-size: 11px;
    text-decoration: none;
    line-height : 170%;
	}
 
.high_1 {
    font-family: verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
    color: #268596;
    line-height: 140%;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #268596;
    }
a.high_1:hover {color: #111111;}
 

    
.top_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #A8A2A0;
	font-size: 10px;
    text-decoration: none; 
    }


.contact_details {
   font-family: verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
    color: #111111;
    font-weight: bold;
    text-decoration: none; 
    }
a.contact_details:hover {color: #268596;} 
 
.nav_sep {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#F9FAFB;
	font-size:11px;
	border: 0;
    text-decoration: none;
    }	

    
.lower_nav_menu_wrap {
    font-family: verdana, Arial, helvetica, sans-serif;
    font-size: 10px;
    color: #D0E3E6;
	border: 0;
    text-decoration: none;
    }
    
    
.lower_nav_menu {
    font-family: verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
    color: #268596;
    line-height: 140%;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #268596;
    }
a.lower_nav_menu:hover {color: #111111;} 

.designed_by {
    font-family: Verdana;
    color: #C5B7AD;
	font-size: 10px;
    text-decoration: none; 
	}
a.designed_by:hover {color: #268596;}      

 
.fm_txt {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #33373B;
	font-size: 11px;
    text-decoration: none; 
    }
              

.lnks_pg {
    font-family: Verdana;
    color: #268596;
	font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    }
a.lnks_pg:hover {color: #111111;} 

.lnks_pg_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #4B4141;
	font-size: 11px;
    text-decoration: none; 
    }


.mapitem {
    font-family: Verdana;
    color: #268596;
	font-size: 11px;
    text-decoration: none;
    }
a.mapitem:hover {color: #111111;} 


