@charset "utf-8";
/* CSS Document */

/* forces Firefox & Safari to display the scroll bar */
html{
    min-height: 100%;
    margin-bottom: 1px;
    cursor: default;
}


a img { border: none; }

/*Page Structure Styles*/

body {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	color: #989898;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

/*Force a vertical scrollbar so center doesn't jump between long and short pages.*/
body {
    overflow-y: scroll;
}

p, li {
	line-height: 1.8em;
}

h1 {
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
/*	color:#4980db;*/
	color:#AD936D;
	letter-spacing:1px;
	font-family:'Karla' , sans-serif;
}

h2 {
	font-size:17px;
	font-weight:normal;
/*	color:#4980db;*/
	color:#AD936D;

}


/*Define Default link Styles:*/

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #b2b2b2;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #b2b2b2;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	/*	color:#4980db;*/
	color:#AD936D;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: #b2b2b2;
}

.wrapper {
	/*this is simply for setting the width of the content and centering it on the screen. Don't bother putting a background color in here because it won't do anything since it's not a "float". */
    width:1122px;
	margin-left:auto;
	margin-right:auto;
	}

.live {
	/*this is where we can set the background color for the live area. It will "grow" with the content that is within it.*/
	float:left;
	width:1122px;
	/*border-left-style:solid;
	border-left-width:1px;
	border-left-color:#e2e2e2;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#e2e2e2;*/
}


.header {
/*	height:118px;*/
	width:1122px;
	text-align:center;
	margin-bottom:15px;
	}

#nav {

	width:1122px;
	text-align:center;
	list-style:none;
	/*border-top-style:solid;
	border-top-width:1px;
	border-top-color:#e2e2e2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#e2e2e2;*/
/*	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;*/
	font-family:'Karla' , sans-serif;
	font-size:17px;
	text-transform:uppercase;
	/*	color:#4980db;*/
	color:#AD936D;
	letter-spacing:1px;
	margin:0;
	padding:0;
}

#nav li{
			display:inline;
		}
		
a.menu:link, a.menu:visited, a.menu:hover, a.menu:active, a.menu-current:link, a.menu-current:visited, a.menu-current:hover, a.menu-current:active {
			display:inline-block;
			padding:0 24px 0 24px;
			height:33px;
			line-height:33px;
			color:#989898;
			text-decoration:none;
		}
		
a.menu:hover {
			/*	color:#4980db;*/
	color:#AD936D;
		}

a.menu-current:link, a.menu-current:visited, a.menu-current:hover, a.menu-current:active {
			/*	color:#4980db;*/
	color:#AD936D;
}

	
.top-nav-logo {
/*	margin:35px 0px 20px 0px;*/
	max-width:40%;
	margin:0;
}

	
.main-content {
	width:1057px;
	margin-left:35px;
	margin-right:35px;
	float:left;
	}
	

.top-space {
	height:25px;
}



.page-footer {
/*	width:1122px;*/
	height:90px;
	padding:15px 0 0 0;
	text-align:center;
	font-size:80%;
	float:left;
	width:100%;
	/*border-top-style:solid;
	border-top-width:1px;
	border-top-color:#e2e2e2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#e2e2e2;
	border-left-style:solid;
	border-left-width:0px;
	border-left-color:#e2e2e2;
	border-right-style:solid;
	border-right-width:0px;
	border-right-color:#e2e2e2;*/
	}
	

