body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
	margin: 0px;
	}
	
	img {
		border:none;
	}
	
.title {
	position: relative;
	margin-left: 215px;
	margin-right:15px;
	font-weight:bold;
	color:#414040;
	font-size:24px;
}

.text {	
	text-align:justify;
	margin-left: 215px;
	margin-right:15px;	
	margin-bottom:auto;
	color:#414040;
}

.table-text {	
	text-align:justify;
	margin-left: 200px;
	margin-right:200px;
	font-size:12px;
}

.formfield{
font-size:10px;
}

.new-articles-link{
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.new-articles-li{
	font-size: 10px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold
}

.new-articles-ul{	
	text-align:justify;
	margin-left: 220px;
	margin-right:220px;	
	margin-top:0px;
}

.services{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
	
#main-window {
	width:900px;
	margin:auto;
	margin-top:0px;
}

#sidebar {
	width:200px;
	position: absolute;
	top: 115px;
	z-index:100;
}

.sidebar-bottom {
	height:23px;
}

#menu-top {
	height:51px;
}
		
#menu {
	width: 200px;
	background:url(/images/menu-bg.png) repeat-y;
	z-index:100;
}

#articles {
	text-align: left;
	width: 200px;
	height: auto;
	position: absolute; 
}
	#articles-top {
		height:49px;
	}
	
	#articles-content {
		background:url(/images/menu-bg.png) repeat-y;
	}
	
	#articles-middle {
		margin-left:10px;
		width:180px;
	}
	
	.articles-span {
		color: #ffffff;
		font: 11px Arial, Helvetica, sans-serif;
		padding:5px;
		}

	#articles h2 {
		color: #000000;
		font: 18px Arial, Helvetica, sans-serif;
		margin-top: 10px;
	}
	
	#articles a {
		color: #000;
		font: 12px Arial, Times New Roman, Times, serif;
		text-decoration: none;
		}
		
	#articles a:hover {
		color: #999999;
		text-decoration: none;
		}
				
#footer {
	width: 100%;
	height: 75px;
	background: #ffd048;
	position: relative; 
	background:url(/images/footer-bg.gif) repeat-x;
}

	#footer p {
		text-align: center;
		color: #272727;
		font: 12px Arial, Helvetica, sans-serif;
		padding-top: 20px;
		}

	#footer a {
		text-decoration: underline;
		color:#272727;
		}

	#footer a:hover {
		text-decoration: underline;
		color:#636363;
		}
		
	#footer ul {
		text-align:center;
		list-style:none;
		padding-bottom:0;
		margin-bottom:0;
	}
	
	#footer ul li {
		display:inline;
	}

#header {
	position: absolute; 
	top: 0px;
	width: 900px;
	height: 110px;
	}		
	
	#logo {
		float:left;
		width:300px;
	}
	
	#logo img {
		padding-top:0px;
	}
	
	#top-nav {
		float:right;
		width:315px;
		margin-top:25px;
	}
	
#banner{
		border: 0px solid #828282;
		position: absolute;
		top:10px;	
		margin-right:360px;
		}


#call-us {
	position: absolute; 
	top: 10px;
	left:665px;
	width:200px;
	height: 20px;
}
	#call-us p {
		color: #414040;
		font: 18px Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
	}
	
	
#flash{
	width: 720px;
	height: 180px;
	position: absolute; 
	top:115px; 
	margin-left:195px;
	background:url(/images/flash-bg.png) no-repeat;
}

	#inner {
		padding:10px 10px 10px 20px;
	}

/***** CSS FOR STICKY FOOTER *****/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main-window {padding-bottom: 75px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;} 
/* * CLOSE STICKY FOOTER CSS * */

