@charset "UTF-8";
/* CSS Document */

html, body
{
	margin:0;
	background:#ccc;
	height:100%;
	
	line-height:15px;
	font-size:10px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

img 
{
	border:0px;	
}

h1
{
	margin:0;
	padding:0;
	
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-indent: -13px; 
	margin-left: 13px;
}

h2
{

}

a:link, a:visited
{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

a:hover
{
	text-decoration:underline;
}

.wrapper
{
	width:1000px;
	margin:20px auto;
}

.clear-both
{
	clear:both;
}

/*** Header ***/
.header-top
{
	background:url(../images/header_top.jpg) no-repeat;
	height:20px;
}

.header
{
	background:url(../images/header_bg.jpg) no-repeat;
	height:265px;
}

.header-left
{
	float:left;
	margin:25px 31px 0 89px;
}

.header-right
{
	float:left;
	margin:9px 0 0 0;
}

.nav-column
{
	float:left;
}

.nav-item
{
	
}

/**********************************************************************
/* =HOMEPAGE SPECIFIC CLASSES 
***********************************************************************/

.banner
{
	background:url(../images/flash_bg.jpg) repeat-y;
	height:230px;
	padding:0 0 0 57px;
}

.banner-inside
{
	position:relative;
	top:-40px;
}

.banner-bottom
{
	background:url(../images/flash_bottom.jpg) no-repeat;
	height:39px;
}

/*** Content ***/
.content
{
	background:url(../images/content_bg.jpg) repeat-y;
	padding:0 0 0 70px;
}



.content-row
{
	
}

.content-row-bottom
{
	background:url(../images/content_services_bg.jpg) no-repeat;
	
	margin:40px 0 0 0;
	padding:15px 0 0 0;
	
	width:860px;
	height:158px;
}

.content-column-double
{
	border-top:3px solid #000;
	
	float:left;
	
	width:320px;
	
	margin:0 0 0 20px;
	padding:5px 0 0 0;
}

.content-column-double-column
{
	float:left;
	
	width:160px;
}

.Supinst
{
	margin:0 50px 20px 20px;
	width:800px;
	font-size:14px;
	font-weight:900;

}
.content-column-single
{
	border-top:3px solid #000;
	
	float:left;
	
	width:150px;
	
	margin:0 0 0 20px;
	padding:5px 0 0 0;
}

.content-column-single img
{
	margin:0 10px 0 0;
}

.content-row-text
{
	margin:0 0 0 20px;
	font-style:italic;
}

.content ul
{
	margin:0;
	padding:0 0 0 28px;
}



.footer
{
	background:url(../images/footer_bg.jpg) no-repeat;
	height:35px;
	
	text-align:right;
	vertical-align:bottom;
	
	padding:65px 20px 0 0;
	
	color:#737373;
}
