@charset "utf-8";
/* CSS Document */

/*STANDARDIZE STYLES CROSS BROWSER*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym {
border:0;
}
/*END STANDARD STYLES*/

body{
	background-color:#f0eee3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4a4040;
}

a{
	color:#4a4040;
	text-decoration:none;
}
a:hover{
	color:#0078ae;
}

#wrapper{
	width:850px;
	margin:auto;
}

#homeTop{
	width:850px;
	height:468px;
	background-image:url(images/bg_home_top.gif);
	background-repeat:no-repeat;
}

#homeTopContent{
	padding:33px 24px 0px 24px;
}

#homeIntro{
	padding-top:179px;
	line-height:20px;
	font-size:10px;
}

#intro{
	color:#2a2020;
}

#attribution{
	font-size:8px;
}

#homeNav{
	padding-top:29px;
	background-image:url(images/bg_home_bottom.gif);
	background-repeat:no-repeat;
	height:93px;
	font-size:12px;
	font-weight:bold;
}

#header{
	background-image:url(images/bg_top.gif);
	background-repeat:no-repeat;
	height:155px;
}

#headerContent{
	padding:71px 70px 0px 55px;
	font-weight:bold;
}


#middle{
	background-image:url(images/bg_mid.gif);
	background-repeat:repeat-y;
	padding:45px 0 0 228px;
}

#middleAbout{
	background-image:url(images/bg_mid.gif);
	background-repeat:repeat-y;
	padding:20px 0 20px 228px;
}

#middleContact{
	background-image:url(images/bg_mid.gif);
	background-repeat:repeat-y;
	padding:45px 0 0 215px;
}

#bottomWrapper{
	height:110px;
	overflow:hidden;
}

#nav{
	padding-top:29px;
	background-image:url(images/bg_bottom.gif);
	background-repeat:no-repeat;
	height:93px;
	font-size:12px;
	font-weight:bold;
}

#footer{
	position:relative;
	top:-35px;
	font-size:10px;
}

#pageTitle{
	color:#FFFFFF;
	font-size:14px;
}

#bodyText{
	font-size:12px;
	line-height:15px;
}

#spineWrapper{
	background-image:url(images/bg_mid.gif);
	background-repeat:repeat-y;
}

#spine{
	padding-top:15px;
	overflow:hidden;
	width:802px;
	height:710px;
	border:none;
	background-color:#FFFFFF;
}