/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	overflow: -moz-scrollbars-vertical;
	overflow: scroll vertical; 
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11.2px;
	color:#333333;
	line-height:16px;
	text-align:left;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
	text-align:left;
}
h3 {
	font-size:14px;
}
a, a:link, a:visited {
	color:#333399;
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#ff6600;
	font-weight:bold;
	text-decoration:underline;
}
hr {
	height: 0;
	border-width: 1px 0 0 0; /* remove all borders except the top one */
	border-style: dashed;
	border-color: #0000ff;
}
#site_links{
	background-color:#ecfde6;
	border-top:1px dotted #999999;
}
#site_links b{
	vertical-align:middle;
	padding-left:27px;
	padding-bottom:0px;
	margin-bottom:0px;
	}
#site_links li{
	padding-top:0px;
	text-indent:0px;
	color:#0000FF;
	font-size:11px;
	line-height:16px;
}
.bottom_section{
	vertical-align:top;
	font-size:9px;
	color:#999999;
}
.bottom_section a:link, .bottom_section a:visited{
	vertical-align:top;
	font-size:9px;
	color:#999999;
	text-decoration:none;
}
.bottom_section a:hover{
	vertical-align:top;
	font-size:9px;
	color:#000000;
	text-decoration:none;
}
#main {
	border-left-color:#52bdec;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#52bdec;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#52bdec;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#main_lhs {
	width:256px;
	border-right-color:#00457c;
	border-right-style:solid;
	border-right-width:1px;
	vertical-align:top;
}
#nav {
	height:19px;
	background-image: url(images/navbg_off.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding-left:25px;
	font-weight:bold;
}
#nav a:hover { 
	height:19px; 
	background-image: url(images/navbg_on.gif); 
	background-repeat:no-repeat; 
	background-position:center; 
	padding-left:10px; 
	font-weight:bold; 
}
#main_rhs {
	width:501px;
	vertical-align:top;
}
#copyright {
	text-align:center;
	font-size:10px;
	color:#999999;
}
/*new_nav */
#navholder { 
     margin:0px; 
     padding:20px 0px 20px 0px; 
     width:256px; 
	 background-image: url(images/nav_bg.gif); 
     background-repeat:repeat-y; 
     background-position:left; 
}
#leftnav {
	width:256px;
	font-family:arial;
	font-size:12px;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#leftnav a:link,#leftnav a:visited {
	height:17px;
	display:block;
	background-image: url(images/navbg_off.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding-left:30px;
	padding-top:2px;
	padding-bottom:-2px;
	text-decoration:none;
	text-align:left;
	color:#00457c;
	font-weight:bold;
}
#leftnav a:hover {
	background-image: url(images/navbg_on.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#FF6600;
	font-weight:bold;
}
/*end new_nav */
#page_title{
	text-align:right;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#contact_bg{
	text-align:right;
	vertical-align:bottom;
	background-image:url(images/couple_contact.jpg);
	background-repeat:no-repeat;
	width:209px;
	height:137px;
}
.blue{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#15b1f5;
	font-weight:bold;
	line-height:15px;
	letter-spacing:0px;
}
#bottom_nav{
	vertical-align:bottom;
	text-align:center;
	background-color:#bfe5f6;
	color:#333399;
	font-size:9px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:18px;
	width: 685px";
}
#bottom_nav a:link, #bottom_nav a:visited{
	font-size:10px;
	color:#333399;
	text-decoration:none;
	padding-right:4px;
	padding-left:4px;
	font-weight:bold;
}
#bottom_nav a:hover{
	font-size:10px;
	color:#ff6600;
	text-decoration:none;
	padding-right:4px;
	padding-left:4px;
	font-weight:bold;
}
#bullets{
	font-size:11px;
	text-align:left;
}
#bullets ul{
	font-size:11px;
	list-style-image:url(images/bullet.jpg);
	line-height:12px;
	font-weight:bold;
	color:#333333;
}
#bullets li{
	padding-bottom:7px;
	
}