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

html {
height:100%
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	margin:0;
	padding: 0;
	height:100%
}

a:link, a:visited {
	color:#6E493A;
	text-decoration:none;
}

a:hover, a:active {
	color:#C7D6ED
}

.banner {
	height:223px;
	width:100%;
	background-image:url(../images/hp-banner-bg.gif);
	background-repeat:repeat-x;
	position:absolute;
	top: 180px
}

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

.content li, .subcontent li {
	float:right;
	line-height:1;
	display: inline;
	margin: 0;
	padding: 0 10px 0 10px;
	text-transform:uppercase;
	border-right:thin;
	border-right-color:#000000;
	border-right-style:solid
}

.content li.last, .subcontent li.last{
border-right:none;
padding:0 0 0 10px
}

.big{
	font-size:16px;
	padding-bottom:5px
}

.small{
	font-size:10px;
	padding-bottom:20px
}

.logo {
	text-indent:-9999px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width:363px;
	height:86px;
	margin: 50px 0 0 0
}

div.hr {
  height: 15px;
  background: #fff url(../images/hr.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}

.left {
float:left
}

.rightmenu {
	padding:20px 10px 0 0
}

.subheader{
	height:86px;
	margin:0
}


.subcontent {
	background-color:#FFFFFF;
	margin:0 auto;
	width: 960px;
    min-height:100%;
    _height:100%;
	padding-bottom:20px
}

#flashcontent {
margin: 20px auto;
width: 650px;
height:650px;
}

.photo {
float:left;
width:207px;
display:inline;
margin: 100px 50px 0 156px;
}

.copy {
float:right;
width:300px;
margin: 50px 130px 0 0;
}