
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		line-height: 1.75em;
		font-size: 9.5pt;
		letter-spacing: 0;
	}

	body
	{
		padding-top: 70px;
	}

	h2, h3, h4, h5, h6
	{
		font-size: 1.5em;
	}

	section,
	article
	{
		clear: both;
		margin: 2em 0 2em 0 !important;
	}

	section > :first-child,
	article > :first-child
	{
		margin-top: 0 !important;
	}

	section:first-child,
	article:first-child
	{
		margin-top: 0 !important;
	}
	
	.container
	{
		padding: 0em 1em;
	}

	.button
	{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.divider
	{
		margin-top: 4em;
		padding-top: 4em;
	}

	header
	{
		margin-bottom: 1.5em;
	}
		
		header h2
		{
			line-height: 1.2em;
			font-size: 2em;
		}
	
	
/*********************************************************************************/
/* UI                                                                            */
/*********************************************************************************/

	#titleBar
	{
		background: url(images/img01.jpg) repeat-x left center;
	}

		#titleBar .title a
		{
			display: block;
			color: #fff !important;
			text-align: center;
			text-decoration: none;
			line-height: 70px;
			font-size: 1.6em;
			font-weight: 700;
		}

		#titleBar .toggle
		{
			position: relative;
			left: 0;
			top: 0;
			width: 88px;
			height: 60px;
		}

			#titleBar .toggle:before
			{
				content: '';
				display: block;
				width: 62px;
				height: 40px;
				border-radius: 4px;
				position: absolute;
				left: 5px;
				top: 5px;
				
			}

			#titleBar .toggle:after
			{
				content: '';
				z-index: 99;
				display: block;
				width: 42px;
				height: 35px;
				position: absolute;
				left: 18px;
				top: 25px;
				border-radius: 0px;
				background: url("../images/menu.png") no-repeat;
			}

			#titleBar .toggle:active:after
			{
				opacity: 0;
			}

	#navPanel
	{
		background: #222546;
	}

		#navPanel .link
		{
			display: absolute;
			color: #888;
			text-decoration: none;
			text-transform: uppercase;
			height: 44px;
			line-height: 44px;
			letter-spacing: 1px;
			border-top: solid 0px #8E292B;
			padding: 0 1em 0 1em;
		}
		
			#navPanel .link:first-child
			{
				border-top: 0;
			}
			
			#navPanel .link.depth-0
			{
				color: #fff;
			}

			#navPanel .indent-1 { display: inline-block; width: 1em; }
			#navPanel .indent-2 { display: inline-block; width: 2em; }
			#navPanel .indent-3 { display: inline-block; width: 3em; }
			#navPanel .indent-4 { display: inline-block; width: 4em; }
			#navPanel .indent-5 { display: inline-block; width: 5em; }
			#navPanel .depth-0 { color: #fff; }
			
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		display: none;
	}

	#logo
	{
		display: none;
	}
	
	#nav
	{
		display: none;
	}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding: 3em 0em;
	}


	.homepage #banner
	{
		padding: 6em 0em;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 4em 0em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 5em 0em 3em 0em;
	}
	
	#footer header
	{
		margin-bottom: 2em;
	}
	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		padding: 4em 0em 2em 0em;
	}

/*********************************************************************************/
/* Marketing                                                                     */
/*********************************************************************************/

	#marketing
	{
		padding: 3em 0em;
	}
	
