@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #ffffff url(../images/home/background_half.jpg) repeat-x scroll 0 0;*/
	background-color:#cfcfcf;  /* gray background color   */
	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: center; /* this centers the container in IE 5* browsers. Text is then left aligned default in the #container selector */
	color: #000000;
	vertical-align:top;
}

.container {
	width: 885px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:15px;
	padding-bottom:20px;
/*	border: 1px solid #2b7fa2;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.center_background {
	background-color:#ffffff;
	padding-left:20px;
	padding-right:20px;
}

.boldsize{
	font-size:12px;
	font-weight:bold;
}



/***   Header layout  ***/

.homeheader
{
	height:396px;
	width:885px;
	vertical-align:top;
}

.header-background {
	background-color:#ac1715;
	height:32px; 
	width:570px;
}

.header-bar{
	padding-top:2px; 
/*	font-family:Trebuchet MS;*/
	font-family:Verdana;
	font-size:26px;
	font-style:italic;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	padding:10px;
}



/********* main content  *************/

.blk-background {
	background-color:#000000;
	height:20px;
	margin-left:-1px;
	margin-right:-1px;
	margin-top:-1px;
}

.blk-bar{
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	padding:10px;
}

.red-background {
	background-color:#ac1715;
   margin-top:-1px;
	margin-left:-1px;
	margin-right:300px;
}

.red-background_small {
	background-color:#ac1715;
   margin-top:-1px;
	margin-left:-1px;
	margin-right:30px;
}

.red-bar{
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	padding:10px;
}


.mainContentHome {
	float:right;
	text-align:center;
	width:590px;
/*	padding:10px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.mainContentHome p{
	text-align:justify;
}

.main_content_li
{
	font-family:Verdana;
	font-size:10pt;
	color:#4b5056;
	font-weight:normal;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	text-align:left;
}

.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;
}


/********* left sidebar content  *************/

.left-sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 276px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*padding:10px; *//* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color:#eff5f7;*/
	background-color:#f5f7f8;
	margin-bottom:10px;
	margin-right:15px;
}

.left-sidebar p{
	text-align:justify;
}

.leftmargin{
	padding:10px;
}


/********** video  *****/
.video {
	float: right; /* since this element is floated, a width must be given */
	width: 588px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#f5f7f8;
	margin-bottom:15px;
	text-align:center;
}

.video p{
	text-align:center;
}

/***** end of video  ***/


.box_margin {
	border-top:solid;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-color:#4b5056; 
	border-width:1px;
}

.box_margin_left{
	border-top:solid;
	border-bottom:solid;
	border-left:solid;
   border-color:#4b5056; 
	border-width:1px;
}

.box_margin_right {
	border-top:solid;
	border-bottom:solid;
	border-right:solid;
	border-color:#4b5056; 
	border-width:1px;
}

/*** set the width and height to match your images **/

.mainimg {
   position:relative;
	vertical-align:top;
	height:219px;
	z-index:1;
}


.mainimg img {
	 position:absolute;
	 vertical-align:top;
    *top:0; /* notice the * before the property - shows in IE7 and below */
    _top:0; /* notice the _ before the property - shows in IE6 and below */
    *left:0; /* notice the * before the property - shows in IE7 and below */
    _left:0; /* notice the _ before the property - shows in IE6 and below */
    border:solid;
	 border-color:#4c4f56;
	 border-width:3px;
}

.video_title
{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
	color:#4b5056;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	vertical-align:top;
}

.video_title_sm
{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
	color:#4b5056;
}

.video_pad
{
	padding-left:15px;
}

.video_height
{
	height:140px;
}

.video_height1
{
	height:150px;
}

.video_height2
{
	height:186px;
}

.video_height3
{
	height:192px;
}

.video_height4
{
	height:310px;
}
