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

body {
	background: #DADAC0;
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.4em;
}
#nav  a:link {
	color: #B7D507;
	text-decoration: none;
}
#nav  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li #facebook {
background:#0F086C url(images/facebook.png) no-repeat left 10px ;
text-indent:-9999px;
font-size:0;
display:block;
height:29px;
padding:0;
margin-top:-3px;


}
#nav ul li #twitter {
background:#0F086C url(images/twitter.png) no-repeat left 10px ;
text-indent:-9999px;
font-size:0;
display:block;
height:29px;
padding:0;
margin-top:-3px;

}
#nav div
{
background:#0F086C;
}
#container  {
	width: 751px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	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: #0F086C;
	background-image: url(images/Ting_photos.jpg);
	background-position: left 119px;
	background-repeat: no-repeat;
	height: 270px;
}
#header   img  {
	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: 0;
}
#nav {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	background-color: #0F086C;
	height: 38px;
	vertical-align: middle;
}
#nav li {
	display: inline;
	margin: 0px;
	background-color: #0F086C;
}
#nav ul {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #0F086C;
}
h1 {
	color: #0F086C;
	font-size: 140%;
}
#mainContent li {
	padding-bottom: 10px;
}
#mainContent  {
	padding: 20px 40px 10px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 1px solid #999999;
}
#footer  {
	padding: 0 10px;
	background-color: #DADAC0;
	text-align: center;
}
#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-size: 90%;
}
a:link {
	color: #0F086C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #DADAC0;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}#form1 label {
	line-height: 3em;
}
input {
	margin-left: 10px;
}
#mainContent td {
	padding-top: 20px;
	padding-bottom: 10px;
}
#nav a {
	text-transform: capitalize;
}
#forclosesure {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.thanks {
	color: #0F086C;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-transform: uppercase;
	margin-bottom: 35px;
}
#loophole {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

p a#facebook_title {
background:url(images/title_facebook.png) no-repeat top left;
text-indent:-9999px;
font-size:0;
display:block;
height:26px;
width:215px;
float:left;
}
p a#facebook_title:hover {
background:url(images/title_facebook_o.png) no-repeat top left;
}

p a#twitter_title {
background:url(images/title_twitter.png) no-repeat top left;
text-indent:-9999px;
font-size:0;
display:block;
height:26px;
width:235px;
float:left;
}

p a#twitter_title:hover {
background:url(images/title_twitter_o.png) no-repeat top left;
}



p a#contribute_title {
background:url(images/actblue.png) no-repeat top left;
text-indent:-9999px;
font-size:0;
display:block;
height:26px;
width:215px;
float:left;
}

p a#contribute_title:hover {
background:url(images/actblue_over.png) no-repeat top left;
}