body {
	margin:0;
	padding:0;
	background: #aaa496 url(/resources/images/default/bg-body.png) repeat-x top;
}

#bd {
	margin: -5px 0 0 0;
	margin-bottom:0 !important;
	padding:0;
	background: #e3e0d9 url(/resources/images/default/bg-bd.png) repeat-y top left;
	min-height: 385px;
	height:auto !important;
	height:385px;
	_width: 720px;
}

#pnav {
	width: 460px;
	font-size: 70%;
	margin: 0 0 0 15px;
	/* border: 1px solid #00ff00; */
}

#pnav :focus {
    outline: none;
}

#main {
	width: 480px;
	/* border:  1px solid #0000ff; */
	margin: 0;
}

#sidebar {
	width: 230px;
	_width: 215px;
	/* border:  1px solid #ff0000; */
	margin: 0;
	padding: 10px 0 0 10px;
}

/* ------------------------------------------------------------ */
/* ----------                                        ---------- */
/* ------------------------------------------------------------ */
#featured a:link, #featured a:visited {
	color: #770b18;
	text-decoration:  none;
}

#featured a:hover, #featured a:active {
	color: #676150;
	text-decoration: underline;
}

#featured img {
    width: 440px;
    height: 220px;
    margin: 10px 20px 10px 20px;

}

#featured h3 {
    width: 440px;
    margin: 10px 20px 0 20px;
    padding-bottom: 4px;
    color: #770b18;
    font-size:107%;
    border-bottom: 2px solid #aaa496;
}

#featured p {
    width: 440px;
    margin: 4px 20px 12px 20px;
	_margin: 4px 10px 12px 20px;
    font-size:85%;
	text-align: justify;
}

/* ------------------------------------------------------------ */
/* ----------                                        ---------- */
/* ------------------------------------------------------------ */
#rotate a:link, #rotate a:visited {
	color: #770b18;
	text-decoration:  none;
}

#rotate a:hover, #rotate a:active {
	color: #676150;
	text-decoration: underline;
}

#rotate img {
    width: 440px;
    height: 340px;
    margin: 10px 20px 10px 20px;

}

#rotate h3 {
    width: 440px;
    margin: 10px 20px 0 20px;
    padding-bottom: 4px;
    color: #770b18;
    font-size:107%;
    border-bottom: 2px solid #aaa496;
}

#rotate p {
    width: 440px;
    margin: 4px 20px 12px 20px;
	_margin: 4px 10px 12px 20px;
    font-size:85%;
	text-align: justify;
}

/* ------------------------------------------------------------ */
/* ----------                                        ---------- */
/* ------------------------------------------------------------ */
#content a:link, #content a:visited {
	color: #770b18;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #676150;
	text-decoration: underline;
}

#content img {
    width: 440px;
    height: 110px;
    margin: 10px 20px 10px 20px;
}

#content img#contactmap {
    height: 340px;	
}

#content img#large {
    height: 290px;	
}

#content div#fullsize {
	width: 440px;
	height: 290px;
	/* border: 1px solid #000000; */
	margin: 10px 20px 10px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

#content p {
    width: 440px;
    margin: 4px 20px 12px 20px;
	_margin: 4px 10px 12px 20px;
    font-size:85%;
}

#content h3 {
    width: 440px;
    margin: 10px 20px 0 20px;
    padding-bottom: 4px;
    color: #770b18;
    font-size:107%;
	border-bottom: 2px solid #666050;
}

#content h4 {
    width: 440px;
    margin: 4px 20px 0 20px;
	_margin: 4px 10px 0 20px;
    font-size:92%;
	font-weight:  bold;
	color: #666050;
}

#content h4.subtitle {
    width: 440px;
    margin: 0 20px 0 20px;
	_margin: 0 10px 0 20px;
    font-size:92%;
	font-weight:  bold;
	color: #770b18;
}

#content ul {
    margin: 4px 20px 8px 46px;
	_margin: 4px 10px 8px 46px;
	list-style: disc outside;
	list-style-image:url(../images/content/bullet.gif);
	font-size:85%;
}

#content #sitemap {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
}

#content #sitemap ul, #content #sitemap ul ul, #content #sitemap ul ul ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
	font-size: 100%;
}

/* ------------------------------------------------------------ */
/* ----------                                        ---------- */
/* ------------------------------------------------------------ */
div.side_summaries a:link, div.side_summaries a:visited {
	color: #770b18;
	text-decoration: none;
}

div.side_summaries a:hover, div.side_summaries a:active {
	color: #676150;
	text-decoration: underline;
}


div.side_summaries {
	clear: both;
	width: 200px;
	padding-left: 1px;
	margin: 20px 0 10px 10px;
}
div#mailto {
	margin: 0 0 10px 10px;
}

div.side_summaries h3 {
	font-size: 114%;
	border-bottom: 2px solid #666050;
	margin-bottom: 6px;
}
div.side_summaries h4 {
	font-size: 92%;
	font-weight: bold;
	color: #666050;
	padding-top: 2px;
	padding-bottom: 2px;
	/* border-top: 2px solid #676150; */
}
div.side_summaries h5 {
	font-size: 100%;
	font-weight: bold;
	color: #770b18;
	padding-top: 2px;
	padding-bottom: 2px;
	/* border-top: 2px solid #676150; */
}

div.side_summaries h4.subtitle {
	font-size: 85%;
	font-weight: normal;
	color: #770b18;
	padding-top: 0;
	padding-bottom: 0;
	border-top:  none;
}

div.side_summaries p {
	font-size: 85%;
	margin-bottom: 0;
}

div.side_summaries img {
	width: 200px;
}

div.side_summaries ul {
    margin: 0;
	font-size:  85%;
}

div.side_summaries  ul#award_list li {
	border-top: 1px solid #d68e2c;
	padding: 4px 0 3px 0;
}

div.side_summaries ul ul {
	margin: 0;
	font-size:  100%;
}

div.side_summaries ul ul ul {
	font-size:  100%;
}

div.side_summaries li {
	margin: 2px 0 2px 0;
}

div.side_summaries .info_snippit {
	font-size: 85%;
	margin: 5px 0 5px 0;
}

div.side_summaries .info_snippit span.label {
	font-variant: small-caps;
	font-size: 100%;
}

/* ------------------------------------------------------------ */
/* ----------                                        ---------- */
/* ------------------------------------------------------------ */
div.profile_foot {
	border-top:  2px solid #676150;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 5px 0 0 10px;
}
div.profile_foot p {
	font-size: 77%;
	font-weight: bold;
	color: #7f1a21;
	display: none;
}
div.profile_foot a {
	color: #7f1a21;
	text-decoration: none;
}

/* ------------------------------------------------------------ */
/* ----------                                        ---------- */
/* ------------------------------------------------------------ */
p.learnmore {
	float:  right;
	display:  block;
	width:  100px;
	text-align:  right;
	padding-right: 16px;
	margin-right: 10px;
	background: url(/resources/images/default/bullet_more.png) no-repeat center right;
}
p.learnmore a:link, p.learnmore a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #7f1a21;
}
p.learnmore:hover {
	background: url(/resources/images/default/bullet_more-h.png) no-repeat center right;
}
p.learnmore a:hover, p.learnmore a:active {
	color: #676150;
}

