@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}
.photo-right {
	float: right;
	border: 1px solid #291B03;
	margin-left: 40px;
	margin-top: 10px;
}

body {
	background-image: url(../images/background.jpg);
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#container {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content {
	text-align: left;
}


/*Navigation*/

#nav {
	background-image: url(../images/nav_bgd.png);
	background-repeat: repeat-x;
	height: 31px;
	width: 900px;
	padding-top: 8px;
	margin-top: 20px;
}


#nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #322413;
	text-align: center;
}

#nav_list {
	width: 900px;
	position: absolute;
	text-align: center;
	top: 155px;
}
#nav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F3220;
	padding-left: 15px;
	margin-left: 0px;
	padding-right: 15px;
}

#nav li a {
	color: #322413;
	text-decoration:none;
}

#nav li a:hover {
	color: #C58329;
	text-decoration:none;
}

#nav li.last {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-style: none;
	
}

#nav li.off ul, #nav li.on ul {
	/*put the subnavs below and hide them all*/
  display: none;
	position: absolute;
	top: 125px;
	height: 20px;
	left: 0;
	padding-top: 15px;
}

#nav li.off ul.second, #nav li.on ul.second {
	left: 50px;
}

#nav li.off ul.fourth, #nav li.on ul.fourth {
	left: 300px;
}

#nav li.off ul.fifth, #nav li.on ul.fifth {
	left: 475px;
}

#nav li.on ul {
  /*display the current topic*/
  display: block;
}

#nav li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}

#nav li.on ul a, #nav li.off ul a {
	/*ie doesn't inherit the float*/
  border: 0;
	color: #E8E6D7;
	width: auto;
}

#nav li.off ul li {
	border: 0px;
	font-size: 13px;
	padding-right: 8px;
	padding-left: 8px;
	text-align:center;
}

#nav li.off ul a:hover{
	color: #C58329;
}


#main {
	margin-top: 20px;
	position: relative;
	border-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #B2B488;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #291B03;
	font-size: 14px;
	line-height: 22px;
}

#main h1 {
	font-size: 18px;
	color: #660000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}
#main ul {
	list-style-position: outside;
	padding-left: 40px;
}
.bold {
	font-weight: bold;
}
.policies {
	font-size: 11px;
	line-height: normal;
}

.inner  {
	background-color: #EFEDE2;
	padding-right: 30px;
	padding-left: 30px;
}
.inner a {
	color: #990000;
}

.inner a:hover {
	color: #291B03;	
}

#header .right {
	bottom: -10px;
	position: relative;
	left: 200px;
}
#column_right {
	width: 350px;
	float: left;
	padding-left: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#column_right p {
	text-align: right;
	padding-right: 10px;
	margin-top: -35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #291B03;
	font-size: 12px;
	height: 35px;
	font-weight: bold;
	line-height: normal;
}

#column_left {
	width: 540px;
	position: relative;
	min-height: 509px;
}
.photo_space_10px {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*Footer*/

#footer {

}

#footer ul {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #322413;
	text-align: center;
	
	background-image: url(../images/nav_bgd.png);
	background-repeat: repeat-x;
	height: 31px;
	width: 900px;
	padding-top: 8px;
	margin-top: 20px;

}

#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F3220;
	padding-left: 15px;
	margin-left: 0px;
	padding-right: 15px;
}

#footer li a {
	color: #322413;
	text-decoration:none;
}

#footer li a:hover {
	color: #C58329;
	text-decoration:none;
}

#footer li.last {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-style: none;
	
}

#footer p {
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

#footer p a {
	color: #FFFFFF;
}

#footer p a:hover {
	color: #C58329;
}
