body{
    margin: 0px;
	padding: 0px;
	background-color: rgb(206,206,206);
	text-align: center;
}

#Wrapper{
    position: relative;
    top: 10px;
	width: 760px;
	margin: auto;
}

#NavBar{
    background-color: #FFFFFF;

	min-height: 41px;
}

#NavBar #Links{
    float: right;
	width: 100%;
	text-align:right;
	position: relative;
	right: 93px;
	font-size: 12px;
	font-family: arial;
}

#NavBar #Links a:link{
    color:rgb(0,0,0);
	text-decoration: none;
}

#NavBar #Links a:visited{
	color: rgb(0,0,0);
	text-decoration: none;
}

#NavBar #Links a:hover{
    color: rgb(0,0,0);
	text-decoration: underline;
}

#NavBar #Links a:hover{
    color: rgb(0,0,0);
	text-decoration: none;
}

#Content{
    background-color: rgb(255,255,255);
	padding: 5px 16px 5px 16px;
	width: 728px;
	overflow: auto;
	text-align: left;
	overflow: hidden;
	}

#Content #Photo{
    float: left;
	margin-right:10px;
}

#Content #Testimony{
	/* change testimony to be on the right hand side - JAB - 2/28/2009 */
    float:right;
	clear:right;
	width: 163px;
	/* margin-right: 15px; */
	margin-left: 15px;
	margin-bottom: 15px;
}

#Content #Testimony #Inner{
	font-family: san-serif;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	border-left: 2px solid rgb(158,175,254);
	border-right: 2px solid rgb(158,175,254);
}

#Content #Testimony #Inner2{
	font-family: arial;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	background-color: rgb(255,255,153);
}

#Form{
   width: 526px;
   height: 260px;
   border: medium solid rgb(42,78,163);
}

#FormTwo{
   width: 526px;
   height: 220px;
   border: medium solid rgb(42,78,163);
}

#RedForm{
   width: 522px;
   height: 246px;
   border: 2px dashed rgb(236,158,158);
}

#Form label{
    float: left;
    display: inline;
	font-size: 16px;
	margin-left:120px;
}

#Form .Textbox{
    float: right;
	display: inline;
	margin-right:130px;
}

#footer {
	width: 760px;
	height: 33px;
	overflow: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: arial;
}

.YellowBox{
    width: 600px;
	padding: 20px 35px 20px 40px;
	background-color: rgb(255,255,153);
    height: 200px;
}

.YellowBox .LeftImage{
    float: left;
	margin-right: 30px;
	clear: left;
}

.YellowBox .Quote{
    float: right;
	width: 470px;
}

/* used for testimonial boxes - Jamey 1/2/09 */
.YellowBoxFlex
{
float:none;
background-color:rgb(255,255,153);
margin: 3px;
width:470px;
border: 2px solid;

}
/* Highlight Yellow  - Jamey 1/2/09 */
.highlight 
{
background-color:#FFFF00;
}

/* Adjust bullet bulleted list display, previously used inline,  - Jamey 1/2/09 */
.BulletDisplay
{
position:relative;
left:28px; 
margin:28px;
}
/* for strikethough text - Jamey 2/28/2009 */
.mystri {
	text-decoration: 
	line-through;
	}
	

/* for stylizing bullets with a check mark - Jamey 2/28/2009 */
.styledlist {     
    line-height:1.5em;
    list-style-type:none;
	}
/* for stylizing bullets with a check mark - Jamey 2/28/2009 */	
.styledlist li {
	padding-left:25px;
	background:transparent url(/images/checkmark.jpg) no-repeat 0 top;
}


.Clear{
    clear: both;
}

.Down{
    position: relative;
	top: 20px;
}

.LeftImage{
    float: left;
	padding-right: 20px;
}

.RightImage{
    float: right;
	padding-left: 10px;
}

.Description{
    float: right;
	width: 550px;
}

img{
    display: block;
    margin: 0;
	padding: 0;
	border: 0;
}

.blog_l {
	float:left;
	width:520px;
}
#blog h2 {
	padding:10px 0px 30px 0px;
	margin:0px;
}div#subscribe {
	width: 520px;
	padding: 10px;
	border: 3px double #0213A4;
}
#Wrapper #Content #intro {
	width: 530px;
	margin-top: 40px;
	margin-left: 10px;
}
#contact-info {
	color: #FFFFFF;
	background: #014EA9;
	padding: 10px;
	width: 480px;
	height: 350px;
	margin: 0px auto;
}
#contact-info p {
	color:#FFFFFF;
	line-height: 1.1em;
	text-align: left;
}
#contact-form {
	width: 161px;
	border-right: 1px solid #FFFFFF;
	height: 320px;
	float: left;
	padding-right: 35px;
}
#contact-info-content {
	width: 250px;
	height: 320px;
	float: right;
}