@charset "utf-8";
/* CSS Document */

a:link {
	color: #2A1FFF; 
	background-color:transparent; 
	text-decoration:none
}

a:visited {
	color: #2A00AA; 
	background-color:transparent; 
	text-decoration:none
}

a:hover, a:active, a:focus {
	color: #2A5FFF; 
	background-color:transparent; 
	text-decoration:underline
}

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, "Arial Narrow", sans-serif;
	font-size: 14px;
	background-color: #D58640;
	background-image: url(../CanvasMap/images/Background_Test2.jpg);
	background-repeat: repeat-x;
}

.content {
	padding: 30px 25px 40px 25px;	
}

#content_wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	position: relative;
	top: 140px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 2px 7px -3px;
	
}	
/* Content in the body tag */

#RattlersPara {
	margin-top: 550px;
	padding: 10px;
}
/* ~~ The footer ~~ */
#footer {
	font-size: 12px;
}

#footerimage {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer_p {
	color: #3366FF;
	line-height: 2px;
	margin: 15px;
}

#footerwrapper {
	background-color: #3366FF;
	padding-top: 10px;
}

#footer ul {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	color: #3366FF;
}

#footer li {
	font-weight: normal;
	color: #3366FF;
}

#footer a, #footer a:visited {
	font-weight: normal;
	color: #3366FF;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #F60;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h2 {
	border-bottom:solid 1px black;
}

#header {
}

#main_container {
	background-color: #D58640;
}
/*
#main_nav_container {
	background-color: #631B02;	
} 

#mainnav {
}

#main_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main_nav a {
	width: 25%;
	display: block;
	float: left;	
	text-align: center;
	background-color: #631B02;
	color: #B5ABA7;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
}

#main_nav a:hover, #main_nav a:active, #main_nav a:focus, #main_nav {
	text-decoration: none;
	background-color: #CCCCCC;
}
*/ 
#margin_top {
	margin-top: 30px;
}

#masthead {
	color: #FFFFFF;
	background-color: #D58640;
}

#logo {
	padding-left: 10px;
	font-size: 30px
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
}

 
.clearfix:after {
    display:block;
    clear:both;
}
 
/*----- Menu Outline -----*/
.menu-wrap {
    /* width:100%;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
    background:#3e3436; */

}
 
.menu {
	/*
    width:1000px;
    margin:0px auto;
	*/
}
 
.menu li {
    margin:0px;
    list-style:none;
    /* font-family:'Ek Mukta';*/
}
 
.menu a {
	/* width: 25%; */
	display: block;
	float: left;	
	text-align: center;
	background-color: #631B02;
	color: #B5ABA7;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
}
 
.menu li:hover > a, .menu .current-item > a {
    text-decoration:none;
    color:#000000;
}
 
.menu .arrow {
    font-size:11px;
    line-height:0%;
}
 
/*----- Top Level -----*/
.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
    font-size:19px;
}
 
.menu > ul > li > a {
    padding:10px 40px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
 
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background:#B66720;
}
 
/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
 
.sub-menu {
    /* width:160%; */
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#631B02;
}
 
.sub-menu li {
    display:block;
    font-size:16px;
}
 
.sub-menu li a {
    padding:10px 30px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#B66720;
}