@charset "UTF-8";
/* CSS Document */


/*==================
TIER2 STYLE SHEET
===================

Covers all the styles 
in Tier 2 pages.

==================*/

/*----------------
  HEADER
-----------------*/

#header {
	margin-top:30px;
	width:800px;
	background-color:#ffffff;
	margin: 0 auto;
	height:170px;
	padding:0px;
	background:url(images/header_background.jpg) 0 0 no-repeat;
	}

#logo {
	background:url(images/logo_tier3.gif) 0 0 no-repeat;
	width:205px;
	height:120px;
	}


#slogan {
	width:780px;
	height:47px;	
	margin:0 auto;
	padding-top:7px;
	text-align:center;
	color:#000000;
	border:0;
	margin-top:15px;
	}

#slogan .top2 {
	text-transform:uppercase;
	font-size:11px;
	line-height:12px;
	}

#slogan .bottom2 {
	font-size:14px;
	font-weight:bold;
	line-height:12px;
	margin-left:4px;
	}



/*---------------------
  NAVIGATION
----------------------*/

#nav {
	position:static;
	width:800px;
	margin:0 auto;
	background-color:#1669af;
	display:block;
	}
	
#nav ul li {
	display:inline;
	}
	
#nav ul li a {
	margin:0;
	float:left;
	width:auto;
	padding:10px 8px 10px 8px;
	font-size:11px;
	font-weight:normal;
	background-color:#1669af;
	border-right:1px solid #0f4e83;
	}
	
	

/*----------------
BODY
---------------*/

#body_wrapper {
	background-image:none;
	}

#body_left {
	width:546px;
	min-height:200px;
	float:left;
	}

#body_right {
	width:254px;
	float:left;
	}
	

.box {
	background: #ffffff;
	float:right;
	overflow:hidden;
	height:auto;
	width:240px;
	}

.box img {
	width:240px;
	padding:0;
	margin:0;
	}

#box_b, #box_a2 {
	visibility: hidden
	}
	
.csc-textpic-imagerow dl {
	margin:0;
	padding:0;
	}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin:0;
	padding:0;
	}
	
.csc-textpic-imagerow dl {
	margin-top:1px;
	}
	
	