/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	background-color: #ccc;
	min-width: 780px;
}

/* ---- STANDARD STYLES ----- */

a:link, a:active, a:visited {
	color: #3399FF;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

.hidden {
	display: none;
}

.century {
	font-family: Century Gothic, Helvetica, Arial;
	font-size:14px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 16px;
	font-weight:lighter;
	margin: 0px;
	padding: 0px;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size: 15px;
	font-weight:lighter;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000;
	margin-top: 5px;
	margin-bottom: 5px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
}

.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size: 17px;
}

.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size: 15px;
}

.list li {
	margin-bottom: 10px;
}

.smalltext {
	font-size: 10px;
	color:#666;
}

.imgborder {
	border: 1px solid #666;
}

.color1 {
	color:#660000;
}

/* --- PAGE STYLES ---- */


#mainTable {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	width: 783px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	border: 1px solid #999;
}

/* IE Win 3 pixel bug */
html>body #mainTable {
    width:780px;
}
	

#mainCol {
	width: 732px;
	text-align: left;
}

#leftCol {
	width: 24px;
	background-image: url(images/background-grey1.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #fff;
}

#rightCol {
	width: 24px;
	background-image: url(images/background-grey2.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #fff;
}

#contentTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}

.colLeft {
	text-align: left;
}

.colRight {
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.textBox1 {
	background-color: #E07D1D;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
}

.photoBox {
	border-bottom: 1px solid #fff;
	text-align: left;
}

.textBox2 {
	background-color: #5F8E60;
	border-right: 1px solid #fff;
	background-image: url(images/gradient_green.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	text-align: left;
}

.textLink {
	background-image: url(images/gradient_green.jpg);
	background-repeat: repeat-y;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #5F8E60;
	
}

.textLink2 {
	background: #ddd;
	width: 100%;
	border-right: 0px solid #5F8E60;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #5F8E60;
	
}

.textLink3 {
	background: #fff;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #5F8E60;
	border-right: 1px solid #ddd;
	
}

.textLink p, .textLink2 p {
	padding: 5px;
}

.contentBox {
	background-color: #FFFFFF;
	background-image: url(images/orange_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 410px;
	text-align: left;
	
}

.textBox3 {
	background-color: #7C94B6;
	width: 167px;
	padding-top: 10px;
	background-image: url(images/gradient_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}

.textBox3 a, .textBox3 a:visited, .textLink a, .textLink a:visited, .sponsorlink, .sponsorlink a, .sponsorlink a:visited {
	color: #333;
	text-decoration:underline;
	
}

.textBox3 a:hover, .sponsorlink a:hover, .textLink a:hover {
	color: #333;
	text-decoration:underline;
}

.spacer {
	padding: 10px;
}


#sponsorList {
	list-style-image: url(images/star.gif);
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#sponsorList li {
	list-style-image: url(images/star.gif);
	list-style-type: circle;
	font-size:10px;
	margin-bottom: 10px;
	line-height:10px;
	margin-left: 9px;
}

#list1, #list2, #list3 {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#list1 li, #list2 li, #list3 li {
	list-style-type: circle;
	list-style-image: none;
}


/* -----  NAV ------ */

#navList {
	margin: 0px;
	padding: 0px;
}

#navList ul {
	background: #fff;
  	width: 100%;
	height: 19px;
}

#navList li {
	list-style: none;
	float: left;
	margin: 0px;
 	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 19px;
	white-space: nowrap;
	border-bottom: 0px solid #10375A;
	}

#navList a { 
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #ccc;
	display: block;
	font-weight: normal;
	float: left;
   	background-color: #fff;
	padding-left: 4px;
	padding-right: 5px;
	}

	
#navList a:link,  #navList a:visited {
	color: #333;
	text-decoration: none;
	} 	

/* commented backslash hack hides rule from EI5-Mac \*/
#navList a {float: none;}    /* end IE5-Mac hack */


#navList a:hover { 
	color: #0081c4;
	text-decoration: underline;   
	background: #fff;
	/* border-top: 3px solid #15456F; */
	}
	
#bodyHome #navList #navHome a, #bodyGoals #navList #navGoals a, #bodyEvents #navList #navEvents a, #bodyNews #navList #navNews a, #bodyLinks #navList #navLinks a, #bodyGov #navList #navCity a, #bodySponsorships #navList #navSponsorship a, #bodySales #navList #navSales a, {
   color: #0081c4;
}


/*  ---- SUBNAV ----- */

#subNav {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#subNav ul {
	margin: 0px;
	padding: 0px;
	
}

#subNav li {
 	list-style: square url(images/orange_box.gif);
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 19px;
	margin-left: 10px;
	}
	
#subNav a { 
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}
	
#subNav a:hover { 
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	}

#bodyJoin #subNav #join a, #bodyDirectory #subNav #directory a, #bodyCommittees #subNav #committees a, #bodyBoard #subNav #board a {
	color: #000;
}

/* ---- FOOTER ---- */

.footer a, .footer a:visited {
	color:#333333;

}

.footer a:hover {
	text-decoration: underline;
}

/*-----Misc----*/

.style4 {color: #FFFFFF}

/*-----RSS Feed-----*/
#rss a, #rss p{
	padding-left:7px;
	padding-right:5px;
}

#rss h3{
	color:#C93;
	font-size:16px;
	text-align:center;
}

.titlefield{ 
	color:#fff;
	font-size: 12px;
}

.datefield{ 
	color:#fff;
	font-size: 12px;
	display:block;
}

#feed p{
	margin-bottom: 4px;
}

#feed a:link, #feed a:visited{
	color:#039;
	text-decoration:underline;
	font-size:12px;	
}

#feed a:hover, #feed a:active{
	color:#000;
	text-decoration:none;	
}
