/*global.css -- This contains the styles that apply to every page*/

body {
	background: url(../images/background.gif);
	margin: 5px;
	padding: 0;
}
h1 h2 h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
/*wrapper for page*/
#wrapper {
	background-image:url(../images/rslBody_bg.gif);
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}

/*banner, login list, navbar list and graphics...fixed position*/

#bannerwrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 806px;
	background: #FFFFFF;
	z-index: 100;
}
#banner {
	position: relative;
	height: 110px;
	background:url(../images/banner_flowers.jpg) no-repeat right;
}
.bannerlogo {
	padding:  5px 0 0 7%;
}
ul.login {
	position: absolute;
	right: 110px;
	top: 10px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.login li {
	display: inline;
}
ul.login li a {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 1px;
	margin-right: 2px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
ul.login li a:hover {
	background: #DCE5FF;
	color: #552197;
}
.register {
	color: #FF3333;
}

/*these following styles are for the navigation bar which is an unordered list put inline with padding, etc.*/

#nav	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/nav_bar_background.gif) repeat-x;
	height: 25px;
	border-bottom: solid 2px;
	border-bottom-color: #999;
	color: #552197;
}
#nav ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	font-size: 110%;
	width: 100%;
}
#nav ul li {
	display: inline;
}
#nav ul li a	
			{
	text-decoration: none;
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 3px;
}			
#nav ul li a:hover
			{
	color: #FFFFFF;
	background:#9966CC;
}				

/* special style for link to identify current page in navbar*/

#thispage a:link, 
#thispage a:visited,
#thispage a:hover, 
#thispage a:active 
			{
	color: #FFFFFF;
	font-weight: bold;
	background: #552197;
}

/*wrapper for all content below banner-navbar...this area is "scrollable"*/

#content {
	position: relative;
	width: 800px;
	margin-top: 138px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
}	
#footer {
	position: relative;
	text-align: center;
	font-size: .8em;
	color: #552197;
	padding-bottom: 10px;
}
.email  {
	display: block;
	padding-left: 25px;
	margin-left: 260px;
	margin-right: 250px;
	background: url(../images/email.gif) no-repeat left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #552197;
}
.email a {
	text-decoration: none;
	color:#000099;
}
.email a:hover {
	text-decoration: underline;
	color:#000099;
}
#links {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}
#links ul {
	list-style-type: none;
	text-align: center;
	width: auto;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
}
#links ul li {
	display: inline;
}
#links ul li a {
	text-decoration: none;
	color: #fff;
	font-family:"Myriad Web Pro", Arial, sans-serif;
	font-size: .7em;
}
#links ul li a:hover {
	text-decoration: underline;
}
