@charset "UTF-8";
/* CSS Document */

/* RESET */
* { margin:0; padding:0 }
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table{ border:0 }

body {
	background-color: #4d4d4c;
	margin-top: 0px;
	background-image: url(../images/graphics/header_smaller.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	margin-top: 80px;
	padding-bottom: 5px;
}

.navigation2 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	margin-top: 10px;
}
.content {
	width: 760px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.summary {
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	clear: left;
	padding-top: 20px;
}
.facilities {
	font-size:small;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
}
#facilities li{
	font-size: small;	
}
.datacontent {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
}

#datacontent ul{
 list-style-type: square;
}

#datacontent ul ul{
 list-style-type: disc;
}

#datacontent ul ul ul{
 list-style-type: none;
}

#datacontent p {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0.8em;
	color: #000000;
}
#datacontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 0.2em;
	font-weight: normal;
}
#datacontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 0.2em;
	font-weight: normal;
}
#datacontent h3 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-bottom: 0.2em;
	font-weight: bold;
}
#datacontent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
#datacontent img {
	margin: 5px;
}

.contentthumb {
	float: left;
}
.contentthumb img {
	margin: 6px;
}

.columnfooter {
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 10px;
}

.floatleft {
	margin-top: 10px;
	padding-bottom: 0.2em;
	float:left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	cursor:pointer
}

a:link{
	color:#FFFFFF;
	text-decoration: none;
}
a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
a:hover, a:active{
	color:#000000;
	text-decoration: none;
}	

/*//////////////////////////////////////////////////////////////////////////////////
/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
	margin-top: 120px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterContainer
{
	width: 25%;
	float: left;
	overflow: hidden;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterColumn
{
	padding:5px;
	cursor:pointer;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterColumnHover
{
	background-color: #EAEAEA;
}

/* This is the selector for a selected Master Column element.
*/
.MasterColumnSelected
{
	background-color:#848484;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.DetailContainer
{
	/*border: 1px solid gray;*/
	padding:10px;
	width: 65%;
	float: right;
	overflow: auto;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.DetailColumn
{
	margin-bottom: 1px;
}

.col1{
	padding-top: 10px;
	overflow: hidden;
	float: left;
	position: relative;
	width: 48%;
}
.col2{
	padding-top: 10px;
	overflow: hidden;
	float: right;
	position: relative;
	width: 48%;
}

.largertext{
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


.footer{
	padding-top: 10px;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
