
@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #F9F9F9;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #3F4041;
}
p, td, li {
	font-size: 13px;
	color: #3F4041;
	line-height: 130%;
}
li {
	padding-bottom: 7px;
}
a {
	color: #80141D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #192A55;	
}
h1 {
	font-size: 24px;
	color: #192A55;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	color: #192A55;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 14px;
	color: #192A55;
	margin-top: 7px;
	font-style: italic;
}
h4 {
	font-size: 14px;
	color: #383A3B;
	margin-bottom: 0;
}
td {
	vertical-align:top;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #E0DFDF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background-color: #F9F9F9;
	width: 980px;
	height: 195px;
	margin: 0;
	padding: 0;
} 
#headerLogo {
	float: left;
	width: 160px;
	height: 195px;
	margin: 0;
	padding: 0;
}
#headerRight {
	float: left;
	width: 820px;
	height: 195px;
	margin: 0;
	padding: 0;
	background-image:url(images/bg_header_tagline.jpg);
	background-repeat:no-repeat;
}
#taglineContact {
	width: 135px;
	height: 80px;
	margin: 36px 0 0 675px;
}
#taglineContact p {
	margin:0;
	padding:0;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif; 
	color: #556181;
	font-size: 15px;
	line-height: 20px;
}
#menu {
	height: 75px; 		
}
#mainContentHome {
	width: 980px;
	margin: 0;
	padding: 0;
	border: solid 1px #B4B3B3;	
	background-color: #E0DFDF;
}
#homeCallouts {
	width: 940px;
	margin: 20px;
	padding: 20px 0 0 0;
	background-image:url(images/bg_home_callouts_top.jpg);
	background-repeat: no-repeat;
	background-color: #C6CDCE;
}
#mission {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 15px;
}
#meetWIB {
	float: left;
	width: 328px;
	margin: 0;
	padding: 0 15px;
	border-right: solid 1px #999999;	
	border-left: solid 1px #999999;
}
#blog {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 15px;
}
div.homecalloutheading {
	background-image:url(images/icon_logo.gif);
	background-repeat:no-repeat;
	height:19px;
	padding: 3px 10px 0 27px;	
}
div.homecalloutsection {
	background-image:url(images/separator_horizontal_320px.gif);
	background-repeat:no-repeat;
	padding: 25px 0px 10px 27px; 
}
#mainContent {
	width: 980px;
	height: auto;
	margin: 0;
	padding: 0;
	border: solid 1px #B4B3B3;	
	background-color: #E0DFDF;
	background-image:url(images/bg_maincontent.jpg);
	background-repeat:repeat-y;
}
#body { 
	float: left;
	width: 560px;
	padding: 20px 40px 20px 40px; 
}
#mainContentFullPage {
	width: 900px;
	height: auto;
	margin: 0;
	padding: 20px 40px 20px 40px; 
	border: solid 1px #B4B3B3;	
	background-color: #E0DFDF; 
} 
#rightcol {
	float: left;
	width: 305px; 
	background-color: #C6CDCE; 
	padding: 27px 25px 15px 10px;
}
#rightcol h4, #homeCallouts h4 {
	font-size: 18px;
	color: #192A55;
	margin: 0;
}
div.rightcolheading {
	background-image:url(images/icon_logo.gif);
	background-repeat:no-repeat;
	height:19px;
	padding: 3px 10px 0 27px;	
}
div.rightcolsection {
	background-image:url(images/separator_horizontal_320px.gif);
	background-repeat:no-repeat;
	padding: 25px 0px 30px 27px; 
}
#rightcol div.rightcolsection p, #homeCallouts div.homecalloutsection p {
	margin-top: 0;
	padding-top: 0;
}
div.rightcolsection ul, div.homecalloutsection ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
div.rightcolsection li, div.homecalloutsection li {
	padding-bottom: 12px;
}
#footer { 
	width: 980px;
	height: 40px;
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #F9F9F9;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerLeft {
	float: right;
	width: 480px;
	margin: 0;
	padding: 0 10px;
	background-color: #F9F9F9; 
}
#footerRight {
	float: right;
	width: 480px;
	text-align: right;
	margin: 0;
	padding: 10px 0;
	background-color: #F9F9F9; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.linklist {
	line-height: 160%;
	margin-top: 7px;
}
.nobottommargin {
	margin-bottom: 0;
}
.smtopmargin {
	margin-top: 7px;
}
.smtopnobottommargin {
	margin-top: 7px;
	margin-bottom: 0;
}
.redtext {
	color: #80141D;
}
