/* CSS Document */

/* Base Styles */ 

body {
  width: 100%;
  margin: 0;
	padding: 0;
	border: 0;
}

table, div, img, ul, ol {
  margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

td {
  vertical-align: top;
}

html 
{
	height: 100%;
}

/* Site Specific */

body {
  background: transparent url('../images/bg_repeater.gif') repeat-y;
  background-color: #CCD4E1;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0 0 20px 0;
	height: 100%;
}

#book {
  background: transparent url('../images/background_repeat.png') repeat-x;
	background-position: 0 80px;
	height: 100%;
	width: 960px;
	height: 671px;
}

#header {
	background: transparent url('../images/header.png') repeat-x;
  width: 960px;
	height: 110px;
	position: relative;
	z-index: 5;
}

#container {
  z-index: 2;
  height: 100%;
	width: 700px;
	position: absolute;
	z-index: 20;
	top: 83px;
	left: 180px;
	padding: 50px 0 0 50px;
	margin-bottom: 20px;
}

#nav {
  background-color: #6A8F8A;
  width: 251px;
	height: 750px;
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 1;
}

#navlinks {
	list-style-type: none;
	line-height: 16px;
	position: absolute;
	z-index: 10;
	display: block;
	width: 200px;
	top: 137px;
	left: 30px;
}

#navlinks a {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	text-decoration: none;
	color: white;
  display: block;
	padding: 4px 0 5px 20px;
}

#navlinks li a:hover {
  display: block;
  background-color: #8eaaa7;
	padding: 4px 0 5px 20px;
}

#navlinks li a:active {
  display: block;
  background-color: #8eaaa7;
	padding: 4px 0 5px 20px;
}

#star {
  position: absolute;
	top: 300px;
	left: -30px;
	z-index: 6;
}









#datatable, .datatable {
  margin-top: 10px;
  width: 100%;
}

.availabilities table {
  margin-top: 10px;
  width: 100%;
}
.availabilities td {
	padding: 3px 8px 3px 0;
}

#datatable p {
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}

#datatable td ul li {
	color: #333333;
}

#photo-frame {
  margin-top: 10px;
}

img.logo {
  margin: 10px 0 0 35px;
	float: left;
}

#rounded {
  width: 700px;
	height: 500px;
}


#topright {
	text-align: right;
	float: right;
	margin-top: 30px;
}

#header-container {
  width: 925px;
}

a.officeimage img {
  border: 1px solid #6a8f8a;
	margin: 15px 0 25px 0;
}

p {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: none;
	line-height: 24px;
}

#rounded ul {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: disc ;
	line-height: 24px;
	margin-left: 20px;
}

#rounded ul li {
 /* background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0 20px; 
	padding: 10px 0 0 15px;*/
}

#datatable td 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 5px 5px 0;
}

#datatable ul{
	margin-left: 20px;
	list-style-type: disc;
	line-height: 24px;
	font-size: 12px;
}

.alternating 
{
	background-color: #b7c7c5;
}

#print 
{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}

/* Headings */

h1 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
	margin: 0;
	padding: 0;
	color: white;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #17405d;
	margin: 0;
	padding: 0;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  color: #6a8f8a;
	font-size: 16px;
	font-variant: small-caps;
	border-bottom: 1px solid #6a8f8a;
	margin: 0;
	padding: 0;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	color: white;
}

h6 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
	color: #17405d;
	margin: 0;
	padding: 0;
}

/* General */

table, div, img, ul, ol {
  	/*margin: 0px;
	padding: 0px;*/
	border: 0px;
	border-collapse: collapse;
}



td {
  vertical-align: top;
}

.tableheader td {
	font-weight: bold;
	padding-right:15px;
}

.clear {
  clear: both;
}

.white {
  background-color: white;
}

.fixed {
  width: 29px;
	height: 29px;
}

tr.fixed-height,
td.fixed-height {
	height: 12px;
}

.navtab1 {
  background-image: url('../images/tab.png');
	background-repeat: no-repeat;
  width: 132px;
	height: 25px;
	position: absolute;
	top: 108px;
	left: 653px;
	z-index: 98;
}

.navtab2 {
  background-image: url('../images/tab2.png');
	background-repeat: no-repeat;
	z-index: 99;
  width: 103px;
	height: 25px;
	position: absolute;
	top: 108px;
	left: 765px;
}

#bodycontent {
	position: absolute;
	z-index: 2;
}


/* Anchors */
a {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
  color: #6a8f8a;
	text-decoration: underline;
}

a.tab {
  color: White;
  display: block;
	text-align: right;
	padding: 5px 12px 0 0;
	z-index: 50;
	text-decoration: none;
}

#logos 
{
	margin-top:2em;
	}
	
.PrintInstructions
{
	font-style:italic;
}

#demographics table td
{
	padding-left: 8px;
	padding-right: 8px;
	} 