body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(site_images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
}

/* set font size and colors */
h1,h2,h3,h4,h5,h6,a {
	font-weight: normal;
	font-weight: normal;
	color: #666666;
	}
	
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: .9em;
	font-weight: bold;
}
	
p {
	font-size:12px;
	line-height: 1.8em;
	color: #666666;
	margin: 0px;
}

/* set link colors */

a {
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration:underline;
}


/* set width */
#nav_cont{
	width: 782px;
	margin-left: auto;
	margin-right: auto;
}

/* set Navigation background bar */

div#nav {font-size: 13px;}

div#nav {
	background-image: url(site_images/top-bar-slim_adj.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}

/* style Navigation links*/

#nav_links ul{
	margin: 0;
	padding:0 0 20px 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#nav_links ul, div#nav_links li{
display: inline;
margin: 0;
padding: 0;
list-style-type: none;
}

#nav_links a:link {
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}

#nav_links a:hover {
	border-bottom: 2px  solid #CCCCCC;
	padding-bottom: 2px;
}
#nav_links a:visited {
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}


#sidenavcontainer  {
	float: inline;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
}
/* style Current page Navigation links*/

body#home a#homeNav,
body#services a#servicesNav,
body#about a#aboutNav, 
body#contact a#contactNav 
{
	line-height: 20px;
	font-weight: bold;
	text-decoration:none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	border-bottom: 2px  solid #CCCCCC;
	padding-bottom: 2px;
	color: #666666;
}


/* position logo in Navigation and take out link border  */
div#nav_logo a img {
	float: right;
	border: 0;
}

div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color: #FFFFFF;
}

div#space {
	height: 0.1em;
}

div#headline {
	border-bottom:1px solid #CCCCCC;
	height: 2em;
	padding-left: 20px;
	vertical-align: top;
	padding-bottom: .5em;
}
div#headline h1{
}
	
/* position right coloum  */
body#home div#right {
	float: right;
	height:200px;
	width: 240px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right;
}
body#home div#left {
	margin-right: 50px;
	height:auto;
	background-image: url(site_images/left_bg.jpg);
	background-repeat: no-repeat;
	padding: 20px;
		}

div#left3 {
	float: right;
	height:inherit;
	width: 240px;
	padding: 0px;
	padding-right: 10px;
}
		
div#left2 {
	margin-right: 440px;
	height:auto;
		}

div#right {
	float: right;
	height:800px;
	width: 360px;
	padding: 20px;
}

div#left {
	margin-right: 381px;
	height:auto;
	background-image: url(site_images/left_bg.jpg);
	background-repeat: no-repeat;
	padding: 20px;
		}
		


/* position right coloum  */


/* Footer image */
div#footer_image {
	background-image: url(site_images/bg-curve-bottom.gif);
	background-repeat: no-repeat;
	height: 25px;
}
div#footer {
	font-size:0.6em;
	color: #666666;
}

#nav_cont #footer #copyright {
	margin-right: 381px;
}
#nav_cont #footer #links {
	float: right;
}
#SubHeadLine {
	vertical-align: top;
}
#home #nav_cont #content #left #2colm #left3 {
}
#home #nav_cont #content #left #2colm #left3 p {
}
#home #nav_cont #content #left #2colm {
	background-position: top;
	vertical-align: top;
	top: auto;
}
#one {
	padding-left: 20px;
	padding-right: 20px;
}
#one_narrow {
	padding-right: 75px;
	padding-left: 75px;
	position: relative;
}
#home #nav_cont #content #headline {
}


/*Slide show Start*/

#slideshow {
    position:relative;
    height:200px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}