@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}

#container {
	width: 764px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../_images/content_tile_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #ffffff;
}

	#container #header {
		width: 764px;
		height: 205px;
	}
	
	#container #content {
		width: 764px;
		height: 100%;
		background-image: url(../_images/content_tile_bg.jpg);
		background-repeat: repeat-y;
		background-position: center center;
		background-color: #ffffff;
	}
	
		#container #content #nav {
			float: left; 
			width: 223px;
		}

			#container #content #nav #nav_footer {
				width: 220px;
			}

				#container #content #nav #nav_footer #nav_footer_content {
					padding-top: 10px;
					padding-left: 28px;
					padding-bottom: 10px;
				}
		
			#container #content #nav ul {
				list-style: none;
				padding: 0px;
				margin: 0px;
				width: 223px;
			}

				#container #content #nav ul li {
					list-style: none;
					padding: 0px;
					margin: 0px;
					width: 223px;
					height: 49px;
				}

					#container #content #nav ul li a {
						text-decoration: none;
					}
			
		#container #content #data {
			float: right;
			width: 541px;
			background-image: url(../_images/content_bg.jpg);
			background-repeat: no-repeat;
			background-position: top right;
		}
		
			#container #content #data #text {
				padding-top: 10px;
				padding-left: 10px;
				padding-bottom: 10px;
				padding-right: 20px;
			}
				
	#container #footer {
		background-color: #222222;
		border-left: 9px #a55425 solid;
		border-right: 9px #a55425 solid;
		border-top: 2px #a55425 solid;
		clear: both;
		font-size: 10px;
		color: #ffffff;
		font-weight: normal;
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: 9px;
		padding-right: 9px;
		text-align: center;
	}
	
		#container #footer a:link {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#container #footer a:active {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#container #footer a:visited {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#container #footer a:hover {
			color: #b9b9b9;
			text-decoration: none;
		}

		#container #footer #footnote {
			text-align: center;
			font-size: 10px;
			color: #ffffff;
			font-weight: normal;
		}

a:link, a:visited, a:active {
	color: #a55425;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.ctrContent_PhotoSelector {
	background-color: #fafafa;
}

.ctrContent_CalendarControls {
	-moz-border-radius: 8px;
	background-color: #cecece;
	border: 1px #a0a0a0 solid;
	padding: 10px;
}

.ctrContent_CalendarHeader {
	-moz-border-radius: 8px;
	background-color: #fafafa;
	border: 1px #a0a0a0 solid;
	padding: 5px;
}

.ctrContent_CalendarHeaderCell {
	border-right: 1px #a0a0a0 solid;
	font-weight: bold;
}

.ctrContent_CalendarHeaderCellEnd {
	font-weight: bold;
}

.ctrContent_Calendar {
	background-color: #fafafa;
	border: 1px #a0a0a0 solid;
	padding: 10px;
	-moz-border-radius: 8px;
}

.ctrContent_AdditionalServices_Hidden {
	visibility: show;
	display: none;
}

.ctrContent_AdditionalServices_Visible {
	visibility: show;
	display: block;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

.ctrForm_Header {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	border-right: 1px #424242 solid;
	font-weight: bold;
}

.ctrForm_Cell {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
	
.ctrForm_Data {
	border-right: 1px #8f908e solid;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
}

.ctrForm_Input {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: normal;
}

.frmInput {
	background-color: #e0e0e0;
	color: #244f6d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px #8f908e solid;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.frmSubmitButton_GreenCheck {
	background-image: url(../_images/_admin/_icons/check.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #cccccc;
	color: #424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.frmSubmitButton_YellowAdd {
	background-image: url(../_images/_admin/_icons/add.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #cccccc;
	color: #424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.frmSubmitButton_RedRemove {
	background-image: url(../_images/_admin/_icons/remove.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #cccccc;
	color: #424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.frmSubmitButton_OrangeQuest {
	background-image: url(../_images/_admin/_icons/quest.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #cccccc;
	color: #424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.brdImageBorder {
	border: 1px #e8e8e8 solid;
}
	
.txtRed {
	color: #e98c12;
}

.txtWhite {
	color: #ffffff;
}

.txtLightGrey {
	color: #a7a7a7;
}

.txtGrey {
	color: #474747;
}

.txtDarkGrey {
	color: #272727;
}

.txtBlue {
	color: #29569a;
}

.txtGreen {
	color: #2e9829;
}

.txtLightGreen {
	color: #abd473;
}

.txtOrange {
	color: #d0712c;
}

.txtDarkBlue {
	color: #244f6d;
}

.txtBlack {
	color: #000000;
}

.txtHeader {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

