/*
	Aqueous by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		font-size: 11pt;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding-top: 0px;
		border-top:3px solid #004e91 /*c52223;*/
	}

	#logo span {
		padding-top: 0em;
	}
	
	#header .mobiletitle {display: none; }
	
	
/*********************************************************************************/
/* Menu with dropotron                                                           */
/*********************************************************************************/

#nav 	{ height: 90px; background: #004e91; }

#nav ul { text-align: center; }

#nav li { display: inline-block; padding: 0px 10px; }

#nav ul li:hover > ul { opacity:1; }

#nav a {
	display: block; float: left;
	margin-right: 2px;
	text-align:left; text-decoration: none; text-transform: none;	
	font-family: 'Ubuntu Condensed'; 
	font-size: 14pt; line-height: 45px;
	color: #fff; 	
}


#nav a:hover { color: #eee; }


/* Dropotron: The drop down menu */

#nav .dropotron 	{ top: 1em; display: block !important; opacity: 0; }
#nav .dropotron ul	{   }
#nav .dropotron > li
{	
	background:#1A609C; 
	box-shadow: inset 0px -2px -0px 0px rgba(0,0,0,0.25);	
	display: block; position: absolute;
	margin-left: -10px !important;
	min-width:200px;
	margin-top: 36px !important;
	z-index:1000;
	padding:8px;	 
}
#nav .dropotron > li > a
{
	font-size:13pt; line-height: 25px;
	clear: left; float:left; display:block;
	width:100%;	
	border-bottom:1px dotted #237DC9;
	padding:4px 4px 4px 4px;
	margin:0px 0px 0px 0px;	 
	
}

#nav .dropotron > li.active > a	{ } 
#nav .dropotron > li:hover > a 	{ }

#nav .dropotron.level-0 { border-radius: 0 0 4px 4px; margin-left: -0.5em; }


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		padding: 0em 0em;
		color: #fff;
	}
	
	#banner .container
	{
		background: #FFF;
	}
	
	#banner .full
	{
		padding: 0em 3em;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 2em 3em 2em 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 2em 3em;
		margin:0px;
	}
	
	
	
	
