
/*
########  ########  ######  ##    ## ########  #######  ########  
##     ## ##       ##    ## ##   ##     ##    ##     ## ##     ## 
##     ## ##       ##       ##  ##      ##    ##     ## ##     ## 
##     ## ######    ######  #####       ##    ##     ## ########  
##     ## ##             ## ##  ##      ##    ##     ## ##        
##     ## ##       ##    ## ##   ##     ##    ##     ## ##        
########  ########  ######  ##    ##    ##     #######  ##        
*/																			   

 @media screen and (min-width: 1135px) {
body {
	background-image: url(../images/sea.jpg);
	background-color: #6666CC;
}
#header {
	background-color: #133FA2;
	width: 100%;
	/* height: 111px; */
	z-index: 3;
}
#header {
	width: 100%;
	background-image: url(../images/title_background.jpg);
	background-repeat: repeat-x;
}
#logotitleholder {
	overflow: hidden;
	height: 111px;
	width: 100%;
}
#logoholder {
	
	max-width: 100%;
	width: 419px;
	float: left;
}
#facebooktitle {
	width: 800px;
	height: 100px;
	overflow: hidden;
	float: right;
}
#facebook {
	float: right;
	width: auto;
	margin-right: 0;
	margin-top: 0;
}
#page-header-text {
	float: right;
	width: auto;
	margin-right: 10px;
	margin-bottom: 0;
}
#page-header-text h1 {
	color: #fff;
}
#wrapper {
	padding: 10px;
	background-image: url(../images/emboss.jpg);
	position: relative;
	clear: both;
	width: 90%;
	margin: 10px auto;
	min-width: 900px;
	-moz-box-shadow: 0px 0px 20px #009;
	-webkit-box-shadow: 0px 0px 20px #009;
	box-shadow: 0px 0px 20px #009;
	z-index: 1;
}

/***** MENUBAR ******/

/********************************
	MAIN LAYOUT
********************************/

#main-logo {
	width: 419px;
	height: 111px;
}
#section {
	position: relative;
	clear: both;
	padding: 5px;
	z-index: 0;
}
#footer {
	position: relative;
	padding: 5px;
	z-index: 0;
}
/***************************
	TOPLINKS BAR
***************************/

#toplinks {
	height: 25px;
	position: relative;
	width: 100%;
	z-index: 0;
	background-image: url(../images/top_gradient.jpg);
}
#toplinks ul {
	padding: 0;
	margin: 0 10px;
}
#toplinks h2 {
	padding: 3px 0;
	margin: 0 5px;
}
#toplinks a {
	padding: 1px 10px;
}
/***************************
	MENU BAR
***************************/

	#menu ul ul {
		background-color: #ccf;
		background-color: rgba(240,240,255,0.9);
	}

	#menu h2 {
		height: 21px;
		margin: 2px auto;
	}

	#menu h2, #menu a {
		color: #fff;
	}

	#menu ul ul a {
		color: #005;
	}

		#menu ul ul a:hover {
			color: #a00;
			display: block;
			margin: 0;
			padding: 0;
			background: #ddf;
		}

	#menu h2, #toplinks h2 {
		font-size: 0.8em;
		font-family: 'Open Sans', sans-serif;
	}

	#menu a, #toplinks a {
		text-decoration: none;
		padding: 2px;
	}

		#menu a:hover, #toplinks a:hover {
			text-decoration: underline;
		}

	#menu li.nolink {
		font-size: 0.9em;
	}

	#menu li ul li {
		font-family: 'Open Sans', sans-serif;
		font-size: 0.75em;
	}

	#menu ul li ul li ul li {
		font-size: 1em;
	}
#menu {
	height: 26px;
	margin: 0 auto;
	width: 1110px;
}
#menu h2 a {
	padding: 5px;
}
#menu h2 {
	padding: 0;
	margin: 4px 0 0 0;
}
#menu ul {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	float: left;
}
#menu ul li {
	width: 175px;
}
#menu li {
	float: left;
	display: inline;
	position: relative;
	list-style: none;
}
#menu ul ul {
	position: absolute;
	left: 20px;
	top: 100%;
	display: none;
	-moz-box-shadow: 2px 2px 6px #009;
	-webkit-box-shadow: 2px 2px 6px #009;
	box-shadow: 2px 2px 6px #009;
	padding: 2px;
	text-align: left;
}
#menu ul ul li {
	width: 250px;
}
#menu ul ul ul {
	left: 95%;
	top: 0px;
}
#menu li:hover > ul {
	display: block;
}
#indexSelections {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
}
#indexSelections ul {
	list-style: none;
	margin: 5px auto;
	padding: 0;
}
#indexSelections li {
	text-align: center;
	display: inline-block;
}

}