body,
html,
form {
	border:0;
	margin:0;
	padding:0;
}

body{
	background:url(/images/page_bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

body,p, div{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table{
	display:block;
	float:left;
}

#content_div{
	width:1000px;
	background:url(/images/content_top_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#header_div{
	width:100%;
	height:100px;
}

#logotype{
	width:251px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:right;
	border:none;
	float:left;
}


#icons_div{
	width:180px;
	height:80px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	border:none;
	float:left;
}

#icons_div img{
	margin: 25px 17px 0px 17px;
}

#icons_div a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#top_block{
	width:215px;
	height:80px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	border:none;
	float:left;
	background:url(/images/top_phone.gif);
	background-position:center;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS";
	font-size:20px;
	line-height:18px;
	color:#606060;
}

#top_block p{
   padding: 10px 0px 0px 15px;
}

#search_panel {
	float:right;
	font-family:"Arial Narrow",Arial,sans-serif;
	font-size:11px;
	padding-left:10px;
	padding-top:40px;
	text-align:right;
	width:330px;
}

.search_btn {
	height:20px;
	padding-left:2px;
	padding-right:15px;
	vertical-align:middle;
	width:22px;
}

.search_text {
	border:1px solid #C4C4C4;
	font-family:Tahoma;
	font-size:13px;
	height:16px;
	vertical-align:middle;
	width:245px;
}

#left_column{
	width:255px;
	float:left;
	padding:10px 0px 0px 0px;
}

#right_column{
	width:725px;
	float:right;
	padding: 10px 10px 10px 10px;
}

#right_column2{
	width:725px;
	float:right;
	padding: 10px 0px 10px 10px;
}

#lc_block{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#lc_block_header{
	background:url(/images/lc_block_header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:18px;
}



#lc_block_footer{
	background:url(/images/lc_block_footer.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:18px;
}

#lc_block_content{
	background:url(/images/lc_block_content.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 0px 0px 0px 28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#474747;
}

#lc_block_content a{
	color:#880809;
}

#lc_block_content a:hover{
	color:red;
}

#lc_block_content .header1{
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#850405;
	line-height:16px;
}

#lc_block_content .header2{
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#850405;
}

/**/
form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

rc_block{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:250px;
	background:url(/images/rc_block_content.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

#rc_block_header{
	background:url(/images/rc_block_header.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:18px;

}



#rc_block_footer{
	background:url(/images/rc_block_footer.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:18px;

}

#rc_block_content{
	background:url(/images/rc_block_content.gif);
	background-position:top right;
	background-repeat:repeat-y;
	padding: 0px 0px 25px 10px;
	margin: 0px 0px 0px 0px;
	font-family:Tahoma;
	font-size:12px;
	color:#850405;
}

#rc_block_content a{
	color:#880809;
}

#rc_block_content a:hover{
	color:red;
}

#rc_block_content .header1{
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#850405;
	line-height:16px;
}

#rc_block_content .header2{
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#850405;
}

#banners{
	width:720px;
}

#text_page{
	width:720px;
}

#text_page a:hover {
	color:#FF0000;
}

#text_page a {
	color:#840002;
	font-family:Tahoma;
	font-size:12px;
	padding-top:10px;
	text-align:left;
}

#text_page2{
	width:450px;
	float:left;
}


.clear_float{
	float:none;
	height:10px;
	clear:both;
}

#text_page h1{
	font-family:"Trebuchet MS";
	color:#97252d;
	font-size:27px;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#text_page p{
	font-family:Tahoma;
	font-size:12px;
	color:#474747;
	padding: 5px 0px 5px 0px;
	line-height:16px;
}

#text_page2 h1{
	font-family:"Trebuchet MS";
	color:#97252d;
	font-size:18px;
	font-weight:bold;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height:22px;
	font-align:left;
}

#text_page2 p{
	font-family:Tahoma;
	font-size:12px;
	color:#474747;
	padding: 5px 0px 5px 0px;
	line-height:16px;
}

#royal_block{
	background:url(/images/royal_block.gif);
	width:319px;
	height:159px;
	float:left;
	background-repeat:no-repeat;
}

#content_block{
	background:url(/images/content_block.gif);
	width:630px;
	height:159px;
	float:right;
	background-repeat:no-repeat;
}


#footer_content{
	width:960px;
	margin:0px auto 0px auto;
}

#footer_content1{
	width:730px;
	margin:0px 10px 0px auto;
}

#footer_content2{
	width:970px;
	margin:0px auto 0px auto; 
	height:157px;

}
#footer_content2 img{
	padding: 0;
	border:0;
}

#patron{
	margin: 20px 15px 15px 15px;
	width:77px;
	float:left;
	display:block;
}

#patron_text{
	margin: 20px 25px 15px 15px;
	width:170px;
	float:right;
	display:block;
	font-family:Tahoma;
	color:#474747;
	font-size:12px;
	line-height:16px;
}

#patron_link, #patron_link a{
	font-family:Tahoma;
	font-size:12px;
	color:#840002;
	padding-top:10px;
	text-align:right;
}

#patron_link a:hover{
	color:#FF0000;
}

#content_block2{
	background:url(/images/content_block2.gif);
	width:471px;
	height:136px;
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}

#content_block p{
	font-family:"Trebuchet MS";
	width:360px;
	font-size:22px;
	color:#850405;
	line-height:30px;
	padding-left: 50px;
}
 
#content_block img{
	margin: 90px 15px 0px 0px;
}

#cprt {
	width:495px;
	float:left;
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	color:#7f7f7f;
}

#cprt a:hover {
	color:red;	
}

#cprt a {
	color:#880809;
}

#flinks {
	width:460px;
	text-align:right;
	float:right;
	font-family:Tahoma;
	font-size:12px;
	color:#7f7f7f;
}


#flinks a:hover {
	color:red;
}

#flinks a {
	color:#880809;
}


#footer_page {
	width:960px;
	margin:0px auto 0px auto;
}

.crumbs-holder{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:Tahoma;
	font-size:11px;
	color:#880809; 
}

.crumbs-holder em {
	font-style:normal; padding:0 3px;
}

.crumbs-holder a {
	color:#474747;
}

.crumbs-holder a:hover {
	color:red;
}

#second-level-right{
	float:right;
	width:250px;
}


#video_bg{
	width:235px;
	height:226px;
	background:url(/images/video_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
}

#video_bg p{
	padding:40px 0px 0px 0px;
}

#movie img {
	padding: 55px 0px 0px 0px;
}

#movie #next {
	padding: 55px 0px 0px 40px;
}

#movie #prev{
	padding: 55px 40px 0px 00px;
}

#more_photo{
	margin: 20px 15px 15px 15px;
	width:77px;
	float:left;
	display:block;
}

#more_text {
	margin: 20px 25px 15px 15px;
	width:320px;
	float:right;
	display:block;
	font-family:Tahoma;
	color:#474747;
	font-size:12px;
	line-height:16px;
}

#more_link, #more_link a {
	font-family:Tahoma;
	font-size:12px;
	color:#840002;
	padding-top:10px;
	text-align:right;
}

#more_link a:hover {
	color:#FF0000;
}

.apply-now {
	margin:10px 0;
}
 
.custom-form {
	margin:0 0 0 4px !important;
	width:240px !important;
}

.custom-form BIG  {
	display: block; 
	font-size: 9px;
	color: #ccc;
	padding: 20px 20px 0 0;
}

.custom-form EM {
	float:left;
	font-style:normal;
	line-height:10px;
	width:89px;
}

.custom-form DEL {
	text-decoration:none;
	float:right;
	padding:5px 0;
	margin-right:35px;
}

.custom-form div {
	margin:0 !important;
	padding: 0 !important;
}
.custom-form .RequiredChar {
	color: #ff0000;
	margin-left: 3px;
	font-size: 12px;
	font-family: Arial;
}
.custom-form .RequiredChar,
.custom-form .RequiredCaption {
	font-weight: bold;
}
.custom-form .CaptionError  { 
 	color: #ff0000;
}
.custom-form LABEL {
	float: left;
	margin: 2px 5px 0 0;
}
.custom-form TEXTAREA, 
.custom-form .textbox,
.custom-form .ImageTextBox,
.custom-form .DateTextBox,
.custom-form .Watermark { 
	padding: 2px; font-size: 11px;
	border: 1px solid #c4c4c4;
	height:15px;
	width:120px;
	background:url(/images/input_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
}

.custom-form TEXTAREA.TextBox {
	padding: 2px;
	width: 100%;
	background: url(/admin/Images/TextAreaBg.gif) repeat-x #fff;
	height:15px;
}

.custom-form .drop-down-list {
	height: 20px;
	font-size: 11px;
	width: 127px;
	border: 1px solid #c4c4c4;
}
.button {
	color: #fff;
	height: 32px !important;
	font-size: 11px;
	font-weight: bold;
	width: 97px !important;
	cursor: pointer;
	background: url(/Images/send_btn.gif) repeat-x !important; 
	border:none !important;
}

.custom-form  .textbox-holder-invalid {
	padding-bottom:5px !important;
	border:none;
}

.custom-form  .hole-textbox-holder {
	padding-bottom:5px !important;
}

.custom-form div.valid-tooltip p {
	color:#D22333;
	font-size:0.933em;
	padding:0 0 0 10px; 
	display:none;
}

.custom-form  .textbox-holder-invalid select {
	float: left; 
	margin-bottom:5px !important;
	width:127px;
}

.custom-form .title {
	color:#0B3387;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-align:center;
}

.custom-form .textbox-holder-invalid input,
.custom-form .textbox-holder-invalid textarea,
.custom-form .textbox-holder-invalid select { 
	margin:0;
	border:1px solid #FD8E8E !important;
	background:#FDF5F5 none repeat scroll 0 0 !important;
}

.loading-box {
	position: fixed; 
	top: 0; 
	left: 0;
	filter: alpha(opacity=80); 
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	width: 100%; 
	height: 100% 
} 

.loading  {
	position: absolute;
	top: 50%;
	left: 50%
}

#sitemap {
	margin-top:10px;
} 

#sitemap .root-item {
	color:#555;
}

#sitemap .root-item a {
	color:#555; 
	font-size:14px;
	line-height: 22px;
	font-family: Arial;
}

#sitemap .root-item span {
	font-family:Helvetica;
	font-size:14px; 
	margin-right:5px;
}

#sitemap .simple-item {
	margin-left:35px;
}

#sitemap .simple-item a {
	color:#901517; 
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px; 
	line-height:22px;
}

.search-holder H3 {
	float: left;
}

.search-holder {
	width:100%;
	clear:both; 
	float:left;
	margin-bottom:10px;
	font-family:Arial,Helvetica,sans-serif;
}

.search-holder .item {
	margin:0;
	clear:both;
	float:left;
	width:100%;
}

.search-holder .item H3 {
	font-family:Arial;
	font-size:14px;
	float:left;
	width:460px;
	margin:8px 0;
}

.search-holder .item H3 A {
	color:#777575;
}

.search-holder .item H3 A:hover {
	color:#a73332;
}

.search-holder .item .text {
	margin:6px 0 0 0;
	font-size:11px;
	font-weight:normal;
}

.search-holder .not-found {
	margin-top:8px;
	font-family:Arial;
	font-size:14px;
	float:left;
}

.search-holder .not-found .margin10 {
	margin-top:10px;
} 

.pager-holder {
	border-top: 4px solid #e5e5e5;
	margin: 5px 0 0 0; 
	padding: 5px 0 0 0;
	clear: both;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px; 
}

.pager-holder .page {
	color: #bababa;
	float: left;
}

.pager-holder #pagers {
	list-style: none;
	margin: -25px 0 10px 0px;
}

.pager-holder #pagers .sel {
	float: left;
	background: #5D5D5D; 
	color: #fff; 
	padding: 0 3px 0 3px 
}

.pager-holder #pagers li {
	float: left;
	margin:0; 
}

.pager-holder #pagers li a {
	font-weight: bold; 
	color: #5D5D5D;	 
	display: block;
	margin: 0 2px 0 0;
	text-decoration: none;
	padding: 0 3px 0 3px
}

.ctrl {
	clear: both;
	margin: 15px 0 0 0
}

.ctrl span {
	color: #9c9c9b;
}

.ctrl A {
	color: #5D5D5D;
	text-decoration:underline;
	vertical-align:baseline;
}

h1#title {
	color:#841315;
	float:left;
	font-family:"Trebuchet MS";
	font-size:27px;
	font-weight:bold;
	margin:-7px 0 7px;
	padding:0;
	width:100%;
	line-height:30px;
}

#text_page2 p { 
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-bottom:15px;
	line-height:18px;
	text-align:justify;
	clear:both;
	float: left;
}

#text_page2 DIV {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;	
	line-height:18px;
	text-align:justify;
}

#text_page2 h2 { 
	color:#841315;	
	font-family:"Trebuchet MS",Arial;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:5px 0; 
	clear: both
}

#text_page2 ul {
	list-style:square;
	list-style-position:inside;
	padding:0;
	margin:0;
	width: 100%
}

#text_page2 ul ul {
	list-style:square;
	list-style-position:inside;
	padding:0;
	list-style-type:disc;
	margin:5px 0 0 30px;
	width: 90%
}

#text_page2 ul li {
	margin-bottom:3px;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;	
}

#text_page2 a {
	color:#901517;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
}

#text_page2 a:hover {
	text-decoration:none;
}

.corporate-table {
	margin:10px 0 10px 0px;
	clear:both;
	font-family:Tahoma;
	font-size:12px;
	border:1px solid #cAc9c9;
	width:100%;
}

.corporate-table p {
	margin:5px !important;
}

.corporate-table th {
	text-align:left; 
	background-color:#F0F0F0;
	color:#850405;
	padding:3px;
	border:1px solid #cAc9c9;
}

.corporate-table td {
	border:1px solid #cAc9c9;
	padding:6px;
	text-align:center;
}

.corporate-table tr.custom td {
	background:#F0F0F0;
}

.form {
	width:100%;
}

.form .notes {
	font-weight: bold;
	text-decoration: underline;
}

.form DIV {
	display: block;
	clear: both;
	margin: 7px 0 0 0;
}

.form DEL {
	text-decoration: none;
}

.form DEL INPUT {	
	margin:5px 4px 0 0;
}

.form DIV EM {
	font-style: normal;
	float: left;
	padding: 6px 0 0 0;
	color:#111111;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.form BIG {
	display: block;
	font-size: 9px;
	color: #ccc;
	padding: 0 20px 0 0;
}

.form EM {
	font-style:normal;
}

.form .RequiredChar {
	color: #ff0000;
	margin-left: 3px;
	font-size: 12px;
	font-family: Arial;
}

.form .RequiredChar,
.form .RequiredCaption,
.form .Caption {
	font-weight: normal; 
	color:#850405;
}

.form .CaptionError {
	color: #ff0000;
}

.form LABEL {
	float: left;
	margin: 2px 5px 0 0;
}

.form TEXTAREA,
.textbox, 
.ImageTextBox,
.DateTextBox,
.Watermark {
	border: 1px solid #c4c4c4;
	padding: 4px; width: 100%;
	font-size: 11px;
	background: url(/admin/Images/textbox-bg.gif) repeat-x #fff !important;
}

.form TEXTAREA.textbox {
	padding: 4px; 
	width: 100%;
	background: url(/admin/Images/textbox-bg.gif) repeat-x #fff;
}

.button11 {
	color: #fff;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	width: 73px;
	height:21px;
	cursor: pointer;
	background:transparent url(/Images/submit.png) no-repeat scroll 0 0;
}

.form invalid-textbox {
	border: 1px solid #fd8e8e;
	background: #fdf5f5
}

.form div.tips {
	margin: 0;
	color: #999;
	clear: both;
	font-size: 0.843em;
	padding: 0; 
	margin: 0 10px 0 0;
	float: right;
	width: 300px;
	border: 0
}

.form div.valid,
.form div.invalid-tips-holder {
	margin: 0;
	color: #999;
	clear: both;
	float: right;
	font-size: 0.843em; 
	border: 0; 
	margin: 0 10px 0 0;
	width: 300px;
	padding: 0
}

.form .hole-textbox-holder {
	clear: both 
}

.form .hole-textbox-holder DIV {
	border: 0 none;
	clear: none;
	margin-bottom: 3px; 
	padding-bottom: 0 
}

.form div.hole-textbox-holder,
.form DEL {
	clear: none;
	display: inline;
	float: right; 
	width: 59%;
	margin: 0 20px 0 0;
	border: 0;
	padding-bottom: 0
}

.form div.hole-textbox-holder-invalid {
	clear: none;
	padding: 0;
	float: right;
	width: 59%;
	background: #fbe9eb;
	margin: 1px 0 0 -15px;
	border: 0;
	border-right: 28px solid #fbe9eb
}

.form .textbox-holder {
	border: 0 
}

.form .textbox-holder A {
	margin: 4px -8px 0 0
}

.form .invalid-tips-holder {
	padding-left: 2px;
	color: #999;
	clear: both;
	font-size: 0.833em; 
	margin: 3px 0 3px 15px;
	float: left;
	width: 100%; 
	border: 0
}

.form .error-message {
	float: left;
	margin: 0 0 0 10px !important; 
	border: 0; 
	font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#d23333; 
}

.form .textbox-holder-invalid A {
	margin: 0 -17px 0 0 
}

.form .textbox-holder-invalid {
	float: left;
	border: 0; 
	width: 100%;
	border-right: 28px solid #fbe9eb;
	clear: both
}

.form .textbox-holder-invalid input {
	width: 100%;
	margin: 10px 0 4px 10px
}

.form .textbox-holder-invalid textarea {
	width: 100%;
	margin: 10px 0 4px 10px
}

.form .textbox-holder-invalid select {
	margin: 10px 0 4px 10px;
	float: left;
	width: 103%
}

.form div.valid-tooltip {
	color: #d22333;
	font-size: 0.933em; 
	clear: left;
	float: left;
	font-weight: normal;
	margin: 0; 
	border: 0;
	padding: 0 0 3px 0
}

.form div.valid-tooltip P {
	color: #d22333 !important;
	font-size: 11px !important;
	padding: 0 0 0 5px !important;
}

.form select.drop-down-list {
	height: 20px;
	font-size: 11px;
	width: 103%;
	border: 1px solid #c4c4c4;
}

.interactive-bottom {
	clear:both;
	float:left;
	margin-bottom:10px;
}

#rc_block {
	clear:both;
	margin:7px 0 0;
}

#video_bg {
	margin-bottom:10px;
}

.form div em,
.form input, 
.form textarea,
.form select {
	font-family:Tahoma !important;
}

a.pdf:hover {
	text-decoration: none 
}

a.pdf {
	background: url(/Images/pdf-icon.png) no-repeat 0 0;
	color:#555555;
	display:block;
	font-family:Arial;
	font-size:12px;
	margin-bottom:5px;
	padding-left:25px;
	text-decoration:underline;
	margin-left:11px; 
}
    
#rc_block_content .header2 {
	color:#850405; 
	font-family:"Trebuchet MS";
	font-size:20px;
	line-height:16px;
	margin:0 10px 10px;
}


.banner-holder img {
	border:0; 
	align:right;
}

.footer-small-text {
	color:#7F7F7F;
	font-family:Tahoma;
	font-size:10px;
	margin-top:18px;
	text-align:left;
}

.footer-small-text .line { 
	margin-bottom:9px;
	background: url(/images/line.gif) no-repeat center center; 
	height:1px;
	width: 100%;
}
