html {
  height: 100%;
}


body{
	text-align:center;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #0571E0;
	margin:0;
   padding:0;
   height:100%;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: normal;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a:hover{
	font-weight: bold;
}
.banner{
	margin: 0 auto;
	width: 804px;
}
.Content{
	margin: 0px auto 0px auto;
	width: 786px;
	background-color: #363C67;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	min-height: 70%;
}
#links{
	margin: 0px auto 0px auto;
	width: 786px;
	background-color: #363C67;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
}

.Content ul{
list-style: circle;
}
.footer{
	width: 804px;
	text-align: center;
	margin: 0 auto;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
}

.footer a{font-family: Arial, Helvetica, sans-serif;
             font-size: 12px;
			  color: #FFFFFF;
			   text-decoration:underline;}
			   
.footer a:hover{font-family: Arial, Helvetica, sans-serif;
             font-size: 12px;
			  color: #FFFFFF;
			   text-decoration:underline;
			   font-weight:normal;}
			   		   
#construction{
	text-align: center;
	margin: 50px auto;
}
#contacts{
	width: 600px;
}
#pinnacle, #triad, #agents, #mortgage{
	text-align:center;
	padding-top: 30px;
}
#tysons, #regent, #nw, #SnL, #providers, #HF{
	float:left;
	width:33%;
	text-align: center;
					  }

    div#test-accordion{  
        margin: 10px;  
        border: 1px solid #aaa;}  
      
    div.accordion {  
        position: relative; /* required for bounding--works around a "peculiarity" in Prototype */  
    }  
      
    div.accordion-toggle{  
       position: relative; /* required for effect */  
       z-index: 10;        /* required for effect */  
       background: #eee;   /* required for effect--can be anything except "transparent" */  
       cursor: pointer;  
   }  
     
   div.accordion-toggle-active{  
       background: #fff;  
   }  
     
   div.accordion-content{  
       overflow: hidden;   /* required for effect */  
       background: #aaa;  
   }  
.contactForm{
	width: 630px;
}
.formFields{
	background-color: #1F223A;
	color: #CCCCCC;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
.login{
	width: 100%;
	text-align: center;
}
.waves{
	white-space: 100%;
	background-color: #363C67;
	background-image: url(images/waves.jpg);
	background-repeat: repeat-x;
	height: 40px;
	bottom: 0px;
	margin-bottom: 0px;
}


#flashcontent {
	width: 804px;
	background-color: #363C67;
	margin: 0 auto;
	padding-top: 10px;
