body {
	margin:0;
	text-align:center;
}
.clear {
	clear:both;
}
.wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
	text-align:left;
	z-index:1;
}
.top_band {
	position:relative;
	width:100%;
	background:url(images/top_bg.png) repeat-x;
	height:40px;
	z-index:1000;
}
.topnumber {
	float:left;
	width:980px;
	text-align:right;
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	color:#FFFFFF;
	padding-right:20px;
}
.topnumber img {
	vertical-align:middle;
}
.banner {
	float:left;
	position:relative;
	width:1000px;
	height:311px;
	background:url(images/banner_bg.jpg) no-repeat;
	margin-top:-5px;
	display:inline;
	z-index:1;
}
.banner_left {
	float:left;
	width:575px;
}
.banner_right {
	float:left;
	width:425px;
}
.logo {
	float:left;
	width:324px;
	height:85px;
	margin-top:25px;
	margin-left:20px;
	display:inline;
}
.slogan {
	float:left;
	width:471px;
	height:118px;
	margin:55px 0 0 25px;
	display:inline;
}
.katie {
	float:right;
	width:250px;
	height:284px;
	margin:27px 66px 0 0;
	display:inline;
}
.nav {
	width:100%;
	height:53px;
	background:url(images/nav_bg.jpg) repeat-x;
}
.nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.nav li {
	float:left;
	width:245px;
	border-right:1px solid #ffffff;
}
.nav li.first {
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
}	
.nav li a {
	display:block;
	float:left;
	width:245px; 
	height:38px;
	text-align:center;
	padding-top:15px;
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF; 
}
.nav li a:hover {
	color:#f9cd02;
}
.nav li a.active {
	color:#f9cd02;
}
.content {
	width:100%;
	background:url(images/content_bg.png) repeat-x;
	padding-bottom:25px;
}
.welcome {
	float:left;
	width:950px;
	padding:50px 25px 40px 25px;
}
.welcome_heading {
	float:left;
	width:950px;
	border-bottom:1px dashed #274471;
	padding-bottom:5px;
	margin-bottom:10px;
	display:inline;
}
.welcome_text {
	float:left;
	width:950px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.welcome_text img {
	float:left;
	margin:0 10px 10px 0;
	display:inline;
}
.content_col {
	float:left;
	width:450px;
	padding:0 0 0 25px;
}
.content_col .col {
	float:left;
	width:210px;
}
.service_heading {
	float:left;
	width:475px;
	border-bottom:1px dashed #274471;
	padding-bottom:5px;
	margin-bottom:10px;
	display:inline;
}
.service_text {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.twitter {
	float:right;
	background:url(images/twitter_bg.png) no-repeat;
	width:302px;
	height:183px;
	padding:20px 40px 25px 55px;
}
.footer {
	width:100%;
	background:url(images/footer_bg.png) repeat-x;
	height:172px;
	margin-top:-5px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
.footer1 {
	float:left;
	width:325px;
	padding-left:25px;
}
.footer1 img {
	vertical-align:middle;
}
.footer2 {
	float:left;
	width:270px;
}
.footer2 img {
	margin-right:15px;
	border:0;
}
.footer3 {
	float:left;
	width:380px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footer3 a {
	color:#FFFFFF;
	text-decoration:none;
	margin:0 5px 0 5px;
}
.footer3 a:hover {
	color:#f9cd02;
}
.footer3 a.active {
	color:#f9cd02;
}
.copyright {
	float:left;
	width:1000px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#627584;
	padding-top:10px;
}
.copyright a {
	color:#627584;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
}

/*    Resources     */

.resources {
	padding:0;
	margin:20px;
	list-style-type:circle;
}
.resources li {
	padding-bottom:20px;
}
.resources li a {
	color:#274471;
}

/*    Contact     */

.contact_left {
	float:left;
	width:350px;
	padding-right:50px;
}
.contact_right {
	float:left;
	width:500px;
}
.contact_form {
	width:250px;
	background:#fff;
	border:0;
	/*border-bottom:1px solid #b4c0d2;*/
}
.leftcol {
	float:left;
	width:100px;
	padding-top:20px;
}
.rightcol {
	float:left;
	width:400px;
	padding-top:20px;
}