@charset "utf-8";

body {
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 95%;
	color:#666666;
}

p {
	font-size: 10pt;
}

p.leadIn {
	font-size:13pt;
}

a {
	color:#2392CA;
}

h2 {
	color: #07689C;
	font-size:17pt;
	font-weight:normal;
	margin-bottom: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.accent {
	color:#C1272D;
	font-weight: bold;
	font-size:12pt;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;

}

.oneColFixCtr #mainContentBefore {
	background-image:url(../images/page_01.png);
	background-repeat:no-repeat;
	height:61px;
	padding:2px 20px 0px 20px;
	
}

.oneColFixCtr #mainContentAfter {
	background-image:url(../images/page_03.png);
	background-repeat:no-repeat;
	height:49px;
	padding:2px 20px 0px 20px;
}

.oneColFixCtr #mainContent {
	margin-top:-2px;
	padding: 75px 40px 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-image: url(../images/page_bg_02.png);*/
	background-repeat:repeat-y;
	background-image:url(../images/page_02.png);
}

#logo {
	position: absolute;
	left: 30px;
}

#menu {
	position:absolute;
	left: 225px;
	top: 35px;
}

#welcomeMessage {
	position:absolute;
	left:40px;
	top: 135px;
	width:400px;
	font-size:12px;
	color: #999999;
}

#welcomePhoto {
	position:absolute;
	right:50px;
	top: 37px;
}	

.colorBars {
	font-size:6px;
}
.colorBoxes {
	background-color: #E4EEF0;
	color:#000000;
}

.colorBoxes td p.colorBoxTitle {

	font-size:15px;
	margin-top:3px;
}

.colorBoxes td {
	padding: 0px 5px 15px 5px;
	
}

.colorBoxes td p {
	margin-top:-10px;
	font-size: 11px;
	line-height: 18px;
}

.colorBoxes td p.moreLink {
	text-align:right;
	padding-right:10px;
}

.first {
	margin-top: 0px;
}

.callToActionBox {
	background-image:url(../images/shadowedBox.gif); 
	background-repeat:no-repeat;
	color:#FFFFFF;
}

.callToActionBox .title {
	font-weight:normal;
	font-size: 160%;
}

.callToActionBox .content {
	font-size:140%;
}

.callToActionBox a {
	color:#FFFFFF;
}

.blogItemLink {
	font-size: 120%;
	font-weight:bold;
}