@charset "utf-8";
/* CSS Document */

body {
	background-attachment:fixed;
	background-color:white;
	background-image:url(../images/bodyBackground.png);
	background-position:0 0;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(54,109,128);
}
strong {
	font-weight:bold;
}
#pageContainer {
	margin:0 auto;
	width:960px;
}
.pageBlock {
	position:relative;
}
#navigationArea {
	padding:5px 40px;
	background-color:rgb(54,109,128);
	font-size:12px;
	line-height:18px;
	text-align:right;
	color:white;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}
#navigationArea a:link,
#navigationArea a:visited {
	color:rgb(245,250,251);
	text-decoration:none;}
#navigationArea a:hover,
#navigationArea a:active {
	color:white;
	text-decoration:underline;
}
#headerArea {
	height:165px;
}
#headerLogo {
	position:absolute;
	top:20px;
	left:20px;
	width:525px;
	height:125px;
	background-color:transparent;
	background-image:url(../images/headerLogo.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#promoArea {
	padding:40px;
	background-color:rgb(77,157,183);
	background-image:url(../images/promoAreaBackground.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	font-size:24px;
	font-weight:normal;
	line-height:38px;
	color:white;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#promoArea h2, #promoArea ul, #promoArea li {
	display:inline;
}
#promoArea h2 {
	font-weight:bold;
}
#promoArea li:after {
	content:", ";
}
#promoArea li:last-child:after {
	content:"";
}
#promoArea a:link,
#promoArea a:visited {
	padding:4px;
	background-color:transparent;
	background-image:url(../images/promoAreaLink.png);
	background-position:0 0;
	background-repeat:repeat;
	color:rgb(245,250,251);
	text-decoration:none;
}
#promoArea a:hover,
#promoArea a:active {
	background-image:url(../images/promoAreaHover.png);
	color:white;
	line-height:34px;
	text-decoration:underline;
}
#portfolioLinks {
	display:none;
}
#contentArea {
	width:500px;
	padding:40px;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
}
#contentArea>h2 {
	margin-top:0;
}
#contentArea h2 {
	margin:20px 0 10px 0;
	font-size:24px;
	font-weight:normal;
}
#contentArea p {
	margin:9px 0;
}
#footerArea {
	padding:20px 40px;
	background-color:rgb(77,157,183);
	font-size:12px;
	line-height:18px;
	color:white;
	
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
}

#footerArea a {
	color:white;
	text-decoration:none;
}