/* This is the default stylesheet for use with Refuge website */

/* body */

body
{
	font-size: small; /* Using keyword and percentage combination */
	font-family: Arial, Sans, Verdana, sans-serif;
	background-repeat:no-repeat;
	background-color: black;

}

#wrapper
{

	background-image:url(../images/Background%20largeb.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-left:auto;
	height: 80%;
	/*background-color:#FFFFFF; */
}


#Banner {

	height: 241px;
	width: 584px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	padding-bottom: 5px;
	/*background-color:#FFFFFF; */
}

#navbar {
	background-image:url(../Images/headerbar.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
	height: 38px;
	width: 689px;
	padding-top: 3px;
	padding-left: 5px;
}


#Indexbuttoncontainer {

	width: auto;
	/*background-color:#0000FF;*/
	margin: 3px;
	padding-left: 0px;
	float:left;
	}


#Eventsbuttoncontainer {

	width: auto;
	/*background-color:#0000FF;*/
	margin: 3px;
	padding-left: 0px;
	float:left;
	}
	
#Facilitiesbuttoncontainer {

	width: auto;
	/*background-color:#0000FF;*/
	margin: 3px;
	padding-left: 0px;
	float:left;
	}
	
#Wildlifebuttoncontainer {


	width: auto;
	/*background-color:#0000FF;*/
	margin: 3px;
	padding-left: 0px;
	float:left;
	}

#Contactbuttoncontainer {


	width: auto;
	/*background-color:#0000FF;*/
	margin: 3px;
	padding-left: 0px;
	float:left;
	}

#navmenu a:hover, body#home #l-home a, body#events #l-events a, body#story #l-story a, body#places #l-places a, body#rules #l-rules a, body#races #l-races a, body#gallery #l-gallery a
{
	color: RED;
	text-decoration: underline;
}

ul.navmain li
{
	display: inline;
	text-align: center;
	padding: 3% 3% 3% 4%;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#container { 
	width: 740px;
	margin-left:auto;
	margin-right:auto;
}

#leftslide {
	
	background-image:url(../Images/txtcolumn.jpg);
	background-repeat:no-repeat;
	font-size:small;
	text-align:left;
	float:left;
	padding-left: 20px;
	padding-top: 10px;
	
	width: 200px;
	height: 800px;
}


#rightnotice {

	background-image:url(../Images/textblocksmall.jpg);
	background-repeat:no-repeat;
	text-align:left;
	float:left;
	padding-left: 2px;
	margin-left: -10px;

	width: 518px;
	height: 156px;
}

#noticetextcontainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 120px;
}

#righttext {

	width:518px;
	float:left;
	margin-left:-10px;
}

#righttexttop {

	width: auto;
	height: 13px;
	background-image:url(../Images/Top.jpg);
	background-repeat:no-repeat;
	/*background-color:#FFFFFF; */
}

#righttextmiddle {

	background-image:url(../Images/Middle.jpg);
	background-repeat:repeat-y;
	text-align:left;
	Height: auto;
	width: auto;
	/*background-color:#FFFFFF;*/
}

#righttextbottom {

	width: auto;
	height: 13px;
	background-image:url(../images/Bottom.jpg);
	background-repeat:no-repeat;
}


#textcontainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
}


ul.navmain li
{
	display: inline;
	text-align: center;
	font-size:larger;
	padding: 1% 1% 1% 2%;
	background-repeat: no-repeat;

}

a:link {
color: blue;
}

a:visited {
color: none;
}

a:active {
color:#00FF00;
}


#footer {
	width: 100%;
	background-color:#996633;
	border: #330000 solid thick;
	margin-top: 98%;
	font-size:large;
	text-align:center;
	
}



#rightnotice
{
	border: 0px solid Black;
}

#noticetextcontainer
{
	border: 0px solid Black;
}

#righttext
{
	border: 0px solid Black;
}

#righttexttop
{
	border: 0px solid Black;
}

#righttextmiddle
{
	border-bottom: 1px solid #9D9D4F;
}

