/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}


hr {
	color: #CCCCCC;
}


li {
	color: #111111;
	line-height: 20px;
	text-align: left;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}


p  {
	font-size: 10pt;
	line-height: 18px;
	color: #252525;
	}
	

td {
	color: #111111;
	font-size: 13px;
	line-height: 20px;
	}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #333399;
	font-weight: normal;


}

h2 {
	font-size: 12pt;
	color: #111111;
	font-weight: normal;
}



h3  {
	font-size: 10pt;
	font-weight: bold;

}

ul  {
	display: list-item;
}



		/* --------- URLs ---------  */

a:link, a:visited, a:active {
	color:#3333cc;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:hover {color:#3333cc; text-decoration:underline;}


a.FooterUrl1:link, a.FooterUrl1:active, a.FooterUrl1:visited {

	color: #ffcc00;
	font-size: 11px;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	}
	

a.FooterUrl1:hover {

	color: #ffcc99;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
	}
	

a.FooterUrl2:link, a.FooterUrl2:active, a.FooterUrl2:visited {
	color: #333399;
	font-size: 10px;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	}
	

a.FooterUrl2:hover {
	color: #333399;
	font-size: 10px;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
	}


/************************************ WRAPPER ************************************/

#wrapper {
	width: 778px;
	height: 1%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	}
	
/************************************ DIV CONTAINERS ************************************/
								


                                 /****** Header Bars ******/

#HdrLeft  {
	text-align: left;
	height: 135px;
	width: 350px;
	float: left;
	clear: right;
}

#HdrRight {
	font-size: 10pt;
	text-align: right;
	height: 135px;
	float: right;
	width: 400px;
	clear: right;

}

                                /****** Content Areas ******/
								
#PgContent  {
	width: 726px;
	float: left;
	height: 1%;
	text-align: left;
	background-image: url(../images/pgbkg.jpg);
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border: 1px solid #ebebeb;
}

#HpContL  {
	float: left;
	padding: 0px;
	width: 662px;
	text-align: left;
	vertical-align: top;
}

#HPCont1  {
	float: left;
	width: 207px;
	height: 1%;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 22px;
}

#HPCont2  {
	float: right;
	width: 369px;
	height: 1%;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 22px;
}


#HpContR  {
	float: right;
	width: 160px;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
}



                                  /****** Picture Bars ******/

#HpPicBar  {
	float: left;
	width: 100%;
	height: 214px;
	background-image: url(../images/hp_img.jpg);
	clear: both;

}

   
                                    /****** Menu Bar ******/
									
#MenuBar  {
	background-image: url(../images/menu_bkg.jpg);
	float: left;
	height: 39px;
	width: 100%;
	clear: both;
	text-align: left;
}


                                /****** Footer ******/
								
#Footer  {
	background-color: #111111;
	height: auto;
	width: 758px;
	padding: 10px;
	text-align: center;
	clear: both;
}

								
#Footer2  {
	font-size: 10px;
	height: auto;
	width: 758px;
	padding: 10px;
	text-align: center;
	clear: left;
	color: #707070;
}


/************************************ CLASSES ************************************/


.Notes  {
	color: #996600;
}

.Phone {
	font-size: 16pt;
	color: #CC0000;
}


.PicPad  {
	padding-bottom: 5px;
	padding-left: 20px;
}


.Testimonial  {
	color: #5574b9;
}


.Title1  {
	font-size: 13pt;
	color: #000000;
	font-weight: normal;
	line-height: 24px;
}

