/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	h2
	{
		font-size: 2em;
		line-height: 1.25em;
		margin: 0 0 5px 0;
		letter-spacing: -1px;
	}

	h3
	{
		line-height: 1.25em;
		margin: 0 0 0.6em 0;
		font-size: 1.75em;
		letter-spacing: -0.5px !important;
	}

	.subtitle
	{
		font-size: 1.75em;
		letter-spacing: -0.5px !important;
	}

	.bordered
	{
		padding: 2em 0em 0em 0em;
		border-top: 1px solid #e4e4e4;
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
        overflow:auto; 
        /*padding-left:50px;*/
        /*height:180px;*/
        min-width:1200px;
        padding-top:40px;
         
	}
#header-container {
    margin: 0 auto;
    /*overflow:hidden;*/
    width:1200px;
    
}
	
	#banner-wrapper
	{
		padding: 4em 0 4em 0;
        min-width:1200px;
	}
	
	#featured-wrapper
	{
		padding: 8em 0 8em 0;
	}
	
	#main-wrapper
	{
		padding: 2em 1em 2em 1em;
        min-width:1200px;    
	}

#map_canvas {
    overflow:hidden;
}

#map_canvas iframe {
    width:100%;
    height:100%;
    min-height:400px;
}
	
	#footer-wrapper
	{
		padding: 20px 0 10px 0;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
        float:left;
		position: relative;
	}

	#header h1
	{
		letter-spacing: -1px;
		/*text-align: center;*/
		font-size: 2.50em;
		font-weight: 400;
	}

	#header h1 a
	{
		text-decoration: none;
		color: #FFFFFF;
		outline: 0;
	}
		
	#header span
	{
		font-weight: 200;
		color: #727272;
	}
			
/*********************************************************************************/
/* Navigation Menu                                                                           */
/*********************************************************************************/

	.NavigationMenu
	{
        
		position: relative;
		height: 4em;
		padding-top: 0px;
		margin: 0px auto;
		cursor: default;
	}

	.menuItem, .staticMenuItemStyle
	{
			display: inline-block;
			line-height: 2.5em;
			padding: 0 1.25em 0 1.25em;
			text-decoration: none;
			font-size: 1.05em;
			color: #727272;
			outline: 0;
}
.menuItemMouseOver
{
			background: #282828;
			background: rgba(42,42,42,0.94);
			color: #bbb;
}

.menuItemSelected
{
			background: #0087cd !important;
			color: #FFFFFF !important;
}
		.Menu ul
		{
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
			.Menu > ul > li > ul
			{
				display: none;
			}

		.Menu li
		{
			display: inline-block;
			margin: 0em 0.50em;
		}
		
		.Menu a
		{
			display: inline-block;
			line-height: 2.5em;
			padding: 0 1.25em 0 1.25em;
			text-decoration: none;
			font-size: 1.05em;
			color: #727272;
			outline: 0;
		}

		.Menu li:hover a
		{
			background: #282828;
			background: rgba(42,42,42,0.94);
			color: #bbb;
		}

		.Menu li:active a,
		.Menu li.active a
		{
			background: #282828;
			background: rgba(42,42,42,0.94);
			color: #fff;
		}
		
		.Menu .current_page_item a
		{
			background: #0087cd !important;
			color: #FFFFFF !important;
		}
		
		.Menu .first
		{
			border-left: none;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
        float:left;
		position: relative;
		height: 12em;
		padding-top: 25px;
		/*margin: 0px auto;*/
        /*padding-right: 120px;*/
		cursor: default;
        text-align:center;
	}
	
		#nav ul
		{
			margin-top: 0;
			padding-top: 2em;
		}
		
			#nav > ul > li > ul
			{
				display: none;
			}

		#nav li
		{
			display: inline-block;
			margin: 0;
		}
		
		#nav a
		{
			display: inline-block;
			line-height: 2.5em;
			padding: 0 1.25em 0 1.25em;
			text-decoration: none;
			font-size: 1.05em;
			color: #727272;
			outline: 0;
		}

        #nav a.logo
		{
			padding:0;
            margin:0;
		}

		#nav li:hover a
		{
			background: #282828;
			background: rgba(42,42,42,0.94);
			color: #bbb;
		}

		#nav li:active a,
		#nav li.active a
		{
			background: #282828;
			background: rgba(42,42,42,0.94);
			color: #fff;
		}
		
		#nav .current_page_item a
		{
			background: #0087cd !important;
			color: #FFFFFF !important;
		}
		
		#nav .first
		{
			border-left: none;
		}

	.dropotron
	{
		background: #282828;
		background: rgba(42,42,42,0.94);
		min-width: 15em;
		padding: 0.75em;
		box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
	}
	
		.dropotron li
		{
		}
		
			.dropotron li > a,
			.dropotron li > span
			{
				display: block;
				color: #727272;
				text-decoration: none;
				line-height: 2.75em;
				padding: 0 1em 0 1em;
				outline: 0;
			}

			.dropotron li:hover > a,
			.dropotron li:hover > span
			{
				background: #202020;
				color: #bbb;
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}
	
		#banner .image-full
		{
		}
		

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{

	}

        #footer .footer-right {
            text-align:right;
        }
        #footer .footer-center {
            text-align:center;
        }

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		overflow: hidden;
		padding-bottom: 6em;
        padding-right:2em;
        
	}

		#content p
		{
			text-align: justify;
		}
	
		.homepage #content,
		.no-sidebar #content
		{
		}
		
		.homepage #content
		{
			padding-bottom: 1em;
		}
		
		.left-sidebar #content
		{
			padding-left: 3em;
		}
	
		.right-sidebar #content
		{
			padding-right: 3em;
		}
	
		#content h2
		{
			margin: 0 0 0.25em 0;
			font-size: 3em;
		}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
	}
		
		
		#featured h2
		{
			font-size: 2.50em;
			margin: 0 0 0.25em 0;
		}
	
		#featured h3
		{
			font-size: 1.70em;
		}

		#featured .subtitle
		{
			font-size: 1.50em;
		}

		#featured .image
		{
			margin-bottom: 3em;
		}

/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

	#slider
	{
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		height: 370px;
		cursor: default;
	}
	
		#slider .viewer
		{
			margin: 0 auto;
		}
	
			#slider .viewer .reel
			{
				display: none;
			}
	
				#slider .viewer .reel .slide
				{
					position: relative;
				}
		
				#slider .viewer .reel .slide img
				{
					width: 1200px;
					line-height: 0;
					position: absolute;
					top: 0;
					left: 0;
				}

		#slider .info
		{
			position: absolute;
			z-index: 1;
			width: 100%;
			top: 7em;
			right: 4em;
			padding: 0px 0px 20px 30px;
			text-align: right;
		}

		#slider .info h2
		{
			opacity: 0.75;
			line-height: 1.25em;
			font-size: 3em;
			font-weight: 200;
			color: #ffffff;
			margin: 0 0 0.5em 0;
		}
		
		#slider .info span
		{
			display: block;
			text-decoration: none;
			opacity: 0.75;
			font-weight: 200;
			color: #b4b3b3;
			font-size: 2.00em;
		}
	
		#slider .indicator
		{
			position: absolute;
			bottom: 2em;
			right: 4em;
			height: 50px;
		}
		
			#slider .indicator ul
			{
				list-style: none;
				padding: 0;
				margin: 0;
				text-align: center;
			}
		
				#slider .indicator ul li
				{
					display: inline-block;
					width: 1em;
					height: 1em;
					text-indent: -9999em;
					background: rgba(255,255,255,.20);
					margin: 0 0.25em 0 0.25em;
					border-radius: 50%;
				}
		
					#slider .indicator ul li.active
					{
						background: rgba(255,255,255,.60);
					}
					
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		margin-top: 5px;
		padding: 10px 0em 10px 0em;
	}