body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2c2c;
	background: #2d4258;
	margin: 0;
}

h1 {
	margin: 0;
	color: #a30624;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
	margin: 25px 0 0 0;
	color: #ff5400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
}


h3 {
	margin: 25px 0 0 0;
	color: #002282;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
}

	h3 a, h3 a:visited {color: #002282; text-decoration: none;}
	h3 a:hover {color: #002282; text-decoration: underline;}
	
h4 {
	margin: 25px 0 0 0;
	color: #002282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {margin-top: 15px; margin-bottom: 0;}

a {color: #46a4f0; text-decoration: underline;}
a:visited {color: #628bac; text-decoration: underline;}
a:hover {color: #ff5400; text-decoration: underline;}
a:focus {outline: none;}

a img {border: none;}

ul {margin: 15px 0 0 25px; padding: 0;}
ul li {margin: 0; padding: 0;}

.full-span {width: 100%; background: #fff;}

.container-extended {
	width: 980px;
	margin: 0 auto;
}

.container {
	width: 850px;
	margin: 0 auto;
	padding: 0 5px;
}

.header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: url(../graphics/bg-header.gif) repeat-x;
}

	.logo {
		width: 203px;
		height: 80px;
		display: block;
		float: left;
		background: url(../graphics/star-collaborative-logo.gif) no-repeat;
	}

	.nav {
		width: 638px;
		padding-top: 48px;
		font-weight: bold;
		float: right;
	}
	
		.nav ul {margin: 0; padding: 0; float: right;}
			.nav ul li {margin: 0 0 0 20px; padding: 0; list-style: none; float: left;}
				.nav ul li a, .nav ul li a:visited {color: #780113; text-decoration: none;}
				.nav ul li a:hover {color: #780113; text-decoration: underline;}
				
	.accordion {
		width: auto;
		padding-top: 15px;
	}
	
	.body {width: auto; padding: 20px 0; line-height: 19px;}
		
		.content-home {
			/*width: 415px;*/
			width: 633px;
			float: left;
		}
		
		.col-1-home {
			width: 198px;
			min-height: 150px;
			padding-left: 19px;
			background: url(../graphics/bg-fade-home.gif) no-repeat;
			float: left;
		}
		
		*html .col-1-home {height: 150px;}
		
		.col-1-home h3 {margin: 0;}
		
		.col-1, .col-2, .col-3 {margin-right: 19px; float: left;}
		.col-1 {width: 198px;}
		.col-2 {width: 415px;}
		.col-3 {width: 632px;}
		
.solutions {
	/*width: 415px;*/
	width: 391px;
	min-height: 184px;
	margin: 15px 0 0 0;
	padding: 12px;
	background: url(../graphics/bg-solutions.gif) no-repeat;
}

	.solution-column {
		width: 189px;
		margin-right: 13px;
		font-size: 11px;
		line-height: 14px;
		float: left;
	}
	
	.solution-column h3 {
		margin: 15px 0 0 0;
		font-size: 11px;
		color: #a30624;
		letter-spacing: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
		.solution-column h3 a, .solution-column h3 a:visited {color: #a30624; text-decoration: underline;}
		.solution-column h3 a:hover {color: #ff5400; text-decoration: underline;}
		
	.logo-partner {margin: 0 0 12px 15px; float: right;}
		
.footer {
	width: 100%;
	min-height: 135px;
	padding-top: 27px;
	font-size: 11px;
	line-height: 16px;
	color: #d4e1ef;
	background: url(../graphics/bg-footer.gif) repeat-x;
}

*html .footer {height: 135px;}

.footer h4 {color: #fff; margin: 0;}

.footer a, .footer:visited {color: #c6d5e6;}
.footer a:hover {color: #ffedc6;}

.bio-pic {float: right; margin: 0 0 10px 12px;}
				
.list-small {margin: 10px 0 0 0; padding: 0;}
	.list-small li {
		margin: 0 0 4px 0;
		padding: 0 0 0 15px;
		list-style: none;
		background: url(../graphics/icons/arrow-small.gif) 0 5px no-repeat;
		font-size: 11px;
		line-height: 15px;
	}

.list-icon-small {margin: 10px 0 0 0; padding: 0;}
	.list-icon-small li {
		margin: 0;
		padding: 0 0 0 20px;
		list-style: none;
		background-repeat: no-repeat;
		font-size: 11px;
		line-height: 24px;
	}
	
	.icon-chat-small {background: url(../graphics/icons/chat-small.png) 0 6px;}
	.icon-print-small {background: url(../graphics/icons/print-small.png) 0 3px;}
	.icon-email-small {background: url(../graphics/icons/email-small.png) 0 5px;}

.margin-top-4 {margin-top: 4px;}
.margin-top-8 {margin-top: 8px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-25 {margin-top: 25px;}
.margin-top-30 {margin-top: 30px;}

.content-11 {font-size: 11px; line-height: 15px;}

.hide {display: none;}
.clear {clear: both;}

.float-right {float: right;}
.float-left {float: left;}

.last-horiz {margin-right: 0;}

.text-warning {color: #F00;}

form {margin: 0;}

.width-200 {width: 200px;}

.input-text, .textarea {
	padding: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #93A6BD;
	color: #333;
}

.textarea {height: 92px;}
