/* set baseline styles (overwrite browser defaults) */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 11px/16px arial, verdana, helvetica, sans-serif;
}

table, label, input, select, textarea, form p {
	font: 11px/16px arial, verdana, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

p, form {
	margin-bottom: 1.5em;
}

ul, ol, dl, blockquote {
	margin: 0 0 1em 1em;
}

li, dd {
	margin-left: 1em;
	margin-bottom: .2em;
}

blockquote {
	margin: 0 1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	border: 0;
}
/* end baseline styles */

/* general styles */
body {
	background-color: #ffffff;
	color: #696969;
	text-align: center;
}

h2 {
	margin-bottom: 10px; 
	font-size: 16px;
	color: #074e86;
}

h3 {	
	margin: 0;
	font-size: 12px;
	color: #676d51;
}
h3.eventsPage {
	padding-top: 10px;
	color: #b7720e;
}

input, textarea {
	color: #696969;
	padding: 2px;
}

#container {
	margin: 0 auto;	
	width: 936px;
	text-align: left;
}

#containerBorder {
	border: 1px solid #000000;
	border-top: none;
	width: 934px;
	padding-bottom: 10px;
}

#contentBody {
	padding: 0 16px 0 17px;
}

.FIRText {
	display: none;
}

.clear {
	clear: both;
}

*html .IEFloat3pxGapHack {
	height: 1%;
 } 
 
.error {
 	color: red;
 }

.required {
 	color: red;
 }
 
.alignCenter {
 	text-align: center;
 }
 
.floatLeft {
 	float: left;
 }
 
.blackText {
	color: #000000;
}

.largeFont {
	font-size: 16px;
	font-weight: bold;
}

ul {
	list-style-type: none;
}
li {
	padding-left: 1em;
	background: url("../images/bullet_orange.gif") left .4em no-repeat;
}

hr {
	margin: 10px 0px 10px 0px;
	border: none;
	height: 1px;
	color: #a49f82;
	background-color: #a49f82;
}

a {
	color: #074e86;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* quick nav styles */
#quickNav {
	position: relative;
	margin: 0;
	padding: 0;
	height: 33px;
	list-style-type: none;	
	background-color: #465212;
}

#quickNav li {
	float: right;
	margin: 0;
	padding: 0;
}

#quickNav li a {
	display: block;
}

#quickNav li img {
	vertical-align: bottom;
}

#quickNav li a img {
	visibility: hidden;
}

#quickNavItem1 a:hover, #quickNavItem1 a:active, #quickNavItem1  a.selected {
	background: url("../images/top_contact_over.gif") no-repeat;
}
#quickNavItem1 {
	background: url("../images/top_contact_off.gif") no-repeat;
}

#quickNavItem2 a:hover, #quickNavItem2 a:active, #quickNavItem2  a.selected {
	background: url("../images/top_tell_friend_over.gif") no-repeat;
}
#quickNavItem2 {
	background: url("../images/top_tell_friend_off.gif") no-repeat;
}

#quickNavItem3 a:hover, #quickNavItem3 a:active, #quickNavItem3  a.selected {
	background: url("../images/top_support_mr_over.gif") no-repeat;
}
#quickNavItem3 {
	background: url("../images/top_support_mr_off.gif") no-repeat;
}

/* main nav styles */
#mainNav {
	position: relative;
	margin: 0;
	padding: 0;
	height: 49px;
	list-style-type: none;
	background: url("../images/nav_bg.gif") repeat-x;
}

#mainNav li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainNav li a {
	display: block;
}

#mainNav li img {
	vertical-align: bottom;
}

#mainNav li a img {
	visibility: hidden;
}

#mainNavItem1 a:hover, #mainNavItem1 a:active, #mainNavItem1  a.selected {
	background: url("../images/nav_events_over.gif") no-repeat;
}
#mainNavItem1 {
	background: url("../images/nav_events_off.gif") no-repeat;
}

#mainNavItem2 a:hover, #mainNavItem2 a:active, #mainNavItem2  a.selected {
	background: url("../images/nav_team_over.gif") no-repeat;
}
#mainNavItem2 {
	background: url("../images/nav_team_off.gif") no-repeat;
}

#mainNavItem3 a:hover, #mainNavItem3 a:active, #mainNavItem3  a.selected {
	background: url("../images/nav_about_over.gif") no-repeat;
}
#mainNavItem3 {
	background: url("../images/nav_about_off.gif") no-repeat;
}

#mainNavItem4 a:hover, #mainNavItem4 a:active, #mainNavItem4  a.selected {
	background: url("../images/nav_news_over.gif") no-repeat;
}
#mainNavItem4 {
	background: url("../images/nav_news_off.gif") no-repeat;
}

/* subnav styles */
.subnav {
	position: absolute;
	left: 66px;
	top: 49px;
	margin: 0;
	padding: 0;
	height: 33px;
	list-style-type: none;
}

.subnav li {
	float: left;
	margin: 0;
	padding: 0;
}

.subnav li a {
	display: block;
}

.subnav li img {
	vertical-align: bottom;
}

.subnav li a img {
	visibility: hidden;
}

#subnavTeamItem1 a:hover, #subnavTeamItem1 a:active, #subnavTeamItem1  a.selected {
	background: url("../images/nav_2nd_level_proj_over.gif") no-repeat;
}
#subnavTeamItem1 {
	background: url("../images/nav_2nd_level_proj_off.gif") no-repeat;
}

#subnavTeamItem2 a:hover, #subnavTeamItem2 a:active, #subnavTeamItem2  a.selected {
	background: url("../images/nav_2nd_level_endor_over.gif") no-repeat;
}
#subnavTeamItem2 {
	background: url("../images/nav_2nd_level_endor_off.gif") no-repeat;
}

/*main page styles */
#mainPageFlash {
	margin: 1px 0 20px 0;
}

#mainPageLeftCol {
	float: left;	
	width: 519px;
	font-size: 12px;
}

#mainPageRightCol {
	border-left: 1px solid #7c8a52;
	margin-left: 536px;
	padding-left: 17px;
}

#mailingListBox {
	padding: 10px;
	color: #000000;
	background-color: #c4c4c4;
}

#frmMailingListColL {
	float: left;
	width: 230px;
}

#frmMailingListColR {
	margin-left: 235px;
}

#mailingListBox form .formEntry {
	clear: none;
}

#mailingListBox form .formLabel {
	width: 85px;
}

#mailingListBox form .formButtons {
	clear: both;
	margin-right: 44px;
	text-align: right;
}

#mailingListBox form div {
	margin-bottom: 4px;
}

#mailingListBox form .imageButton {
	margin-left: 20px;
	vertical-align: bottom;
}

/* 2nd level page styles */
#lev2ConentLeftCol {
	float: left;
	padding: 30px 10px 0 20px;
	width: 490px;	
}

.lev2ConentLeftColWSubnav {
	margin-top: 25px;
}

#lev2ConentRightCol {
	margin-left: 537px;
	color: #ffffff;
}

#lev2ConentRightCol a {
	color: #ffffff;
	text-decoration: underline;
}
#lev2ConentRightCol a:hover, #lev2ConentRightCol a:active {
	text-decoration: none;
}

#lev2ConentRightCol ul {	
	list-style-type: disc;
}
#lev2ConentRightCol li {
	background: none;
	padding-left: 3px;
	line-height: 14px;
}

#endorsersTable td {
	padding: 0 5px 20px 0;
	width: 117px;
	line-height: 14px;
	vertical-align: top;
}

#endorsersTable td img {
	padding-bottom: 5px;
}

.rsvpLink {
	padding: 3px 10px;
	border: 1px solid #825702;
	font-weight: bold;
	color: #ffffff;
	background-color: #b7720e;	
}

a.rsvpLink:hover, a.rsvpLink:active {
	text-decoration: none;
}

.eventCallout {
	border: 1px solid #b7720e;
	padding: 0 10px;
	background-color: #F8E1C1;
}

/* right sidebar styles */
#rightSidebarTeam {
	position: relative;
	height: 294px;
	padding: 7px 20px 0 20px;
	background-color: #4d7208;
}

#rightSidebarTeamText2, #rightSidebarTeamText3 {
	display: none;
}

#rightSidebarTeamFlash {
	margin-top: 1px;
}

#rightSidebarEvents {
	padding: 7px 20px 7px 20px;
	background-color: #b7720e;
}

#rightSidebarTeamEndorsers {
	padding: 7px 20px 7px 20px;
	background-color: #4d7208;
}

#rightSidebarAbout {
	padding: 7px 20px 7px 20px;
	background-color: #0d4773;
}

#rightSidebarNews {
	padding: 7px 20px 7px 20px;
	background-color: #48445c;
}

#rightSidebarScroll {
	position: absolute;
	right: 20px;
	bottom: 8px;
}

#rightSidebarScroll a {	
	margin-left: 5px;
	border: 1px solid #666666;
	padding: 0 4px;
	color: #666666;
	background-color: #fff9ff;
	text-decoration: none;
}

#rightSidebarScroll a.disabled {	
	background-color: #a2bb73;
}

/* form field styles */
.formEntry {
	clear: left;
	padding-bottom: 4px;
}

.formLabel {
	display: block;
	float: left;
	width: 100px;
	padding: 2px 3px 0 0;
	text-align: right;
}

.formEntry .noLabel {
	margin-left: 90px;
}

.formButtons {
	clear: left;
	margin-left: 103px;
	padding-top: 5px;
}

.formButton {
	padding: 3px;
	font-weight: bold;
	border: 1px solid #aaaaaa;
	color: #ffffff;
	background-color: #000000;
}

/* footer styles */
#footer {
	margin-top: 10px;
	text-align: center;
	color: #aaaaaa;
}

#birdsallFooter {
	margin: 50px 0 20px 0;
	text-align: center;
	color: #aaaaaa;
}

#birdsallFooter a {
	color: #aaaaaa;
	text-decoration: underline;
}