	html {background-color:#fff;}

	body {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		margin:0px;
		padding:0px;
		padding:0 0 25px;
		background: #FFFFFF url(/files/design/header_bg.gif) repeat-x top left;
	}

	/**
	 *	HTML elements
	 **/
	a {
		color:#000000;
		cursor:pointer !important;
		text-decoration:underline;
	}

	a:hover {
		color:#000000;
		text-decoration:none !important;
	}

	a.current,
	a.current:hover {
		text-decoration:none !important;
		cursor:text !important;
	}

	h1,h2,h3,h4,h5 {
		color:#333333;
	}

	h1 {
		font-size: 40px;
		line-height:30px;
		letter-spacing:1px;
		margin-bottom:10px;
		text-transform:uppercase;
	}

	h2 {
		font-size: 24px;
		text-transform:uppercase;
		margin-bottom:10px;
		margin-top:20px;
	}

	h3 {
		margin-bottom:5px;
		font-weight:bold;
	}

	p {
		line-height: 18px;
		margin-bottom:10px;
		text-align:justify;
	}

	p.footnote {
		font-size:10px;
		color:#666666;
		margin-bottom:5px;
	}

	p.footnote a {
		color:#666666 !important;
	}

	ul li {
		margin-bottom:5px;
		line-height:16px;
	}

	li ul {
		margin-top:5px;
		margin-left:5px;
	}

	ul li.last  {
		margin-bottom:10px;
	}

	ul.bullet li {
		padding-left:10px;
		background: transparent url(/files/design/bullet-gray.gif) no-repeat 0px 6px;
	}

	hr {
		background-color: #eaeaea;
		clear: both;
		width: 100%;
		height: 1px;
		margin: 0 0 10px;
		border: none;
	}

	.air {
		margin-top:25px;
		margin-bottom:25px;
	}

	hr.spacer {
		background-color: #FFF;
		color: #FFF;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	table th,
	table td {
		vertical-align:top;
	}

	/**
	 * Specials
	 */
	.hidden {display:none;}
	.middle {text-align:center;}

	/**
	 * CONTAINERS
	 */
	.container {
		position:relative;
		width:1000px;
		margin:0px auto;
		background: #FFFFFF url(/files/design/header_bg.gif) repeat-x top left;
	}

	.header {
		position:relative;
		width:100%;
		height:159px;
		overflow:hidden;
		color:#FFFFFF;
	}

	.header a.logo {
		position:absolute;
		top:45px;
		left:25px;
	}

	.header .statement {
		position:absolute;
		top:55px;
		left:325px;
		color: #aaaaaa;
	}

	.header .menu {
		position:absolute;
		top: 125px;
		left:25px;
		height:34px;	/*2 px bottom grayed*/
		width:950px;
		overflow:hidden;
	}

	.header .menu li {
		height:34px;
	}

	.header .menu li h2 {
		margin-top:4px;
		color:#FFFFFF;
	}

	.header .navigation li {
		float:left;
		margin:0px 25px 0px 0px;
	}

	.header .navigation li img {
		margin-top:3px;
	}

	.header .menu ul.navigation li.current {
		background: transparent url(/files/design/navigation_current.gif) no-repeat bottom center;
	}

	.header .area li img {
		margin-top:3px;
	}

	.header .area li {
		float:right;
		display:block;
		padding: 0px 25px 0px 25px;
		text-align:center;
	}

	.header .menu ul.area li.current {
		background-color:#FFFFFF;
	}

	.header .menu ul.area li.current h2 {
		color:#000;
	}

	div.content {
		min-height:400px;
		padding:15px 25px 25px 25px;
		float:left;
	}

	div.section {
		position:relative;
		float:left;
		clear:both;
		width:100%;
		margin-bottom:15px; /* all content tags has 10 px margin-bottom = 15 + 10 = 25px total*/
	}

	div.section-first {
		margin-bottom:0px;
	}

	div.footer {
		width:100%;
		clear:both;
		background: #FFFFFF url(/files/design/header_bg.gif) repeat-x bottom left;
		margin-top:25px;
		margin-bottom:10px;
	}

	div.footer-content {
		font-size:10px;
		color:#E1E1E1;
		min-height:75px;
		margin:0px 25px 0px 25px;
		padding:25px 0px 15px 0px;
	}

	div.footer-content h2 {
		color:#E1E1E1;
	}

	div.footer-content a { color:#E1E1E1 !important;}

	/** GRID 1 and 4 **/
/*	.grid-1-4-left {
		float:left;
		width:195px;
		margin-left:-950px;
	}

	.grid-1-4-right {
		float:left;
		width:755px;
		margin-left:195px;
	}
*/
	/** GRID 2 and 3 **/
/*
	.grid-2-3-left {
		float:left;
		width:365px;
		margin-right:25px;
	}

	.grid-2-3-right {
		float:left;
		width:560px;
	}
*/
	/** GRID 2 and 3 **/
/*
	.grid-3-2-left {
		float:left;
		width:560px;
		margin-right:25px;
	}

	.grid-3-2-right {
		float:left;
		width:365px;
	}
*/
	/** GRID 2 and 3 **/
/*
	.grid-3-1-1-left {
		float:left;
		width:560px;
		margin-right:25px;
	}

	.grid-3-1-1-middle {
		float:left;
		width:170px;
		margin-right:25px;
	}

	.grid-3-1-1-right {
		float:left;
		width:170px;
	}
*/
	/** GRID 4 and 1 **/
	.grid-4-1-left {
		float:left;
		width:715px;
		margin-right:25px;
	}

	.grid-4-1-right {
		float:left;
		width:210px;
	}

	/** GRID 2 and 2 and 1 **/
	.grid-2-2-1-left {
		float:left;
		width:345px;
		margin-right:25px;
	}

	.grid-2-2-1-middle {
		float:left;
		width:345px;
		margin-right:25px;
	}

	.grid-2-2-1-right {
		float:left;
		width:210px;
	}

	/** GRID 1 and 2 and 2 **/
	.grid-1-2-2-left {
		float:left;
		width:210px;
		margin-right:25px;
	}

	.grid-1-2-2-middle {
		float:left;
		width:345px;
		margin-right:25px;
	}

	.grid-1-2-2-right {
		float:left;
		width:345px;
	}

	/* Content boxes */
	div.c-box {
		position:relative;
		margin-bottom: 10px;
		overflow:auto;
	}

	div.c-box-content {
		position:relative;
		background-color:#f3f3f3;
		border-top:1px solid #e1e1e1;
		border-bottom:1px solid #e1e1e1;
		padding:10px;
	}

	div.c-box-wide {
		width:100%;
		margin-right:25px;
	}

	div.c-box-1col {
		width:170px;
		margin-right:25px;
		float:left;
	}

	div.c-box-2col {
		width:365px;
		margin-right:25px;
		float:left;
	}

	div.c-box-last {
		margin-right:0px;
	}

	div.c-box-menu ul li.last {
		margin-bottom:10px;
	}

	.c-box-menu .current {
		color:#e68125;
	}

	div.c-box-menu h3,
	div.c-box-menu h4 {
		margin-bottom:5px;
	}

	div.c-box-menu h4 {
		font-weight:normal;
	}

	/* Content tabls */
	table.c-table {
		margin-bottom:10px;
	}

	table.c-table th {
		padding: 5px 10px 5px 10px;
		background-color:#fafafa;
		border-bottom: 1px solid #F1F1F1;
		border-top: 1px solid #F1F1F1;
		font-weight:bold;
	}

	table.c-table td {
		border-bottom: 1px solid #F1F1F1;
		padding:10px;
	}

	table.c-table tr.even td {
		background-color:#fafafa;
	}

	#fader-container,
	#fader-slides {
		width:1000px;
		height:400px;
		overflow:hidden;
		position:relative;
	}

	#fader-slides {
		display:none;
	}

	.fader-slide {
		position:absolute;
		top:0px;
		left:0px;
		height:400px;
		width:1000px;
		background-color:#FFF;
	}

	.fader-slide h1,
	.fader-slide h2,
	.fader-slide p {
		margin-bottom:15px;
		margin-left:25px;
		width:500px;
	}
	.fader-slide h1 {
		margin-top:85px;
	}

	.fader-slide img {
		position:absolute;
		bottom:0px;
		right:50px;
	}

	.fader-slide a.readmore {
		position:absolute;
		top:250px;
		left:284px;
		background: #FFF url('/files/design/sprite_arrow_right.gif') no-repeat 0px 1px;
		padding-left:20px;
		color:#000;

	}

	/* Thumbs */
	#fader-navigator {
		width:1000px;
		height:125px;
		border-bottom: 1px solid #E1E1E1;
	}

	#fader-navigator h2 {
		font-size:16px;
		margin-top:0px;
	}

	#fader-navigator ul {
		display:block;
		height:100%;
		width:100%;
		background: #F3F3F3  url(/files/design/1x1_e1e1e1.gif) repeat-x top center;
	}

	#fader-navigator li {
		float:left;
		height:125px;
		width:170px;
		margin-left:25px;
		overflow:hidden;
		text-align:center;
		cursor:pointer;
	}

	#fader-navigator li.last {
		margin-right:0px;
	}

	#fader-navigator li.current {
		background: transparent url(/files/design/splash_arrow_current.gif) no-repeat top center;
	}

	#fader-navigator li img {
		margin-top:15px;
		margin-bottom:8px;
	}

