body{
	margin: 0px auto;
	text-align:center;
	background:#f0d5a6;
}

a {
	color: #cd5a13;
	text-decoration: none;
}

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

p {
    line-height : 140%;
    color:#666666;
	}

p + p { margin-top: 1em; } 

#container{
	margin: 0px auto;
	text-align:left;
	width:1060px;
}

a{
	text-decoration:none;
}
img{
	border: 0px;
}

#header{
	background: url(assets/header.png);
	width:1060px;
	height:134px;
	display:block;
}

#header-quote{
	width:1060px;
	height:51px;
}

#content-wrapper{
	background: url(assets/body-bg.png);
	width: 1060px;
	background-repeat: repeat;
}

.label {
    color: #666666;
	font-family: Verdana;
	letter-spacing: 0.02em;

}
#content{
	background: url(assets/vertical-dots.jpg) repeat-y 61%;
	width: 1060px;
	font-size: 12px;
	color: #666666;
	font-family: Verdana;
	letter-spacing: 0.02em;
	line-height: 18px;
}

#content2 {
	width: 1060px;
        font-size: 12px;
        color: #666666;
        font-family: Verdana;
        letter-spacing: 0.02em;
        line-height: 18px;

}

#footer{
	background: url(assets/footer.png) no-repeat;
	width:1060px;
	height:110px;
	display:block;
}

#left-column{
	float:left;
	width:525px;
	margin-left: 57px;
	padding: 0px 35px;
	display:inline;
}

#left-column2{
	float:left;
	width:700px;
	margin-left: 145px;
	padding: 0px 35px;
	display:inline;
}

#right-column{
	float:right;
	width:320px;
	margin-right:80px;
	
}
	
#clear{
	clear:both;
}

#header-nav{
	float: left;
	position: relative;
	margin: -77px 0px 0px 140px;
	display:inline;
	font-size:9pt;
}
#header-nav ul
{
	padding-left: 0;
	margin-left: 0;
	color: #cd5a13;
	float: left;
	font-family: verdana;
}

#header-nav ul li { 
	display: inline; 
}

#header-nav ul li a
{
	padding: 0.2em 1em 1.4em;
	color: #cd5a13;
	text-decoration: none;
	float: left;
}

#header-nav ul li a:hover
{
	background-color: #cd5a13;
	color: #fff;
}

#map{
	width: 465px;
	height: 185px;
	margin: -25px 0px 15px 5px;
	position:relative;
}

#tag-line{
	width: 100%;
	text-align: center;
	margin: -5px 0px 20px;
	color: #CA6700;
	font-size: 12px;
}
h2.title-main {
	font-family: Georgia;
	font-size: 18px;
	color: #33597e;
	text-transform: none;
	font-weight: bold;
	padding: 7px 0 7px 0;
}

h1 a.title-main3 {
	font-family: Georgia;
	font-size: 14px;
	/*color: #979f0c;*/
	color: #33597e;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	padding-top: -10px;

}

h1 a.title-main3:hover {
	font-family: Georgia;
	font-size: 14px;
	color: #cd5a13;
	text-transform: none;
	font-weight: bold;
	text-decoration: underline;
	padding-top: -10px;
}

.title-main2 {
	font-family: Helvetica;
	font-size: 14px;
	color: #e3c400;
	text-transform: uppercase;
	font-weight: bold;
}

.box-bg {
    background-repeat:repeat-x;
	background-position:bottom;
}

.box-bg-top {
    background-repeat:repeat-x;
	background-position:top;
}
img.space {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/***********************************************

**                  Slider                    **

***********************************************/


#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	
	}
#slider, #slider li{ 
	width:900px;
	height:300px;
	overflow:hidden; 
	}
span#prevBtn a{
	position:absolute;
	background:url(slider/left-blue.png) no-repeat scroll 0;
	width:50px;
	height:50px;
	display:block;
	left:290px;
	top:85px;
}
span#nextBtn a{
	position:absolute;
	background:url(slider/right-blue.png) no-repeat scroll 0;
	width:50px;
	height:50px;
	display:block;
	top:85px;
	right: 290px;
}

/*#featuredDesign {
	position:absolute;
	background:url(slider/featured.png) no-repeat scroll 0;
	width:300px;
	height:50px;
	display:block;
	top:105px;
	left: 570px;
}
*/

/*Classes start here*/

.slideshow{
	width:900px;
	height:300px;
	margin:auto;
	top: 105px;
	right: 0px;
	padding: 0 0 0 0;
	/*border: #000000 1px solid;*/

}

.slideshow2{
	width:900px;
	height:300px;
	margin:auto;
	top: 85px;
	right: 0px;
	padding: 0 0 30px 0;
}