﻿*{
	margin:0px;
	padding:0px;
}

img, div {
	behavior: url(iepngfix.htc)
}

body{
	background:#13938F;
	font-family:"Century Gothic";
	font-size:13px;
	color:white;
}

.hidden{position:absolute; top:-9999px; left:-9999px;}
hr{clear:both; visibility:hidden; height:1px;}
.float-right{float:right; padding:0 0 10px 10px;}

.wrapper{
	width:960px;
	margin:0 auto;
}

p, .leftCol ul, .leftCol ol{
	margin-bottom:15px;
	line-height: 20px;
	color:#28211C;
}
 .leftCol ul{margin-left:15px;}
 .leftCol ol{margin-left:20px;}

a{
	color:#473932;
	text-decoration:underline;
}
h3
{
    margin-bottom: 10px;
}
h4
{
    margin-bottom: 10px;
}

/*------------------------------------------------------------------------HEADER*/
.header{
	background:url(images/header-bg.jpg) top right no-repeat;
	height:200px;
}

.header .logo{
	float:left;
	margin-top:50px;
	border:none;
}

.header .quote{
	float:right;
	margin-top:65px;
	text-align:right;
}

.header .quote .text{
	font-size:15px;
	display:block;
	font-style: italic;
	margin-bottom: 5px;
	color:#FFFFFF;
}

.header .quote .name{
	display:block;
	color:#000000;
	font-size:14px;
	font-style:italic;
}

.header .nav-container{
	background:#A3A38F;
	margin-top:38px;
	border-bottom:black solid 3px;
}

.header .main-nav{
	list-style-type:none;
}

.header .main-nav li{
	float:left;
	background:#A3A38F;
	font-size:14px;
	font-weight:bold;
	padding:7px 2px;
	text-transform:uppercase;
}

.header .main-nav li a{
	color:white;
	text-decoration:none;
	padding:7px 13px;
}

.header .main-nav .current a{
	background:black;
	padding-top:11px;
	padding-bottom:10px;
}

/*------------------------------------------------------------------------------CONTENT*/
.content{
	background:#DFE5E1;
	margin-top:10px;
	color:black;
}

/*------------------------------------------------------------------------------LEFT COLUMN*/
.home .leftCol{width:575px;}
.sub .leftCol{width:640px; margin-right:30px;}
.leftCol h2{font-size:25px; font-weight:normal; margin-bottom:15px;}
.leftCol{
	float:left;
}

/*-----------------------------------------------------------------------------BOTH COLUMNS*/
.leftCol, .rightCol{
	margin-top:20px;
	padding-bottom:15px;
}

/*-----------------------------------------------------------------------------RIGHT COLUMN*/
.home .rightCol{width:365px;}
.home .rightCol h2{font-size:23px; margin-bottom:15px;}
.sub .rightCol{width:270px;}
.rightCol{
	background:url(images/rightCol-bg.jpg) top left no-repeat;
	float:left;
	padding:20px 0 0 20px;
}

.rightCol .sub-nav{
	list-style-type:none;
	margin-bottom:30px;
}

.rightCol .sub-nav li{
	padding:10px;
	width:250px;
}

.rightCol .sub-nav li a{
	text-decoration:none;
	color:black;
	font-size:15px;
	font-weight:bold;
	padding:10px;
}

.rightCol .sub-nav .current{
	background:#DFE5E1;
	width:250px;
}


/*-----------------------------------------------------------------------------FOOTERS*/
.top-footer{
	background:#A3A38F url(images/top-footer-bg.jpg) bottom repeat-x;
	font-weight:bold;
	font-size:18px;
	padding-top:15px;
	padding-bottom:23px;
	text-align:center;
}

.bottom-footer{
	color:#000000;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:30px;
}

.bottom-footer a{
	color:white;
}