  @charset "UTF-8";
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
}
.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
}
.container ul, dl {
	font-family: Verdana, Arial, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
	margin: 4px 4px 4px 28px;
}
.container ol {
	font-family: Verdana, Arial, sans-serif;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 4px 4px 4px 28px;
}
.container li {
	font-size: .73em;
}
.container li li {
	font-size: 100%;
}
.container a:link {
	color: #862633;
	text-decoration: underline;
	border: 0px;
}
.container a:visited {
	color: #862633;
	text-decoration: underline;
	border: 0px;
}
.container a:hover {
	color: #000;
	text-decoration: underline;
	border: 0px;
}
.container a:active { 
	color: #000;
	text-decoration: underline;
	border: 0px;
}
.container a:focus { 
	color: #000;
	text-decoration: underline;
	border: 0px;
}
.container .headline {
	width: 720px;
	float: right;
	margin: 20px 0 10px 0;
	text-align: right;
}
.container .headline #name_one {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.8em;
	color: #63666a;
	text-align: right;
	width: 100%;
	font-weight: bold;
	vertical-align: bottom;
}
.container .headline #name_two {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333;
	text-align: right;
	width: 100%;
	font-weight: normal;
}
.container .feature_region {
	width: 720px;
	float: right;
	margin: 4px 0 6px 0;
}
.container  .region1 {
	float: left;
	width: 336px;
	margin: 4px 0 10px 0;
}
.container #region_wrapper {
	width: 720px;
	float: right;
	margin: 0;
}
.container  .region2 {
	float: right;
	width: 336px;
	margin: 4px 0 10px 0;
}
.container #menu {
	float: left;
	width: 230px;
	padding: 0;
	margin: 91px 0 20px 0;
	background-color: #FFFFFF;
	background-image: url("/_resources/images/menu_bg.png");
	background-repeat: repeat-x;
	border-bottom: 1px solid #B7B7B7;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #C0C0C0;
	min-height: auto;
}
.container #menu p {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	font-size: 0.73em;
	margin: 0 0 -1px 0;
	padding: 4px 4px 4px 6px;
}
.container #menu h5 {
	border-bottom: 1px solid #CCCCCC;
	color: #300;
	font-size: 0.7em;
	margin: 0 0 -1px 0;
	padding: 18px 4px 4px 6px;
	background-image: url(/_resources/images/sub_menu_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.container #menu h1 {
	border-bottom: 1px solid #CCCCCC;
	color: #300;
	font-size: 0.7em;
	margin: 0 0 -1px 0;
	padding: 18px 4px 4px 6px;
	background-image: url(/_resources/images/sub_menu_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.container #menu h2 {
	border-bottom: 1px solid #CCCCCC;
	color: #666;
	font-size: 0.84em;
	margin: 0 0 -1px 0;
	padding: 18px 4px 4px 6px;
}
.container #menu h3 {
	border-bottom: 1px solid #CCCCCC;
	color: #946c00;
	font-size: 0.7em;
	margin: 0 0 -1px 0;
	padding: 18px 4px 4px 6px;
}
.container #menu h4 {
	border-bottom: 1px solid #CCCCCC;
	color: #862633;
	font-size: 0.7em;
	margin: 0 0 -1px 0;
	padding: 18px 4px 4px 6px;
}
.container #menu h6 {
	border-bottom: 1px solid #CCCCCC;
	color: #000;
	font-size: 0.7em;
	margin: 0 0 -1px 0;
	padding: 10px 4px 4px 6px;
}
.container #menu a:link {
	color: #333;
	text-decoration: none;
	border: 0px;
}
.container #menu a:visited {
	color: #333;
	text-decoration: none;
	border: 0px;
}
.container #menu a:hover {
	color: #333;
	text-decoration: underline;
	border: 0px;
}
.container #menu a:active {
	color: #333;
	text-decoration: underline;
	border: 0px;
}
.container #menu img {
	border: 0;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container p {
	font-size: .73em;
	color: #000;
	margin: .6em 0;
}
.container #menu #contact_box {
	background-color: #ececec;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	border-top: solid #b7b7b7 1px;
}
.container #menu #contact_box p {
	font-size: 0.7em;
	border-bottom: 0;
	margin-bottom: 0px;
}
.container #menu #common_links {
	background-color: #ececec;
	width: 230px;
	margin: 6px 0 0 0;
	padding: 0;
	border-top: solid #eaaa00 2px;

}
.container #menu #common_links p {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	font-size: 0.7em;
	margin-bottom: -1px;
	padding: 4px 4px 4px 6px;
}
.container img {
	border: 0;
}
.container h1{
	font-size: 1.8em;
	color: #666;
	margin: .8em 0 .6em 0;
}
.container h2{
	font-size: 1.24em;
	color: #946c00;
	margin: .8em 0 .6em 0;
}
.container h3{
	font-size: 0.88em;
	color: #946c00;
	margin: .8em 0 .6em 0;
}
.container h4{
	font-size: 0.88em;
	color: #333;
	margin: .8em 0 .6em 0;
}

.container h5 {
	font-size: 0.78em;
	color: #333;
	margin: .7em 0 .5em 0;
}
.container h6 {
	font-size: 0.7em;
	color: #666;
	margin: .6em 0 .4em 0;
}
.container table {
	font-family: Verdana, Arial, sans-serif;
}
.container td {
	color: #000;
	font-size: .73em;
}
.container td p {
     color: #000000;
     font-size: 1em;
}



.container thead {
	font-weight: bold;
}
.container .gray_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #999;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 314px;
	border-radius: 5px;
	float:right;
}
.container .gray_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #999;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 314px;
	border-radius: 5px;
	float:left;
}
.container .maroon_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #862633;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 314px;
	border-radius: 5px;
	float:right;
}
.container .maroon_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #862633;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 314px;
	border-radius: 5px;
	float:left;
}
			
.container .gold_border_rt {
	background-color: #e4e4e4;
	border: 1px solid #eaaa00;
	margin: 10px 0 10px 10px;
	padding: 8px 10px;
	height: auto;
	width: 314px;
	border-radius: 5px;
	float:right;
}
.container .gold_border_lft {
	background-color: #e4e4e4;
	border: 1px solid #eaaa00;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	height: auto;
	width: 314px;
	border-radius: 5px;
	float:left;
}
#button {
    background-color: #862633;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 4px #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-style: oblique;
    font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.74em;
    margin: 8px;
    padding: 12px;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}
#button:hover {
    background-color: #63666a;
    color: #FFFFFF;
}
#button2 {
    background-color: #660000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 4px #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-style: oblique;
    font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.74em;
    margin: 8px;
    padding: 12px;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}
#button2:hover {
    background-color: #63666a;
    color: #FFFFFF;
}

/* below added for eÌìÓé´«Ã½ button */

.button3 {
	background: #600;
	font-family: helvetica,verdans,sans-serif;
	font-size: .9em;
	color: #fff;
	padding:6px 10px 6px 10px;
	width:auto;
	display:inline-block;
	border:1px solid #600;
		text-decoration:none;
	
}

.button3 a:link {
color:#fff;
text-decoration:none;
display:block;
		}
 .button3 a:hover {
color:#fff;
		}
    .button3 a:visited {
color:#fff;
		}
    .button3 a:focus {
color:#fff;
		}		

.button3:hover {
opacity: 1;
background:#63666a;
border:1px solid #63666a;
		text-decoration:none;
}








.photo_caption_right {
    float: right;
    height: auto;
    margin: 0;
    padding: 4px 0 12px 26px;
    width: auto;
}
.photo_caption_right .photo {
    height: auto;
    width: auto;
}
.photo_caption_right .caption {
    color: #444444;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.68em;
    height: auto;
    margin: 8px 0;
    width: auto;
}
.photo_caption__left {
    float: left;
    height: auto;
    margin: 0;
    padding: 4px 26px 12px 0;
    width: auto;
}
.photo_caption__left .photo {
    height: auto;
    width: auto;
}
.photo_caption__left .caption {
    color: #444444;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.68em;
    height: auto;
    margin: 8px 0;
    width: auto;
}
