@charset "UTF-8";
body {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/all_pages/background.png);
}
.oneColFixCtrHdr #container {
	width: 962px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;

}
.oneColFixCtrHdr #header {
	height: 191px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/all_pages/header.jpg);
	background-repeat: no-repeat;
}
.rt_header {
	margin-left: 480px;
	padding-top: 9px;
	
}
.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 */
	min-height: 191px;
}
#borders {
	background-image: url(images/all_pages/maincontent_borders.jpg);
	background-repeat: repeat-y;
	clear: both;
	margin-top: -6px;
	padding-top: 0px;
}

.oneColFixCtrHdr #mainContent {
	padding-right:20px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/all_pages/maincontent_borders.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: -20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 140%;
	font-weight: bolder;
	color: #91294e;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 110%;
	font-weight: 600;
	color: #91294e;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: 600;
	color: #91294e;
	text-decoration: none;
	padding-bottom: -15px;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	list-style-image: url(images/all_pages/bullet-sm-arrow-right.png);
}
.oneColFixCtrHdr #mainContent p a:link{
	
	color: #014f6b;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent p a:hover{
	color: #91294e;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent p a:visited{
	color: #014f6b1;
	text-decoration: none;
}
a:link{
	color: #014f6b;
	text-decoration: none;
}
a:hover{
	color: #91294e;
	text-decoration: none;
}
a:visited{
	color: #014f6b;
	text-decoration: none;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c8daa3;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #91294e;
	border-bottom-color: #91294e;
	border-left-color: #91294e;
}
.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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:link {
	color: #014f6b;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:hover {
	color: #91294e;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:visited {
	color: #014f6b1;
	text-decoration: none;
}
.footer_padbox {
	margin-left: 20px;
	float: left;
	margin-right:20px;
}
.footer_quicklinks {
	margin-right:20px;
	float: left;
	text-align: center;	
}
.fltrt {
	float: right;
	padding-left: 10px;
}

.fltlft {
	float: left;
	padding-right: 8px;
}

.fltrt_image {
	float: right;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.fltrt_image2 {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.fltrt_image_no_tbpad {
	float: right;
	padding-left: 25px;
	padding-bottom: 10px;	

}

.fltlft_image {
	float: left;
	padding-right: 25px;
	padding-bottom: 20px;
}
.clearfloat {
	clear: both;
}
/* below are specific designs */
.index_img_border {
	padding: 3px;
	border: 3px solid #94294d;
	margin-right: 7px;
}
.img_border {
	border: 4px solid #007794;
	padding: 2px;
	background-color: #649700;
}

.overall_indent_box {
	margin-left: 50px;
	margin-right: 30px;
}
.indent_box {
	margin-left: 40px;
	margin-right: 40px;
}
.green_field {
	display: block;
	padding: 5px;
	/*-moz-border-radius: 10px;*/
	/*-webkit-border-radius: 10px;*/
	margin-left: 5px;
	margin-bottom:20px;
	border: 1px solid #91294e;
	background-image: url(images/all_pages/green_stripe_bkgrnd.png);
	margin-right: 5px;
	width: 185px;
}

.text_box1 {
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	margin-right: 20px;
	padding-bottom: 10px;
	margin-left: 145px;
	border: 2px dashed #91294e;
	text-align: center;
	margin-bottom: 20px;
}
.text_box2 {
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	margin-right: 20px;
	padding-bottom: 10px;
	border: 2px dashed #91294e;
	text-align: center;
	margin-bottom: 20px;
}
.special_indent {
	margin-left: 150px;
}
