/* CSS Document for HFSA.net */

/* HTML Styles */
body {
	font: 85% Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(../images/header_bg.jpg) repeat-x left top;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9F334A;
	margin: 0;
}

/* give these explicit sizes for consistency across all browsers */
/* these are the default Header sizes for Firefox 2 (afaik) */
h1 { font-size: 2.0em; }
h2 { font-size: 1.5em;}
h3 { font-size: 1.15em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.65em; }

ul {}
li {}

dl {}
lh { font-weight: bold; font-size: 1.5em; }
dt { font-weight: bold; }
dd { color: #666; margin-bottom: 0.25em; }
dd p {
	margin-top: 0px;
	padding-top: 0px;
}


abbr, acronym { border-bottom: 1px dotted #CC9999; cursor: help; }

a {	color: #393; }
a:link {}
a:visited {}
a:hover {}
a:active {}

table {}
caption { caption-side: top; font-weight: bold; }

/* layout specific styles */
#container {
	font-size: 1.0em;
	width: 740px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#header {
	vertical-align: bottom;
	padding-top: 50px;
}
#title_img { border: none; }

#navigation {
	margin: 5px 180px 5px 5px;
	padding: 5px 5px 5px 10px;
	background-color: #FFE;
	border: 1px solid #FFCC66;
}
#navigation li {
	display: inline;
	list-style: none;
	margin-right: 1em;
	padding-right: 0.5em;
}
#navigation li a { font-weight: bold; }
#navigation li a:hover { color: #3C3; } 

#nav_join {}
#nav_scholarship {}
#nav_newsletter {}
#nav_events {}
#nav_home {}

#sub_navigation {
	float: right;
	text-align: center;
	width: 150px;
	padding: 110px 5px 5px 5px;
	margin: -2.5em 0 0 50px;
	background: url(../images/HFSA-logo.gif) no-repeat center 10px;
	border: 3px double #CA9CAB;
}
#sub_navigation li { list-style: none; line-height: 1.5em; }
#sub_navigation a {
	color: #46B439;
	font-size: 0.9em;
	font-weight: normal;
}
#sub_navigation a:hover { text-decoration: none; }

#content {
	line-height: 150%;
	font-size: 0.9em;
	margin-right: 180px;
	padding: 10px 10px 10px 25px;
}

#content h2 { margin-left: -15px; }

#sidebar {
	float: left;
}

#footer {
	text-align: left;
	background: #FFFFFF;
	border-top: 5px solid #009900;
	color: #666666;
	font-size: 0.8em;
	clear: both;
}


/* -- misc styles -- */
#board_of_directors {}
#board_of_directors td { vertical-align: top; }

#board_member { width: 20%; }
#board_committee { width: 15%; text-align: center; }
#board_email { width: 30%; }
#board_phone { width: 15%; }
#board_address { width: 20%; }

ul.newsletters {
	font-size:0.9em;
	list-style-image: url(../images/pdf.gif);
}
ul.newsletters li { line-height: 1.8em; font-style: italic; color: #999; }
ul.newsletters a.pdf {
	font-style: normal;
	font-size: 1.1em;
}

ol.criteria { list-style-type: lower-alpha; }

/* registration form styles */
fieldset { border: none; border-top: 1px solid #66CC66; }
legend { color: #9F334A; font-weight: bold; padding: 0 2px; }
fieldset ul { padding: 0; }
fieldset li { list-style: none; padding: 5px 0; clear: both; }
fieldset li label { display: block; float: left; width: 12.5em; }
fieldset label {}
fieldset label span { display: block; }

.certifybox { clear: both; border-top: 1px solid #6C6; border-bottom: 1px solid #6C6; margin: 1em 0; padding: 0.5em 0; }

/* vCard styles */
.vcard { position: relative; }
.fn { font-weight: bold; }
.org {}
.email { font-weight: normal; display: block; }
.adr {}
.street-address {}
.post-office-box {}
.locality {}
.region {}
.postal-code
.country-name {}
dd .tel {
	position: absolute;
	top: 0px;
	left: 233px;
	width: 150px;
	height: 91px;
}
dd .tel .type { font-variant: small-caps; color: #999; }
dd .tel .value { display: block; }
