/* CSS Document */

body {
	background: #7698DE url(images/top_bg.jpg) top center no-repeat;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	}

.hide {display:none;}

a, .link {
	outline: none;
	text-decoration: none;
	color: #2224A8;
	}
	
.link {
	cursor:pointer;
	}
	
a:hover, .link:hover {
	text-decoration: underline;
	}
	
p {
	margin-top: 0;
	line-height: 1.5;
	}
	
h2 {
	font-size: 16px;
	margin-bottom: 0;
	}
	
h3 {
	font-size: 14px;
	margin-bottom: 0;
	}
	
dt {
	font-weight: bold;
	}
	
dd {
	margin-bottom: 1em;
	line-height: 1.5;
	}
	
textarea {
	font: 12px Arial, Helvetica, sans-serif;
	}
	
#content li {
	line-height: 1.5;
	}
	
#content ul li {
	list-style-type: square;
	}

/* Site-wide navigation/header styles */
	
#wrapper {
	width: 960px;
	margin: auto;
	padding: 20px 0 0 0;
	position: relative;
	height: 100%;
	}
	
#clientlogin {
	font-size: 10px;
	font-weight: bold;
	float: right;
	}
	
#clientlogin a {
	color: #fff;
	}
	
#clientlogin a:hover {
	text-decoration: underline;
	}
	
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	left: 270px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#nav li {
	display: inline;
	height: 34px;
	}
	
#nav div {
	height: 34px;
	float: left;
	border-left: 2px solid #fff;
	padding-right:20px;
	}
	
#nav a {
	color: #fff;
	text-decoration: none;
	position: relative;
	top: 22px;
	left: 6px;
	display: block;
	}
	
#nav a:hover {
	position: relative;
	top: 16px;
	border-bottom: 4px solid #fff;
	}
	
/* Homepage Specific Styles */
	
/*#home #tagline {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 33px;
	position: absolute;
	top: 163px;
	left: 304px;
	}*/
	
#flash {
	position: absolute;
	top: 216px;
	left: 67px;
	z-index:0;
	}
	
#homequote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	position: absolute;
	top: 519px;
	left: 80px;
	width: 309px;
	}
	
#welcome {
	position: relative;
	top: 500px;
	left: 420px;
	width: 519px;
	font-size: 14px;
	}
	
/* Secondary Styles */

#logolink {
	width: 237px;
	position: absolute;
	top: 29px;
	left: 7px;
	}
	
#logolink a {
	display: block;
	width: 237px;
	height: 129px;
	}
	
#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	position: absolute;
	top: 145px;
	right: 0;
	float: right;
	text-align: center;
	width: 351px;
	}

	
#leftimage {
	position: absolute;
	top: 238px;
	width: 229px;
	}
	
#pagetitle {
	position: absolute;
	top: 226px;
	left: 277px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	height: 46px;
	border-left: 2px solid #fff;
	}	
	
#pagetitle span {
	position: relative;
	top: 24px;
	left: 9px;
	}
	
#content {
	position: relative;
	top: 300px;
	left: 330px;
	width: 625px;
	z-index:5;
	}
	
#content ul { margin-top:0 }
	
.servicelist {
	float: left;
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
	}
	
#content .servicelist li {
	list-style-type: none;
	font-weight: bold;
	}
	
.calccat {
	float: left;
	width: 180px;
	padding: 0 10px;
	text-align: center;
	}
	
.calccat p {
	font-size: 11px;
	line-height: normal;
	}	
	
.calccat a {
	font-size: 12px;
	}
	
.profile {
	border-bottom: 2px solid #fff;
	padding: 1em 0;
	}
	
.profile h3 {
	margin-top: 0;
	}
	
.profile img {
	float: left;
	margin: 0 1em 0 0;
	}
	
.profile ul {
	margin-top: 0;
	margin-bottom: 1em;
	}
	
/* This is necessary because both IE6 and IE7 are crap */
.profile .readmore {
	margin: 0;
	line-height: 1;
	}
	
.moreprofile {
	width: 415px;
	float: right;
	}
	
/* Universal Clearing Div */
.clr {
	clear: both;
	}

/* Site-wide footer styles */

/*#footer {
	position: relative;
	top: 540px;
	}*/
	
#footer {
	position: relative;
	top: 340px;
	}

#footer {
	padding: 0 0 0 60px;
	font-size: 10px;
	width: 900px;
	}
	
#footer a {
	color: #2224A8;
	font-size: 11px;
	font-weight: bold;
	}
	
#fifooter {
	text-align: right;
	font-size: 10px;
	}
	
#fifooter a {
	color: #B9CAEE;
	font-weight: normal;
	}

#footerclear {
	clear:both;
	margin-top:340px;
	border: 1px solid #7698DE;
	}


#content ul#affiliations {
	margin-top:1em;
	font-size: 14px;
	font-weight: bold;
	}
	
#content ul#affiliations li span {
	color:#2224A8;
	}
