/*General Selectors*/
html {
	width: 100%;
	height: 100%;
	background-color: #000;
	font-family: 'Fanwood Text', serif;
}

body {
	width: 100%;
	height: 100%; 
	margin: 0;
	padding: 0;
	background-image: url(images/htmlBack04.jpg);
	background-repeat: no-repeat; 
	background-position: -80px -80px;
}

h1 {
	margin: 15px 0 0 0;
	font-size: 32px;
	font-weight: normal;
	color: #937330;
}

h2 {
	margin: 15px 0 0 0;
	font-size: 22px;
	font-weight: bold;
	color: #252525;
}

#top h2 {
	text-decoration: none;
}

h3 {
	margin: 15px 0 0 0;
	font-size: 22px;
	font-weight: normal;
	color: #937330;
}

p {
	margin: 15px 0 0 0;
	font-family: arial;
	font-size: 14px;
}

table {
	margin: 15px 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
}

ol, ul {
	margin: 0 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #fff;
}

a:hover {
}

img {
	border: 0;
}

/*General Formatting*/
.clear {
	clear: both;
}

.center{
	text-align: center;
}

.left {
	float: left;
	clear: left;
	margin: 25px 15px 0 0;
}

img.left {
	border: 3px solid #EFAF27;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.error{
	color: red;
}

.info {
	color: blue;
}

span.instr {
	display: block;
	font-style: italic;
	font-size: 66%;
}

/*Website Layout*/
div#pageWrap {
	width: 900px; 
	margin: 0 auto 0 auto; 
}

div#page {
	float: left;
	width: 900px;
	margin: 50px auto 0 auto;
	padding: 0;
	background-image: url(images/topBack01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #fff;
}

div#top {
	position: relative; 
	float: left; 
	width: 900px; 
	height: 233px; 
	margin: 0;
	padding: 0;
	background-image: url(images/tobBack02.png);
	background-color: transparent;
}

div#logo {
	position: absolute;
	top: 40px;
	left: 50px;
}

h2#slogan {
	position: absolute;
	top: 35px; 
	right: 25px; 
	font-family: sans serif;
	font-style: italic;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

/*Navigation Menu*/
div#menu {
	position: absolute; 
	bottom: 0; 
	right: 25px;   
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
}

div#menu a.home, div#menu a.about, div#menu a.principals, div#menu a.services, div#menu a.contact {
	float: left;
	display: block;
	height: 90px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#menu a.home:hover, div#menu a.home.active, div#menu a.about:hover, div#menu a.about.active, div#menu a.principals:hover, 
div#menu a.principals.active, div#menu a.services:hover, div#menu a.services.active, div#menu a.contact:hover, div#menu a.contact.active {
	background-repeat: no-repeat;
	background-position: 0 0; 
}

a.home span, a.about span, a.principals span, a.services span, a.contact span, a.logout span, a.meetings span, a.myaccount span {
	position: absolute;
	top: -999em;
}

div#menu a.home {
	width: 95px;
	background-image: url(images/buttons/home01.png);
}

div#menu a.home:hover, div#menu a.home.active {
	background-image: url(images/buttons/home02.png);
}

div#menu a.about {
	width: 95px;
	background-image: url(images/buttons/aboutUs01.png);
}

div#menu a.about:hover, div#menu a.about.active {
	background-image: url(images/buttons/aboutUs02.png);
}

div#menu a.principals {
	width: 95px;
	background-image: url(images/buttons/principals01.png);
}

div#menu a.principals:hover, div#menu a.principals.active {
	background-image: url(images/buttons/principals02.png);
}

div#menu a.services {
	width: 95px;
	background-image: url(images/buttons/ourServices01.png);
}

div#menu a.services:hover, div#menu a.services.active {
	background-image: url(images/buttons/ourServices02.png);
}

div#menu a.contact {
	width: 95px;
	background-image: url(images/buttons/contactUs01.png);
}

div#menu a.contact:hover, div#menu a.contact.active {
	background-image: url(images/buttons/contactUs02.png);
}

/*Content Styling*/
div#content {
	float: left; 
	width: 860px; 
	margin: 0;
	padding: 0 20px 20px 20px;
	background: transparent;
}

div#content a {
	color: #EFAF27;
}

/*Styling for Specific Pages*/

div#contact {
	float: right; 
	width: 340px;
	height: auto;
	margin: 25px 0 0 0;
	padding: 0 20px 20px 20px;
	border: 1px solid #937330;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: transparent;
}

div#contact fieldset p textarea {
	width: 330px;
	height: 130px;
	padding: 3px 5px; 
	color: #252525;
	border: 1px solid #937330;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

div#contact fieldset input {
	padding: 3px 5px; 
	color: #252525;
	border: 1px solid #937330;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

div#contact fieldset p button {
	padding: 3px 5px; 
	color: #fff;
	border: 1px solid #EFAF27;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EFAF27), color-stop(1, #252525) );
	background: -moz-linear-gradient( center top, #EFAF27 5%, #252525 100% );
	filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#EFAF27', endColorstr='#252525');
	background-color: #fff;
}

div#contact fieldset p button:hover {
	cursor: pointer; 
	border: 1px solid #EFAF27;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #252525), color-stop(1, #EFAF27) );
	background: -moz-linear-gradient( center top, #252525 5%, #EFAF27 100% );
	filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#252525', endColorstr='#EFAF27');
	background-color: #fff;
}

/*Footers Styling*/
div#footer {
	position: relative;
	float: left; 
	width: 900px;
	height: 85px; 
	text-align: center;
	font-size: 12px;
	background-color: transparent;
	background-image: url(images/footerBack01PNGMarigoldCredit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.footer:link, .footer:visited, .footer:hover, .footer:active {
	color: #fff;
}

div#copyright, div#hmd, div#footerMenu {
	position: absolute; 
}

div#footerMenu {
	top: 35px; 
	left: 25px;
	font-size: 13px;
	font-family: arial; 
}
#footerMenu a {
	padding: 3px 10px;
}

div#subFooter {
	position: relative;
	float: left;
	width: 900px;
	height: 30px;
	font-size: 10px; 
	font-family: arial;
	background-color: #000;
}

div#copyright {
	top: 10px; 
	left: 0; 
	color: #fff;
}

div#hmd {
	top: 10px; 
	right: 0; 
	color: #fff;
}