/*//////////////////////////////////////////////////////////
	Clearfixes
//////////////////////////////////////////////////////////*/

	.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}
	.clearfix {
		display:block;
	}

	.clear {
		height:0em;
		font:1px/1px sans-serif;
		text-decoration:none;
		margin:0;
		padding:0;
		clear:both;
	}

/*/////////////////////////////////////////////////////////////////////
	Inherit
/////////////////////////////////////////////////////////////////////*/

	* {
		padding:0;
		margin:0;
	}

	body, a, ul, li, p, h1, h2, h3, h4, input, select, textarea {
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}

	body {
		font-size:62.5%;
	}

	img {
		display:block;
	}
	a img {
		border:none;
	}

	table {
		border-collapse:collapse;
	}

	button {
		background-color:transparent;
		cursor:pointer;
		border:0;
	}

/*/////////////////////////////////////////////////////////////////////
	General
background:#bdbbbc url(../../images/layout/back.jpg) repeat-x top center;
/////////////////////////////////////////////////////////////////////*/

	body {
		background:#bdbbbc url(../../images/layout/back.jpg) repeat-x top center;
	}
	#wrapper {
		width:916px;
		margin:0 auto;
	}
	#flashHome {
		position: relative;
	}
	#strap {
		position: absolute;
		top: 247px;
		left: 0;
	}

/*/////////////////////////////////////////////////////////////////////
	Header
/////////////////////////////////////////////////////////////////////*/

	#header {
		height:185px;
	}

	/* logo */
	#header h1#logo {
		text-indent:-9999px;
		height:100px;
		width:232px;
		float:left;
	}
	#header h1#logo a {
		display:block;
		outline:0;
		height:100px;
		width:232px;
		background:url(../../images/layout/logo.gif) no-repeat 5px 30px;
	}

	/* nav */
	#header ul#nav {
		float:right;
		width:658px;
		margin:135px 0 0 0;
	}
	#header ul#nav li {
		float:left;
		list-style:none;
		padding:0 0 0 2px;
		height:50px;
	}
	#header ul#nav li a {
		display:block;
		float:left;
		background: url(../../images/layout/nav.jpg) repeat-x bottom center;
		height:30px;
		padding:20px 0 0 18px;
		width:111px;
		color:#1b3d94;
		font-weight:bold;
		font-size:1.4em;
		line-height:1em;
	}
	#header ul#nav li a:hover {
		background:#ffffff;
	}
	#header ul#nav li.active a {
		background:#ffffff;
		width:114px;
	}


/*/////////////////////////////////////////////////////////////////////
	Container
/////////////////////////////////////////////////////////////////////*/

	#container {
		background:#ffffff;
		padding:14px 12px;
		margin:0 0 15px 0;
	}

/*/////////////////////////////////////////////////////////////////////
	Footer
/////////////////////////////////////////////////////////////////////*/

	#footer {
		padding:0 0 50px 0;
		text-align:right;
		clear:both;
	}
	#footer p {
		color:#f1f1f1;
		font-size: 1.1em;
		line-height: 1.4em;
	}
	#footer p strong {
		color:#1b3d94;
	}
	#footer p#lnav {
		color:#1b3d94;
		margin:0 0 30px 0;
	}
	#footer p#lnav a {
		color:#ffffff;
		text-decoration:none;
		padding:0 5px;
	}
	#footer p#lnav a:hover {
		text-decoration:underline;
		color:#1b3d94;
	}
