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

/* --- Global Style ---*/
body, html {
width:100%;
height:100%;
margin:0px;
padding:0px;
background: url('../images/BG.jpg') repeat;
text-align:center;
font-family: Georgia, Times, serif;
font-weight:normal;
font-size:14px;
line-height:20px;
color:#67523c;
}


div{
margin:0px;
padding:0px;
}

p {
line-height:20px;
margin-bottom:15px;
margin-top:0px;
}
h1 {
margin:0px 0px 15px 0px;
font-weight:bold;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:18px;
line-height:18px;
color:#4792c1;
}
h2 {
margin:0px 0px 5px 0px;
font-family: Georgia, Times, serif;
font-size:16px;
line-height:25px;
color:#4689af;
text-transform:uppercase;
}
h3 {
margin:0px 0px 5px 0px;
font-family: Georgia, Times, serif;
font-size:14px;
line-height:24px;
color:#4689af;
}
img {
padding: 0px 0px;
margin: 0px 0px;
border: 0px;
}
a {
color:#4689af;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
ul {
margin:0px 0px 0px 0px;
}
li {
margin:0px 0px 0px 0px;
}
.clear{
height:0px;
width:100%;
clear:both;
} 

/* --- End Global Style ---*/
/* --- Page Framework ---*/

#site-wrapper {
	width:1000px;
	height:auto;
	text-align:left;
	margin:0px auto;
}
#content {
	background: url('../images/Content-BG.png') top repeat-y;
}
#copy {
	float:left;
	width:886px;
	height:auto;
	margin: 20px 0px 0px 60px;
}
#right {
	width:620px;
	height:auto;
	float:right;
}
#footer {
width:1000px;
height:144px;
vertical-align: bottom;
}
#header {
	width:1000px;
	height:162px;
}
#nav {
	width:972px;
	height:25px;
	float:left;
	margin-left: 14px;
	border-bottom: 10px solid #c7b695;
}
#nav a {
	float:left;
	display:block;
	height:25px;
	margin: 0px 0px 0px 0px;
	text-indent:-9999px;
}
#nav1 {
	width:247px;
	background: url('../images/nav1.gif') no-repeat;
	background-position:0px 0px;
}
#nav2 {
	width:150px;
	background: url('../images/nav2.gif') no-repeat;
	background-position:0px 0px;
}
#nav3 {
	width:168px;
	background: url('../images/nav3.gif') no-repeat;
	background-position:0px 0px;
}
#nav4 {
	width:148px;
	background: url('../images/nav4.gif') no-repeat;
	background-position:0px 0px;
}
#nav5 {
	width:259px;
	background: url('../images/nav5.gif') no-repeat;
	background-position:0px 0px;
}

#nav1:hover, #nav2:hover, #nav3:hover, #nav4:hover, #nav5:hover {
	background-position: 0px -25px;
}
a:active, a:focus {
      outline: 0;
}
