﻿/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}

/** Reynolds default CSS */

/** Global */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#FFFFFF;
	margin:0px; padding:0px;
	}

/** Headers **/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-large;
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom:10px;
}
h2 {
	font-family: "Monotype Corsiva";
	font-size: large;
	color:#99CCFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color:#194719;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color:black;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color:black;	
}

/** Links */

a 			{ color: #000000; }
a:visited 	{ color: #FFF000; }
a:active 	{ color: #FFFF00; }
a:hover 	{ color: #FFFF00; }
a:focus 	{ color: #FFFF00; }


/** Class CSS **/

.blue {
	color:#00FFFF;
	}
	
.images_border {
	border:thin blue solid;
}


/** Section CSS **/

#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	 }
	
	
#banner { width:100%; padding:0px; 	clear:both; margin-top: -12px; background-color:#000000;
		min-height: 205px; }
#banner-image { margin-top:10px; width: 20%; float:left; }
#banner-text {  margin-top:90px;  width: 55%; float:right;}

#slides { 	width:550px;
			padding:0px; 
			float:left; 
		}
	

#main { min-height:400px;
		padding:40px 10px 20px 150px; 
		line-height:120%; background-image:url('../images/star_back.jpg')
				}
#main a:link 	{ color:#FFFF00; }

		
#otherbold 		{ font-weight:bold;  }
#otherbold li 	{ line-height:120%; }

#other 			{ font-weight:normal; }	
	
#video	{margin-left:50px; }


#footer {  	width:100%;
	padding:10px 0px;
	clear:both;
	min-height:60px;
	 	}
	

#foot-left {
	text-align:left; 
	line-height:120%; 
	float:left;}
	
#foot-center {
	 text-align: center;
	 line-height:120%;  }
	 
#foot-right {
	text-align:right;
	line-height:120%; 
	float:right;