/*** general ***/
body {
   background-color: #002047;
   background-image: url( ../images/background.jpg );
   background-position: top center;
   background-repeat: no-repeat;
   color: #000000;
   font-family: Arial, sans-serif;
   font-size: 13px;
   margin: 0;
   min-width: 964px;
   padding: 0;
   text-align: center;
}

hr {
   background-color: #000000;
   border-width: 0;
   color: #000000;
   height: 1px;
}

img {
   border: 0;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
   margin: 0;
   padding: 0 0 15px 0;
}

.hidden {
   display: none;
}

.clear-float {
   clear: both;
   height: 0;
   margin: 0;
   overflow: hidden;
   padding: 0;
}

.clear-left {
   clear: left;
}


/** specific ***/
#wrapper {
   background-color: #F0EBDB;
   margin: 0 auto;
   padding: 0;
   text-align: left;
   width: 964px;
}


/*** welcome ***/
#wrapper_welcome {
   background-color: #FFFFFF;
   margin: 0 auto;
   padding: 0;
   text-align: left;
   width: 964px;
}

#content_welcome {
	padding: 40px;
}

#footer_welcome {
   font-size: 9px;
	padding-bottom: 20px;
	text-align: center;
}


/*** header ***/
#header {
   height: 112px;
   overflow: hidden;
   position: relative;
}

#logo {
   position: absolute;
   left: 8px;
   top: 4px;
}

#tell_a_friend {
   position: absolute;
   right: 1px;
   top: 4px;
}

#telephone {
   position: absolute;
   right: 6px;
   top: 44px;
}

#navigation_top {
   position: absolute;
   bottom: 7px;
   right: 9px;
}

#navigation_top ul {
   margin: 0;
   padding: 0;
}

#navigation_top li {
   display: inline;
}

#navigation_top .separator {
   margin-left: 2px;
   margin-right: 1px;
}


/*** banner ***/
#banner {
   height: 428px;
   overflow: hidden;
   position: relative;
}

#swoosh {
   position: absolute;
   bottom: 0px;
   left: 0px;
   z-index: 80;
}

#navigation_left {
   line-height: 0px;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 70;
}

#navigation_left ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#navigation_left ul a {
   display: block;
   float: left;
   clear: left;
   height: 39px;
}

#slideshow {
   margin-left: 119px;
}

#headmvp {
	position: absolute;
	bottom:0;
	height: 60px;
	right: 20px;
	width:96px;
	z-index:200;
}


/*** main ***/
#main {
   margin-top: -43px;
   position: relative;
   z-index: 100;
}

#main #search {
   position: absolute;
   right: 760px;
   top: 100px;
}

#main #content_left {
   float: left;
   min-height: 200px;
   height: auto !important;
   height: 200px;
   padding: 55px 20px 25px 25px;
   width: 205px;
}

#main #content_container {
   font-size: 0px;
   margin-left: 255px;
   width: 684px;
}

#main #content_header {
   height: 58px;
}

#main #content {
   font-size: 13px;
   min-height: 200px;
   height: auto !important;
   height: 200px;
   padding: 20px 0px;
}


/*** footer ***/
#footer {
   font-size: 9px;
   height: 73px;
   position: relative;
}

#footer #housing_icons {
   position: absolute;
   bottom: 14px;
   right: 642px;
}

#footer #mvp_address {
   position: absolute;
   bottom: 14px;
   right: 112px;
   text-align: center;
   width: 523px;
}

#footer #mvp {
   position: absolute;
   bottom: 2px;
   right: 20px;
}


/*** form ***/
form {
   margin: 0;
   padding: 0;
}

.entrylabel {
   font-weight: bold;
}

.entrylabel span {
   color: #FF0000;
   font-style: italic;
   padding-left: 10px;
}

.entryfield {
   margin-bottom: 10px;
   margin-top: 5px;
}

.entryfield input {
   width: 300px;
}

.entryarea {
   margin-bottom: 10px;
   margin-top: 5px; 
}

.entryarea textarea {
   font-family: Arial, sans-serif;
   font-size: 12px;
   height: 200px;
   overflow-y: auto;
   width: 300px;
}

.button {
   margin-top: 20px;
}

