body {
	background-color:#5c87b2;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 784px;
}
a{
	font-size:12px;
}
p{
	margin: 12px 0px;
}

hr {
border: 0;
color: #c4001e;
background-color: #c4001e;
height: 2px;
width: 100%;
text-align: left;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header2.jpg);
	width:784px;
	height:339px;
	position:relative;
}
#header ul{
	background-color:#85a157;
	width:784px;
	border: 3px solid #FFFFFF;
	display:block;
	top:339px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bgnew.gif);
	width:784px;
}
img{
	border-width:0px;
}
h1{
	color:#C4001E;
	font-size:15px;
	text-align:center;
	width:200px;
	*margin: 10px 0px 10px 0px;
    
}

h2{
	color:#000000;
	font-size:14px;
	margin: 10px 0px 10px 0px;
}

#left {
	float:left;
	width:450px;
	margin-left:27px;
	padding: 10px 10px 10px 10px;
	display:inline;
}
#left a{color:#f57b78;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:240px;
	padding: 0px 10px 5px 10px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}

.testimonial {
    margin: 0;
    background: #B7EDFF;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#CEF3FF, #B7EDFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CEF3FF), to(#B7EDFF));
    background-image: -webkit-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:    -moz-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:     -ms-linear-gradient(top, #CEF3FF, #B7EDFF);
    background-image:      -o-linear-gradient(top, #CEF3FF, #B7EDFF);
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}

.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B7EDFF;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #807470;
    text-align:left;
}

.testimonial-author span {
    font-size: 12px;
    color: #807470;
}

ul{
	margin-left: 15px;
	list-style: disc;
}
ul.c {
  
  list-style-type: circle;
}

/********************** Footer ***************************/
#footerline {
clear:both; 

font-size:1px;
height:10px;
}
#footer {
	width:784px;
	text-align:center;
	padding: 20px 0px;
}
