/*-------------------------------------
----------HTML TAG STYLES--------------
-------------------------------------*/


ul {
	margin: 0;
	padding: 0;
}

a {
	
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------
----------CLASS STYLES-----------------
-------------------------------------*/
.orange {
	color: #faa21c;
	font-weight: bold;
}

.red {
	color: #ed1c24;
	font-weight: bolder;
}

.toggler a {
	color: #ff0000;
	margin-left: 40px;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.toggler {
	color: #ff0000;
	margin: 0;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
}

.input-search {
	display: inline;
	margin: -2px 3px 0 0;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
	border: solid 1px #999;
}

.global-nav-items {
	margin: 0;
	padding-bottom: 2px;
	float: left;
}

.global-nav-items li {
	display: block;
	margin: 2px 10px;
	list-style: none;
}

.global-nav-items li {
	display: block;
	margin: 2px 10px;
	list-style: none;
}

.global-nav-items li a {
	color: #555;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.global-nav-items li a:hover {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.global-nav-items .listHeader a {
	color: #cc2a27;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
}

.global-nav-items .listHeader a:hover {
	color: #cc2a27;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
}

.community-items {
	margin: 0;
	padding-bottom: 2px;
	float: left;
}

.community-items li {
	display: block;
	margin: 2px 10px;
	list-style: none;
}

.community-items li a {
	color: #555;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.community-items li a:hover {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.areas {
	float: left;
	margin-right: 6px;
	width: 226px;
	height: 230px;
	background-image: url(/images-amanda/bg-a1-off.jpg);
	background-repeat: no-repeat;
}

.accordions {
	position: relative;
	width: 226px;
	height: 180px;
	margin-top: 10px;
	z-index: 10;
	visibility: hidden;
}

.bgAlpha {
	position: relative; 
	height: 195px; 
	background-image: url(/images-amanda/bgAlpha.jpg); 
	top: -195px; 
	z-index: 1;
}

/*-------------------------------------
-------------ID STYLES-----------------
-------------------------------------*/

#main_container {
	background-color: #FFFFFF;
	width: 975px;
	margin: 0 auto;
}

#top-container {
	background-color: #FFF;
}

#mid-container {
	background-color: #ffffff;
	background-image: url(/images-amanda/bg_mid-content.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#bottom-container {
	background-color: #fff;
}


#top-nav {
	position: relative;
	width: 715px;
	height: 90px;
	float:left;
	z-index: 100;
}

#global-bar {
	width: 100%;
	height: 15px;
	background-color: #a71832;
}

#global-login {
	position: relative;
	width: 930px;
	height: 15px;
	margin: 0 auto;
	background-image: url(../images-amanda/topBar_bg.jpg);
	background-repeat: no-repeat;
	z-index: 1000;
}

#sl-login {
	margin-right: 215px;
}

#sl-login span {
	position: relative;
	top: -1px;
}

#global-login-field {
	position: absolute;
	top: 16px;
	left: 585px;
	background-color: #FFF;
	border: solid 1px #CCC;
	padding: 5px;
	visibility: hidden;
	z-index: 1000;
}

#global-login img {
	margin-top: 1px;
}

#global-login a {
	color: #FFF;
	font-weight: bold;
}

#global-login-field a {
	color: #cc2a27;
	font-size: 10px;
	font-weight: bold;
}

#global-news {
	position: absolute;
	top: 15px;
	left: 0;
	margin: 0;
	padding: 5px;
	color: #777;
	border: solid 1px #CCC;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 1000;
}


#global-news a{
	color: #cc2a27;
	text-decoration:none;
}

#global-news a:hover{
	text-decoration:underline;
}

#global-ministrytools {
	position: absolute;
	top: 53px;
	left: 662px;
	margin: 0;
	padding: 5px;
	color: #777;
	border: solid 1px #CCC;
	background-color: #93bfd6;
	visibility: hidden;
	z-index: 1000;
}

#global-ministrytools li{
	list-style: none;
}

#global-ministrytools a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#global-ministrytools a:hover{
	text-decoration: underline;
}

#member-form {
	width:200px;
	padding-top: 2px;
	visibility: hidden;
}

<!--- drop level menu ---->
.menu_droplevel {
	
	float: left;
}

.menu_droplevel li{ 
	font-size: 10px;
	list-style: none;
	float: left;
	text-align: left;
	text-transform: uppercase;
	color: #7e8077;
}

.menu_droplevel a{
	color: #7e8077;
	margin: 0 10px 0 5px;
	
}

.menu_droplevel li{
	padding: 6px 0 10px 0;
		
}

.menu_droplevel a:hover {
	color: #ffb700;
	padding: 6px 0 7px 0;
	
}

#top-nav form {
	display: inline;
}

#top-nav-links {
	margin-top: 3px;
}

#top-nav-links a {
	margin-right: 15px;
}

#global-nav {
	position: absolute;
	top: 15px;
	left: 10px;
	display: inherit;
	margin: 0;
	color: #555555;
	border: solid 1px #CCC;
	border-left: solid 3px #CCC;
	background-color:#FFFFFF;
	visibility: hidden;
	z-index: 1000;
}

#global-nav .nav-border {
	border-right: solid 1px #CCC;
}

#global-community-nav {
	color: #555555;
	border: solid 1px #CCC;
	border-right: solid 3px #CCC;
	background-color:#FFFFFF;
	visibility: hidden;
}

#global-community-nav .nav-border {
	border-right: solid 1px #CCC;
}

#community-nav {
	position: absolute;
	top: 15px;
	left: 250px;
	color: #555555;
	border: solid 1px #CCC;
	border-right: solid 3px #CCC;
	background-color:#FFFFFF;
	visibility: hidden;
}

#community-nav .nav-border {
	border-right: solid 1px #CCC;
}

#listHeader a {
	color: #cc2a27;
	font-size: 10px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
}

#micro-design {
	position: relative;
	width: 240px;
	margin-top: -15px;
	float: right;
	z-index: 9;
}

#logo {
	margin-top: 10px;
}

#logo2 {
	position: absolute;
	top: 20px;
	left: 560px;
	width: 39.5px;
	float: left;
	clear: left;
}

#sub-nav {
	height: 66px;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}

#sub-nav a {
	color: #faa21c;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	text-transform: uppercase;
}

#sub-nav-links {
	float: right;
}

#sub-nav-slide {
	float: right;
	line-height: 10px;
}

#sub-nav-slide a{
	color: #555;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	text-decoration: none;
}

#news-more-slide {
	visibility: hidden;
}

#subLink a {
	margin-left: 60px;
	display: block;
	color: #555;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}

#small-seperator {
	display: none;
	
}

#mid-container {
	position: relative;
	background-color: #009ad9;
}

#content {
	position: relative;
	width: 910px;
	margin: 0 auto;
	color: #000000;
	border: solid 5px #FFF;
}

#content-flash-wide {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#content-nav-main ul {
	margin:0;
	padding:0;
}

#content-nav-sub {
	margin-left: 30px;
	font-weight: bold;
}

#promo-new-camps {
	margin-top:  30px;
	margin-left: 20px;
	float: left;
}

#camp-news {
	height: 278px;
	width: 910px;
	background-image: url(/images-amanda/bg_campnews.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	clear: left;
}

#camp-news-content {
	color: #FFF;
	width: 400px;
	margin-top: 70px;
	margin-left: 275px;
}

#footer {
	width: 975px;
	padding: 0;
	margin: 0 auto;
	background-color: #edeceb;
	font-size: 10px;
	text-align: left;
	text-transform: none;
	
}

#footer {
	color: #7e8077;
}

#footer a{
	color: #7e8077;
	text-transform: none;
}

#footer a:hover {
	color: #faa21c;
}

.ft_col_1 {
	width: 120px;
	float: left;
	margin: 10px 9px 10px 10px;
}

.ft_col_2 {
	width: 120px;
	float: left;
	margin: 10px 9px;
}

.ft_col_3 {
	width: 135px;
	float: left;
	margin: 10px 10px 10px 5px;
}

.ft_col_4 {
	width: 130px;
	float: left;
	margin: 10px 9px;
}

.ft_col_5 {
	width: 140px;
	float: left;
	margin: 10px 9px 10px 10px;
}

.ft_col_6 {
	width: 110px;
	float: left;
	margin: 10px 0;
}

.ft_col_7 {
	width: 115px;
	float: left;
	margin: 10px 0;
}

#area1 {
	background-image: url(/images-amanda/area1_bg.jpg);
}

#area2 {
	background-image: url(/images-amanda/area2_bg.jpg);
}

#area3 {
	background-image: url(/images-amanda/area3_bg.jpg);
}

#area4 {
	background-image: url(/images-amanda/area4_bg.jpg);
}


