
/* GLOBAL STYLES
---------------------------------------------------------------------------------------*/

body {
	background-image:url(../images/back.jpg); background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999999;
	margin:0px;
	margin-top:0px;
	background-color:#000000;
}

.mainlayout #container {
	width: 947px;
	text-align: left;
	margin: auto;
	
}

A:link {
	text-decoration: none;
	color:#84C046;
}
A:visited {
	text-decoration: none;
	color:#84C046;
}
A:active {
	text-decoration: none;
	color:#84C046;
}
A:hover {
	text-decoration: none;
	color:#cccccc;
}


/* HEADER STYLES
---------------------------------------------------------------------------------------*/
.mainlayout #mainContent {
	margin-top:30px;
	padding: 6px;
}

/* FOOTER STYLES
---------------------------------------------------------------------------------------*/

#footer {
	padding-top:8px;
	text-align:center;
	color:#999999;
	height:21px;
	font-size:10px;
	width:946px;
	margin:auto;
	
}
#footer a:link {
	color:#84C046;
}
#footer a:visited {
	color:#84C046;
}
#footer a:hover {
	color:#cccccc;
}

#footer ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
#footer ul li {
	display: inline;
}
#footer ul li {
text-decoration: none;
padding: 5px;
} 


#preview_folio {
	margin-left:-40px;
	margin-top:-12px;
	width:800px;
	height:82px;
	}
#preview_folio li{
	display: inline;
	}
	
	#kwicks {
	position: relative;
}
#kwicks .kwick {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
}

/* INDEX PAGE STYLES
---------------------------------------------------------------------------------------*/
#index_container {
	width:100%;
	height:500px;
}
#leftflash_container {
	width:215px;
	height:500px;
	float:left;
	

}
#rightflash_container {
	width:215px;
	height:500px;
	float:left;
	margin-left:4px;
	
}

#contentarea {
	width:400px;
	background-image:url(../images/contentback.png);
	min-height:500px;
	float:left;
	border:solid #0C0C0C 1px;
	margin-left:4px;
	padding:10px;
}

#contentarea strong {
	font-size:16px;
	color:#FFFFFF;
}

#pagetitles {
	width:100%;
	height:20px;
	border-bottom:solid #009900 1px;
	text-align:left;
	font-size:20px;
	color: #999999;
	padding-bottom:4px;
	font-weight:lighter;
}


#contact_backs {
	background-image:url(../images/forms_back.gif); background-repeat:no-repeat;
	width:375px;
	height:300px;
	margin:auto;
}
.forms {
border:solid #999999 1px;
background-color:#333333;
color:#cccccc;
}
#links_list {
	width:100%;
	font-size:14px;
	margin-left:20px;
}
#links_list strong {
	font-size:18px;
	font-weight:normal;
	color:#333333;
	font-weight:normal;
}

#links_list ul {
	list-style-position:0px;
	padding:0px;
	padding-left:15px;
	line-height:25px;
}
#links_list ul li {
	list-style-image:url(../images/services_bullet.gif);
	padding:0px;
	font-size:16px;

	
}