@charset "UTF-8";
/* ======== GLOBAL ELEMENTS ========= */

body  { font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000;
	margin: 0;
	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:#395789;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

a:visited    { text-decoration: underline; color: #B01025; }
a:link       { text-decoration: underline; color: #B01025; }
a:hover      { text-decoration: none; color: #F41634; }
a:active     { text-decoration: underline; color: #B01025; }

a.pri:visited    { text-decoration: underline; color: #B7B7B7; }
a.pri:link       { text-decoration: underline; color: #B7B7B7; }
a.pri:hover      { text-decoration: none; color: #F41634; }
a.pri:active     { text-decoration: underline; color: #B7B7B7; }

.twoColFixLtHdr #container { 
	width: 771px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DBDBDB;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h1 { color: #A50017; font-size:24px;}
h2 { color: #999999; font-size:12px;}

/* ======== HEADER ========= */
 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:right;
	font-size:12px;
	color:#395789;
} 

.top {  padding-top:3px;
	padding-bottom:1px;
	height:25px;
	width:100%;
	background-color:#E8E8E8;
	border-bottom: 1px solid #DDDDDD;
}

.small {  
font-size: 11px;
}


.toppowered { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666;
}

.twoColFixLtHdr #header a:visited    { text-decoration: underline; color: #666666; }
.twoColFixLtHdr #header a:link       { text-decoration: underline; color: #666666; }
.twoColFixLtHdr #header a:hover      { text-decoration: none; color: #333333; }
.twoColFixLtHdr #header a:active     { text-decoration: underline; color: #666666; }

/* ======== MAIN CONTENT ========= */

.twoColFixLtHdr #content {
	background: #FFFFFF; 
	padding: 0 20px 0 15px;
}

/* ======== SIDE BAR ========= */

.twoColFixLtHdr #side { 
	background:#FFFFFF; 
	border: 1px solid #CCCCCC;
	font-size:11px;
	color:#676667;
}

.twoColFixLtHdr #side img { margin: 0 10px 0 10px;
} 

.contact{ padding: 0 0 0 10px; margin:0px;
} 

.twoColFixLtHdr #side ul { font-size:11px; margin-right:10px;
} 

.twoColFixLtHdr #side ul li { 
	border-bottom: 1px dotted #B7BBBA; 
	list-style-image:url(images/bullet_arrow.gif); 
	padding:10px 0 10px 0;
	margin-left:-10px;
} 

h3 { 
	width:210px; 
	background-color: #B01025; 
	color:#FFFFFF; 
	padding: 1px 0 1px 6px;
	font-size:12px;
}

h4 { 
	width:210px; 
	background-color: #555455; 
	color:#FFFFFF; 
	padding: 1px 0 1px 6px;
	font-size:12px;
}

.twoColFixLtHdr #side a:visited {text-decoration:underline; color:#A50017; } 
.twoColFixLtHdr #side a:link {text-decoration:underline; color:#A50017; } 
.twoColFixLtHdr #side a:hover {text-decoration:underline; color:#56000C; } 
.twoColFixLtHdr #side a:active {text-decoration:underline; color:#A50017; } 



/* ======== HOME PAGE ONLY ========= */

.twoColFixLtHdr #homeContent { 
	margin: 0; /* 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. */
	padding: 0; 
}

.col1 { 
	border-right: 1px solid #E8E8E8;
	padding-right:10px;
	padding-top:10px;
	font-size:11px;
	line-height:14px;
}

.col2 { 
	border-right: 1px solid #E8E8E8;
	padding-right:10px;
	padding-top:10px;
	font-size:11px;
	line-height:14px;
}

.col3 { 
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	font-size:11px;
	line-height:14px;
}
/* ======== FOOTER ========= */
 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF; 
} 

.twoColFixLtHdr #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 */
	font-size:12px;
	color:#B01025;
	line-height:140%;
}


/* ======== MISC ========= */

.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;
}