﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0px;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* global */

html				{   }
body		    	{ background-color:#eeeeee;}


/* containers */
html 				{ overflow-y:scroll; }

#wrapper			{margin-left:auto; margin-right: auto; width: 950px; background-color:#ffffff; }
	
h1, h2, h3  		{ font-family: Arial, Helvetica, sans-serif; font-weight:bold; color:#990000; }

h1 			    	{ font-size:30px; }
h2 			    	{ font-size:24px; }
h3 			    	{ font-size:18px; font-style:italic; }
	
.text 		    	{ font-family:Arial, Helvetica, sans-serif; }

#top				{ background-color:#FFFF99; width:100%; padding:15px 0px; font-family:Arial, Helvetica, sans-serif; 
						padding:15px 0px 10px 0px; overflow:hidden; }

#logo 				{ float:left; width:750px; padding:0px 0px 5px 0px; }
	
#social_media 		{ float:right; width: 200px; padding:0px 0px 5px 0px;  }


#topnav 			{ font-family:Arial, Helvetica, sans-serif; }
#topnav ul			{ width:100%; float:left; margin:0px; background-color:#CC9900;
						border-bottom:2px #cccccc solid; }
#topnav ul li 		{ display:inline; }
#topnav ul li a		{ float:left; padding:10px 20px; }
	
#topnav a:link		{ color:#ffffff; }
#topnav a:visited 	{ color:#ffffff; }
#topnav a:active	{ color:#ffffff; }
#topnav a:hover		{ color:#ffffff; background-color:#990000 }
#topnav a:focus		{ color:#ffffff; }

#banner				{ width:100% }

#content 			{ background-color:#FFFFCC; font-family:Arial, Helvetica, sans-serif; padding: 20px; }
#content h1			{ margin: 0 0 10px 0; border-bottom:1px #CCCCCC solid; padding:10px 20px 10px 20px; }
#content p 			{ color:#663300; margin:10px 0; line-height:150%; }
#content ul			{ margin:0 auto; width:650px; }
#content ul li		{ display:inline; }
#content img		{ padding:8px; border:1px #888888 solid; margin:8px; }
#content ol	li		{ padding:10px; }

#required 			{ color:#CC0000; }
/* forms */

form {text-align:left; margin:20px; }

label, submit, input, textarea {
	border:0; padding:0; margin:0; background:none;
	}

label {
	float: left; width: 150px; margin-top:5px;
	text-align:right; display:block;
	}

 input, textarea {
 	border:1px #333 solid; margin-left:10px; padding:5px;
 	}
 	
 input {
 	width: 280px; margin-bottom: 16px;
 	}

select {	}

.submit {
	width:90px; height:25px;
	margin-top:10px;
	margin-left:150px;
	font-size:12px;
	}


















