html {
	height:100%;
}
body {
	font: 100% Arial, sans-serif;
	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. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #8a96a6;
	height:100%;

}
 
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

a:link {
	color: #a30107;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #a30107;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #a30107;
	text-decoration:none;
	font-weight:bold;
}

.oneColElsCtrHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */

	background-color:#fff;
}
.oneColElsCtrHdr #header {
	background-image:url('images/header-01.png');
	background-repeat: no-repeat;
	
	padding-top: 0;
	padding-bottom: 0;
	height:168px;
	width:100%;


	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 */
	margin-bottom:-20px;
} 
.oneColElsCtrHdr #header #logo {
	width:900px;

       text-align:right;

	z-index:-10;
	margin-top:168px;
	background-repeat: repeat-y;
	
} 
.oneColElsCtrHdr #header #rightpic {
	width:157px;
	float:right;
	text-align:right;
} 


.oneColElsCtrHdr #mainContent {
	width: 900px;
	background: #FFFFFF;

text-align:left;
color: #373737; 
font-family: 
Arial, Helvetica, sans-serif; line-height: normal; 
font-size: small;

margin-top:-1
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	background-color: #145b1f;
p
} 
.oneColElsCtrHdr #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 */
	
}
.oneColElsCtrHdr #container #footer td {
	font-family: Arial, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}



.contentpaneopen h1,.contentheadingnews,h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #145b1f;
	margin-top:10px;

	}
.contentheadingnews {
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #145b1f;
	padding-top:10px;

	}


h3 {
	font-size:16px;
	color: #e51b24;
	margin:0;
	padding:0;
}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
.oneColElsCtrHdr #container #header #sam {
	float: right;
	border: thick solid #996633;
}


.componentheading {
	margin-top:-10px;
}




.menusan
{
 /* use these params to positions your menu */

}
 
.menusan
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;

	font-family:Arial,sans-serif;

}

ul.menusan li
{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
.menusan, .menusan li, .menusan li ul { /* all lists */
 padding: 0;
 margin: 0;
 list-style: none;

}
 
.menusan li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:12px 15px 0 15px;
	height:24px;
	background:transparent url("bgDIVIDER.gif") no-repeat top right;
	z-index:5;
}


.menusan li { /* all list items */
 float: left;
 width: auto; /* width needed or else Opera goes nuts */
 
background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
}
 
.menusan li ul { /* second-level lists */
 	position: absolute;

 	width: 150px;
 	left: -98%; /* using left instead of display to hide menus because display: none isn’t read by screen readers */
	
 	top:35px;
	z-index:100;

}
.menusan li ul li a {
 width: 150px;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;

	height:24px;
	background-color:#b21515;
	z-index:100;

}
.menusan li ul li a:hover
{
background:transparent url("images/bgHOVER.gif") no-repeat top right;
}
 
.menusan li a:hover {
background:transparent url("images/bgHOVER.gif") no-repeat top right;
}
 
.menusan li:hover ul, .menusan li.sfhover ul  { /* lists nested under hovered list items */
 left: auto; /* change is to 10px, 20px, etc for indenting the sub menue */
}


#moviefile
{


z-index:-1;
}

.blackhorz {
background-color:#000;
width:100%;
height:1px;
}

.blognews {
margin-top:10px;
}

span.article_seperator {
        border-bottom: solid 1px #000;
        height: 10px;
        width: 100%;
}

.contentpaneopennews
{ 	
	width:100%;
}


a.readmore:link{

	display:block; 
	padding:4px 0 4px 0;
	_padding:3px 0 4px 0;
	font-size:13px !important;
	text-align:right;
	float:right;
	width:100%;
	text-decoration:strong;

	font-weight:strong !important;
	line-height:13px  !important;
	position:relative; top:-2px;

}

.socialmedia
{

	z-index:1000;

	width:125px;
	float:right;
	background:transparent url("images/bgOFF.gif") repeat-x top left;


}

.socialmedia img
{
	margin-top:2.5px;
}

.navbuttons
{
	width:775;
	float:left;
	background:transparent url("images/bgOFF.gif") repeat-x top left;
}
.navigation
{
	background:transparent url("images/bgOFF.gif") repeat-x top left;
	width:100%;
	height:40px;

}

.contentpaneopennews h2 {
	margin-left:3px;
	padding-bottom:5px;
}

.contentheading_news {
	font-size:16px;
}

.contentpaneopen_news .readmore
{
	text-decoration:underline;
}