/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General Styles
=================================*/

* {
	padding: 0px ;
	margin: 0px ;
}

body {
	font: 16px Helvetica, Verdana, Arial, sans-serif ;
	color: #000000 ;
	min-width: 800px ;
	height: 100% ;
	background: url('../images/stem.jpg') no-repeat 0px 80px ;
	border-top: 4px solid #bc0905 ;
}

p {
	text-align: justify ;
	margin-bottom: 20px ;
}

h1, h2, h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif ;
	color: #000000 ;
}

h1 {
	font-size: 50px ;
	font-weight: bold ;
	line-height: 1 ;
}

h2 {
	font-size: 20px ;
	margin-bottom: 10px ;
}



h3 {
	
	font-size: 18px ;
	margin-bottom: 10px ;
}

img {
	border: 0px none ;
}

ul {
	list-style-type: none ;
}

a:link {
	color: #000000 ;
	text-decoration: none ;
}

a:visited {
	color: #000000 ;
	text-decoration: none ;
}

a:hover {
	color: #bc0905 ;
	text-decoration: none ;
}

a:active {
	color: #bc0905 ;
	text-decoration: none ;
}

.italic {
	font-style: italic ;
}
	
/* Layout
=================================*/


#wrapper {
	position: relative ;
	width: 800px ;
	height: 100% ;
	left: 0px ;
	top: 0px ;
	background: url('../images/bloodrose.jpg') no-repeat right top ;
}

/* Branding
=================================*/

#branding {
	width: 400px ;
	height: 80px ;
	padding: 0px 0px 0px 0px ;
	margin: 10px 0px 0px 70px ;
}

#branding a:link {
	color: #000000 ;
	margin: 0px ;
	padding-top: 0px ;
}



#branding a:visited {
	color: #000000 ;
}

#branding h1 {
	padding: 0px ;
	margin: 0px ;
}

#branding img {
	width: 400px ;
	height: 80px ;
	z-index: 1 ;
}

#logotext {
	display: block ;
	position: relative ;
	top: -70px ;
	left: 50px ;
	width: 300px ;
	height: 45px ;
	margin-bottom: 0px ;
	font-size: 40px ;
	overflow: hidden ;
	z-index: -1 ;
}

/* Main Navigation
=================================*/

#mainNav {
	position: relative ;
	left: 120px ;
	top: 16px ;
	width: 500px ;
	height: 30px ;
	padding: 0px 0px 0px 0px ;
	margin: 0px 0px 60px 0px ;
	font-size: 22px ;
	
}

#mainNav li {
	float: left ;
	margin: 0px 26px 0px 0px ;
}

#mainNav a:link {
	color: #000000 ;
}

#mainNav a:visited {
	color: #000000 ;
}

#mainNav a:hover {
	color: #bc0905 ;
	border-bottom: 4px solid #bc0905 ;
}

#mainNav a:active {
	color: #bc0905 ;
}

/* Main Content
=================================*/

.cover {
	float: left ;
	margin-left: 120px ;
	width: 200px ;
	height: 300px ;
}

#intro {
	height: 100% ;
	margin-left: 340px ;	
	text-align: left ;
}

#intro p {
	line-height: 1.1 ;
	margin-right: 75px ;
	margin-left: 0px ;
}

#intro h2 {
	margin-right: 80px ;
	margin-left: 0px ;
}

#intro ul {
	margin-right: 80px ;
	margin-left: 0px ;
	line-height: 1.3 ;
}

#intro a:link {
	text-decoration: underline ;
}

#intro a:visited {
	text-decoration: underline ;
}

#intro a:hover {
	text-decoration: underline ;
}

#intro a:active {
	text-decoration: underline ;
}

#connect li{
	padding: 0px 0px 5px 0px ;
}

#connect li a:link {
	color: #000000 ;
	text-decoration: none ;
}

#connect li a:visited {
	color: #000000 ;
	text-decoration: none ;
}

#connect li a:hover {
	color: #bc0905 ;
	text-decoration: none ;
}

#connect li a:active {
	color: #bc0905 ;
	text-decoration: none ;
}

#connect img {
	vertical-align: -3px ;
	padding-right: 10px ;
	padding-top: 0px ;
}

/* Footer
=================================*/

#copyright {
	clear: both ;
	position: relative ;
	top: 0px ;
	left: 0px ;
	margin-top: 40px ;
	margin-left: 120px ;
	color: #666666 ;
	font-size: 10px ;
	width: 300px ;
	height: 20px ;
}
