@charset "utf-8";
/* CSS Document */

a{
	color:#C7E6F3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration: none;
	color: #FFAE00;
}

hr {
	margin-top: 1em;

	
}

#go {
		padding-left:10px;	
}


/* ----------------- VERTICAL CENTER -----------------*/







/*-----------------HEADER ---------------------*/
#header_all {




}


#logo {
	height: 87px;
}



/*a:hover img {
	border: 1px solid #BCD636;
}*/


/*-------------------FOOTER--------------*/
#bottomfooter {
	background-image: url(../images/bg_bottomfooter.png);
	background-repeat: no-repeat;
	height: 19px;
}
.align_right {
	float: right;
	margin-right: 15px;
	
}

#devider_tall {
	height: 10px;
	background-color: #252525;
	
}
#devider_small {
	background-color: #252525;
	height: 5px;
	
}
#flash {
	
}
#rbfooter {
	padding-top: 15px;
	color: #1D1D1D;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
}

#rbfooter li a {
	color: #444;
	font-weight: bold;
	
}
#rbfooter li a:hover {
	color: #00488A;
	text-decoration: none;
	
}

#rbfooter ul {
	margin-left: 0px;

	
}
#rbfooter li {
	display: inline;
	font-size: .8em;
	font-weight: bold;
	margin-right: 10px;
	
}

#rbfooter a img {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
#rbfooter a:hover img {
	background-color: transparent;
}
/*-----------------CONTAINERS-----------------*/
#rbcontainer {
	overflow: hidden;
	margin-bottom: 100px;
	margin-top: 10px;
}
#rbcontainer2 {
	overflow: hidden;	/*background-position: 0px 15px;*/
	background-color: #2e2e2e;
	color: #FFF;
}

#home_left {
	background-color: #252525;
	min-height: 475px;
	
}
#home_center {
	min-height: 450px;
	
}

#home_right {
	background-color: #1d1d1d;
	min-height: 475px;
	
}
#home_contact {

	
}
#home_contact ul {
	list-style-image: url(../_images/li.gif);
}
#story_contact {
	background-color: #444;
	padding-bottom: 10px;

	
}
#story_contact ul {
	list-style-image: url(../_images/li.gif);
}
#story_content ul li {
	margin-left: 15px;
	list-style-image: url(../_images/li.gif);
	list-style-position: outside;

}
#story_content ol li {
	margin-left: 35px;
	list-style-position: outside;

}

#home_gallery {
	text-align: center;
	
}
#home_content {
	padding-right: 15px;

	
}
#home_content p {
	font-size: 0.95em;
	padding-left: 15px;
	
}

#home_facebook {
	padding-right: 15px;

	
}
#home_facebook p {
	padding-left: 15px;
	font-size: 0.95em;
	
}

#story_content {
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 15px;

	
}
#story_content p {
	font-size: .95em;
	
}

#home_newsletter {
	
}
#home_newsletter div {
	padding-left: 12px;
	
}
#home_awards {
	background-color: #444;
	text-align: center;
	
}


.small {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.8em;
}

.smallest {
	font-size: 0.7em;
}

.big {
	font-size: 1.2em;
}
.bigger {
	font-size: 1.5em;
}
.biggest {
	font-size: 1.8em;
}


/*--------------CONTENT ELEMENTS-------------*/

#content {
	background-color: #FFF;
	min-height: 300px;
	text-align: left;
}




#contentstuff {
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 7px;

}


/*-------------------ADS------------------*/

#ads {
	min-height: 300px;
	text-align: center;
}

#ad_title {
	padding-left: 10px;
}


/* --------------------- SUBNAV ----------------------- */

#navlist ul li .navON {
	color: #404041;
	background-color: #CEF9FD;
	background-image: url(../_images/subnav_rollover.gif);
	font-weight: normal;
	background-repeat: no-repeat;
}


#navlist {
	background-color: #444;

}

#navlist ul {
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#navlist ul li {
	margin: 0;
	background-color: #444444;
}
#navlist ul li a {
	padding: 3px 10px 3px 25px;
	font-weight: normal;
	display: block;
}
#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	color: #404041;
	background-color: #CEF9FD;
	background-image: url(../_images/subnav_rollover.gif);
	font-weight: normal;
	background-repeat: no-repeat;
}

#Gallery {
	background-color: #2E2E2E;
		
}
#table1 {
	width: 600px;
}

#table1 td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;


}

.tableheading {
	color: #CEF9FD;
	text-align: right;
}
.tableheading2 {
	color: #CEF9FD;
	text-align: right;
	vertical-align: top;
}
.blue {
	color: #CEF9FD;
	
}


/*-------------------OTHER SYTLING--------------*/

.orange{
	color: #FFAE00;
}

.offwhite {
	color: #FFE8B6;
	
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {
	width:300px;
	height:140px;
	padding:10px;
}

.question {
	color: #FFAE00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
}
