/* Common Styles */

/* ============================
				GENERAL STYLES
=============================*/

	*	{
		margin:0px;
		padding:0px;
		}	

	body	{
		background:url(../images/home_bg.jpg) repeat-x #fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}
	
	.spacer	{
		clear:both;
		width:100%;
		height:0px;
		}	
	
	a	{
		color:#18295E;
		}
	
	a:hover	{
		color:#E28F25;
		}
	
	ul	{
		margin:2px 0px 2px 25px;
		}

/* ============================
				HEADER STYLES
==============================*/

	.navHeadlineWrap	{
		margin-top:10px;
		float:right;
		width:660px;
		}
	
	.navHeadlineWrap h1	{
		clear:both;
		color:#18295F;
		font-family:"Gill Sans", "Gill Sans MT", Arial, Helvetica;
		font-size:18px;
		padding-top:16px;
		font-weight:normal;
		}

/* ------------ NAV STYLES ------------- */
	
	.navWrap	{
		float:right;
		width:580px;
		height:34px;
		}
	
	.nav_btn_ctn	{
		margin-right:0px;
		height:32px;
		float:left;
		}
	
	.nav_btn_ctn .nav_btn_l	{
		background:url(../images/nav_l.jpg) no-repeat;
		width:12px;
		height:32px;
		float:left;
		}
	
	.nav_btn_ctn .nav_btn_m	{
		background:url(../images/nav_m.jpg) repeat-x bottom #DFE5D4;
		float:left;
		height:32px;
		}
	
	.nav_btn_ctn .nav_btn_m a	{
		color:#BB7817;
		display:block;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		padding:7px 2px 2px 2px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		}
	
	.nav_btn_ctn .nav_btn_m a:hover	{
		color:#fff;
		}
		
	.nav_btn_ctn .nav_btn_r	{
		background:url(../images/nav_r.jpg) no-repeat;
		width:13px;
		height:32px;
		float:left;
		}
	
	.nav_btn_ctn_on	{
		margin-right:0px;
		height:32px;
		float:left;
		}
	
	.nav_btn_ctn_on .nav_btn_l	{
		background:url(../images/nav_l_on.jpg) no-repeat;
		width:12px;
		height:32px;
		float:left;
		}
	
	.nav_btn_ctn_on .nav_btn_m	{
		background:url(../images/nav_m_on.jpg) repeat-x bottom #DFE5D4;
		float:left;
		height:32px;
		}
	
	.nav_btn_ctn_on .nav_btn_m a	{
		color:#fff;
		display:block;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		padding:7px 2px 2px 2px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		}
		
	.nav_btn_ctn_on .nav_btn_r	{
		background:url(../images/nav_r_on.jpg) no-repeat;
		width:13px;
		height:32px;
		float:left;
		}

/* ===================================
					FOOTER STYLES
====================================*/
	
	.footer	{
		clear:both;
		width:100%;
		height:23px;
		padding:13px 0px 0px 0px;
		background:url(../images/footer_bg.jpg) repeat-x;
		text-align:center;
		color:#fff;
		font-size:11px;
		}
		
		.footer img.outlookImg	{
			margin-bottom:-4px;
			}


