@charset "UTF-8";
 
/* PAGE STRUCTURE*/ 

body
{
	margin: 12px 0px 0px 0px; padding:0px;
	background-image: url(img/top_bg_slice.jpg);
	background-position: top center;
	background-repeat: repeat-x;
 	background-color: #ffffff;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	line-height: 19px;
}



#main
{ 
	width: 1050px;
	min-height: 700px;
 	margin: 0 auto;
 	position: relative;
 	background-image: url(img/header_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#content
{
	padding: 0px 75px 20px 75px;
	background-image: url(img/page_slice.jpg);
	background-position:top center;
	background-repeat: repeat-y;
	margin-top: 102px;
}

#wrapper
{
	margin-top: -70px;
	height:100%;
	position:relative;
}

img.topper
{
    position:absolute;
    top: 409px;
    left: 5px;
    border: 0px;
}

#main_content
{
	width: 575px;
	float: left;
	display: block;
	padding-right: 25px
}

#sidebar
{
	width: 290px;
	float: left;
	padding: 0px 0px 0px 10px;
}

#footer
{
	position: relative;
 	background-image: url(img/footer_slice4.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 80px;
	margin-top: -20px;
}

#footer_content
{
	width: 900px;
 	margin: 0px auto 0px auto;
 	padding-top: 40px;
 	font-size: 11px;
}

/* Logo */

#logo
{
	margin: 0px 0px 0px 70px;
	padding: 27px 0px 0px 0px;
	height:92px;
}

#slideshow
{
	margin: 0px 0px 0px 30px;
}

/* Text Styles */

h1
{
    font-size: 28px;
	text-transform: lowercase;
	font-family: futura-pt, sans-serif;
	font-weight: normal;
}

a
{
	text-decoration: none;
	color: #0030ff;
	text-transform: none;
}

p
{
	line-height: 20px;
	color: #4d4d4d;
}

/* Images */

#content img
{
	border: 5px solid #eeeeee;
}

img.float
{
	float: left;
	margin: 0px 20px 5px 0px;
}

/* List Styles */

ul li
{
	list-style-image: url(img/bullet.png);
	color: #4d4d4d;
	margin-bottom: 10px;
	line-height: 20px;
}

ul.service li
{
	margin-bottom: 5px;
}

ul.no_bullet li
{
	list-style-image: none;
	list-style: none;
	margin-bottom: 0px;
}