/*--- Base Elements ---*/

@charset "utf-8";

html{
	font-size: 100%;
}

INPUT,TEXTAREA { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

img
{  border-style: none;
}

/*--- Element Tags ---*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	margin-top:1em;
	margin-left:0.5em;
	margin-bottom:0em;
	margin-right:0em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00237E;
	text-transform: uppercase;
}

p {
	margin-left: .5em;
	font-size: .875em;
	text-align: left;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	list-style-type: disc;
	margin-left:-1em;
	margin-top:0em;
	margin-bottom:0em;
	margin-right:0em;
	padding:0em;
}

body{
	font-size: 1em;
	background-image: url(images/bkgrnd2.png);
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	margin: 0;
}

a:link {
	color: #011751;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #011751;
}
a:hover {
	text-decoration: underline;
	color: #011751;
}
a:active {
	text-decoration: none;
	color: #011751;
}

/*--- Layout Elements ---*/

#header {
	height: 100px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	float: none;
	position: relative;
}
#wrapper {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 800px;
	height: 900px;
}
#introWrapper {
	background-color: #000;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -335px;
	margin-left: -50%;
	padding: 0px;
	width: 100%;
	height: 670px;
	border-top: medium solid #FFFF00;
	border-bottom: medium solid #FFFF00;
}

#sidebar1 {
	background-color: #000;
	height: 600px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#sidebar2 {
	background-color: #000;
	height: 600px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
}

#content {
	background-image: url(images/content.gif);
	width: 800px;
	margin: 0px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #144A94;
	position: relative;
	height: 800px;
}

#content2 {
	background-image: url(images/content2.gif);
	width: 800px;
	margin: 0px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #144A94;
	position: relative;
	height: 800px;
}

#content3 {
	background-image: url(images/content2.gif);
	width: 800px;
	margin: 0px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #144A94;
	position: relative;
	height: 800px;
}

#content4 {
	background-image: url(images/content_gallery.png);
	width: 800px;
	margin: 0px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #144A94;
	position: relative;
	height: 800px;
}

#footer {
	background:#50ACC8;
	height: 50px;
	margin: 0px;
	width: 800px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #011751;
}

#logo {
	height: 250px;
	width: 328px;
	position: absolute;
	top: -30px;
	margin: 0px;
	padding: 0px;
	left: -30px;
}

#firstCard {
	height: 205px;
	width: 320px;
	position: absolute;
	top: 220px;
	margin: 0px;
	padding: 0px;
	left: 355px;
}

#logoTxt {
	height: 100px;
	width: 228px;
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #011751;
	margin-left: 35px;
	position: absolute;
	top: 215px;
	line-height: 20px;
	left: 0px;
}

#welcome {
	height: 63px;
	width: 300px;
	font-family: "Comic Sans MS", cursive;
	font-size: .95em;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 340px;
	left: 459px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

#list1 {
	width: 220px;
	float:left;
}

#list2 {
	width: 240px;
	float:right;
}

#note1 {
	font-family: "Comic Sans MS", cursive;
	font-size: .875em;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 300px;
	position: absolute;
	top: 200px;
	right: 120px;
}

#about {
	font-family: "Comic Sans MS", cursive;
	font-size: .875em;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 720px;
	width: 380px;
	position: absolute;
	top: 46px;
	right: 78px;
}

#gallery {
	margin: 0px;
	padding: 0px;
	height: 700px;
	width: 380px;
	position: absolute;
	top: 38px;
	right: 78px;
}

#formBox {
	width: 330px;
	position: absolute;
	left: 355px;
	top: 220px;
	padding: 10px;
	border: 1px solid #000;
	font-size: .875em;
}

#contactNote {
	width: 300px;
	position: absolute;
	left: 355px;
	top: 50px;
	font-size: .875em;
	font-family: "Comic Sans MS", cursive;
}
