/* CSS Document */
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	
}


body {
	text-align: center;
	margin:0px 0px 0px 0px;
	background-image: url('../Images/tile.jpg');
	background-repeat: repeat-x;
	font-family: Calibri;
	min-height:100%;
	position:relative;
	
}

@font-face {
	font-family: Museo;
	src: url('../Images/Museo300-Regular.otf');
}
h1, h2, h3{
font-family: 'Museo', 'Shanti', sans-serif;	
/*font-family: 'Buda', sans-serif;*/
}

h1 {
	text-indent: -9999px;	
}
h2 {
	background-color: #4b6c9e;
	color: White;
	line-height: 100%;
	font-size: 1.5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;

}

h4, h5, h6 {
font-family: 'Andika', sans-serif;	
}
h3 {
	font-size:1.25em;	
}

h4 {
	font-size:1.15em;
	color: #014A81;
	font-weight: normal;
}

h5 {
	font-size:1em;	
}

h6 {
	font-size:.85em;	
}

p {
	font-family: Calibri;
	font-size: .85em;
	line-height: 135%;
	color: #333;
}


.center {
	text-align:center;	
}

#pageWrapper {
	width: 700px;
	text-align: left;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*padding:10px;*/
	padding-bottom:200px;
	height:100%;

}

#amtRaised {
	background-color: #e6e6e6;
	margin-top: -20px;
	border: 1px dotted #999;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	padding: 3px;
	text-align: center;

}

#amtRaised h3 {
	color: #800016;
	padding-top: 10px;
	font-size: 1.35em;
	font-weight: normal;

	
}

#amtRaised h3 img {
	padding-top: 0px;
	vertical-align: middle;
	
}

#LogoHome {
	background-image: url('../Images/logo_lg.png');
	height: 100px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 20px;
	width: 700px;
	margin-left: 50px;
	margin-bottom: 10px;
	
}

#picHolder {
	width: 750px;
	
}


#pageContentWrap 
{	
}

.contentBox {
	background-color: #FFF;
	border: 1px dotted #999;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	/*overflow: hidden;*/
	position: relative;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;


}

ul.donationList {
	font-size: 1.25em;
	list-style-type: none;
	font-family: 'Museo', 'Shanti', sans-serif;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

ul.donationList li {
	margin-bottom: 3px;
	padding-bottom: 3px;
	
}

.borderBttm {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	
}

a:link {
	color:#004a7f;
	text-decoration:none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #356664;
	
}

a:active {
	color: #800016;
}



#container {
   min-height:100%;
   position:relative;
}

#footer {
	/*border-top: 1px dotted #999;*/
    background-color: #fff; /*#f3efe7;*/
	background-position: center;
	padding-top: 20px;
	height: 200px;
	width:100%;
	/*bottom: 0;*/
	clear:both;
}

.footerContent {
	margin:0 auto;
	width:700px;
}

.copyright {
	background-image: url('../Images/footer-pic.png');
	background-repeat: no-repeat;
	height: 170px;
	text-align: left;
	width: 350px;
	float: left;
	
}

.copyright p {
	padding-top: 40px;
	
}

.msgov {
	float: left;
	width: 350px;
	padding-top: 50px;
	
}

.star {
    font-size:14px;
    color:#FF0000;
}


