﻿/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ul {list-style:none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#262525; background:#fff url(../images/solid_background.png) left top repeat-x}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-weight:bold; font-family:Helvetica, Arial, Verdana, sans-serif; color:#404040}
h2 {font-size:1.75em}
h3 {font-size:1.25em; text-decoration:none}
h4 {font-size:1em; margin-bottom:5px}
h5 {font-size:1em; font-style:italic; color:gray}
a {color:#404040; outline:none}
	a:hover {text-decoration:none; color:#0080C0}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

/*#######################
  Layout Styles 
#######################*/

#wrapper {width:950px; margin:0 auto; overflow:hidden}
#banner{
height: 110px;
background-image: url(../images/2010_banner_a.png);
background-repeat: no-repeat;
	line-height: 150%;
	text-align: right;
	font-weight: bold;
	font-size: medium;
	color: #FFFFFF;

}

	h1 {padding-left:50px; margin:20px 0; font-size:1.5em; color:#000; font-weight:bold; height:85px; background:url(../images/mid_banner_new.png) left no-repeat}
	#navigation {float:left; margin:0; width:960px; height:49px; background:url(../images/nav_bg.png) left top no-repeat}
		#navigation li {float:left; display:inline; text-transform:lowercase; border-right:1px solid #262525}
			#navigation li a {display:block; padding:17px 50px 0 50px; height:32px; text-align:center; text-decoration:none; color:#fff}
				#navigation li a:hover {text-decoration:underline}

#content {width:950px; clear:both; float:left; margin-top:15px}	

	#intro {float:left; width:100%}
		#welcome_text {float:left; display:inline; padding-right:75px; margin-bottom:25px; width:460px; font-size:30px; font-family:Palatino, Times, "Times New Roman", Georgia, serif; background:url(../images/happy_family.jpg) center 100% no-repeat}
	        #intro #callouts {float:left; width:230px; margin-top:0; margin-left:25px}
			#intro #callouts li {list-style-type:none}
				.learn_more {width:170px; height:31px; font-size:15px; background:url(../images/button2.png) 50% 50% no-repeat}
					.learn_more a {display: block; width: 86px;	height: 14px; font-weight: bold; padding: 4px 2px 2px 23px;	color: #262525}

	#content p {line-height:1.25em}
	#content ul {margin-left:20px; list-style-type:disc}
		#content li {margin:10px 0}	
	#content .two_columns {float:left; display:inline; width:450px; margin-right:15px}
		.two_columns .four_columns {float:left; display:inline; margin-right:15px; width:210px}
		.two_columns img {float:left; margin-right:15px}
    #content .main_column {float:left; display:inline; width:650px; margin-right:15px; margin-top:10px}
		.main_column img {float:left; margin-right:15px}   
	#content .one_column {float:left; display:inline; width:930px; margin-right:15px; margin-top:10px}
		.one_column img {float:left; margin-right:15px}   
    #content .left_column {float:left; display:inline; width:280px; margin-right:15px; margin-top:10px}
		.left_column img {float:left; margin-right:15px}
    #content .center_column {float:inherit; display:inline; width:280px; margin-right:10px; margin-top:10px; margin-left:15px}
		.center_column img {float:left; margin-right:15px}
    #content .right_column {float:right; display:inline; width:280px; margin-right:15px; margin-top:10px; margin-left:15px}
		.right_column img {float:left; margin-right:15px}
	#content .right_menu {float:right; display:inline; width:220px; margin-right:15px; margin-top:10px; border-left:thin; border-left-color:gray; border-left-style:groove; background-color:#F8F8F8}
		.right_menu img {float:right; margin-right:15px; margin-top:15px}
	#content .right_quote {float:right; display:inline; width:200px; margin-right:15px; padding-top:10px; padding-bottom:20px; padding-left:5px; padding-right:5px; margin-top:50px}
		.right_quote img {float:right; margin-right:15px; margin-top:15px}

/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:350px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; padding:50px 0 30px 0; font-size:.9em; font-style:italic; color:black}



