@charset "utf-8";
/* CSS Document */

/*PAGE LAYOUT*/
html
{
	height: 100%;
}

body
{
	height: 100%;
	margin:0 auto;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
	background: url(../images/banner_top_bg.png) repeat-x;
	margin:0 auto;
}

* html #nonFooter
{
	height: 100%;
}
#header
{
	/*background:url(../images/banner_top_bg.png) repeat-x;*/
	height:26px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width: 700px;
	margin: 0 auto;
}

#banner
{
	margin:0 0 10px 0;
}

#content
{
	padding-bottom: 9em;
	margin:0 auto;
	width: 702px;
}

#footer
{
	position: relative;
	margin:-62px 0 0 0;
	background:url(../images/banner_bottom_bg.png) repeat-x;
	height:62px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}

#footer_txt
{
	margin:0 auto;
	width:700px;
}

/*Typography*/

p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	line-height: 19px;
}

p a:link, p a:visited
{
	font-weight:bold;
	color:#83a6d8;
	text-decoration:none;
}

p a:hover, p a:active
{
	color:#002157;
	text-decoration:underline;
}

#header a:link, #header a:visited, #footer a:link, #footer a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active
{
	text-decoration:underline;
}

/*Navigation*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	
}

#nav li {
	float: left;
	margin-bottom:10px;
}

ul#nav li a
{
	display:block;
	border:0;
}

ul#nav li#about, ul#nav li#about a { width:117px; height:31px; border:0; }
ul#nav li#buddy, ul#nav li#buddy a { width:101px; height:31px; border:0; }
ul#nav li#sponsor, ul#nav li#sponsor a { width:110px; height:31px; border:0; }
ul#nav li#news, ul#nav li#news a { width:142px; height:31px; border:0; }
ul#nav li#resources, ul#nav li#resources a { width:103px; height:31px; border:0; }
ul#nav li#donate, ul#nav li#donate a { width:128px; height:31px; border:0; }

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul { 	left: auto; border:0; }
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	border:0;
}
ul#nav li a { background:url(../images/nav.png) top left no-repeat; border:0; }

/*Out*/

ul#nav li#about a:link, ul#nav li#about a:visited {	background-position:0px 0px; border:0; }
ul#nav li#buddy a:link, ul#nav li#buddy a:visited {	background-position:-117px 0px; border:0; }
ul#nav li#sponsor a:link, ul#nav li#sponsor a:visited {	background-position:-218px 0px; border:0; }
ul#nav li#news a:link, ul#nav li#news a:visited {	background-position:-328px 0px; border:0; }
ul#nav li#resources a:link, ul#nav li#resources a:visited {	background-position:-470px 0px; border:0; }
ul#nav li#donate a:link, ul#nav li#donate a:visited {	background-position:-573px 0px; border:0; }

/*Hover*/
ul#nav li#about a:hover, ul#nav li#about a:active {	background-position:0px -31px; border:0; }
ul#nav li#buddy a:hover, ul#nav li#buddy a:active {	background-position:-117px -31px; border:0; }
ul#nav li#sponsor a:hover, ul#nav li#sponsor a:active {	background-position:-218px -31px; border:0; }
ul#nav li#news a:hover, ul#nav li#news a:active {	background-position:-328px -31px; border:0; }
ul#nav li#resources a:hover, ul#nav li#resources a:active {	background-position:-470px -31px; border:0; }
ul#nav li#donate a:hover, ul#nav li#donate a:active {	background-position:-573px -31px; border:0; }
