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

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, Geneva;	
	font-size:small;
	background:#d6d6d6;
	height:100%;
	width:100%
	z-index:-1;
	background-image:url(../images/backrepeatplease.jpg);
	background-repeat:repeat-y;
	background-position: center;
	background-attachment:fixed;
}


A:link {color: #006699; text-decoration: underline;}
A:active {text-decoration: none}
A:visited {color:#006699; text-decoration: underline;}
A:hover {color:#d40046 ; text-decoration: none;}

p, div {
	margin:0 0 0 0;
	border:0;
}
	

#maincontainerwrap {
	position:relative;
	width:687px;
	height:100%;
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
}

#backgraphic {
	z-index:-1;
	position:absolute;
	top:0;
	width:687px;
	height:600px;
	background-image:url(../images/backgroundplease4.jpg);
	background-repeat:no-repeat;
	
}

#taggon {
	position:absolute;
	margin-left:687px;
	width:97px;
	height:403px;
	background-image:url(../images/taggon.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}


	
#maincontainer {
	position:relative;
	width:687px;
	height:auto;
	min-height:100%;
	z-index:1;
}

#titlespace {
	position:relative;
	width:687px;
	height:160px;

}

	
#contentcontainer {
	position:relative;
	width:585px;
	min-height:400px;
	text-align:left;
	padding:20px 30px 30px 30px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF url(../images/uppershade.gif) repeat-x top; 
	border-top:solid 7px #7fb5c7;
	overflow:auto;
	z-index:3;
}

#footer {
	position:relative;
	border-top:solid 7px #7fb5c7;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
	width:645px;
	height:60px;
	color:#FFFFFF;
}


h1 {
	font-size:24px;
	color:#006699;
}

h2 {
	font-size:16px;
	color:#006699;
	margin-bottom:8px;
}

h3 {
	font-size:16px;
	color:#006699;
	margin-bottom:0px;
	margin-top:20px;
}

h4 {
	font-size:16px;
	color:#006699;
	margin-bottom:8px;
	margin-top:0px;
}

h5 {
	font-size:16px;
	color:#006699;
	margin-bottom:16px;
	margin-top:26px;
}

h6 {
	font-size:14px;
	color:#006699;
	margin-bottom:8px;
	margin-top:0px;
}


ul {
	list-style-image:url(../images/greentick.png);
	margin-bottom:30px;
}

li {
	/*margin-bottom:4px;*/
}

ul.linklist {
	list-style-image:url(../images/smallarrow.jpg);
}

.faq li {
	margin-bottom:20px;
}

.pledge li {
	margin-bottom:10px;
}

.centeredimg {
	display:block;
	margin:auto;
	padding:2px;
   	border:1px solid #72a0b5;

}

.centeredimgbuff {
	display:block;
	margin:auto;
	padding:2px;
   	border:1px solid #72a0b5;
	margin-bottom:40px;

}
.leftimg {
	padding:2px;
   	border:1px solid #72a0b5;
}

.doublebox {
	width:275px;
	float:left;
}

.doubleboxleft {
	width:275px;
	float:left;
	margin-right:30px;
}

.centeredtext {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	margin-top:5px;
	margin-bottom:15px;
}

.smallcenteredtext {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:275px;
	margin-top:5px;
	margin-bottom:15px;
}


.separ {
	margin-top:5px;
	margin-bottom:20px;
}

.tightsepar {
	margin-top:2px;
	margin-bottom:10px;
}

.tabular {
	margin-left:15px;
	text-indent:-15px;
}

.bolder {
	margin-top:5px;
	margin-bottom:20px;
	font-weight:bold;
}

.notetext {
	text-align:right;
	font-size:x-small;
	margin-top:30px;
}


table.contacts {
	width:580px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.contacts th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.contacts td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 0px 0px 0px 0px;
}

td.padded {
	padding:30px;
}

.reliabilitytext {
	width:259px;
	float:left;
	padding-right:20px;
}

.reliabilitypic {
	width:300px;
	float:left;
	margin-bottom:30px;
	padding:2px;
   	border:1px solid #72a0b5;
}

.awardpic {
	width:200px;
	float:right;
	margin-bottom:30px;
	margin-left:20px;
	padding:2px;
   	border:1px solid #72a0b5;
}

.awardpic2 {
	width:200px;
	float:right;
	margin-bottom:30px;
	margin-left:30px;
	padding:2px;
   	border:1px solid #72a0b5;
}

.bigpic {
	padding:2px;
   	border:1px solid #72a0b5;
}

.greentxt {
	color:#009933;
}

.question {
	color:#0099CC;
	font-weight:bold;
}