@charset "UTF-8";

/* CSS Document */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #443E2D;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

#outside-header {
	background: #B38234;
	border-bottom: 1px solid #C5BC8E;
}

#outside-nav {
	background: #958864 /* url(../images/bkg-nav-1.png) repeat-x bottom; */
}

#outside-content {
	background: #C5BC8E;
}
#outside-tagline {
	background: #B38234;
}

/*------------------------------------*/

#inside-header {
	width: 800px;
	background: #64543A url(../images/bkg-header-1.png) no-repeat;
	margin: 0 auto;
	text-align: left;
	height: 140px;
}

#inside-nav {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#inside-content {
	width: 800px;
	background: #FFF4D3 url(../images/bkg-content.png) repeat-y;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	line-height:16px;
}


#inside-tagline {
	width: 800px;
	margin: 0 auto;
/*	padding; 0;*/
	text-align: left;
/*	background: #958864; */
}

#inside-tagline p {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	font-family: Times, "Times New Roman", serif ;
}
#inside-footer {
	height: 100px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#inside-footer p {
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 10px;
}

#inside-footer a {
	color: #B38234;
}

#inside-footer a:hover {
	color: #fff;
}

/*------------------------------------*/

#sidebar1 {
	float: right;
	width: 222px;
	padding: 20px 20px;
}


/*------------------------------------*/

#mainContent {
	margin: 0 280px 0 0;
	padding: 20px 40px;
}

#mainContent h1 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-family: Times, "Times New Roman", serif ;
	font-weight: normal;
	font-size: 30px;
	color: #B38234;
	line-height: 31px;
}

#mainContent h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-family: Times, "Times New Roman", serif ;
	font-weight: normal;
	font-size: 30px;
	color: #B38234;
}
#mainContent h3 {
	margin: 0;
	padding: 20px 30px 10px 30px;
	font-family: Times, "Times New Roman", serif ;
	font-weight: normal;
	font-size: 22px;
	color: #443E2D;
	line-height: 22px;
}


/*------------------------------------*/

.mainContent-box {
	background: #EDE4C5;
	margin: 0 40px 30px 40px;
	padding: 15px;
	width: 410px;
	border-right: #D2C797 solid 1px;
	border-bottom: #D2C797 solid 1px;
	border-left: #E5E0D1 solid 1px;
	border-top: #E5E0D1 solid 1px;
}

.mainContent-box h2 {
	padding: 0;
	font-family: Times, "Times New Roman", serif ;
	font-weight: normal;
	font-size: 20px;
	color: #B38234;
	line-height: 22px; 
}

.mainContent-box2 {
	background: #EDE4C5;
	margin: 0;
	padding: 15px;
	width: 400px;
	border-right: #D2C797 solid 1px;
	border-bottom: #D2C797 solid 1px;
	border-left: #E5E0D1 solid 1px;
	border-top: #E5E0D1 solid 1px;
}

.mainContent-box2 h2 {
	padding: 0;
	font-family: Times, "Times New Roman", serif ;
	font-weight: normal;
	font-size: 20px;
	color: #B38234;
	line-height: 22px; 
}
.mainContent-box3 {
	margin: 0;
	padding: 15px;
	background-color: #EDE4C5;
}

.mainContent-box3-subhead {
	margin: 0;
	padding: 15px 0 0 15px;
	background-color: #EDE4C5;
	font-family: Times, "Times New Roman", serif ;
	font-weight: normal;
	font-size: 20px;
	color: #B38234;
	line-height: 22px; 

}

/*------------------------------------*/

.box {
	background: #FCF7E6 url(../images/box-middle.png) repeat-y;
	width: 207px;
	margin: 30px 0;
}

.box p {
	padding: 0 20px;
}

.box li {
	padding: 0 20px 0 0;
}


.box img {
	margin-top: 10px;
}

.box h2 {
	padding: 20px 20px 0 20px;
	font-family: Times, "Times New Roman", serif ;
	font-weight: normal;
	font-size: 20px;
	color: #B38234;
	line-height: 20px;
}

.box-top {
	background: #FCF7E6 url(../images/box-top.png) top left no-repeat;
	padding: 0;
	margin: 0;
	line-height: 16px;
}

.box-bottom {
	background: #FCF7E6 url(../images/box-bottom.png) bottom left no-repeat;
	padding: 0;
	margin: 0;
	line-height: 10px;
}


/*------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*------------------------------------*/

#navcontainer ul {
	padding: 0;
	margin: 0;
	background: #958864 /* url(../images/bkg-nav-1.png) repeat-x bottom */;
	color: white;
	float: left;
	width: 100%;
	font-size: 10px;
	text-transform:uppercase;/*	border-left: 1px solid #fff; */
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #958864;
	color: white;
	float: left;
	width: 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0.8em 1em;
	background: #958864 /* url(../images/bkg-nav-2.png) repeat-x left bottom */;
	color: white;
	text-decoration: none;
	float: left;
	border-left: #B7A77A solid 1px;
	border-right: #7B7152 solid 1px;
	letter-spacing: 1px;
}

#navcontainer .active {
	background: #C5BC8E;
	border-right: #A9A079 solid 1px;
}


#navcontainer ul li a:hover {
	background: #B38234 /* url(../images/bkg-nav-2.png) repeat-x right bottom */;
	color: #fff;
	border-left: #B7A77A solid 1px;
	border-right: #956D2A solid 1px;
}

/*------------------------------------*/

.attribute {
	text-align: right;
	font-family: Times, "Times New Roman", serif ;
	font-size: 14px;
	margin: -6px 0 20px 0;
	padding: 0;	
}

.subhead1 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-family: Times, "Times New Roman", serif ;
	font-weight: normal;
	font-size: 30px;
	color: #B38234;
}
.subhead2 {
	margin: 0;
	padding: 20px 30px 10px 30px;
	font-family: Times, "Times New Roman", serif ;
	font-weight: normal;
	font-size: 22px;
	color: #443E2D;
	line-height: 24px;
}
.subhead3 {
	margin: 0;
	padding: 0;
	font-family: Times, "Times New Roman", serif ;
	font-weight: normal;
	font-size: 20px;
	color: #B38234;
	line-height: 22px; 
}





