@charset "utf-8";
/*
	master.css
*/
/*
 * RESET
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
/*behavior:url("../_css/csshover.htc"); - IE6 HOVER FIX*/
}
img, div {
/*behavior:url("../_css/iepngfix.htc"); - IE6 PNG TRANSPARENCY FIX*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
}
img, div {
}
/*
 * BASIC ELEMENTS
 * Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
 */
 body {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:1em;
	 line-height:1.3em;
	 padding:0;
	 margin:0 auto;
	 width:960px;
	 color:#666;
	 background-color:#eaeaea;
}
h1 {
	color:#900;
	font-size:2.0em;
	width:150px;
	float:left;
	font-family:"Arial Black", Gadget, sans-serif;
	line-height:1.5em;
}
h2 {
	font-size:1.5em;
	display:block;
	margin:0;
	color:#781212;
}
h3 {
	color:#FFF;
	font-size:1.3em;
	padding:5px;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:.8em;
}
h6 {
	font-size:.7em;
}
ul {
	padding-left:35px;
	list-style-type:disc;
}
ol {
	padding-left:35px;
}
ul li {
	color:#666;
	font-size:.875em;
}
ol li {
	color:#666;
	font-size:.875em;
	list-style-type:decimal;
	padding:0;
}
.gray {
	background-color:#666;
}
a {
	color:#903;
	text-decoration:underline;
}
a:hover {
	color:#096;
}
a:visited {
	color:#903;
}
a:active {
	color:#096;
}
p {
	color:#666;
	font-size:.875em;
}
 td {
	 padding-left:15px;
 }
 /*
 * BASIC LAYOUT
 * Define the basic template: header, footer, menu, content
 */
#header {
	height:250px;
	width:960px;
	float:left;
	background:url(../_images/logo.gif) center top no-repeat #FFF;
}
p.mission {
	padding-left:20px;
	padding-top:25px;
	float:left;
}
#content {
	width:938px;
	padding:10px;
	float:left;
	background-color:#FFF;
	clear:both;
	background-color:#FFF;
	border:#CCC 1px solid;
	margin-bottom:50px;
}
.bottom {
	text-align:center;
}
p.bottom img {
	vertical-align:middle;
	margin-left:5px;
}
#services {
	float:left;
	clear:both;
	background-color:#FFF;
	width:938px;
}
#services p {
	color:#FFF;
}
#left {
	float:left;
	width:455px;
	margin-bottom:15px;
	background-color:#494e55;
	padding-top:5px;
}
#left p {
	padding-left:5px;
}
#right {
	float:right;
	padding-top:5px;
	width:455px;
	background-color:#494e55;
}
#right p {
	padding-left:5px;
}
#contact {
	float:left;
	width:455px;
}
#family {
	float:right;
	width:455px;
	
}
#family b {
font-size:1.5em;
	display:block;
	margin:0;
	color:#781212;
}
 /*
 * HEADER
 * Define all elements in the header area
 */

 /*
 * MENU
 * Define all elements in the menu area
 */

 /*
 * CONTENT
 * Define all elements in the content area
 */
 /*
 * FOOTER
 * Define all elements in the footer area
 */
 
 /*
 * GENERIC CLASSES
 * Define styles for simple things like floating to the sides, removing a bottom margin on elements, etc
 */
