body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

#page_container {
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	/*height: 780px; */
}

#box_top {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 500px;*/
	height: 138px;
	margin: 0;
	padding: 0;
}
	
#box_tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 138px;
	margin: 0;
	padding: 0;
}

#box_tr {
	position: absolute;
	top: 0;
	left: 230px;
	height: 138px;
	margin: 0;
	padding: 0;
}

#box_bl {
	position: absolute;
	top: 138px;
	left: 0;
	text-align: center;
	width: 230px;
	margin: 0;
	padding: 0;
}

#box_br {
	position: absolute;
	top: 138px;
	left: 230px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #CCAA77;
}

.logo_map {
	margin: 0;
	padding: 0;
	width: 230px;
}

.logo_img a:link, .logo_img a:visited, .logo_img a:hover, .logo_img a:active {
	/*width: 100px;*/
	float: left;
	padding-left: 75px;
	padding-top: 25px;
	color: #CC5544;
	text-decoration: none;
}

.logo_container {
	float: left;
	padding-top: 25px;
}

.logo_name {
	width: 150px;
	text-align: center;
	padding: 10px 0 0 10px;
	color: #CC5544;
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
}

.logo_name hr {
	height: 1px;
	border-style: none;
	color: #666;
	background-color: #666;
}


.tagline {
	text-align: left;
	padding: 0 0 0 10px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #CCAA77;
}

.sidemenu {
	text-align: left:
	padding: 0;
	height: 500px;
	margin-top: 50px;
	margin-left: 10px;
}

ul#nav {
	list-style-type: none;
}

ul#nav li a, ul#nav li a:hover, ul#nav li a:active {
	display: block;
	text-align: left;
	width: 100px;
	height: 40px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #CC5544;
	font-weight: bold;	
	text-decoration: none;
}

ul#nav li a:hover {
	color: #FFF; 
}

/*
.content {
	background-color: #D8C8B8;
	background-color: #CCAA77;
}
*/

.content_container {
	position: relative;
	width: 600px;     /* ie treats as min-width */
	height: 575px;     /* ie treats as min-height */
	min-width: 600px;
	min-height: 575px;
	margin: 20px;
	padding: 20px;
	border: 1px solid #FFF;
}

html > body .content_container {
	height: auto;
	/* ie ignores child selectors, other browsers replace height declaration */
}

.home_container {
	position: relative;
	width: 677px;     /* ie treats as min-width */
	height: 575px;     /* ie treats as min-height */
	/*min-width: 667px;
	min-height: 575px; */
	margin: 0;
	padding: 0;
	background-color: #000;
}

/*html > body .home_container {
	height: auto; 
} */

.text_section {
	width: 500px;
	margin: 0 45px;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.8em;
	text-align: justify;
}

.text_section h1 {
	/* color: #444; */
	color: #990022;
	font-family: Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.text_section h2 {
	color: #000;
	color: #444;
	font-size: 18px;
	font-weight: bold;
	line-height: 0.5em;
}

ul#client_list {
	list-style-type: none;
	width: 400px;
	background-color: #FFF;
	padding: 30px;
	text-align: center;
	height: auto;
}

ul#client_list li a, ul#client_list li a:visited {	
	text-decoration: none;
}

ul#about_list {
	list-style-type: none;
}

ul#about_list li.about_nm {
	clear: both;
	display: block;
	float: left;
	width: 100px;
	padding: 0 10px 0 0;
	font-weight: bold;
	text-align: right;
}

ul#about_list li.about_ds {
	display: block;
	float: left;
	width: 335px;
	padding: 0 0 20px 0;
	text-align: justify;
}

#home_map {
	position: absolute;
	top: 10px;
	left: 0;
}

#home_img1 {
	position: absolute;
	top: 10px;
	left: 10px;	
	margin: 0;
	padding: 0;
}
#home_img2 {
	position: absolute;
	top: 30px;
	left: 10px;	
	margin: 0;
	padding: 0;
}

#home_img3 {
	position: absolute;
	top: 50px;
	left: 75px;	
	margin: 0;
	padding: 0;
}

#home_img4 {
	position: absolute;
	top: 10px;
	left: 100px;	
	margin: 0;
	padding: 0;
}


.home_tagline {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFDDAA;
}
	
#home_tag_1 {
	position: absolute;
	top: 50px;
	left: 75px;
}

#home_tag_2 {
	position: absolute;
	top: 150px;
	left: 125px;
}

#home_tag_3 {
	position: absolute;
	top: 250px;
	left: 175px;
}

.bullet {
	/*color: #CC4444;*/
	color: #000000;
}

.subtitle {
	color: #990022;
	font-size: 14px;
	font-weight: bold;
}

.about_name {
	position: relative;
	float: left;
	width: 140px;
	padding: 0 10px 0 0;
	font-weight: bold;
	text-align: right;
}

.about_desc {
	position: relative;
	float: left;
	width: 335px;
	padding: 0 0 20px 0;
	text-align: justify;
}

.footer_container {
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 600px;
	min-width: 600px;
	text-align: center;
	/*
	padding-bottom: 5px;
	margin: -15px 0 0 0;
	*/
}


/*>.content_container {
//	height: auto; 
}*/


.footer {
	color: #D8C8B8;
	color: #666;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

