/* CSS Document */

/*##############################################################
  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;
    border-color:#006666;
	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:12pt; font face="Cambria, Times New Roman, Comic Sans MS"; color:#000000; background-color:#000000; }
h1 {font-size:2em; color:#006666}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-weight:normal; font face="Cambria, Times New Roman, Comic Sans MS"; color:#000000}
h2 {font-size:1.5em; color:#006666}
h3 {font-size:1.25em; color:#006666}
h4 {font-size:1.15em}
h5 {font-size:1.5em; color:#000000}
a {color:#006666; outline:none;text-decoration:none;}
	a:hover {color:#36B5B5;text-decoration:italic}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

/*#######################
  Layout Styles 
#######################*/

#wrapper {width:930px; padding:0 15px; margin:0 auto}


#content {clear:both; float:left; padding-left:10px; padding-right:10px; padding-top:10px; border: double; border-color:#006666; border-width:20px; border-spacing:20px; background-color:#FFFFFF;}

	#hero {float:right; padding-bottom:15px; margin-bottom:20px; color:#000000; }
	#hero object {float:right; margin-left:25px; padding-left:10px}
    #hero img  {float:right; margin-left:25px}
	#hero #intro {font-size:2.25em; font face="Cambria, Times New Roman, Comic Sans MS"; font-weight:normal}
	#hero p {font-size:16pt}
	
	#content p {line-height:1.25em; font-size:14pt}
	#content ul {margin-left:25px; list-style-type:disc; font-size:14pt}
	#content li {margin:20px 0}	
	#content .two_columns {float:left; display:inline; width:400px; margin-left: 25; margin-right:25px; font-size:12pt}
	#content .three_columns {float:left; display:inline; width:425px; margin-left: 25; margin-right:10px; font-size:12pt}
	#content .service_list {float:left; display:inline; margin-top:40px; width:100px; font-size:1.50em}
	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font face="Cambria, Times New Roman, Comic Sans MS"; font-style:italic; color:#006666}
input {width:250px}
textarea {width:350px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; padding:10px 0 10px 0; font-size:.9em; font-style:italic; color:#36B5B5}



