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

/* LAYOUT */
html {
	}
body {
	width:925px;
	margin:0 auto 0 auto;

	}
#container {
	width:925px;
	display:block;
	position:relative;
	float:left;
	}
#header {
	width:925px;
	height:215px;
	display:block;
	position:relative;
	float:left;
	}
#content {
	width:925px;
	display:block;
	position:relative;
	float:left;
	}
#left {
	width:200px;
	display:block;
	position:relative;
	float:left;
	
	

	}
#copy {
	width:680px;
	display:block;
	position:relative;
	float:right;
	margin: 0 40px 0 0;
	}
#footer {
	width:925px;
	height:100px;
	display:block;
	position:relative;
	float:left;
	}






/* FORMATING */

html {
	background:url(../images/bkg_body.jpg) top center repeat-x;
	}
body {
	}
#container {
	background:#E0D9C3;
	border:#333333 2px solid;
	}
#header {
	background:#E0D9C3 url(/images/bkg_header.jpg) top center repeat-x;
	}
#header img {
	padding:5px 0 0 15px;
	}
#content {

	}
#left {

	}
#copy {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#505050;
	}
#copy p {
	padding-top:0;
	margin-top:0;
	top:0;
	}
#copy p:first-letter {
	color:#333333;
	font-size:16px;
	}
#copy h1 {
	font-size:36px;
	color:#264066;
	margin-bottom:0;
	padding-bottom:0;
	bottom:0;
	}

#footer {
	background:#E0D9C3 url(/images/bkg_footer.jpg) top center repeat-x;
	}
#footer .copyright {
	float:left;
	position:relative;
	margin:80px 0 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}


/* ACCORDION MENU */
.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	}
.arrowlistmenu .menuheader,
.arrowlistmenu .menuheader a:link,
.arrowlistmenu .menuheader a:visited { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color:#656257;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform:none;
	padding: 4px 0 0 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	text-decoration:none;
	}
.arrowlistmenu .menuheader a:link,
.arrowlistmenu .menuheader a:visited {
	padding:0px;
	}
.arrowlistmenu .menuheader a:hover {
	color:#000000;
	}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: transparent !important;
	}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background:transparent !important;
	}
.arrowlistmenu ul li a{
	color: #656257;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	}
.arrowlistmenu ul li a:visited{
	color: #656257;
	}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color:#050505;
	}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: transparent;
	}
	
/* Top Pics */
.toppics {
	position:relative;
	display:block;
	float:right;
	padding:0;
	margin:0;
	top:0;
	width:400px;
	}
#header .toppics img {
	padding:0;
	margin:0;
	}
