/*
Color palette

b8a162 - Page background
8c7b4d - Footer text
76171d - Dark red Links and accents
828282 - Light gray accent
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/page_background.gif');
	background-color: #b8a162;
	background-position: top;
	background-repeat: repeat-x;
}

a {
	color: #76171d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 30px;
	color: #76171d;
	margin-bottom: 0.5em;
}

#doc2 {
	background-image: url('../images/doc_background_cont.gif');
	background-position: center;
	background-repeat: repeat-y;
}

.doc-wrapper {
	background-image: url('../images/doc_background.gif');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 550px;
}

/* -- HEADER -- */

#hd .content {
	padding: 60px 60px 10px;
	height: 77px;
}

#hd .logo {
	float: left;
}

#hd .info {
	text-align: right;
	margin-top: 10px;
}

#hd .info .phone {
	color: #76171d;
	font-size: 93%;
	margin-bottom: 1em;
}

#hd .info .address {
	color: #76171d;
	font-size: 77%;
}

#hd .info .building {
	color: #828282;
}

/* -- BODY -- */

#bd {
	padding-bottom: 30px;
}

#yui-main .yui-b .content {
	margin-right: 60px;
}

#sidebar .content {
	margin-left: 60px;
}

/* -- SLIDESHOW -- */

#slideshow {
	height: 260px;
	width: 850px;
	margin-left: 49px;
	*margin-left: 51px;
	margin-bottom: 10px;
}

#slideshow object {
	margin: 0;
}

/* -- FOOTER -- */

#ft {
	background-color: #b8a162;
	background-image: url('../images/footer_background.gif');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 25px;
}

#ft .content {
	margin: 3px 55px;
	font-size: 77%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c7b4d;
}

#ft a {
	color: #8c7b4d;
	text-decoration: underline;
}

/* -- Entry -- */

#yui-main .yui-b .content {
	padding-left: 3em;
}

#bd p {
	margin-bottom: 1em;
}

strong, b {
	font-weight: bold;
}

#yui-main .yui-b ul, #yui-main .yui-b ol {
	padding-left: 3em;
	margin-bottom: 1em;
}

#yui-main .yui-b li {
	padding-left: 1em;
	margin: 0.25em;
}

#bd #yui-main .yui-b h2 {
	font-size: 123.1%;
	font-weight: bold;
	color: #76171d;
	margin-bottom: 0.75em;
}