@charset "utf-8";
/* CSS Document */

/*********************/
/* SHARED PAGE STYLES*/
/*********************/


body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background-color: #959595;
	margin-top: 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: #333333;
}

#wrapper { /* this keeps the navigation in IE 6* browsers from going off to the left */

	text-align: left;
	width: 760px;
	margin-top: -18px;
	margin-right: auto;
	margin-left: auto;
}

img.floatLeft{
	border: 1px solid #666666;
	margin: 5px 8px 2px 0;
	float: left;
}


p {	
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: .05em;
}

p a {
	text-decoration: none;
	color: #0033FF;

}


#banner {
	background-color: #426289;
	background-image: url(images/elements/banners/ban-home-1g.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#banner h3{
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 19px;
	padding-top: 56px;
	padding-left: 300px;
	width: 430px;
	text-align: left;
	line-height: 110%;
	letter-spacing: .05em;
}

#banner h4{
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	text-align: left;
	line-height: 110%;
	letter-spacing: .05em;
	padding-top: 0px;
	padding-left: 300px;
}


 


#bannerTemplate {
	background-color: #426289;
	background-image: url(images/elements/banners/ban-bg.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 50px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#bannerTemplate h1{
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 28px;
	text-align: left;
	letter-spacing: .05em;
	padding-top: 0px;
	padding-left: 10px;
}

#bannerTemplate .image{
	position: relative;
	padding-top: 60px;
	padding-left: 50px;
}


#header {
	width: 760px;
	height: 92px;
	padding: 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. */
	background-color: #C1C571;
	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 */
}

.donate a{

	width: 260px;
	height: 92px;
	float: right;
	padding: 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. */
	background-color: #C1C571;
	background-repeat: no-repeat;
	background-image: url(images/elements/ban-donate.jpg);
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
} 

.donate a:hover{
	background-image: url(images/elements/ban-donate-over.jpg);
}

.donateTxt{
	position: absolute;
	top: 0px;
	right: 0px;

}

.donateTxt a {
	color: #FFFFFF;
	text-decoration: none;
}

.donateTxt a:hover {

	color: #FFFF00;
	text-decoration: none;
}

#container {
	position: relative;
	top: 0px;
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FAFAF5; /* was F3F3E9 */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C7D4CE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 16px 10px 16px;
}

#sidebar1 li {
	font-size: 12px;
	line-height: 140%;
	color: #555;
	font-weight:bold;
	margin-left: -10px;
}


#sidebar1 h2{
	color: #FFFFFF;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 29px;
	margin-bottom: -10px;
	text-align: left;
	line-height: 110%;
	letter-spacing: .05em;
}

#sidebar1 h3{
	color: #FFFFFF;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: -10px;
	text-align: left;
	line-height: 110%;
	letter-spacing: .05em;
}

#sidebar1 h4{
	color: #CC6600;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 110%;
	letter-spacing: .05em;
}

#sidebar1 .FB{
	position: relative;
	float: right;
	margin: -20px 0px 0px 0px;
}


.imageAgency {
	float: left;
	background-image: url(images/elements/btn-agency.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 230px;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 0px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
}

.imageAgency a{
	color: #fff;
	text-decoration: none;
}

.imageAgency a:hover{
	color: #FFFF99;
	text-decoration: underline;
}

.imageHotlink {
	float: left;
	background-image: url(images/elements/btn-hotlink.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 230px;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 0px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
}

.imageHotlink a{
	color: #fff;
	text-decoration: none;
}

.imageHotlink a:hover{
	color: #FFFF99;
	text-decoration: underline;
}
#mainContent {
	margin: 0 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
} 

* html #mainContent { /* this corrects the IE6 gap and the height problem. */
  margin-right: -3px;
  height: 100%;
  }


#imagePrime {
	position: relative;
	margin-top: 60px;	
	width: 492px;	
}

.imageFocus {

	margin-top: 30px;
}

.imageFlushLeft {

	margin-top: 10px;
	margin-left: -20px;
	float: left;
}

#mainContent h2{
	color: #555;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	margin-bottom: -5px;
	text-align: left;
	line-height: 110%;
	letter-spacing: .05em;
}

#mainContent h4 {
	color: #3E6085;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -5px;
	text-align: left;
	line-height: 110%;
	letter-spacing: .05em;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#959595; 	
	padding: 5px 0 0 5px;
	font-size: .85em;
	text-align: right;
	color: #FFFF66;
}

#footer a{
	color: #FFFF66;
	letter-spacing: .2em;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
	background-color: #F0EBAC
} 
#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 */
	letter-spacing: .05em;
}


#footer .privacy {
	text-align: left;
	margin: 0;
	width: 720px;
	padding-right: 0px;
	margin: 0 auto;
	font-size: 11px;
	color:#FFFFFF;
	letter-spacing: 1px;
}

#footer .legal{
	text-align: left;
	padding-top: 15px;
}

#footer .legal {
	text-align: left;
	padding-top: 15px;
	font-size: 9px;
	color: #CCCCCC;
}

#footer .legal a {
	font-size: 9px;
	color: #CCCCCC;
}

/* ***************** Fixes and additional goodies *************** */


.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 238px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

