@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image:url(../img/background.tile.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#000000;
}
li {
	list-style-image:url(../img/black.bullet.png);
	padding-bottom: 14pt;
}
#fees{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* MAIN DIVs */
#maincontainer{
	text-align: center;
	width: 100%;
	}
#stagecontainer{
	clear: both;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width: 847px;
	background-color: #FFFFFF;
}
#contactbar{
	background-color: #517BBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px 0px 5px;
	width: 857px;
	height: 28px;
}

/* INTRODUCTION */
#introbar {
	width: 847px;
	margin: 5px;
}
#logo{
	float: left;
	background-color: #000000;
	text-align: center;
	width: 275px;
	height: 279px;
}
#flashheader{
	float: left;
	margin-left: 6px;
	width: 555px;
	height: 279px;
}

/* SEARCH BAR */
#searchnavbar {
	width: 847px;
	margin: 5px;
}
#searchbar{
	float: left;
	background-image: url(../img/background.search.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #CCCCCC;
	text-align: left;
	width: 275px;
	height: 77px;
}

/* NAVIGATION */
#navcontainer{
	float: left;
	margin-left: 1px;
	height: 77px;
}
#row1 {
	height: 35px;
	margin-bottom: 5px;
}
#row2 {
	height: 35px;
}
#buttons{
	float: left;
	width: 135px;
	height: 35px;
	margin-left: 5px;
	background-image: url(../img/backgroundbutton.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}
#buttons:hover{
	float: left;
	width: 135px;
	height: 35px;
	margin-left: 5px;
	background-image: url(../img/backgroundbutton.jpg);
	background-position: 0 -35;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #FFFFFF;
}
/* QUICK LINKS BAR*/
#quicklinksbar {
	height: 140px;
	width: 837px;
	margin: 10px 5px 5px 5px;
}
#missionbar{
	background-image: url(../img/background.missionbar.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	float: left;
	width: 275px;
	height: 140px;
}
.missionbarheader{
	font-weight: bold;
	text-transform: uppercase;
}
#contactusbar{
	background-image: url(../img/background.contactusbar.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0px 6px 0px 6px;
	float: left;
	width: 275px;
	height: 140px;
}
#contactusbarheader{
	background-image: url(../img/background.contactusbar.header.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	height: 24px;
	padding: 10px 5px 5px 5px;
	font-weight: bold;
	text-transform: uppercase;
}
#newseventsbar{
	background-image: url(../img/background.newseventsbar.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	float: left;
	width: 275px;
	height: 140px;
}
#newseventsbarheader{
	background-image: url(../img/background.newseventsbar.header.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	height: 24px;
	padding: 10px 5px 5px 5px;
	font-weight: bold;
	text-transform: uppercase;
}

/* STAGE */
#contentcontainer {
	background-color: #FFFFFF;
	width: 837px;
	margin: 0px 0px 5px 5px;
}
#programsbar {
	float: left;
	width: 275px;
}
#communitybar{
	background-image: url(../img/background.communitybar.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-bottom: 5px;
	width: 275px;
	/*height: 140px;*/
	padding: 10px 15px 5px 15px;

}
#businessbar{
	background-image: url(../img/background.businessbar.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-bottom: 5px;
	width: 275px;
	/*height: 140px;*/
	padding: 10px 15px 5px 15px;
}
#additionallinksbar{
	background-image: url(../img/background.additionallinksbar.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin-bottom: 5px;
	width: 275px;
	padding: 10px 15px 5px 15px;
}
#contentbody{
	float: left;
	margin-left: 6px;
	width: 555px;
}
#footer { 
	margin-top: 5px;
	clear: both;
	background-color: #FFFFFF;
	width: 847px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}
#closer { 
	clear: both;
}

/* FONT TWEAKS*/
.largercopywhite {font-size: 12pt}

/* SPACING */ 
#calloutcopy {margin: 5px;}
#missioncalloutcopy {margin: 5px 20px 5px 0px;}
#missioncallout2 {margin: 10px 20px 15px 20px;}
#searchspacing {margin: 5px 0px 0px 0px; padding: 0px 0px 0px 15px;}
#buttonsspacing {
	padding: 8px 0px 8px 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#buttonsspacing:hover {
	padding: 8px 0px 8px 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.instructions {
	font-size: 9px;
}

#captions {
	margin: 0px 0px 10px 15px;
	width: 150px;
	border: 0;
	cellpadding: 0; 
	cellspacing: 5;
}
#signature {
	font-family: Amazone BT;
	font-size: 14pt;
	text-align: right;}
#listtables{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* LINKS */
#link		 		{	color: #000000; text-decoration: underline;	font-weight: normal;	font-style: italic;}
#link:hover 		{	color: #000000; text-decoration: underline;	font-weight: bold;		font-style: italic;}
#linkcontact 		{	color: #FFFFFF; text-decoration: none;		font-weight: normal;	font-style: italic;}
#linkcontact:hover 	{	color: #FFFFFF; text-decoration: underline;	font-weight: bold;		font-style: italic;}
#linkmission 		{	color: #000000; text-decoration: none;		font-weight: normal;	font-style: italic;}
#linkmission:hover 	{	color: #000000; text-decoration: underline;	font-weight: bold;		font-style: italic;}
#linkprograms 		{	color: #000000; text-decoration: none;		font-weight: normal;	font-style: italic;}
#linkprograms:hover	{	color: #000000; text-decoration: underline;	font-weight: bold;		font-style: italic;}