@charset "utf-8";
/* CSS Document */

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: 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: #d4454a;
	background-image: url(../images/containerBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 980px;
	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-image: url(../images/containerBG1.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-left: 53px;
	margin: 0px;
	height: 144px;
} 
.twoColFixLtHdr #header .companyName{
	float: left;
	width: 250px;
	background-color: #bf3d3d;
	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: 61px 0 19px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header .logo{
	float: right;
	padding: 15px 25px 0 0;
}
.twoColFixLtHdr #header .logo .icons{
	text-align:right;
}
.twoColFixLtHdr #header .logo .icons a{
	font-size: 10px;
	color:#666666;
	padding: 0 5px;
}
.twoColFixLtHdr #header .logo .icons a:hover{
	text-decoration:none;
}
.twoColFixLtHdr #header .logo .companyLogo{
	padding: 30px 5px 0 0px;
	text-align:right;
}
.twoColFixLtHdr #content{
	margin:0;
	padding:0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 249px; /* 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 0 0 53px;
	background-image: url(../images/leftImage.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
.sideWrap { background-color: #bf3d3d;}
.twoColFixLtHdr #mainContent { 
	float: right;
	padding: 0;
	/* margin: 0 0 0 303px; the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.twoColFixLtHdr #mainContent 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 */
}
.twoColFixLtHdr #mainContent h4{
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #991e21;	
}
.line{
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #991e21;	
}
.twoColFixLtHdr #mainContent .mainData{
	padding: 15px 0px 0px 25px;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
.twoColFixLtHdr #mainContent .mainData1{
	padding: 15px 15px 0px 25px;
	width: 630px;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
.twoColFixLtHdr #mainContent .mainData1 a{
	color: #991e21;
}
.twoColFixLtHdr #mainContent .mainData1 a:hover{
	text-decoration:none;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 53px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 100px;
	background-image: url(../images/bottomTile.gif);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #footer .copyright{
	font-size: 11px;
	padding: 15px 0px 0px 20px;
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	height: 94px;
	background-color: #bf3d3d;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer .copyright a{
	color: #FFFFFF;
}
.twoColFixLtHdr #footer .copyright a:hover{
	text-decoration:none;
}
.twoColFixLtHdr #footer .footerLinks{
	font-size: 11px;
	float: right;
	width: 647px;
	padding: 15px 0px 0px 20px;
}
.twoColFixLtHdr #footer .footerLinks a{
	color: #000000;
	padding: 0px 7px;
	line-height: 15px;
}
.twoColFixLtHdr #footer .footerLinks a:hover{
	text-decoration: none;
}
.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: right;
	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;
}
.search{
	padding: 20px;
	background-color: #bf3d3d;
}
.search a{
	display: inline-block;
	padding-top: 7px;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.departments{
	background-color: #FFFFFF;
	padding-bottom: 20px;
	width: 250px;
}
.departments ul{
	margin: 0;
	padding: 0;
	list-style: none;	
}
.departments li{
	padding: 0px 20px 0px 30px;
	list-style: none;
}
.departments li a{
	font-size: 12px;
	text-decoration:none;
	color:#000000;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.departments li a:hover{
	text-decoration:underline;	
}
.contactDetails{
	font-size: 11px;
	background-color: #bf3d3d;
	color: #FFFFFF;
	padding: 10px 20px;
}
.contactDetails a{
	color: #FFFFFF;
}
.contactDetails a:hover{
	text-decoration:none;
}
.depTitle{
	font-size:20px;
	color:#981b1e;
	padding: 10px 20px;
}
.newsBG{
	background-image: url(../images/newsBG.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 55px;
	padding-left: 15px;
}
.newsTitle{
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 29px 0 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.newsItem{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 29px 0 15px;
	padding: 10px 0;
}
.newsItem a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.newsItem a:hover{
	text-decoration: underline;
}
.newsAll{
	margin: 0 29px 0 15px;
	padding: 17px 0;
}
.newsAll a{
	font-weight:bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.newsAll a:hover{
	text-decoration: underline;
}
.newsItem span.date{
	font-size: 10px;
	text-decoration:underline;
	font-weight:bold;
}
.mainData1 span.date{
	color:#000000;
	font-size: 10px;
	text-decoration:underline;
	font-weight:bold;
}
.flashPanel{
	margin: 0;
	padding: 0;
}
.naviPanel{
	margin: 0;
	padding: 0;
}
.naviPanel ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.naviPanel li{
	margin: 0;
	padding: 0;
	height: 31px;
	background-image: url(../images/menuBG.gif);
	background-repeat: repeat-x;
}
.naviPanel ul a{
	display:block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 31px;
	padding-left: 40px;
	width: 209px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 22px center;
}
.naviPanel ul a:hover{
	background-image: url(../images/arrow-mo.gif);
	color: #FFCC00;
}
.clearfix:after {
    content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


a{

color: #A53434;
text-decoration: underline;
}
a:hover{
color: #000000;
text-decoration: none;
}
#txtcolor
{
color:#666666;
background-color:green;
width:100px;

}
