
/* ####################### GLOBAL Styles ######################## */

/* Replace bg_page.jpg in the images folder. This is the body background image. */
body {
	background-color: #2d2d2d;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	line-height: 15px;
	color: #2a2a2a;	
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	line-height: 15px;
	color: #2a2a2a;	
	text-decoration: none;
}

a:hover, a:active {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	line-height: 15px;
	color: #2a2a2a;	
	text-decoration: underline;
}


ul { 
	margin-left: 1em; 
	padding-left: 5px; 
	margin-bottom: 0; 
	padding-bottom: 0; 
	margin-top: 4px; 
	padding-top: 4px; 
	list-style: bullet;
}

li { 
	margin-bottom: 6px;
}


h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	line-height: 15px;
	color: #2a2a2a;	
	font-weight: normal; 	
}


/* ####################### CONTAINER Divs ######################## */

#container {
	width: 880px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background:  #222222;
}

#content {
	position: relative;
	width: 879px;
	padding: 0px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	padding: 30px 0 20px; 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999;	
}

#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999;	
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999;	
	text-decoration: underline;
}

#login {
	width: 899px;
	position: relative;
	margin: 0 auto;
	padding: 7px 0px 43px 0px;
	text-align: right;
}

#info {
	width: 879px; 
	height: 438px; 
	border: 1px solid #c2c2bc;
}

#info_whiteframe {
	width: 877px; 
	height: 436px; 
	border: 1px solid #ffffff;
}

#clients {
	padding: 24px 98px 0 17px; 
	text-align: left;
}

#about {
	float: left;
	width: 587px;
	padding: 30px 0 0 30px; 
	text-align: left;
}

#aboutPhoto {
	float: left;
	width: 220px;
	padding: 30px 20px 0 20px; 
	text-align: left;
}

#contact {
	padding: 70px 0 0 97px; 
	text-align: left;
}

.floatcol {
	float: left;
}


/* ####################### NAVIGATION Styles ######################## */

#nav {
	position: relative;
	float: left;
}

#nav_container {
	width: 340px;
	height: 17px;
	padding: 35px 0 0 22px;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	color: #6d6d6d;
	*margin-left: -110px;
	} 

#nav_container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_container li {
	display: inline;
	position: relative;	
	padding: 0;
	margin: 0;
}

#nav_container a:link, #nav_container a:visited {
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	color: #6d6d6d;
	text-decoration: none;	
	} 
	
#nav_container a:hover, #nav_container a:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #292929;
	text-decoration: none;
	} 

#subnav_container {
	width: 450px;
	height: 16px;
	padding: 0 0 0 22px;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	color: #6d6d6d;	
	} 

#subnav_container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#subnav_container li {
	float: left;
	position: relative;
	display: inline;
	padding: 0;
	margin: 0;
}

#subnav_container a:link, #subnav_container a:visited {
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	color: #6d6d6d;
	text-decoration: none;	
	} 
	
#subnav_container a:hover, #subnav_container a:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #292929;
	text-decoration: none;
	} 
	
#logo {
	position: relative;
	float: left;
	padding: 26px 0 0 0;
}

/* ####################### BODY Elements ######################## */
	

/* Footer styles */

.footer_txt {
	font-family: Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 26px;
	color: #59533f;	
}

.footer_txt a:link, .footer_txt a:visited {
	color: #59533f;	
	text-decoration: underline;
}

.footer_txt a:hover, .footer_txt a:active {
	color: #9d471f;
	text-decoration: underline;
}
