/* Dual Column Content Styling - includes/content.css */
@charset "utf-8";

/* Photo Frame Padding */
#photo_frame {
	padding-bottom: 10px;
}
.photo_frame {
	border: solid 6px #FFF;
}

/* Video Frame Styling */
.video_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #853b14;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

/* Content Styling */
.title_light_bg {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #853b14;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	line-height: 0.8em;
}
.text_light_bg {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #853b14;
	text-align: left;
}
.bold {
	font-weight: bold;
}
.strikeout {
	text-decoration: line-through;
}
.nowrap {
	white-space: nowrap;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
.hr {
	color: #853b14;
	height: 1px;
	border: 0px;
	background-color: #853b14;
	margin-top: 15px;
	margin-bottom: 15px;
}
p.subtitle {
	margin-bottom: 5px;
}
a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #853b14;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #853b14;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #853b14;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

/* Content Styling */
#content_row {
	display: table-row;
	margin: 0px;
	padding: 0px;
	width: 900px;
}
#content_left {
	display: table-cell;
	width: 624px;
	vertical-align: top;
}
#content_right {
	display: table-cell;
	width: 256px;
	vertical-align: top;
}
#content_spacer {
	display: table-cell;
	width: 20px;
}

/* Right Side Table Styling */
.table_right {
	color: #FFF;
	background-color: #ae6e14;
	padding: 10px;
	width: 256px;
	border: 1px solid #fffa00;
}
.table_right_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-align: left;
}
.table_right_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.table_right_hr {
	color: #d7921b;
	height: 1px;
	border: 0px;
	background-color: #d7921b;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.table_right_link:link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #d7921b;
}
a.table_right_link:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #d7921b;
}
a.table_right_link:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
	font-weight: none;
	color: #d7921b;
}
a.table_right_link:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

/* Left Side Table Styling */
.table_left {
	color: #FFF;
	background-color: #ae6e14;
	padding: 15px;
	width: 624px;
	border: 1px solid #fffa00;
}
.table_left_cell_alternate {
	background-color: #a06514;
}
.table_left_row_alternate {
	background-color: #945e13;
}
.table_left_padding {
	padding: 10px;
}
.table_left_padding_small {
	padding: 3px;
}
.table_left_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-align: left;
}
.table_left_subtitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: left;
}
.table_left_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.table_left_text_bold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d7921b;
	text-align: left;
}
.table_left_text_centered {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
.table_left_hr {
	color: #d7921b;
	height: 1px;
	border: 0px;
	background-color: #d7921b;
	margin-top: 0px;
	margin-bottom: 0px;
}
a.table_left_link:link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #d7921b;
}
a.table_left_link:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #d7921b;
}
a.table_left_link:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: #d7921b;
}
a.table_left_link:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}
