/* Reset from Eric Myer used/tweeked by Martin Cregg*/
/* 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 {
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;}

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;
}

/* End reset */

h1 {
	font-size: 30px;
}
h3 {
	font-size: 20px;	
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;	
}
input {
	padding: 3px;
	border: 1px solid #999;
	background: #ececec;
}
input:focus, input:hover {
	background: #999;
	color: #ececec;
}

/* main Styles */

#header1 {
	height: 180px;
	background-image: url(../Images/Header-Tapestry-smothed-edges_01.jpg);
	background-repeat: repeat-x;
}
#banner {
	height: 326px;
	background-image: url(../Images/Header-Tapestry-smothed-edges_02.jpg);
	background-repeat: repeat-x;
}
#logo-contactUs-menu {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	float: left;
	margin-top: 30px;
}
/* This is hear to hide the Text version of the school name and location */
#logo h1 {
	float: left;
	text-indent: -9999px;
}
/*#contact-us {
	float: right;
	margin-top: 72px;
}*/
#contact-us {
	float: right;
	margin-top: 30px;
	font-size:12px;
}
#contact-us a {
	color: #fff;	
}
#contact-us img {
	margin-left: 5px;
}
#search {
	clear: right;
	float: right;
	margin-top: 10px;
}
#search img{
	margin-bottom: -9px;
}
#menu1 {
	float: right;
	width: 400px;
	margin-top: 25px;
}
#menu1 ul li {
	float: right;
	margin-left: 18px;
}

/* Spread the menu out over the width of the area */
#menu2 {
	float: left;
	margin-top: 0px;
	width: 1000px;
}
/* end spread menu */

img.center {   
	display: block;
	margin-left: auto;
	margin-right: auto; 
}
#slider {
	margin-left: auto;
	margin-right: auto;	
	width: 990px;
	height: 390px;
	border: 5px solid white;
}
#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 74px;
}
#content a:link {
	text-decoration: none;
	color: #600000;	
}
#content a:visited {
	text-decoration: none;
	color: #600000;	
}
#content a:hover {
	text-decoration: underline;
	color: #600000;	
}
#content a:active {
	color: #600000;
}
#slider-shadow {
	width: 1000px;
}
#three-blocks {
	margin-top: -30px;
	margin-left:50px;
	width: 900px;
	float: left;
}
#three-blocks h3 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #600000;
}
#three-blocks p {
	font-size: 12px;
	line-height: 1.8em;
}
#block1 {
	float: left;
	width: 280px;
}
#block2 {
	float: left;
	margin-left:30px;
	width: 280px;
}
#block3 {
	float: left;
	margin-left:30px;
	width: 280px;
}
#more-content {
	float: left;
	width: 940px;
	margin-bottom: 20px;
	padding: 30px;
	background-color: #f0f0f0;
}
#more-content p {
	font-size: 14px;
	line-height: 1.8em;


}
.marroon-text {
	color: #600000;
}
#footer {
	margin-left: auto;
	margin-right: auto; 	
	width: 1000px;	
}
#portal-tabs {
	float: left;
	width: 1000px;
	height: 45px;
}
#portal-tabs .left {
	float: left;
	margin-left: 11px;
}
#portal-tabs .right {
	float: right;
	margin-right: 10px;
}
#footer-social-media-events {
	float: left;
	width: 1000px;
	height: 300px;
	background-image: url(../Images/Footer-texture-with-knight_01.jpg);
}
#footer-address {
	float: left;
	margin-left: auto;
	margin-right: auto; 	
	width: 1000px;
	height: 50px;
	background-image: url(../Images/Footer-texture-with-knight_02.jpg);
}
#footer-address p {
	color: #FFF;
	margin-left: 20px;
}

