@charset "utf-8";
* {
	margin:0; padding:0;
}
body {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	background:#ffffff url(images/header_tall.gif) top repeat-x;
	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: #2c3c04;
}
.wrapper #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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* ============================= header ====================== */
.wrapper #header {
	margin: 0;
	background:url(images/header_bg.jpg) top left no-repeat;
	height: 362px;
	padding: 40px 28px 0 28px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #aaaaaa;
	font-size: 18px;
}
.wrapper #header .text {
	padding: 134px 22px 0 494px;
	font-size: 12px;
	color:#FFFFFF;
}
.wrapper #header .button {
	padding: 24px 34px 0 592px;
}
.wrapper #header .nav {
	margin: 0;
	height: 54px;
	padding: 20px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/* ============================= navigation ====================== */
.wrapper #nav {
	margin: 0;
	height: 54px;
	padding: 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/* ============================= mainContent ====================== */
.wrapper #mainContent {
	margin: 0;
	padding: 0 30px 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.wrapper #mainContent a {color:#9c072e;}
.wrapper #mainContent a:hover{color:#042864; text-decoration:none;}



/* ============================= footer ====================== */
.wrapper #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebeb;
	text-align: center;
	font-size: 14px;
}
.wrapper #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 */
	color: #2c3c04;
}
.wrapper #footer .text {
	font-size: 12px;
	font-style: italic;
}
.wrapper #footer a {color:#2c3c04;}
.wrapper #footer a:hover{color:#535353; text-decoration:none;}

.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: 8px;
}
.fltrt-txt { /* 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: 12px;
	color: #042864;
	border: medium;
	border-color:#092e6a;
	background-color: #d9d9d9;
	width: 225px;
}
.fltrt-txt ul {
	padding-left: 32px;
	padding-bottom: 6px;
	list-style-image: url(images/awrro-2.gif);
	}
.fltrt-txt p { /* 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. */
	padding: 8px;
}
.fltrt-txt2 { /* 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: 12px;
	padding: 6px 6px 0 6px;
	color: #042864;
	border: medium;
	border-color:#092e6a;
	background: url(images/row2_bg.gif);
	text-align: center;
}
.style1 {
	color:#2c3c04;
	font-weight: semi-bold;
	}
.style2 {
	color: #042864;
	font-weight: bold;
	}
.style3 {
	color: #2c3c04;
	font-weight: bold;
	font-size: 14px;
	}
.style4 {
	color: #042864;
	font-size: 125%;
	font-weight: bold;
	}
p, h1, h2, h3, h4, h5, h6 {
	padding-bottom: 12px;
	}
h2 {
	color: #2c3c04;
	font-weight: bold;
	font-size: 18px;
	}
h3 {
	color: #2c3c04;
	font-weight: bold;
	font-size: 14px;
	}
ul {
	padding-left: 32px;
	padding-bottom: 6px;
	list-style-image: url(images/awrro-1.gif);
	}
ul li {
	padding-left: 0;
	padding-top: 6px;
	}
li ul li {
	padding-left: 0;
	padding-top: 6px;
	list-style-image: url(images/bullet1.gif);
	}
#fadeinbox{
	position:absolute;
	width: 350px;
	left: 0;
	top: -400px;
	border: 2px solid green;
	background-color: lightyellow;
	padding: 12px;
	z-index: 100;
	visibility:hidden;
	}
#fadeinbox a{
	color:#9c072e;
	text-decoration:none;
	border-bottom: 1px dotted;
	}
#fadeinbox a:hover, #fadeinbox a:hover{
	color:#042864;
	border-bottom: 1px solid;
	}
#fadeinbox2{
	float: right;
	margin-left: 8px;
	width: 350px;
	left: 0;
	top: -400px;
	border: 2px solid green;
	background-color: lightyellow;
	padding: 12px;
	}
#fadeinbox2 a{
	color:#9c072e;
	text-decoration:none;
	border-bottom: 1px dotted;
	}
#fadeinbox2 a:hover, #fadeinbox2 a:hover{
	color:#042864;
	border-bottom: 1px solid;
	}