/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
* {
	outline: none;
}
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-x;
	color: #1e2128;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #ca1731;
	text-decoration: none;
}
a:hover {
	color: #ca1731;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #ed2724;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
td {
	vertical-align: top;
}
p {
	margin: 0;
	color: #1e2128;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
td p {
	padding: 0px 0px 0px 0px;
}
ul {
	/*
	list-style-type: none;
	*/
	/*
	list-style-image: url(images/bullet.gif);
	*/
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 17px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#main {
	margin: 0 auto;
	width: 983px;
}
#container_bg_rpt {
	background-image: url(images/bg_rpt.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#container_bg_bottom {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#container_bg_top {
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 500px;
}
#header {
	height: 102px;
}
#logo {
	float: left;
	padding: 26px 0px 0px 58px;
}
#navcontainer_home {
	background-image: url(images/bg_homered.jpg);
	background-repeat: no-repeat;
	height: 406px;
}
#footer {
	background-image: url(images/bg_footer_content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 26px 0px 0px 54px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
#footer_copyright {
	float: left;
	padding-right: 36px;

}
#followus {
	margin-top: 6px;
	padding-top: 6px;
	padding-right: 12px;
	border-top: 1px solid #dedede;
}
.footer_address {
	float: left;
	width: 148px;
}
.footer_links {
	float: left;
	width: 195px;
}
.footer_links ul {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
}
.footer_links li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.footer_links a {
	color: #666666;
	text-decoration: underline;
}
.footer_links a:hover {
	color: #666666;
	text-decoration: none;
}
#bodycopy_home {
	padding: 13px 0px 12px 52px;
}
#module_copy {
	float: left;
	width: 332px;
}
#module_copy h1 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}
#module_copy p {
	color: #666666;
	font-size: 13px;
	line-height: 18px;
}
.module_table {
	float: left;
	width: 309px;
}
.module_table h2 {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.tabledate {
	border-top: 1px solid #cccccc;
	padding: 4px 0px 4px 0px;
	color: #000000;
	font-size: 11px;
	padding-right: 6px;
	white-space: nowrap;
}
.tablelink {
	border-top: 1px solid #cccccc;
	padding: 4px 0px 4px 0px;
	font-size: 12px;
	color: #666666;
	width: 90%;
}
.blocklink {
	display: block;
	float: left;
	background-image: url(images/bg_blocklink.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	height: 23px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.blocklink span {
	display: block;
	height: 23px;
	float: left;
	background-image: url(images/bg_blocklink_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.blocklink span span {
	display: block;
	height: 23px;
	float: left;
	background-image: url(images/bg_blocklink_end.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 10px 0px 10px;
}
.blocklink:hover {
	background-image: url(images/bg_blocklink_on.jpg);
	color: #ffffff;
	text-decoration: none;
}
.blocklink:hover span {
	display: block;
	height: 23px;
	background-image: url(images/bg_blocklink_left_on.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.blocklink:hover span span {
	display: block;
	height: 23px;
	background-image: url(images/bg_blocklink_end_on.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#navbar {
	height: 40px;
	width: 927px;
	margin: 0 auto;
	background-image: url(images/bg_nav.png);
	background-repeat: no-repeat;
}
#index_videoarea {
	padding-left: 55px;
	padding-top: 36px;
}
#navcontainer_home_red_random {
	background-position: top right;
	background-repeat: no-repeat;
	height: 406px;
}
#searchbox {
	float: right;
	width: 300px;
	padding-top: 67px;
}
#search_container {
	background-image: url(images/bg_search.jpg);
	background-repeat: no-repeat;
	width: 139px;
	height: 20px;
	float: left;
}
#seachbox_input {
	float: left;
	border: none;
	margin: 3px 0px 0px 6px;
	padding: 0px;
	line-height: 12px;
	width: 110px;
	background-color: transparent;
	font-size: 11px;
	color: #666666;
}
#searchbutton {
	float: right;
}
#header_contactus {
	float: left;
	padding-left: 10px;
	line-height: 20px;
}
#navbar ul {
	margin: 0px;
	padding: 0px 0px 0px 16px;
	list-style-image: none;
	list-style-type: none;
}
#navbar ul ul {
	/*display: none;*/
}
#navbar li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#navbar a {
	display: block;
	line-height: 38px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(images/bg_mainnav_off.jpg);
}
#navbar li.on a {
	background-color: #e51937;
	background-image: none;
}
#navbar a:hover {
	background-color: #e51937;
	text-decoration: none;
	background-image: none;
}
#navbar a#primary_last, #navbar a#secondary_last {
	background-image: none;
}
#navbar a.secondary {
	color: #333333;
	background-image: url(images/bg_subnav_off.jpg);
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	padding: 5px 12px 6px 12px;
	
}
#navbar a.secondary:hover {
	background-image: none;
	color: #333333 !important;
	background-color: #c9c4c3;
}
#navbar li.on a.secondary  {
	color: #333333 !important;
	background-color: #c9c4c3;
}
#navbar a.secondary:hover {
	color: #ffffff;
}
#navbar a#secondary_first {
	margin-left: 20px;
}
#navbar a#primary_first {
	width: 125px;
	text-align: center;
}
#navbar a#primary_second {
	width: 86px;
	text-align: center;
}
#navbar a#primary_third {
	width: 98px;
	text-align: center;
}
#navbar a#primary_last {
	width: 88px;
	text-align: center;
}
#navcontainer_sub {
	height: 50px;
}
#pagenamecontainer {
	padding-left: 42px;
}
#breadcrumb_links {
	float: left;
}
#actionlinks {
	float: right;
	/*
	padding-right: 51px;
	*/
	padding-top: 5px;
	width: 400px;
}
#actionlinks ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#actionlinks li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#actionlinks a {
	display: block;
	float: left;
	color: #666666;
	font-size: 11px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 22px;
	background-repeat: no-repeat;
	background-position: left center;
}
#actionlinks a.resize {
	background-image: url(images/icon_text.jpg);
	padding-left: 27px;
}
#actionlinks a#print {
	background-image: url(images/icon_print.jpg);
}
#actionlinks a#email {
	background-image: url(images/icon_email.jpg);
}
#pagenamecontainer h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 550px;
}
#breadcrumb {
	clear: both;
	border-top: 1px solid #ebebe8;
	border-bottom: 1px solid #ebebe8;
	margin: 0px 19px 0px 19px;
	line-height: 24px;
	padding-left: 35px;
	color: #acc600;
	font-size: 11px;
}
#breadcrumb a {
	color: #676767;
}
#subcopy {
	clear: both;
	padding: 0px 41px 0px 42px;
}
#subcopy p {
	font-size: 14px;
	line-height: 19px;
}
#subcopy li {
	font-size: 14px;
	line-height: 19px;
}
#subnav {
	float: left;
	width: 179px;
	padding-top: 28px;
}
#subnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
}
#subnav li {
	margin: 0px;
	padding: 0px;
}
#subnav a {
	display: block;
	color: #e8364f;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	background-image: url(images/arrow_subnav.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 12px;
	font-weight: bold;
	
}
#subnav a:hover {
	color: #333333;
}
#subnav li.on ul {
	margin: 0px 0px 0px 10px;
}
#subnav li.on ul li a {
	background-image: none;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	padding: 2px 0px 2px 10px;
	color: #e8364f;
}
#subnav li.on a {
	background-image: url(images/arrow_subnav_on.jpg);
	color: #333333;
}
#subnav li.on ul li.on a {
	background-image: none;
	color: #333333;
}
#subnav ul li ul {
	display: none;
}
#subnav ul li.on ul {
	display: block;
}
#subcopycontainer {
	float: right;
	width: 708px;
	padding-top: 27px;
}
#subcopycontainer h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	line-height: 24px;
	color: #1e2128;
}
#subcopycontainer h2 {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-size: 14px;
	line-height: 18px;
	color: #1e2128;
}
#subcopycontainer h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 18px;
	color: #1e2128;
}
#subcopycontainer2col_single {
	padding-bottom: 50px;
	width: 673px;
}
#subcopycontainer2col_left {
	border-right: 1px solid #dedede;
	padding-bottom: 50px;
	float: left;
	width: 538px;
}
#subcopycontainer2col_right {
	float: right;
	width: 155px;
}
#subcopycontainer2col_right img {
	border: 1px solid #b8b9b5;
}
#subcopycontainer2col_padd {
	padding-right: 25px;
}
#subcopycontainer_headerimg {
	margin: 0px 0px 27px 0px;
}
#subcopycontainer_headerimg img {
	border: 1px solid #585a50;
}
#subcopycontainernocol {
	padding-top: 27px;
}
.photogal_album {
	float: left;
	padding-right: 5px;
}
.photogal_album img {
	padding: 1px;
	border: 1px solid #cccccc;
}
.pg_title {
	display: block;
	width: 153px;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
}
.newsdate {
	width: 15%;
	padding: 4px 2px 4px 2px;
	border-bottom: 1px solid #cccccc;
}
.newstitle {
	width: 85%;
	padding: 4px 2px 4px 2px;
	border-bottom: 1px solid #cccccc;
}
.newsimage {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.newsviewdate {
	font-size: 11px;
	margin-top: 0px;
	padding-top: 0px;
}
.newsimage_large {
	border: 1px solid #cccccc;
	padding: 1px;
}
.formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	background-color: #ffffff;
	border: 1px solid #d1d1d1;
	color: #1e2128;
	width: 190px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formright select {
	height: 25px;
	width: 177px;
}
.formright input.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
	font-size: 11px;
	height: 24px;
	line-height: 14px;
	background-color: #ed8b12;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #d1d1d1;
	margin-right: 2px;
}
.formright input.inputbutton:hover {
	background-color: #e51937;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
}
.error {
	color: #ff0000;
}
.required {
	font-size: 11px;
	font-style: italic;
}
.group_float {
	float: left;
	width: 134px;
}
.group_float_padd {
	padding-right: 20px;
}
.group_photo_na {
	width: 110px;
	height: 130px;
	line-height: 130px;
	border: 1px solid #d1d1d1;
	color: #d1d1d1;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}
.group_photo {
	padding: 1px;
	border: 1px solid #d1d1d1;
	width: 110px;
	height: 128px;
	overflow: hidden;
}
.group_text {
	padding: 3px 0px 0px 0px;
	width: 104px;
	margin: 0 auto;
}
.bioimg {
	float: right;
	padding: 1px;
	border: 1px solid #d1d1d1;
	margin: 0px 0px 15px 15px;
}
.ajaxSearch_resultsInfo {
	padding-top: 15px;
}
#ajaxSearch_resultListContainer {
	color: #474747;
}

#ajaxSearch_resultListContainer a{
	color: #ea7d24;
	text-decoration: none;
}
#ajaxSearch_resultListContainer a:hover {
	text-decoration: underline;
}
.ajaxSearch_resultsIntroFailure, .AS_ajax_resultsIntroFailure {
	padding-top: 25px;
	padding-bottom: 150px;
	color: #ff0000;
	font-weight: bold;
}
.ajaxSearch_result {
	border-bottom: 1px solid #cccccc;
	padding: 8px;
}
.ajaxSearch_resultLink {
	font-weight: bold;
}
.ajaxSearch_extract {

}
.ajaxSearch_paging {
	border-bottom: 1px solid #cccccc;
	padding: 8px;
	font-weight: bold;
	font-size: 11px;
	display: block;
}
#subcopy .ajaxSearch_highlight  {
	background-color: #ffff00;
}
#times_north {

}
#times_south {
	display: none;
}
h4 {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#actionlinks li#txt_normal {
	display: none;
}
#actionlinks li#txt_large {
	display: inline;
}
#homemod2_ss {
	float: left;
	width: 286px;
	padding-top: 7px;
}
#homemod2_ss h1, #homemod2_table h1, .module_table h1 {
	color: #333333;
	font-size: 13px;
	line-height: 30px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}
#homemod2_ss p {
	color: #666666;
	font-size: 12px;
	line-height: 15px;
}
#homemod2_ss img {
	float: right;
}
.homemod_spacer {
	float: left;
	height: 150px;
	width: 55px;
}
#homemod2_table {
	float: left;
	width: 266px;
	position: relative;
	padding-top: 7px;
}

.tabledate2 {
	color: #000000;
	font-size: 11px;
	border-top: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}
.tablelink2 {
	color: #666666;
	border-top: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}
.tabletime2 {
	text-align: center;
	color: #000000;
	font-size: 11px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 3px 0px 3px 0px;
}