@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/* DIVs */

#frame {
	width: 900px;
	margin: 0px auto;
	background-color: #ffffff;	
}

#header {
	float: left;
	width: 900px;
	background-color: #ffffff;
}

#logo {
	float: left;
	width: 450px;
}

#services {
	float: left;
	width: 450px;
	text-align: right;
}

#nav {
	height: 24px;
	clear: both;
}

#searchbar {
	height: 33px;
	background-image: url(../images/search-bar.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#search {
	width: 218px;
	margin: 0 0 0 670px;
	padding: 5px 0 0 12px;
	color: #ffffff;
}

#main {
	float: left;
	padding: 0 0 20px 0;
}

#col1 {
	float: left;
	width: 620px;
	padding: 0 50px 0 0;
	line-height: 140%;
}

#col2 {
	float: left;
	width: 230px;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 140%;
}

#col2content {
	min-height: 500px;
	background-image: url(../images/sidecol-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 190px;
	padding: 10px 20px;
}

#homeImg {
}

#homeOne {
	padding: 0 0 0 12px;
	line-height: 140%;
}

#homeTwo {
	padding: 0 0 0 12px;
}

#breacrumbs {
	padding: 12px 0 12px 12px;
	border-bottom: 1px dashed #999999;
	color: #999999;
}

#content {
	padding: 0 0 1px 12px;
}

#footer {
	clear: both;
	border-top: 1px solid #073487;
}

#footerLogos {
	float: left;
	width: 660px;
	padding: 15px 0 0 10px;
}

#footerLinks  {
	float: left;
	width: 230px;
	padding: 20px 0;
	font-size: 90%;
	line-height: 150%;
	color: #073487;
}	

