body 
{
	background-color: #d5e1ef;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 750px;
	letter-spacing: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff6207;
}

a:hover, a:active 
{
	text-decoration: underline;
	color: #ff6207;
}

img
{
	border: 0;
}

.red
{
	color: #ff0000;
}

table.tbl-bars td
{
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #b7aea7;
}
	
	table.tbl-bars td.td-last
	{
		border-bottom: 0;
	}

div#wrapper 
{
	margin: 0 auto;
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
}

	div#wrapper div#logo 
	{
		text-align: center;
		height: 104px;
	}

	div#wrapper div#menu-container 
	{
		background-image: url(/images/menu_bg.jpg);
		background-repeat: repeat-x;
		height: 30px;
	}

		div#wrapper ul#menu
		{
			float: left;
			width: 750px;
			margin: 0;
			padding: 0;
			display: block;
		}
		
			div#wrapper ul#menu li
			{
				list-style: none;
				display: inline;
				background-image: url(/images/menu_bg_divider.gif);
				background-repeat: repeat-y;
				background-position: right;
				line-height: 26px;
				padding-top: 2px;
				letter-spacing: 0;
			}
			
			div#wrapper ul#menu li a
			{
				font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
				font-size: 12px;
				color: #7f95c6;
				padding: 0 9px 0 2px;
				text-decoration: none;
				margin: 0;
			}
			
			div#wrapper ul#menu li.first a
			{
				padding-left: 10px;
			}

			div#wrapper ul#menu li.last
			{
				background-image: none;
			}

			div#wrapper ul#menu li.last a
			{
				padding-left: 3px;
			}
				
			div#wrapper ul#menu li a:hover,
			div#wrapper ul#menu li.hi a,
			div#wrapper ul#menu li a.active
			{
				color: #FFFFFF;
			}

	div#wrapper img#header
	{
		display: block;
	}

	
	div#footer-container
	{ 
		font-size: 11px;
		color: #666666;
	}	

		div#footer-divider 
		{
			background-image: url(/images/footer_bg.jpg);
			background-repeat: repeat-x;
			min-height: 32px;
			float: left;
			width: 100%;
		}

		div#footer-left 
		{
			float: left;
			width: 340px;
			height: 96px;
			background-image: url(/images/footer_bg_line.gif);
			background-repeat: no-repeat;
			background-position: bottom right;
		}

			div#footer-left img 
			{
				float:left;
                                padding: 15px 10px 0 10px ;
			}
			
			div#footer-left p
			{
				margin-top: 45px;
			}		

		div#footer-right 
		{
			float: right;
			height: 96px;
			width: 205px;
		}

			div#footer-right-copy
			{
				margin: 20px 0 0 30px;
				font-size: 12px;
			}

			div#footer-right-copy p
			{
				line-height: 14px;
			}

		div#footer-center 
		{ 
			float: left;
			height: 96px;
			width: 200px;
			background-image: url(/images/footer_bg_line.gif);
			background-repeat: no-repeat;
			background-position: bottom right;
		}

			div#footer-center-copy
			{
				margin: 22px 0 0 30px;
			}

			div#footer-center p
			{
				margin: 0 0 8px 0;
			}

		div#footer-container a
		{
			color: #ff6207;
		}


.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CODEWIRE EDIT STYLE */
/* SHOULD BE INCORPORATED INTO CODEWIRE AT SOME POINT */
.codewire-edit 
{
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	padding-left: 2px;
}
