body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #061C37;
	background: url(/images/BackGround.jpg);
}

* {
  margin: 0 auto 0 auto;
 	text-align:left;
}

#page {
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 670px;
}

.topNaviagationLink {
	text-align:center;
	position:relative;
	margin-top:30px;
	font-size:16px;
	margin-left:-10px;
	width:120px;
	height: 35px;
	line-height: 35px;
	float:left;
	color:#000000;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}


.topNaviagationLink a {
	text-decoration:none;
	color:#000000;
}

.topNaviagationLink a:hover
{
	text-align:center;
	border-bottom:none;
	color:#0C61C9;
	display: block;
	width:120px;
	height: 35px;
	line-height: 35px;
	background-image:url(/images/taby.png);
}

#mainPicture
{
	width:670px;
	height:345px;
	background-color:#000000;
}

#mainPicture .picture
{
	position:relative;
	width:650px;
	height:325px;
	top:10px;
	background-image:url(/images/CourtHouse.jpeg);
	background-repeat:no-repeat;
	margin-left:10px;
}

#headerTitle
{
	position:relative;
	top:30px;
	left:40px;
	font-size:25px;
	color:#000000;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

#headerSubtext {
	position:relative;
	top:30px;
	left:50px;
	font-size:14px;
	color:#000000;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

.contentBox {
	width:670px;
	height:auto;
	background-color:#000000;
	margin-top:10px;
}

.contentBox .innerBox {
	position:relative;
	width:650px;
	height:auto;
	top:10px;
	margin-left:10px;
	background-color:#ffffff;
	padding-bottom:35px;
}

.contentTitle {
	font-size:19px;
	margin-bottom:0px;
	padding-top:18px;
	margin-left:13px;
	margin-top:15px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}

.contentTitleShort {
	font-size:19px;
	margin-bottom:0px;
	padding-top:0px;
	margin-left:13px;
	margin-top:15px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}


.contentText {
	font-size:13px;
	line-height:24px;
	margin-left:20px;
	margin-right:13px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}

#footer {
	width: 670px;
	height:16px;
	text-align:center;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding-top:5px;
}


html, body {
	text-align: center;
}

p {
	text-align: left;
	display: block;
}

p span {
	padding: 8px 0px;
	display: block;
}

#countdown-wrap {
  width: 95%;
  height: 230px;
  //border: 1px solid black;
  //padding: 20px;
  font-family: arial;
  max-width: 650px;
  //margin: 150px auto 300px;
}

#goal {
  font-size: 48px;
  text-align: right;
  //color: #FFF;
  @media only screen and (max-width : 640px) {
    text-align: center;  
  }  
}

#glass {
  width: 100%;
  height: 20px;
  background: #c7c7c7;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}

#progress {
  float: left;
  width: 16%;
  height: 20px;
  background: #FF5D50;
  z-index: 333;
  //border-radius: 5px;
}

.goal-stat {
  width: 25%;
  //height: 30px;
  padding: 10px;
  float: left;
  margin: 0;
  //color: #FFF;
  
  @media only screen and (max-width : 640px) {
    width: 50%;
    text-align: center;
  }
}

.goal-number, .goal-label {
  display: block;
}

.goal-number {
  font-weight: bold;
}

