/* CSS Document */



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:#343434; background:#f0faff url(../images/body_bg.jpg) left top repeat-x}
body#homepage {background:#f4f3f3 url(../images/homepage_body_bg.jpg) left top repeat-x}
h1 {float:left; display:inline; padding:3px 0 3px 25px; font-size:1.25em; color:#fff; font-family:Georgia, Times, "Times New Roman", serif; font-weight:bold; font-style:italic; background:url(../images/example_logo.png) left 50% no-repeat}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-weight:bold; font-family:Georgia, Times, "Times New Roman", serif; font-weight:bold; font-style:italic}
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:#0e6d93; outline:none; text-decoration:none}
	a:hover {text-decoration:underline}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

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

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

#header {float:left; margin-bottom:11px; width:100%}
#navigation {float:right; margin:0; font-family:Georgia, Times, "Times New Roman", serif}
	#navigation li {display:inline; margin-left:25px}
		#navigation li a {text-decoration:none; color:#fff}
			#navigation li a:hover {text-decoration:underline}

#content {clear:both; float:left}	
	#homepage #content {padding-top:275px; background:url(../images/hero_bg.jpg) 50% top no-repeat}
	
	#content #sub_navigation {float:left; margin:0; width:300px}	
		#content #sub_navigation li {list-style-type:none; margin:0; padding:3px 0 15px 60px; border-top:1px solid #fff; border-bottom:1px solid #e5f2f7}
		#content #sub_navigation #download {background:url(../images/disk_icon.png) left 50% no-repeat}
		#content #sub_navigation #chat {background:url(../images/chat_icon.png) left 50% no-repeat}
		#content #sub_navigation #email {background:url(../images/email_icon.png) left 50% no-repeat}
		
			#content #sub_navigation h3 {margin-bottom:5px}
			#content #sub_navigation p {margin:0; font-size:.85em}
	
	#callout {float:right; display:inline; padding:15px; margin-bottom:15px; width:616px; height:187px; background:url(../images/callout_bg.jpg) left top no-repeat}
		#callout h2 {text-align:center; font-size:2.25em; color:#0e6d93}
		#callout p {float:left; display:inline; width:290px; margin-right:15px}
	
	#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; font-size:.9em}
	
/* 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:gray}



