
/* UPPER */
#upper {
	width:	920px;
	margin:	0 auto;
	margin-bottom: 20px;
}

	/* QUICK LINKS */
	#quick-links {
		float: left;
		padding-top:35px;
			border-bottom: 1px solid #066382;
	}
		#quick-links .row {
			width: 210px;
			display:block;
			border-top: 1px solid #066382;
			overflow:hidden;
			padding-bottom:8px;

		}
		#quick-links .row p {
			padding:0px;
			margin:0px;
		}
		#quick-links .row p a {
			display:inline;
			float:left;
			width:40px;
		}
		#quick-links a {
			color: #066382;
			text-decoration: none;	
			float:left;
			width:170px;}
		#quick-links h2 {
			margin: 0px;
			padding: 0px;
			display: block;
			font-size: 14px;
			letter-spacing: -1px;
			font-family: Arial, Helvetica, sans-serif;
		}
		#quick-links em {
			padding: 0px;
			display: block;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
		}
		

		
	/* BANNER LINKS */
	#banner-links {
		float: right;
		width: 700px;
		height: 290px;
	}
  	#banner-links div {
		clear:both;
		height:199px;
		padding:0px;
		margin:0px;
	}
  	#banner-links div img {
		height:199px;
		padding:0px;
		margin:0px;
		display:block;
	}
  	#banner-links img {
		height:91px;
		padding:0px;
		margin:0px;
		display:inline;
	} 




/* UPPER */
#lower {
	width:	920px;
	margin:	0 auto;
	overflow:hidden;
}


	/* BLOG, NEWS, TWITTER PREIVEWS */
	#preview {
		float: left;
		width: 300px;
		margin-bottom: 20px;
	}
		#preview .head {
			width: 280px;
			height:	40px;
			padding: 0 10px 5px 10px;
			float: left;
			font-size: 20px;
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			font-weight: bold;
			background: url(../images/bg-preview-head.png) no-repeat left top;
		}
	
			#preview .head a {
				float: left;
				display: block;
				height: 24px;
				padding: 8px 14px;
				cursor: pointer;
				text-decoration: none;
				color: #FFFFFF;
			}
			#preview .head span.left {
				float: left;
				display: block;
				height: 40px;
				padding-left: 10px;
				background: url(../images/bg-preview-active.png) no-repeat left top;
			}
			#preview .head span.right {
				float: left;
				display: block;
				height: 40px;
				padding-right: 15px;
				background: url(../images/bg-preview-active.png) no-repeat right top;
			}
			#preview .head span.right a {
				color: #03313F;
			}
	
	
		#preview .body {
			width: 300px;
			float: left;
			line-height: 18px;
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		}
			#preview .body span.view-all {
				font-size: 11px;
				font-weight: bold;
				color: #929292;
			}
				#preview .body span.view-all a {
					color: #CE8004;
					text-decoration: underline;
				}
			#preview .body h1 {
				font-size: 18px;
				font-weight: bold;
				margin: 0px;
				color: #03313F;
			}
			#preview .body h2 {
				font-size: 12px;
				font-weight: normal;
				margin: 0px;
				color: #0E5284;
			}
			#preview .body h3 {
				font-size: 11px;
				font-weight: bold;
				margin: 0px;
				color: #929292;
				text-transform: uppercase;
			}
			#preview .body p {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
			}
			#preview .body a.blue-arrow {
				display: inline;
				padding-left: 16px;
				font-size: 11px;
				text-decoration: underline;
				color: #CE8004;
				background: url(../images/arrow-blue.png) no-repeat left top;
			}


	/* CONTENT */
	#content {
		float: left;
		width: 285px;
		height: 270px;
		margin-left: 20px;
		overflow:hidden;
	}


	/* CUSTOMER CARE */
	#customer-care {
		float: right;
		width: 300px;
		padding-top: 45px;
		margin-top:3px;
		background: url(../images/customer-care-top-300.png) no-repeat left top #B3C550;
	}
	#customer-care-inner {
		padding: 10px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		background: url(../images/customer-care-bot-300.png) no-repeat left bottom;
	}

		/* PHONE NUMBER */
		#phone-support { text-align: center }
			#phone-support h5 {
				margin: 0px;
				padding: 0px;
				display: block;
				font-size: 12px;
				color: #2C2C2C;
				font-weight: bold;
			}
			#phone-support h4 {
				margin: -5px;
				padding: 0px;
				display: block;
				font-size: 24px;
				color: #2C2C2C;
				font-weight: bold;
			}

		/* TEXT AND LINKS */
		#statement {
			padding: 10px 0px;
			color: #2C2C2C;
		}
		#statement * {
			margin: 0px;
			padding: 0px;
		}
			#statement h4 { font-size: 18px }
			#statement p { font-size: 13px }
			#statement a {
				font-size: 11px;
				color: #066481;
				text-decoration: underline;
			}







