
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    color: #191970;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
    margin: 0 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
    color: #0000CD;
}

h2 {
    font-size: 100%;
}

h4 { color:inherit; }

#logoutbutton {
	  position: absolute;
	  top: 35px;
	  left: 670px;
}

#header {
    position: left;
    top: 0px;
    width: 750px;
    font-family: "goudy stout", "times new roman";
    font-size: 48px;
    color: #C11B17;
}

h1#headerText {
	position: absolute;
	top: 0px;
	left: 10px;
	color: #C11B17;
	-moz-box-shadow: 5px 5px 5px #ddd;
  	-webkit-box-shadow: 5px 5px 5px #ddd;
  	box-shadow: 5px 5px 5px #ddd;
}

#headerimage {
    position: absolute;
    top: 90px;
    left: 280px;
    -moz-box-shadow: 5px 5px 5px #ddd;
  	-webkit-box-shadow: 5px 5px 5px #ddd;
  	box-shadow: 5px 5px 5px #ddd;
}

#wrapper {
    text-align: left;
    width: 750px;
}

#maincontent {
    position: absolute;
    left: 20px;
    top: 370px;
    width: 730px;
}

#nav {
    position: absolute;
    text-align: center;
    top: 70px;
    left: 10px;
    width: 140px;
    background: #ECD872;
    -moz-box-shadow: 5px 5px 5px #ddd;
  	-webkit-box-shadow: 5px 5px 5px #ddd;
  	box-shadow: 5px 5px 5px #ddd;
}

table#blocks{
    background: #ECD872;
    width: 730px;
    -moz-box-shadow: 5px 5px 5px #ddd;
  	-webkit-box-shadow: 5px 5px 5px #ddd;
  	box-shadow: 5px 5px 5px #ddd;
}

table#newpromotion {
    position: absolute;
    top: 310px;
    left: 220px;
    -moz-box-shadow: 5px 5px 5px #ddd;
  	-webkit-box-shadow: 5px 5px 5px #ddd;
  	box-shadow: 5px 5px 5px #ddd;
}

#maincontent a:link, #maincontent a:visited {
    color: #00425E;
}

#maincontent a:hover, #maincontent a:active {
    color: #fff;
    background-color: #00425E;
    border-bottom: none;
}

p {
    margin: 0 auto 1em 0;
    padding: 0 20px;
    line-height: 1.4;
}

#nav a {
    display: block;
    width: 100px;
    padding-left: 10px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
}

#nav a:link, #nav a:visited {
    border-left: #FF0000 solid 10px;
    color: #FF0000;
}

#nav a:hover, #nav a:active {
    border-left-color: #FFA500;
    background-color: #FF0000;
    color: #FFA500;
}

form {
    margin: 0 0 0 20px;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

fieldset {
    border: none;
}

#interests div {
    float: left;
}

label {
    font-weight: bold;
    color: #036;
    display: block;
}

#interests ol {list-style: none;}

.formbox {
    width: 250px;
}

.warning {
    font-weight: bold;
    color: #f00;
}

#slide {
	position: absolute;
	z-index: 1000;
	display: none;
	top: 100px;
	text-align: right;
	padding: 0px 8px 8px 8px;
	background-color: #fff;
	cursor: pointer;
	font: bold 10px "helvetica neue", Arial, Helvetica, sans-serif;
}

#cover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	background-color: #000;
	opacity: .75;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.75);
	top: 0px;
	left: 0px;
}

#photoAlbum {
	position: relative;
	z-index: 0;
	width: 400 px;
}

#photoAlbum img {
	width: 20%;
	border: 2px solid red;
	margin: 8px;
	vertical-align: top;
}

.slideControl {color: red;}
