/*	AUTHORSHIP
-----------------------------------------------------------------------
	Title:      Vermont Housing Managers Association master styles
	Author:     Craig Bailey <cbailey@vhfa.org>
	Copyright:  2008 Vermont Housing Finance Agency (VHFA). All rights reserved.
	

/*	RESET STYLES (v1.0 | 20080212)
	Courtesy Eric Meyer (http://meyerweb.com/eric/tools/css/reset/)
----------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	MAJOR DIVS & BACKGROUNDS
-----------------------------------------------------------------------*/
body	{
	background:#fff url("../images/body_bg.gif") top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:140%;
}
#content	{
	position:relative;
	width:962px;
	margin:auto;
	background:#fff url("../images/header.gif") top left no-repeat;
}
#mainContent	{
	padding:230px 0 80px 67px;
	position:relative;
	width:840px;
}
#footer	{
	position:fixed;
	bottom:0;
	padding:10px 0;
	text-align:center;
	width:100%;
	font-size:80%;
	line-height:150%;
	color:#333;
	background:#d0d9e5;
	margin-top:24px;
}
#footer p	{
	margin:0;
}
.alertBox	{
	padding:1em 1em .25em 1em;
	background:#eeeeee;
	width:70%;
}
.alertBox p	{
	width:100%;
}
div#categoryFormBox	{
	background-color:#fee3a7;
	border:1px solid #fec750;
	padding:.75em;
	margin-top:1em;
	width:59%;
}
div#categoryFormBox select	{
	width:100%;
}
div#categoryFormBox input#submitCategory	{
	display:block;
	margin-top:6px;
}
#categoryForm label {
	font-weight:bold;
	color:#143f7b;
}

/*	SIDEBAR
-----------------------------------------------------------------------*/
.sidebar	{
	float:right;
	width:165px;
	font-size:80%;
	line-height:150%;
	background:url(../images/sidebar_bg.gif) bottom no-repeat;
	padding:16px 18px 6px 22px;
	margin-bottom:30px;
	clear:right;
}
.sidebar h3, .sidebar h4	{
	font-size:110%;
}
.sidebar h3	{
	background:url(../images/sidebar_top.gif) top no-repeat;
	margin-top:-16px;
	margin-left:-28px;
	margin-right:-24px;
	padding-left:28px;
	padding-top:16px;
	padding-right:12px;
	z-index:1;
}
.sidebar p	{
	margin:0 0 1.1em 0;
}
.sidebar ul	{
	margin:1em 0 1em 1.25em;
	width:100%;
}


/*	NAVIGATION
-----------------------------------------------------------------------*/
a:link	{
	color:#143f7b;
}
a:visited	{
	color:#4d77b2;
}
a:hover	{
	background:#fee3a7;
	text-decoration:none;
}
#secondaryNav	{
	position:absolute;
	top:0;
	right:50px;
	z-index:1;
}
#secondaryNav li	{
	float:left;
	padding:6px 16px 0 0;
	list-style-type: none;
	font-size:90%;
}
#primaryNav	{
	position:absolute;
	top:167px;
	left:63px;
	z-index:2;
}
#primaryNav li	{
	padding-left:10px;
	margin-right:4px;
	float:left;
	list-style-type: none;
	font-size:90%;
	text-transform:uppercase;
	font-weight:bold;
	background:#fec750 url(../images/button_left.gif) left bottom no-repeat;
}
#primaryNav li a:link, #primaryNav li a:visited, #primaryNav li a:hover, #primaryNav li a:active	{
	background:#fec750 url(../images/button_right.gif) right bottom no-repeat;
	text-decoration: none;
	padding:12px 16px 4px 7px;
	display:block;
	color:#143f7b;
}
#primaryNav li a:hover	{
	color:#fff;
}
#homePage #primaryNav li a#homeButton, #officersPage #primaryNav li a#officersButton,
#eventsPage #primaryNav li a#eventsButton, #linksPage #primaryNav li a#linksButton,
#documentsPage #primaryNav li a#documentsButton	{
	background:url(../images/button_right_on.gif) right bottom no-repeat;
	cursor:text;
	color:#143f7b;
}
#accessibilityPage #secondaryNav li a#accessibilityButton, #legalPage #secondaryNav li a#legalButton,
#contactPage #secondaryNav li a#contactButton	{
	text-decoration: none;
	background:none;
	cursor:default;
}

/*	MISC
-----------------------------------------------------------------------*/
.offScreen	{
	position:absolute;
	left:-99999px;
}
acronym	{
	border-bottom:1px dashed #999;
	cursor:help;
}
h1, h2, h3, h4, h5, h6	{
	color:#143f7b;
}
h1, h2	{
	font-size:200%;
	line-height:130%;
	margin-bottom:1em;
}
h3	{
	font-size:140%;
	line-height:120%;
	margin-top:1.5em;
}
h4	{
	font-size:100%;
	font-style:italic;
	margin-top:1.5em;
}
h5	{
	font-size:90%;
	font-style:italic;
	margin-top:1.5em;
}
p	{
	margin:0 260px 1.1em 0;
}
ul, ol	{
	margin:0 0 1em 3em;
	list-style-type: square;
}
#homePage #mainContent ol	{
	margin-right:260px;
}
ol	{
	list-style-type: decimal;
}
li	ol	{
	list-style-type: lower-alpha;
}
address	{
	font-style:normal;
	margin:0 0 1em 3em;
}
.error	{
	font-weight:bold;
	color:#ff0000;
}

/* Pagination styles */
img.prev, img.next	{
	position:relative;
	top:3px;
	margin:0 4px 0 4px;
}
a.paginationArrow:link, a.paginationArrow:visited, a.paginationArrow:hover, a.paginationArrow:active	{
	background-color:transparent;
}
span.current, span.nonCurrent	{
	background:#143f7b;
	color:#fff;
	padding:.1em .2em .1em .2em;
	margin:0 .25em 0 .25em;
	font-weight:bold;
	border:1px solid #143f7b;
}
span.nonCurrent	{
	background:#ffffff;
	font-weight:normal;
}
span.nonCurrent a	{
	text-decoration:none;
	background-color:#ffffff;
	color:#143f7b;
}
div.pagination	{
	margin-top:1em;;
	text-align:right;
	width:62%;
	font-size:80%;
}
span.pagesLabel	{
	font-weight:bold;
	font-size:90%;
	text-transform:uppercase;
	color:#143f7b;
}
.clearLeft	{
	clear:left;
}


/* Officers page
-----------------------------------------------------------------------*/

#officersPage #officers	{
	float:left;
	width:60%;
}
#officersPage p	{
	width:100%;
}
#officersPage #edCommittee	{
	float:left;
	width:31%;
	margin-top:45px;
	background:#fee3a7;
	padding:2%;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border:2px solid #cfc29e;
}
#officersPage #edCommittee h3	{
	margin:0;
}
#officersPage #edCommittee ul	{
	margin-bottom:0;
}

/*	MEMBERS LOGOS
-----------------------------------------------------------------------*/
.members	{
	margin:.75em auto;
}
.members li	{
	list-style-type: none;
	float:left;
	margin:auto 1em;
}
#contributors	{
	clear:left;
	padding-top:1.75em;
}