@import url("multiTier.css");

/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
html {
	height:100%;
}
a {
	color:#BB1E1E;
	text-decoration: none;
}	
a:hover, 
a:active {
	color:#E24949;
	text-decoration: none;
}
body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #7688A0;
	background-image:url(../fw/bodybg.jpg);
	background-repeat:repeat-x;
	font-size: 11px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align:top;
}
h1 {
	font-family:Georgia, serif;
	color:#BA1E21;
	font-size: 16px;
	margin:0px 0px 20px 0px;
}
h3 {
	font-family:Georgia, serif;
	color:#0A3365;
	font-size:16px;
	margin:20px 0px 10px 0px;
}
h4 {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	color:#1361BF;
}
h5 {
	font-size: 11px;
	margin: 0px;
	color:#1361BF;
}
h6 {
	font-size: 10px;
	margin: 0px;
	color:#1B76E8;
}
h2 {
	font-size: 12px;
	color:#666;
	font-weight:bold;
	margin: 20px 0px 0px 0px;
}
p {
	margin: 5px 0px 5px 0px;
}
img {
	border:0px none;
}
ul {
	list-style-type:none;
	margin:5px 0px 8px 10px;
	padding:10px 0px;
}
ul li {
	background-image:url(../images/bullet_arrow.gif);
	background-repeat:no-repeat;
	margin:3px 0px;
	padding:0px 0px 0px 12px;
}
ol {
}
ol li {
	margin:3px 0px;
}
ul.indented {
	list-style-type:none;
	margin:5px 0px 8px 30px;
	padding:0px;
}
/**************************************************/
/*	LAYOUT DIVS AND TABLES						  */
/**************************************************/

/***** BODY *****/
.listingTable {
	width:100%;
	margin-top: 5px;
	border: 1px solid #A8D8FF;
	font-size: 11px;
	color:#666666;
	clear:both;
   
}


.listTableRow_green_icon {
	background: #DBEEFD;
	padding: 4px 0px 4px 0px;
	text-align: left;
	border-right: 1px solid #BEE1FF;
	
}
.photostable td
{
	vertical-align:bottom;
}
ul.photolist
{
	margin:0px;
	padding:0px;
}
ul.photolist h5
{
	color:#E24949;
}
#bodytable {
	border: 0px none;
	width: 767px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
#bodytable td{
	padding: 0px;
}
#bodytable #topcell {
}
#bodytable #bottomcell {
	height:42px;
	vertical-align:bottom;
	background-image:url(../fw/footer.jpg);
	background-repeat:no-repeat;
}
/***** TOP LAYOUT *****/
#toplayouttable {
	border: 0px none;
	width: 767px;
	height:100%;
}

/***** HEADER AND MENU *****/
td#home_header {
	height: 130px;
	background-image:url(../fw/home_header.jpg);
}
td#header {
	height: 130px;
	background-image:url(../fw/header.jpg);
}

/***** COLUMNS (TD) *****/
td#home_leftcolumn, td#leftcolumn {
	width:123px;
	background-image:url(../fw/leftnav_bg.jpg);
	background-repeat:repeat-y;
}
td#home_middlecolumn {
	background-image:url(../fw/home_middlecolumn_top.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}
td#home_rightcolumn {
	width:163px;
	background-image:url(../fw/home_rightcolumn_top.jpg);
	background-repeat:no-repeat;
	background-color:#A8D8FF;
}
td#middlecolumn {
	background-image:url(../fw/middlecolumn_top.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}
td#rightcolumn {
	width:163px;
	background-image:url(../fw/rightcolumn_top.jpg);
	background-repeat:no-repeat;
	background-color:#A8D8FF;
}

/***** COLUMNS CONTENT ******/
/****left column ****/
td#home_leftcolumn div#subscribe {
	background-image:url(../fw/home_leftcolumn_top.jpg);
}
td#leftcolumn div#subscribe {
	background-image:url(../fw/leftcolumn_top.jpg);
}
div#subscribe {
	background-repeat:no-repeat;
	height:90px;
	font-size:10px;
	text-align:right;
	padding:52px 4px 5px 5px;
	margin:0px;
}
div#subscribe p {
	margin:0px;
	padding:7px 0px;
}
div#login {
	margin:20px 0px 10px 13px;
	color:#ffffff;
	font-size:10px;
}
div#login p {
	margin:4px 0px 2px 0px;
	padding:0px;
}
ul#navmenu
{                        		
	list-style-type: none;      /* disable the display of the list item bullets */
	margin: 0px 0px 30px 8px;    /* space around the list container */
	padding: 0px;               /* space within the list container */
	position: static;           /* need this so that the z-index stuff works correctly */
	width:100px;
	z-index: 20;
}
#navmenu li{                     
	list-style-type: none;         
	margin: 5px 0px;               
	display: block;
	background-image:none;
	padding:0px 0px 0px 0px;
	margin:0px none;
}
/**** middle column ****/
div#content {
	background-color:#F1F7FE;
	border-color:#dddddd;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	width:413px;
	margin:80px auto 10px auto;
	padding:0px 20px 10px 20px;
	line-height:15px;
}

/**** right column ****/
div#search {
	margin:75px 5px 10px 15px;
	font-size:10px;
}
td#rightcolumn h2, td#home_rightcolumn h2 {
	font-family:Georgia, serif;
	color:#0A3365;
	font-size:15px;
	padding:8px 5px;
	background-color:#6AAFF4;
	margin:0px none;
}
div#rightcolumncontent {
	border-top:6px solid #8BBEFF;
	margin-top:1px;
	padding:10px 0px 0px 5px;
	/* added for long text in IE..user will still have to manually adjust text in other browsers */
	word-wrap: break-word;
}
div#rightcolumncontent p {
	margin:5px 6px 5px 6px;
}
ul.highlights {
	
}
ul.highlights li {
	background-image:url(../images/bullet_square.gif);
}
table#board_directors {
	width:100%;
}
table#board_directors td {
	padding: 5px;
}
table#board_directors h2 {
	margin:0px;
	padding:0px;
}
/***** MISC *****/
select.dropdownlist {
	border:1px solid #A5ACB2;
	font-size:10px;
}
input.textfield {
	border:1px solid #A5ACB2;
	font-size:10px;
	padding:3px 0px 3px 2px;
}
input.submitbutton {
	border:1px solid #A5ACB2;
	background-color:#DBEFFF;
	font-size:10px;
	padding:2px 0px;
	margin-right:3px;
}
div#upcomingevents {
	width:175px;
	float:left;
	padding-left:15px;
}
div#announcements {
	width:165px;
	padding:0px 20px 10px 15px;
	float:right;
}
div#featurednews {
	clear:both;
	padding:0px 15px 15px 15px;
	background-color:#BEE1FF;
	border:1px solid #6AAFF4;
}
div#featurednews h3 {
}
table#enews_subscribe {
	width:400px;
	margin:0px 0px 10px 0px;
}
table#enews_subscribe td {
	padding:4px 5px;
}
table#enews_subscribe input.textfield {
	width:160px;
}
table#enews_subscribe select.dropdownlist {
	width:70px;
}
table#editprofile {
	width:410px;
	margin:0px 0px 10px 0px;
}
table#editprofile td {
	padding:4px 5px;
}
table#editprofile input.textfield {
	width:160px;
}
table#editprofile select.dropdownlist {
	width:100px;
}
td.rightalign {
	text-align:right;
}
td.display {
	font-weight:bold;
}
div#copyright {
	color:#549AF0;
	font-size: 9px;
	line-height:11px;
	text-align:right;
	padding: 5px 165px 10px 0px;
	margin: 0px 0px 0px 0px;
}
div#copyright a {
	color:#2466B1;
}
img.webmark {
	margin:2px 0px 0px 3px;
}
p.info {
	font-style:italic;
	margin:0px 0px 5px 0px;
}
span.previous {
	float:left;
}
span.next {
	float:right;
}
p.paging {
	margin:20px 0px;
}

ul#navmenu li.textitem {
	background-color:#FFFFFF;
	padding:3px;
}


/**************************************************/
/*	SPECIAL SPOT GRAPHICS						  */
/**************************************************/


/**************************************************/
/*	Div for listed items in members pages						  */
/**************************************************/
div.memberlistitems {
	margin-left:.25in;
	text-indent:-.25in;
}


/* Added so the required text label is consistent */
.RequiredFieldLabel 
{
	color:#000000;
	font-weight:bold;	
}

/* added since she wanted the non-hyperlink text grayed out */
h5.grayed {
	color:#999999;
}