/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	.image-left-solo
	{
		margin-bottom: 0;
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#wrapper
	{
		padding: 4em 0em 5em 0em;
	}

	#header-wrapper
	{
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
	}
	
	#footer-wrapper
	{
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		overflow: hidden;
		position: relative;
		padding: 3em 0 3em 0;
	}

		#header h1
		{
			margin-right: 0.50em;
			background: #3b92a3;
			background: -moz-linear-gradient(top, #3b92a3, #276470);
			background: -webkit-linear-gradient(top, #3b92a3, #276470);
			background: -ms-linear-gradient(top, #3b92a3, #276470);
			background: -o-linear-gradient(top, #3b92a3, #276470);
			background: linear-gradient(top, #3b92a3, #276470);		
			border: 1px solid #000000;
			box-shadow: inset 0px 1px 0px #6bc1d3, inset 0px 0px 1px #437f8b, inset 0px 0px 2px #39808e;
			text-transform: uppercase;
			font-size: 2em;
			font-weight: 700;
			float: left;
			width: 130px;
			height: 130px;
			line-height: 125px;
			text-align: center;
			border-radius: 75px;
		}

			#header h1 a
			{
				text-decoration: none;
				color: #FFFFFF;
			}
			
		#header .slogan
		{
			display: block;
			padding: 3.2em 0em 0em 0em;
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 1.25em;
			color: #707070;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		overflow: hidden;
		position: absolute;
		top: 2em;
		right: 0;
		font-family: 'Open Sans Condensed', sans-serif;
	}
	
		#nav ul
		{
			float: right;
			margin: 0em 0em 0em 0em;
			padding: 0;
			text-align: right;
		}
		
			#nav > ul > li > ul
			{
				display: none;
			}

		#nav li
		{
			display: inline-block;
			padding: 4em 1.50em 4em 4em;
			border-left: 1px solid #2d2d2d;
			box-shadow: 0px 0 0px #000, -1px 0 1px #000;
		}
		
		#nav .subnav
		{
			display: block;
		}
		
		#nav a
		{
			display: inline-block;
			text-decoration: none;
			text-transform: uppercase;
			text-shadow: 1px 1px 0px #000000;
			font-weight: 700;
			font-size: 1.35em;
			color: #FFFFFF;
			outline: 0;
		}
		
		#nav span
		{
			display: block;
			padding: 0.50em 0em 0em 0em;
			font-size: 1.25em;
			color: #8f8f8f;
		}
		
		#nav .current_page_item a
		{
			color: #FFFFFF;
		}
		
		#nav .first
		{
			border-left: none;
		}

	.dropotron
	{
		padding: 1.25em 1.5em 1.25em 1.5em;
		text-align: right;
		min-width: 15em;

		background-image: -moz-linear-gradient(top, rgba(40,40,40,0.99), rgba(25,25,25,0.97));
		background-image: -webkit-linear-gradient(top, rgba(40,40,40,0.99), rgba(25,25,25,0.97));
		background-image: -o-linear-gradient(top, rgba(40,40,40,0.99), rgba(25,25,25,0.97));
		background-image: -ms-linear-gradient(top, rgba(40,40,40,0.99), rgba(25,25,25,0.97));
		background-image: linear-gradient(top, rgba(40,40,40,0.99), rgba(25,25,25,0.97));
		border: 1px solid #000000;
		box-shadow: inset 0px 1px 0px #4a4a4a, inset 0px 0px 1px #4e4e4e, inset 0px 0px 2px #414141, 0px 2px 4px 0px rgba(0,0,0,0.5);
		border-radius: 7px;
		text-shadow: -1px -1px 0 rgba(0,0,0,1);
		color: #fff !important;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 800;
		font-size: 1em;
		outline: 0;
	}
	
		.dropotron-level-0
		{
			margin-top: -2.5em;
		}
	
		.dropotron li
		{
		}

		.dropotron a,
		.dropotron span
		{
			display: block;
			padding: 0.85em 0 0.85em 0;
			color: #aaa;
			text-decoration: none;
			box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.15), 0px -2px 0px 0px rgba(0,0,0,0.5);
			outline: 0;
		}

		.dropotron li:first-child > a,
		.dropotron li:first-child > span
		{
			box-shadow: none;
		}

		.dropotron li:hover > a,
		.dropotron li:hover > span
		{
			color: #fff;
		}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		text-align: center;
		padding: 10em 0 8em 0;
	}
	
		#banner h2
		{
			padding: 0em 0em 0.50em 0em;
			font-size: 3.5em;
			color: #FFFFFF;
		}
		
		#banner .subtitle
		{
			font-size: 2em;
			font-family: 'Open Sans Condensed', sans-serif;
			color: #919191;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		padding: 6em 0em 3em 0em;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}
	
		#main .image-left
		{
			margin-right: 4em;
		}
	
		.no-sidebar #main .image-left
		{
			width: 30%;
			margin-bottom: 1em;
			margin-right: 3em;
		}

		#main .box-standard h2
		{
			padding: 0.75em 0em 0.25em 0em;
			font-size: 3.00em !important;
		}
	
		#main .box-standard .subheading
		{
			padding: 0em 0em 1.25em 0em;
			font-size: 2em !important;
		}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}
	
	.right-sidebar #content .image-left
	{
		width: 40%;
		margin-bottom: 1em;
		margin-right: 3em;
	}

	#content .box-standard h2
	{
		padding: 0.5em 0em 0.25em 0em;
		font-size: 3.00em !important;
	}

	#content .box-standard .subheading
	{
		padding: 0em 0em 1.5em 0em;
		font-size: 2em !important;
	}