/* CSS Document */
body
{
	background: url(graphics/bg-strip.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-color: #CC0A25;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

input
{
	background-color:#EEEEEE;
}

#left_column
{
	border-right-color:#BBBBBB;
	border-right-style:solid;
	border-right-width:2px;
}

#logo
{
	margin: 0px;
	padding: 0px;
	height: 144px;
	width: 144px;
	position: absolute;
}

#centrecolumn
{
	margin: 0px 0px 0px 144px;
	padding: 0px;
	width: 431px;
	background-image: url(graphics/nav-strip.gif);
	background-repeat: repeat-x;
	position: absolute;
	background-color: #FFF;
}

#form1 
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:auto;
	height:100%;
	position:relative;
}

#flashbanner
{
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 431px;
}

#navigation
{
	height: 19px;
	width: 431px;
	font-size: 11px;
	text-align: center;
}
#mainbody
{
	font-size: 12px;
	color: #000000;
	margin: 5px 10px 5px 5px;
	line-height: 16px;
	text-transform: inherit;
}
#generalcontact
{
	position: absolute;
	margin-left: 7px;
	margin-top: 156px;
	height: 143px;
	width: 143px;
	font-size: 10px;
	color: #999999;
}
#events_page_title
{
	font-family:Arial;
	font-weight: bold;
	font-size:24pt;
}
#events_page_dates
{
	font-family:Verdana;
	font-weight: bold;
	font-size:12pt;
}
#events_page_location
{
	font-family:Verdana;
	font-style:italic;
	font-size:14pt;
	color: #666666;
}
#events_page_description
{	
	
}
#events_title
{
	font-weight: bold;
}
#events_dates
{
	font-weight: bold;
	color: #666666
}
#events_location
{
	font-style:italic;
	color: #666666;
}
#events_description
{	
	
}

#membershipinfo
{
	position: absolute;
	margin-left: 0px;
	margin-top: 288px;
	height: 143px;
	width: 143px;
}

#withsupport 
{
	position: absolute;
	margin-left: 0px;
	margin-top: 432px;
	height: 143px;
	width: 143px;
}

#graysquare01
{
	margin-left: 576px;
	height: 143px;
	width: 143px;
	padding: 0px;
	position: absolute;
}

#graysquare02
{
	position: absolute;
	margin-left: 864px;
	margin-top: 432px;
	height: 143px;
	width: 143px;
	padding: 0px;
}

#dropdown
{
	width: 100px;
/*	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;*/
}

a:hover #dropdown 
{
	background-color: #E9E9E9;
	text-decoration:none;	
}

.header
{
	text-transform: uppercase;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
}





/* Homepage specific*/
#home-whatsnew
{
	position: absolute;
	height: 267px;
	width: 267px;
	margin-top: 144px;
	margin-left: 576px;
	overflow: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
}

#home-membership
{
	height: 431px;
	width: 431px;

/*	margin-top: 144px;
	margin-left: 144px;
	background-color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	background-image: url(graphics/home-member.jpg);*/
}

#home-membershiplist
{
	height: 250px;
	width: 120px;
	margin-top: 190px;
	margin-left: 19px;
	font-size: 10px;
	position: absolute;
}

#home-ss
{
	position: absolute;
	margin-left: 576px;
	margin-top: 432px;
	height: 133px;
	width: 133px;
	background-color: #CC0A25;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px; 
}



/*images and captions*/
#lrg-img-01
{
	position: absolute;
	height: 287px;
	width: 287px;
	margin-top: 144px;
	margin-left: 576px;
}

#sm-img-01
{
	position: absolute;
	height: 143px;
	width: 143px;
	margin-top: 432px;
	margin-left: 720px;
}

#lg-redcaption01
{
	position: absolute;
	margin-left: 576px;
	margin-top: 432px;
	height: 133px;
	width: 133px;
	padding: 5px;
	background-color: #CC0A25;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
}

#sm-redcaption01
{
	position: absolute;
	margin-left: 720px;
	margin-top: 576px;
	height: 133px;
	width: 134px;
	padding: 5px;
	background-color: #CC0A25;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
}





/* Drop-down menus */	
ul {
	padding: 0;
  	margin: 0;
  	list-style: none;
}
li {
  	float: left;
  	position: relative;
  	text-align:left;
	line-height: 20px;
}

li ul
{
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	text-indent: 5px;
	width: 100px;
	padding: 1px;
	/*background-image: url(graphics/nav-bg.gif);*/
	border-width: 0px 1px 1px 1px;
	margin-top: 7px; /* to get drop downs to display properly in IE6 */
	margin-left: -3px;
	border-color: #000;
	border-style: solid;
	background-color: #FFF;
}
/*
html>body li ul /* hack to get drop downs to display properly in non IE6 */
/*{
	margin-top: 0px;
}
*/

/*
li > ul {
	top: auto;
	left: auto;
}    */

li:hover ul, li.over ul
{
	display: block;
	text-decoration:none;	
}

li a:visited{
	color:#000000;
	text-decoration:none;
}

li a:link
{
	color: #000000;
	text-decoration: none;

}

li a:hover
{
	color: #CC0A25;
	background-color: #E9E9E9;
	padding-top: 4px;
	padding-bottom: 2px;
	text-decoration: none;

}

a:visited{
	color: #FF0000;
	text-decoration:underline;
}

a:link {
	color:#FF0000;
	text-decoration:underline;
	
	
}

a:hover {
	color: #FF0000;
	text-decoration:none;
}
