body {
	
	background-color:#5a5a5a;
	color: #ffffff;
	/* for centering */
	margin:50px 0px; padding:0px;
	text-align:center;
	/* for centering */

	
}

#container{ 

	/* for centering */	
	width: 891px;
	margin:-45px auto 0;
	/* for centering */
		
}

a {text-decoration: none;}


/* Top Nav */

#home_nav  { background-image:url(../images/menu.png);height:19px;width:65px;position:relative; background-position: 0; float: left; background-repeat: no-repeat; cursor:pointer;}
#services_nav  { background-image:url(../images/menu.png);height:19px;width:65px;position:relative; background-position: 25%; float: left; background-repeat: no-repeat;cursor:pointer;}
#world_nav  { background-image:url(../images/menu.png);height:19px;width:80px;position:relative; background-position: 53%; float: left; background-repeat: no-repeat;cursor:pointer;}
#contact_nav  { background-image:url(../images/menu.png);height:19px;width:65px;position:relative; background-position: 80%; float: left; background-repeat: no-repeat;cursor:pointer;}
#clients_nav  {background-image:url(../images/menu.png);height:19px;width:65px;position:relative; background-position: 103%; float: left; background-repeat: no-repeat;cursor:pointer;}


/* Top Nav Over */

#home_nav_over  { background-image:url(../images/menu_over.png);height:19px;width:65px;position:relative; background-position: 0; float: left; background-repeat: no-repeat;cursor:pointer;}
#services_nav_over  { background-image:url(../images/menu_over.png);height:19px;width:65px;position:relative; background-position: 25%; float: left; background-repeat: no-repeat;cursor:pointer;}
#world_nav_over  { background-image:url(../images/menu_over.png);height:19px;width:80px;position:relative; background-position: 53%; float: left; background-repeat: no-repeat;cursor:pointer;}
#contact_nav_over  { background-image:url(../images/menu_over.png);height:19px;width:65px;position:relative; background-position: 80%; float: left; background-repeat: no-repeat;cursor:pointer;}
#clients_nav_over  {background-image:url(../images/menu_over.png);height:19px;width:65px;position:relative; background-position: 103%; float: left; background-repeat: no-repeat;cursor:pointer;}

/* Main Items */

#masthead {
	
	position: relative;
	top: 5px;
	/* left: 200px; */
}

#content {
	position: relative;
	/* top: -15px; */
	/* left: 200px; */
	width: 891px;
	height: 483px;
	background-color: #474646;
}

#footer {
	background-image: url('../images/footer_bg.png');
	background-repeat: no-repeat;
	background-position: 34% 0%;
	text-align: center;
	position: relative;
	/* left:142px; */
	top: -10px;
	width: 891px; 
	font-size: 10pt;
	letter-spacing: 0.1em;
	font-family:verdana;
	padding-bottom:30px;
	padding-top:15px;
	
}

#footer a {
	color: #ffffff;
	
}
#lh_container{
	left: 5px;
	top: -10px;
	position: absolute;

	
}


#top_nav {
	position: absolute;
	top: 115px;
	left: 550px;
	width: 340px;
	
}



/* LH Modules */

.lh_image{
	width: 320px;
	height: 120px;
}

.lh_services {
	font-family: inherit;
	margin-top: 18px;
	margin-left: 10px;
	/* background-color: #ffffff;*/
	width: 320px;
}

.lh_module {
	margin-top: 20px;
	margin-left: 10px;
/*	background-color: #ffffff; */
	width: 320px;
}
.module_title{
	color: #9c2218;
	background-color: #d7d2d2;
	width: 320px;
	font-weight: bold;
	font-size: 12pt;
	font-family: verdana;
	text-align: center;
	
}
.module_title a{
	color: #9c2218;

}
/* Page Specific Content */

#swap_content {
	position: absolute;
	top: 10px;
	left:350px;
	
}

.content_box {
	background-color: #FFFFFF;
	width: 520px;
	height: 450px;
	color:#000000;
	font-family:verdana;
	font-size:12px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	text-align: left;
	padding-top:5px;
}

/* Misc */

#index_text {
	background-color: #ffffff;
	height:72px;
	width:522px;
	font-size: 9.5pt;
	font-family: verdana;
	color: #000000;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

#contact_box {
	background-color: #c0bbbb;
	font-size: 12pt;
	font-family: verdana;
	color:black;
	height: 360px;	
	font-weight:bold;
	width:530px;
}

#error_messages{
	display: none;
	color: red;
	font-size: 10pt;
}
