﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Reset */

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: 0;
	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;	
}	

#body {
	background-color:#eeeeee; 
}

#wrapper {
	width:1000px;  
	margin:40px auto;
	background-color:#ffffff;
}

#banner {
		margin-left:10px;
		}
		
#banner left_side {float:left; width:190px; }
#banner images { }

#social_media ul li {
		display:inline;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
}

#nav  { background:#CCCCCC; margin-top:20px; padding-top:10px; padding-bottom:10px; clear:both; text-align:center;
 border-bottom:3px #808080 solid; border-top:2px #808080 solid; line-height:150%; }
#topnav ul { width:100%;}
#nav ul li { display:inline;}

#nav ul li a	{float:none; padding-left:20px; padding-right:20px; }
#nav a:link 	{color:#000000}
#nav a:visited	{color: #FFFFFF}
#nav a:active 	{color:#000000}
#nav a:hover 	{color:#000000;  background-color:#BDDBDA; }
#nav a:focus	{color:#000000}


#content {
	padding:20px
	
}

#footer {
	text-align:center; padding-top:20px; }

h1, h2, h3, h4  {
	color:#2841AF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline; margin-top:20px; margin-bottom:20px; 
	}
	
h1 {	
	font-size:36px;
	}
	
h2 {
	font-size:31px;
	}

h3 {
	font-size:18px;
	}
  
h4 {
	font-size:21px; margin-bottom:50px; margin-top:50px;
	}

p {
	font-size:16px;
	color: gray;
	font-family:Arial, Helvetica, sans-serif; margin-top:15px; margin-bottom:15px;
	
	}
	
.extra-small-grey {font-size:6px;
	color: gray;
	font-family:Arial, Helvetica, sans-serif;
	}

.paragraph-style {
	font-size:16px;
	color: gray;
	font-family:Arial, Helvetica, sans-serif;
	}
	



