﻿/* 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: 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 { background-color:#eeeeee; }
	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;
}	


#wrapper { width:900px; margin:0px auto; background-color:#ffffff; }


#top { background-color:black; width:100%; padding:30px 0px 10px 0px; overflow:hidden; 
			border-bottom:1px #cccccc solid;}
#top h1	{ color:#FFFF99; font-size:48px; }			

#social-media { width:100%; background-color:black; float:right; }

#social-media p { color:#FFFFFF; font-size:11px; margin:4px 10px 4px 0px;}

#social-media img { width:24px; height:24px;  }

		 
#topnav	{ width:881px; padding:20px 10px; background-color:#333333; clear:both; }

#topnav	ul li { display:inline; }

#topnav	ul { width:100%; float:left; margin:0px; background-color:#333333; 
				border-bottom:3px #cccccc solid;}

#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:#9B0000; }

#topnav a:focus { color:#ffffff; }


#banner { background-color:#000000; width:100%; padding:10px 0px; }


#subbanner { width:100%; background-color:#555555; padding:10px 0px; overflow:hidden; }

#subbanner h3 { color:#ffffff; font-size:16px; font-weight:bold; text-align:center; line-height:180%; }


#content { float:left; width:650px; padding:20px; }

#content p { margin:16px 0px; line-height:160%; }

#content h2 { font-size:32px; border-bottom:1px #777777 solid; padding:20px 0px; }

#content h3 { margin:0 0 20px 0; width:600px; padding:20px 0px; }


#rightside { padding:20px; margin-left:675px;}

#rightside p { margin:10px 0px; line-height:100%; }

#rightside img { width:200px; height:250px;  }


#rightside h3 { margin:20px 0px 10px 0px; }

#footer { clear:both; background-color:#000000; padding:10px 0px;  }

#footer p {text-align:center; color:#ffffff; }
	