html {
 height: 100.1%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #1E2C4D;
	text-align: center;
	background-color: #0F1626;
}

/* [LAYOUT]--------------------------------------------------- */
#wrapper{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 1000px;
	text-align: left;
	background-color: #FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url('/images/text_bg.gif');
	background-repeat: repeat;
}
#header
{
	margin: 0;
	height: 125px; 
	background-image: url('/img/content_bg.gif');
	background-repeat: repeat;
}
#header_right
{
    float:right;
    width:590px;
    height:120px;
}

#header_left
{
    float:left;
    width:400px;
    height:120px;
}

#header_image
{
    float:left;
    padding-top: 10px;
    padding-bottom: 10px;
}
#header_menu
{
    height:35px;
    width:590px;
	background-image: url('/img/header_menu_bg.gif');
	background-repeat: repeat;
}

#container {
	width: auto;
	background-color: #FFFFFF;
	line-height: 1.2em;
}
#right_panel
{
   
	background-image: url('/img/right-panel.jpg');

}


#menu {
	float: left;
	width: 234px;
	background: #F8F9F1;
}

div#br {
	background: url(/img/menu-corner.gif) 100% 100% no-repeat;
	padding: 0 0 60px 0;
}

ul#nav {
	margin: 5px 0 0 5px;
	padding: 0;
}
li.menu-main-item {
	margin-top: -1px;
	padding: 8px 0 10px 0;
	width: 220px;
} 

#nav ul {
	margin: 10px 0 -2px 25px;
	padding: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul {
	margin-bottom: -13px;
}
/* End */

li.menu-sub-item {
	background: url(/img/sub-item-bg.gif);
	background-repeat: no-repeat;
	padding: 2px 0 6px 25px;
	margin: 0 0 0 -25px;
}


/* #menuitems {
	float: left;
	width: 200px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	top: 121px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #9c9869;
	padding-top: 6px;
	padding-left: 30px;
}
#items {
	width: 200px;
	height: 59px;
	z-index: 4000;
	position: absolute;
	left: 0px;
	top: 232px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #a6b07c;
	padding-left: 30px;
}
#menuitems2 {
	float: left;
	width: 200px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 290px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #9c9869;
	padding-top: 0px;
	padding-left: 30px;
	margin: 0px;
}
#items2 {
	width: 200px;
	height: 39px;
	z-index: 4000;
	position: absolute;
	left: 0px;
	top: 352px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #a6b07c;
	padding-left: 30px;
}
#menuitems3 {
	float: left;
	width: 200px;
	height: 29px;
	position: absolute;
	left: 0px;
	top: 390px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #9c9869;
	padding-top: 0px;
	padding-left: 30px;
	margin: 0px;
} */
#text_content
{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;

}
.main_text{
	padding:3px;
	margin:3px;
}

#content {
	line-height: 1em;
	margin-left: 316px;
	width: auto;
	padding: 10px;
	color: #666666;
}

#content h1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #666666;
}
#content p {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}

#features {
	height: 203px;
	width: 382px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
}
#paragraph {
	height: 150px;
	width: 755px;
	padding-left: 0px;
}
#boxes {
	height: 436px;
	width: 200px;
	margin-left: 205px;
	position: absolute;
	top: 130px;
}
#signboxes {
	height: 436px;
	width: 150px;
	margin-left: 800px;
	position: absolute;
	top: 130px;
}
#map {
	background-image:  url(/img/map_new.jpg);
	height: 210px;
	width: 196px;
}
#search {
	
	position: absolute;
	top: 220px;
	height: 150px;
	width: 655px;
	
}
#footer
{
    position:absolute;
	width:100%;
    height:55px;
	bottom:0; /* stick to bottom */
	background-image: url('/img/content_bg.gif');
	background-repeat: repeat;
}
#footer_left {
    float: left;
    width: 700px;
    padding-left: 50px;
    padding-top: 20px;
}
#footer_right {
    float: right;
    width: 99px;
    padding-right: 50px;
}
a.footerlinks:link, a.footerlinks:visited  {
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-variant: small-caps;
    text-decoration: none;
}

a.footerlinks:hover {
    color: #a7dff8;
    font-size: 10px;
    font-variant: small-caps;
    text-decoration: none;
}

#footer a {
	color: #FFFFFF;
}
#maptext {
	position: absolute;
	top: 79px;
	right: 2px;
	left: 38px;
	text-align: center;
	width: 110px;
	line-height: 1.2em;
}
#mapcurrent {
	position: absolute;
	top: 168px;
	right: 2px;
	left: 24px;
	text-align: center;
	width: 110px;
}
#searchtext {
	position: absolute;
	top: 261px;
	right: 2px;
	left: 372px;
	text-align: left;
	width: 147px;
	line-height: 1.5em;
}

/* [CONTENT STYLE]-------------------------------------------- */
.menubold {
	background-image: url(/img/menu-item-bg.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #626849;
	padding: 8px 120px 10px 25px;
	/*line-height: 30px;
	padding-left: 0px;
	padding-top: 5px; */
}
a.menubold {
	text-decoration: none;
}
a.menubold:visited {
	text-decoration: none;
}
a.menubold:hover {
	text-decoration: underline;
}
a.menubold:active {
	text-decoration: none;
}
.menusmall {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #626849;
/*	line-height: 19px; */
}	
a.menusmall {
	text-decoration: none;
}
a.menusmall:active {
	text-decoration: none;
}
a.menusmall:hover {
	text-decoration: underline;
}
.menusmall:visited {
	text-decoration: none;
}
.bold {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #A09D70;
}
.form {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 12px;
	color: #1E2C4D;
}	
/* [LISTS]--------------------------------------------  */
li {
	list-style-image: none;
	list-style-type: none;
	font-family: Tahoma;
} 
.subheading {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #1E2C4D;
	line-height: 18px;
}
.footertext{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #a7dff8;
}
#nav-menu ul, #nav-menu-default ul, #nav-menu-admin ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    
}
#nav-menu li
{
    float: left;
    margin: 8px 16px;
}

#nav-menu-default li
{
    float: left;
    margin: 8px 15px;
}
#nav-menu-admin li
{
    float: left;
    margin: 8px 10px;
}
#header_user_details
{
    height:80px;
    width:590px;
}
.toptext_login
{
    padding-top:15px;
    margin-left: 280px;
    padding-bottom: 5px;
}
a.mainmenu 
{
    padding:5px;
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

a.mainmenu:visited {
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

a.mainmenu:hover{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #8cb2f1;
    text-decoration: underline;
}

