/* CSS Document for the "Faded Sky" CoffeeCup Software HTML Editor Template
   Copyright 2008 CoffeeCup Software - coffeecup.com */

/*##############################################################
  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:Verdana; color:#262525; background:#fff url(../images/body_sm.png) left top repeat-x}
h1 {color:grey}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-weight:; font-family: Verdana, Palatino, Times, "Times New Roman", Georgia, serif; color:#F04513}
h2 {font-size:1.5em}
h3 {font-size:1.25em}
h4 {font-size:1.15em}
h5 {font-size:1em; font-style:italic; color:gray}
a {color:#1ab2c0; outline:none}
	a:hover {text-decoration:none}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

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

#wrapper {width:960px; margin:0 auto; overflow:hidden}

	h1 {padding-left:40px; color:#175797;   margin:20px 0; font-size:2em; font-weight:bold; background:url(../images/logo.png) left top 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 {clear:both; float:left; margin-top:15px}	

	#intro {float:left; width:100%}
		#welcome_text {float:left; color:#808080; display:inline; padding-right:240px; width:460px; font-size:25px;  font-family:Verdana, Palatino, Times, "Times New Roman", Georgia, serif; background:url(../images/HomePageImage2.png) right 50% no-repeat}
		#intro #callouts {float:right; width:230px; margin-top:0}
			#intro #callouts li {list-style-type:none}
				.learn_more {width:111px; height:20px; font-size:.85em; background:url(../images/button.png) 50% 50% no-repeat}
					.learn_more a {display:block; width:86px; height:14px; padding:4px 2px 2px 23px; color:#fff; text-decoration:none}

	#content p {line-height:1.25em}
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {margin:10px 0}	
	#content .two_columns {float:left; display:inline; width:465px; margin-right:15px}
		.two_columns .four_columns {float:left; display:inline; margin-right:15px; width:210px}
		.two_columns img {float:left; margin-right:15px}
	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:200px}
textarea {width:350px; height:150px;}
#submit {width:200px; font-weight:bold; color:#0080FF; font-style:normal}
	
#footer {clear:both; padding:30px 0 30px 0; text-align:center; color:#ffffff;  background:#fff url(../images/footer_bg.png) left top repeat-x}
#footer a {color:#1ab2c0; outline:none}
#footer a:hover {text-decoration:none}

#footer2 {clear:both; padding:25px 0 30px 0; font-size:.9em; color:#FFFF00; :italic; background-color:#FFFFFF;}

#logohead {clear:both; padding:18px 0 30px 0; font-size:.9em; margin-left:35px ;color:#FFFF00; :italic; background-color:transparent; background:url(../images/logo.png) left top no-repeat; }


