@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #a9c3a4;
	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;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	color: #4b6147;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	color: #789A10;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	color: #4b6147;
}
h4 {
	font-family: Arial;
	font-size: 11px;
	color: #4b6147;
}
h5 {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #4b6147;
}
h6 {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
p {
	line-height: normal;
}
a {
	color: #7eb103;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #7eb103;
	font-weight: bold;
	text-decoration:underline;
}
ul {
	margin: 0 0 0 30px;
}
li {
	list-style-image: url(images/bullet.gif);
	list-style-position:outside;
	line-height: normal;
	vertical-align: middle;
	margin: 9px 0 9px 0;
	color: #4b6147;
}
.oneColFixCtrHdr #outercontainer {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 18px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #bbceb7;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container {
	width: 806px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 1px; 
	border: 6px solid #e0f1b4;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	text-align: center;
	background: #FFFFFF; 
	padding: 0; 
	margin: 0; 
}
.oneColFixCtrHdr #header-int {
	text-align: center;
	background-image:url(images/head-int-bg.gif);
	background-repeat:no-repeat;
	background-position: center;
	background-color: #FFFFFF; 
	padding: 0; 
	margin: 0; 
}
.oneColFixCtrHdr #pictures {
	text-align: center;
	background: #FFFFFF; 
	padding: 0;  
}
.oneColFixCtrHdr #nav {
	height: 31px;
	width: 100%;
	background-image: url(images/nav-bg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0;  
	margin: -5px 0 0 0;
}
.oneColFixCtrHdr #nav img {
		margin: 11px 8px 0px 8px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 30px 20px 33px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0;
}
.oneColFixCtrHdr #mainContent p{
	font-size: 12px;
	color: #4b6147;
	line-height: 16px;
}
.oneColFixCtrHdr #callout{
	width: 155px;
	height: 96px;
	font-size: 11px;
	color: #4b6147;
	background-image:url(images/whats-new.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #ffffff;  
	border-bottom: solid 3px #FFFFFF;
	padding: 100px 6px 90px 6px;
	margin: 0;
}
.oneColFixCtrHdr #callout-int {
	width: 155px;
	font-size: 11px;
	color: #4b6147;
	background-color: #e0f1b4;  
	border-bottom: solid 0px #FFFFFF;
	padding: 6px 6px 6px 6px;
	margin: 0;
}
.oneColFixCtrHdr #callout-int2 {
	width: 155px;
	font-size: 11px;
	color: #4b6147;
	background-color: #f3dcd3;  
	border-bottom: solid 0px #FFFFFF;
	padding: 6px 6px 6px 6px;
	margin: 0;
}
.oneColFixCtrHdr #callout-border {
	margin: 0px 20px 0px 20px;
	width: 151px;
	background-color: #ffffff;  
	border: solid 1px #e7e7dd;
	padding: 0;
}
.oneColFixCtrHdr #callout p,  #callout-int p,  #callout-int2 p{
	color:#444249;
	font-size: 12px;
	padding: 12px;
}
.oneColFixCtrHdr #quotebox{
	width: 508px;
	height: 82px;
	font-size: 11px;	
	color: #4b6147;
	margin: 0;
	border: 1px solid #e7e7dd;
}
.oneColFixCtrHdr #footer {
	text-align: left;
	font-size: 11px;
	color: #565460;
	padding: 0 40px 0 60px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 720px;
	margin: 10px auto;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #footer a {
	color: #565460;
}

