@charset "utf-8";
body { 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
	line-height:1.4em;
}

img	{
	border:0px;
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #fff; 
	padding: 0 10px 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. */
	height:170px;
	background-image:url(images/head_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#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 */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/index_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:838px;
}
#mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/service_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:1248px;
}
#mainContent_pdf {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/pdf_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:748px;
}

#mainContent_letters{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/letters_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:748px;
}

#mainContent_faq {
	padding: 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/faq_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:748px;
}


#mainContent_pdf	a:link	{
	color:#000;
	font-size:14px;
	padding:20px;
}
#mainContent_pdf	a:visited	{
	color:#000;
	font-size:14px;
	padding:20px;
}
#mainContent_pdf	a:hover	{
	color:#ff0000;
	font-size:14px;
	padding:20px;
}


#mainContent_role {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/role_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:1048px;
}
#mainContent_contact {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/contact_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:800px;
}
#mainContent_retire {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/retire_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	/*min-height:1048px;*/
}
#mainContent_direction {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/direction_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	/*min-height:1048px;*/
}


#mainContent_fund {
	padding: 120px 20px 60px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/fund_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:10px;
	line-height:1.8em;
}


.title	{
	font-family:"Footlight MT Light", "Times New Roman";
	color:#003333;
	font-size:23px;
	font-weight:lighter;
}


#fillbox	{
	width:940px;
	background-image:url(images/fill_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:0px 55px 20px 0px;
	height:219px;
	float:left;
	font-size:12px;
	text-align:right;
	line-height:12px;
}


#footer {
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image:url(images/footer_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:50px;
	float:left;
	line-height:1em;
}

#footer	a:link	{
	color:#fff;
	text-decoration:none;
	padding:5px 25px;
	font-size:11px;
}
#footer	a:visited	{
	color:#fff;
	text-decoration:none;
	padding:5px 25px;
	font-size:11px;
}
#footer	a:hover	{
	color:#ffff00;
	text-decoration:none;
	padding:5px 25px;
	font-size:11px;
}
#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 */
}

#paybridge	{
	width:407px; 
	margin:90px 0px 0px 30px;
	padding:5px;
	float:left; 
	border:0px solid #003333; 
	text-align:left;
	font-size:10px;
}

#paybridge	input	{
	height:10px;
	font-size:10px;
}