.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

img.fr {
	margin: 0px 15px 2px 0px;
}

a.imgInText {
  margin-left: 12px;
  float: right;
}

HR {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: rgb(38,151,169);
	color: rgb(38,151,169);
	height: 1px;
}
#content P.list {
	margin: 0px;
}
#content UL {
	margin: 0px 0px 10px 1em;
	padding: 0px;
}
#content UL LI {
	list-style-type: none;
	background: url('/img/item.gif') no-repeat 0 7px;
	padding-left: 20px;
}
#content UL LI UL {
	margin: 0px;
}
#content UL LI UL LI {
	background: url('/img/item2.gif') no-repeat 0 7px;
}
#content A {
	color: #ff5a00;
	color: #4fa5bf;
}
#content A:visited {
	color: #ffb085;
	color: #4fa5bf;
}
#content TABLE {
/*
	border-spacing: 0px;
	border-collapse: collapse;
*/
	margin-bottom: 10px;
}
#content TABLE TR.zebra {
	background: #f0f0f0;
}
#content TABLE TD, #content TABLE TH {
	padding: 2px 5px;
}
#content TABLE.border TD, #content TABLE.border TH {
	border: 1px solid #c9c3b7;
}
#content TABLE.border TH {
	background: #d5d2cd;
	font-weight: bold;
}

#content TABLE.admin {
	width: 100%;	
}

#content TABLE.admin TH.name{
	width: 400px;
	text-align: left;
}
#content TABLE.admin TH.email{
	width: 460px;
	text-align: left;
}
#content ADDRESS {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	line-height: 135%;
}
#content ADDRESS.form {
	float: left;
	width: 280px;
	margin-bottom: 30px;
}
#content .note {
	font-size: 84%;
	color: #8b8b8b;
	font-weight: normal;

}
#content FIELDSET {
	clear: both;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	border: none;
}
#content FIELDSET  LEGEND {
	margin: 0px;
	padding: 0px;
	font-size: 117%;
	font-weight: bold;
}
#content FIELDSET P{

	margin: 10px 0px 0px 0px;
}
#content FIELDSET .required {
	color: #d40000;
}
#content FIELDSET LABEL {
	margin-right: 5px;
}
#content FIELDSET .room {
	float: left;
	width: 130px;
}
#content FIELDSET .note {
	margin: 0px;
}
#content FIELDSET LABEL.padding {
	margin-top: 10px;
	display: block;
	font-weight: bold;
}
#content FIELDSET INPUT, #content FIELDSET SELECT {
	margin-right: 10px;
}
#content FIELDSET INPUT {
	width: 25px;
}
#content FIELDSET.personalDate  LEGEND {
	padding-bottom: 10px;
}
#content FIELDSET.personalDate LABEL {
	font-weight: bold;
}
#content FIELDSET.personalDate INPUT.text {
	width: 200px;
	margin-bottom: 10px;
}
#content FIELDSET.personalDate LABEL.checkbox {
	font-weight: normal;
	margin: 0px;
}
#content FIELDSET.personalDate LABEL.cards {
	float: left;
	width: 120px;
	font-weight: normal;
	margin: 0px;
}
#content FIELDSET.personalDate INPUT.cards {
	width: 150px;
}
#content FIELDSET.personalDate INPUT.radio {
	margin: 0px;
}
#content INPUT.submit {
	width: auto;
}


#content FIELDSET.admin  LEGEND {
	padding-bottom: 10px;
}
#content FIELDSET.admin INPUT.text {
	width: 200px;
	margin-bottom: 10px;
}

#content #photo {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 2px solid #978e7e;
	text-align: center;
	padding: 10px;
}
#content #photo IMG {
	margin: 0px 0px 5px 0px;
	border: 2px solid #d5d1c4;
	padding: 2px;
}

#content UL#photogallery {
	margin: 0px;
	padding: 0px;
}
#content UL#photogallery LI {
	float: left;
	margin: 0px 8px 9px 0px;
	padding: 5px 0px 10px 0px;
	width: 184px;
	height: 185px;
	list-style-type: none;
	background: #ffffff;
	border: 2px solid #978e7e;
	text-align: center;
}
#content UL#photogallery LI.last {
	margin: 0px 0px 9px 0px;
}
#content UL#photogallery LI IMG {
	margin: 0px 0px 5px 0px;
	border: 2px solid #d5d1c4;
	padding: 2px;
}
#content UL#photogallery LI P {
	margin: 0px 10px;
	line-height: 120%;
}

#content UL#walk {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#content UL#walk LI {
	list-style-type: none;
	background: none;
	padding: 3px 0px;
	float:left;
	width: 33%;
	display: inline;
}
#content UL#walk LI.last {
	clear: both;
	margin-bottom: 15px;
}

#content .controlNavigation {
	text-align: center;
	clear: both;
}


