@charset "UTF-8";
/* CSS Document */

body  {
	font-family:georgia,"times new roman",serif;
	font-size:62.5%;
	background: #000000 url(../images/bodyBG.jpg) repeat-x scroll center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #133E66;
}
.table { background:url(../images/whiteBG.gif) repeat-y; }

.logo_overlay {
	position:relative;
	top:-10px;
	height:67px;
	padding:0px 0 0px 90px;
	width:200px;
	}

#container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:url(../images/whiteBG.gif) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*******************  Sidebar 1 *************************/
#sidebar1 {
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/leftcol_bg.png) top no-repeat;
	height:1900px;
	padding:10px 0 0 0; /* padding keeps the content of the div away from the edges */
}
#sidebar1 .push { margin-left:120px; }
.procedure {
	color:#073156;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	padding-left:30px;
	text-decoration:none; }

.photogallerylink a{
	color:#073156;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	padding-left:135px; }
		
.testimonialbkg {
	background:transparent url(../images/testimonials.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:normal;
	height:188px;
	line-height:18px;
	text-align:left;
	width:307px;
}
.testimonial {
	height:180px;
	padding:12px 0 20px 90px;
	width:200px;
}
.testimonial a {
	color:#FFFFFF;
	float:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	margin-right:12px;
	text-align:left;
}
.newsletter {
	background:transparent url(../images/background_stayconnected.gif) no-repeat scroll 0 0;
	height:125px;
	margin-left:130px;
	padding-top:50px;
	width:137px;
}
/*******************  Menu *************************/
.leftnav ul { margin:0 0 0 115px; padding:0; }
.leftnav ul li { list-style:none; padding:4px 0; }
.leftnav ul li a {
	color:#073156;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
}
.leftnav ul li a:hover { text-decoration:underline; }
.leftnav .sub a { background:url(../images/list2.gif) no-repeat; padding:0 0 0 20px; font-size:12px; margin-left:7px; }

/*******************  Sidebar 2 *************************/
#sidebar2 {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/rightcol_bg.png) no-repeat top;
	height:1000px;
	padding: ; /* padding keeps the content of the div away from the edges */
}
#sidebar2 p { text-align:center; color:#FFF; font-size:16px; padding:0; margin:0; }
.middlenav ul { margin:10px 0 0 0; padding:0; }
.middlenav ul li { list-style:none; }
.middlenav ul li a { color:#FFF; text-transform:uppercase; padding-left:20px;font-size:14px; line-height:32px; text-decoration:none; }
.middlenav ul li a:hover { text-decoration:underline; }
.middlenav .sub a { background:url(../images/list2.gif) no-repeat; padding:0 0 0 20px; font-size:12px; line-height:28px; margin-left:16px; }

.middlenav a { font-size:16px; line-height:20px; text-decoration:none; color:#FFFFFF; }
.middlenav a:hover { text-decoration:underline;}

.middleitem { margin:10px 0; }


/*******************  Main Content *************************/
#mainContent { 
	width:528px; 
	font-size:14px; line-height:20px;
}
.componentheading { padding:0 15px; width:388px; font-size:14px; }

.componentheading p { line-height:20px; }
.componentheading a { color:#052745; text-decoration:none; }
.componentheading a:hover { text-decoration:underline; }

.componentheading h1 {
	background:transparent url(../images/flourish.jpg) no-repeat scroll 50% 40%;
	color:#052745;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-weight:normal;
	line-height:22px;
	margin-left:-17px;
	text-align:center;
	width:420px;
}
.componentheading h3 {
	color:#073156;
	font-size:15px;
	font-weight:normal;
	padding:0;
}
.componentheading ul { margin:0 0 0 30px; padding:0; }
.componentheading ul li { list-style:none; list-style-position: outside; list-style-type: square;}
.componentheading ul li a { padding:0 0 0 0px; color:#052745; text-decoration:none; }
.componentheading ul li a:hover { text-decoration:underline; }

.video_box {
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:16px;
	text-align:center;
	border:5px;
	padding:10px;
	border:#366792 solid 1px;
	background-color:#9AB3C8;
	line-height:16px;
}
.link_titles_1 {
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:16px;
	line-height:18px;
	text-decoration:underline;
	padding-bottom:15px;
}
.video_box h1 {
	position:relative;
	background:transparent url(../images/flourish-video-titles.gif) no-repeat scroll;
	color:#052745;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-weight:normal;
	line-height:22px;
	text-align:center;
	padding-bottom:0px;
	margin-bottom:0px;
	width:350px;
	margin-left:0;
	}

.quote_box {
	width:90%;
	margin:0 auto;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	text-align:center;
	border:5px;
	padding:10px;
	border:#366792 solid 1px;
	background-color:#9AB3C8;
	line-height:14px;
}

.quote_box a {
	line-height:14px;
}

/*******************  Photo Gallery *************************/
.zmg-album img { margin:0 0 0 40px; padding:0; border:0;}


/*******************  Footer *************************/
#footer {
	background:url(../images/footer.png); 
	width:1024px; height:93px;
}
.footer ul { margin:0 0 0 170px; padding:0; }
.footer ul li { float:left; padding:0 0 0 20px; list-style:none }
.footer ul li a { color:#FFF; text-transform:uppercase; font-size:11px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; }
.footer ul li a:hover { text-decoration:underline; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 