/* Navy 0e1b5f - teal 009ab2 */

	body{
		background: #009ab2;
		font-family: "Century Gothic", "Apple Gothic", sans-serif;
		padding-bottom: 20px;
	}
	
	#wrapper{
		background: white;
		width: 760px;
		margin: 0 auto;	
		border: solid #0e1b5f;
		border-width: 0 1px 1px;
		padding: 0;
		box-shadow:  -2px 2px 1px rgba(0, 0, 0, 0.35);
		-moz-box-shadow:  -2px 2px 1px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow:  -2px 2px 1px rgba(0, 0, 0, 0.35);
	}
	
	#header{
		background: white url('images/header_back.jpg');
		margin-bottom: 20px;
		width: 760px;
		height: 166px;
	}
	
	#header h1 img{
		margin:58px 0 0 10px;
	} 
	
	li.selected a{
	color: orange;
	}
	
	#menu{
		float: left;
		margin: 0 0 20px 10px;
	}
	
	#menu ul, #menu ul ul{
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
	#menu a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	padding: 5px 5px;
	color: #0e1b5f;
	}

	#menu li a, #menu li li a{
		background: #c7f7ff;	
	}
	
	#menu a:hover, #menu li:nth-child(odd) a:hover{ background: #82dbe9; padding: 5px 3px 5px 7px;}
		
	#menu li:nth-child(odd) > a {
		background: #e1fbff;
	}
	
	#menu ul li {
	float: none;
	width: 10em;
	}
	
	#menu ul li ul {
	position: absolute;
	left: -999em;
	width: auto;
	background: #e1fbff;
	z-index: 3;
	margin: -20px 0 0 7em;	
	border: solid #0e1b5f 1px;
	box-shadow:  -2px 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:  -2px 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow:  -2px 2px 1px rgba(0, 0, 0, 0.35);	}
	
	#menu ul li:hover ul {
	left: auto;
	}
	
	#menu ul li:hover ul, #menu ul li.sfhover ul {
	left: auto;
	}
	
	#menu ul li:hover {background-position: 0 0;}
	
	#content{
		margin: 0 10px 0 140px;
	}
	
	#content h2{
		font-size: 1.375em;
		font-style: italic;
		color: #0e1b5f;
	}
	
	#content h3{
		font-size: 1.175em;
		color: #0e1b5f;
		margin: 10px 0;
	}	
	
	#content p{
		padding: 10px 0;
		font-size: 1em;
		line-height: 1.2em;
	}
	
	#content li{
		line-height: 1.3em;
		padding-left: 1em;
	}
	img.dragimage{
		float: right;
		border: 2px solid black;
		margin: 8px 0 8px 8px;
		box-shadow:  -2px 2px 1px rgba(0, 0, 0, 0.35);
		-moz-box-shadow:  -2px 2px 1px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow:  -2px 2px 1px rgba(0, 0, 0, 0.35);			
	}
	.alert{
		padding: 10px 10px 10px 90px;
		background: white url('images/alert.png') no-repeat 10px;
		border: 1px dashed #FC0;
		-webkit-box-shadow: -2px 2px 2px rgba(160,80,0,0.4);
		list-style: none;
		width: 400px;
		margin: 30px auto 20px; 
	}
	.alert h2{
		margin: 0 0 5px;
	}	
	#footer{
		clear: both;
		border-top: dotted #0e1b5f 1px;
		margin: 10px 0 0;
		text-align: center;
		line-height: 1.5em;
	}
	
	#footer li{
        display: -moz-inline-stack;
		display: inline-block;
		padding: 0 4px; 
	}
	
	#footer li li{
		display: none;
	}
	
	#footer a{ text-decoration: none; position: relative; border-bottom: 1px white solid;}
	#footer a:link{ color: #0e1b5f;}
	#footer a:visited{ color: #0e0b0f;}
	#footer a:hover{ color: #009ab2; border-bottom: 1px dotted;}

