/*
 * Type
 */
body {
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , "Arial" , sans-serif;
	font-size:14px;
	line-height:21px;
}

a {
	text-decoration:none;
}

p, h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin-bottom:15px;
} 

.footer {
	font-size:11px;
}

.header .contactinfo ul li.first-child {
	font-size:22px;	
}

.content h1 {
	font-size: 20px;
	line-height:25px;
}

.inside h1, .inside h2 {
	margin: 25px 0 5px 0;
}

.callouts .callout-content h2 {
	font-size:15px;
	line-height:18px;
	margin-bottom:10px;
}

.callouts .callout-content {
	line-height:normal;
}

.callouts .callout-content p, .callouts .callout-content h2 {
	margin-bottom:5px;
}
.whats-new-btn {
	color:#FFFFFF;
	font-size:38px;
	line-height:35px;
	text-shadow:0 2px 0 #000000;
}

/*
 * Borders, Backgrounds and Colors
 */

body {
	background:#dcdcdc;
}

.header a , .footer a {
	color:#000000;
}
.wrap {
	border-top:6px #000000 solid;
}
.navigation {
	background:url('images/navigation-background.jpg') repeat-x;
}
.navigation ul li{
	border-left:1px #ffffff solid;
	}
.navigation ul li.first-child {
	border-left:0px;
}
.navigation ul li a {
	color:#FFFFFF;
}
.navigation ul li a:hover , .navigation ul li a.selected {
	color:#F5C245;
}
.content a:hover, .callouts a:hover {
	color:#D26C18;
}

.header a:hover , .footer a:hover , .content a, .callouts a {
	color:#781e00;
}
.content h1, .callouts .callout-content h2 {
	color: #00395e;
}
.content h3 {
	color: #406b86;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
}
.content h4 {
	color: #23313e;
	font-size:15px;
	margin: 0px 0px 5px 0px;
}
.content {
	background:#ebeeef;
}
.header, .contentwrap, .inside {
	background:#ffffff;
}
.callouts {
	background: url('images/callouts-background.jpg') repeat-x;
}
.callouts #callout-left {
	background: url('images/callout-left.gif') no-repeat;	
}
.callouts #callout-right {
	background: url('images/callout-right.gif') no-repeat;
}
#whats-new {
	text-align:center;
	color: #000000;
	background: url('images/whats-new-btn.png') no-repeat;
}
#whats-new:hover {
	background-position:0 -100px;
}
.whats-new-btn {
	color:#FFFFFF;
	text-shadow:0 2px 0 #D26C18;
}
/*IE6 hack for png */
*html #whats-new {
	background:url('images/whats-new-btn.gif') no-repeat;
}
*html #whats-new:hover {
	background-position:0 -100px;
}
.footer {
	background:#FFFFFF;
	border-top:2px solid #406b86;
}
.home {
	border-top:0;
}
.footer-left li.first-child, .footer-left li.no-border, .footer li.last-child a{
	border-left:0px;
}
.footer-left {
	border-right: 1px solid #CCCCCC;
}
.footer-left ul li {
	border-left: 1px #CCCCCC solid;
}
.footer-left ul li.first-child {
	font-weight:bold;
}
.footer-right ul li a {
	border-right: 1px #CCCCCC solid;
}
.footer-right li.last-child a{
	border-right:none;
}

/*
 * Structure, floats, widths
 */

div.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.wrap {
	margin: 0 auto;
	width: 960px;
}
.header {
	padding:0 20px;
	height:115px;
}
/*ie6 double padding fix*/
* html .header {
	display:inline;
}
.header #logo {
	margin-top:25px;
	float:left;	
}
.header .contactinfo {
	margin-top:35px;
	margin-right:25px;
	float:right;
}
.header .contactinfo ul li {
	margin-bottom:5px;
}

.navigation {
	height:30px;
	padding:4px 0;
}
.navigation ul li{
	float:left;
	position:relative;
	width: 140px;
}
.navigation ul li a {
	display:block;
	padding: 4px 15px 6px 40px;
	text-decoration:none;
}
.contentwrap {
	position:relative;
	float:left;
}
.content {
	float:left;
	min-height:300px;
	padding:25px;
	position:relative;
	margin:4px 0;
	width:436px;
}
.inside {
	padding: 0 25px 25px;
	width:591px;
}
/* ie6 hacks for min-height, and double padding */
*html .content, *html .content {
	display:inline;
	height:300px;
}

.homeimg {
	float:left;
	margin-left:4px;
	margin-top:4px;
	position:relative;
	/*width:233px;*/
}

.img {
	float:left;
	margin:25px 25px 0 4px;
	position:relative;
	/*width:233px;*/
}

.callouts {
	height:159px;
	padding:0 25px;
	position:relative;	
}
.callouts .callout {
	display:block;
	float:left;
	margin-top:12px;
	margin-right:10px;
	height:128px;
	width:293px;
}
.callouts .callout-content {
	padding:14px;
	width:135px;
}

#whats-new {
	display:block;
	height:80px;
	margin-top:15px;
	padding-top:20px;
	width:293px;
}
.footer {
	height:66px;
	padding:10px 25px;
}

.footer-left {
	float:left;
	height:46px;
	padding:10px 0;
	width:475px;
}
.footer-left ul li {
	float:left;
	padding:0 11px;
}

.footer-right {
	float:left;
	height:46px;
	padding:10px 0 10px 15px;
}
.footer-right ul li {
	float:left;
}
.footer .footer-right ul li a {
	padding: 0 9px;
}
.footer .footer-right ul li.first-child a {
	padding-left:0;
}