a:hover
{
	text-decoration: underline;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background-color: #E6E6E6;
}
h1, h2, h3
{
	color: #6C8CD5;
	font-weight: bold;
}
h1
{
	font-size: 12pt;
	margin-bottom: 10px;
}
h2
{
	font-size: 11pt;
	margin-bottom: 8px;
}
h3
{
	font-size: 10pt;
	margin-bottom: 6px;
}
input, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#background
{
	/*background-image: url("../ui/background.jpg");*/
	height: 200px;
	width: 100%;
	margin: 0px;
	background-color: #6C8CD5;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	top: 0px;
	width: 850px;
}
#logo
{
	/*background-image: url("../ui/logo.png");*/
	width: 600px;
	height: 45px;
	background-color: #4671D5;
	color: #E6E6E6;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
	
}
#topBar, .topBar
{
	color: white;
	font-size: 9pt;
	text-align: right;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	width: auto;
	background-color: #4671D5;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
}
#tabBar, .tabBar
{
	background-color: #E6E6E6;
}
.tabBar
{
	height: 5px;
}
#tab1, #tab2, #tab3, #tab4, #tab5
{
	border: 0px;
	height: 32px;
	color: white;
	background-color: #005DB3;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
#tab1 { width: 100px; }
#tab2 { width: 100px; }
#tab3 { width: 100px; }
#tab4 { width: auto; }
#tab1:hover, #tab2:hover, #tab3:hover, .tabSelect
{
	background-color: #6C8CD5;
	border: 0px;
	height: 32px;
	color: white;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 100px;
}
#contentCell
{
	background-color: white;
	/*border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;*/
	height: 700px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}
#contentArea
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.summary
{
	margin-bottom: 20px;
}
#footer
{
	color: white;
	text-align: center;
	background-color: #06266F;
	height: 32px;
}
.altAColor 
{
	color: white;
}
.gridRowItem
{
	background-color: white;
	vertical-align: top;
}
.gridRowAltItem
{
	background-color: white;
	vertical-align: top;
}
.detailsLink
{
	display: block;
	margin-top: 20px;
}
.naPhotoOut
{
	border: 1px solid #6C8CD5;
	width: 213px;
	height: 160px;
}
.naPhotoIn
{
	background-color: #E6E6E6;
	border: 1px solid #6C8CD5;
	width: 192px;
	height: 139px;
	margin: 10px;
}
.naPhotoTxt
{
	font-weight: bold;
	color: #999999;
	margin-top: 60px;
	text-align: center;
	text-decoration: none;
}
.poiTxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#contactInfo
{
	display:inline;
	float:left;
}
#mapWindow
{
	margin-top: 65px;
	margin-right: 15px;
	border: solid 2px #6C8CD5;
	float:right;
}

/* Details pages */
.detailCopy
{
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top; 
}
.li, .detailHeader
{
	display: block;
}
.detailHeader
{
	font-weight: bold;
}
.sqi
{
	display: block;
	width: 110px;
}
.sql
{
	float: left;
}
.sqr
{
	float: right;
	text-align: right;
}
.redBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}
