@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2C4271;
}
a {
	color: #AA2526;
	text-decoration: none;
}
a:hover {
	color: #FFAB47;
	text-decoration: underline;
}
a:active {
	color: #663366;
	font-weight: bold;
	font-size: 16px;
}


#container  {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container_bg.gif);
	background-color: #2C4271;
	position: relative;
	left: 15%;
	right: 15%;
	background-position: right;
} 
#header  {
	height: 110px;
	background-image: url(../images/header_newyear_2012.jpg);
	width: 960px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	width: 760px;
	float: right;

} 
#nav {
	height: 30px;
}

#nav_text {
	display: none;
}
#features {
	height: 220px;
}
#features_text {
	display: none;
}
#subfeature_container {
	float: left;
	width: 370px;
	padding-bottom: 20px;
}

#subfeatures {
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}
.subf_item {
	width: 330px;
	padding-bottom: 15px;
	float:left;
}

.subf_thumb {
	display: inline;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subf_desc {
	font-size: 11px;
	float: left;
	width: 250px;
}
.mn_subft_desc {
	font-size: 9pt;
	float: left;
	width: 735px;
	height: 500px;
	overflow: scroll;
	word-spacing: 1px;
}
.mn_subft_thumb {
	float: left;
	width: 250px;
	padding-right: 10px;
}


.btxt_item {
	width: 360px;
	float: left;
	padding: 15;
}
.btxt_desc {
	float: left;
	width: 270px;
	font-size: 11px;
}
.btxt_thumb {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 70px;
}
.btxt_item_med {
	width: 720px;
	float: left;
	padding: 15;
}
.btxt_thumb_med {
	float: left;
	width: 200px;
	margin-right: 10px;
	display: inline;
}
.btxt_desc_med {
	float: left;
	width: 500px;
	font-size: 16px;
}
#br_desc {
	float: left;
	width: 730px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 12px;
}
#container #mainContent #br_desc h3 {
}





.subf_desc a {
	font-weight: bold;
	color: #A92425;
	text-decoration: none;
}
#videoplayer {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
}

#searchbox {
	width: 165px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#btn_slideshow {
}

#sidebar_blog {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #454545;
	margin: 10px;
	padding: 5px;
	line-height: 1.1;
	margin-bottom: 5px;
}
#sidebar_link {
	margin: 10px;
	margin-bottom: 20px;
	padding: 5;
	background-image: url(../images/th_cham_link.jpg);
	height: 130px;
	color: #BF1A07;

}


#sidebar_blog a {
	color: #FFFF36;
	text-decoration: none;
	font-weight: bold;
}

#subnav {
	height: 24px;
	padding-top: 6px;
	padding-left: 20px;
	color: #FFFFFF;
}

#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #943135;
}
#subnav a {
	font-weight: bold;
	color: #AE3034;
}	
#pagetext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 0px;
}
#pagetext p {
	line-height: 1.6;
}


.headerimg {
	display: inline;
	margin-bottom: 10px;
}

#footer  {
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;

} 
.dwn_thumb_cont {
	height: 109px;
	width: 180px;
	float: left;
}
.dwn_img {
	width: 90px;
	float: left;
}
.dwn_text {
	width: 70px;
	float: right;
}


#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#features {
	width: 250px;
}
.mn_subft_item {
	width: 725px;
	float: left;
	padding-bottom: 05px;
}
#container #mainContent #pagetext .btxt_item_med .btxt_desc_med h3 {
	color: #AA2526;
}
#container #mainContent #br_desc h3 {
	color: #AA2526;
}

