@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	min-height: 100%;
	height: 100%;
	line-height: 130%;
	background-image: url(images/lftbknd.gif);
	background-position: left;
	background-repeat: repeat-y;
}
body a:link, body a:visited {
	color: #0B1E4A;
}
body a:hover {
	color: #911B21;
}
h1 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.testimonials {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0B1E4A;
}
.leftside {
	background-color: #0B1E4A;
	min-height: 100%;
	width: 25px;
	position: absolute;
	left: 0;
}
.thrColFixHdr #container {
	width: 95%;
	background: #DFDBD1;
	margin-left: 25px;
	min-height: 100%;
	min-width: 980px;
} 
* html #container {
	height: 100%;
}
.thrColFixHdr #header {
	background: #FFF;
	height: 118px;
	margin: 0;
	width: 977px;
}
.thrColFixHdr #redbar {
	background: #911B21;
	height: 10px;
	margin: 0;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 187px; /* 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 */
	margin-top: 22px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* 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 */
	margin: 22px 29px 22px 22px;
}
.thrColFixHdr #mainContent { 
	margin: 22px 29px 30px 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.footer { 
	padding: 0;
	background:#911B21;
	position: fixed; 
	bottom: 0px; 
	width: 100%;
	
} 
.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: 5px 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
}
.footer p a:link, .footer p a:visited {
	color: #FFFFFF;
}
.footer p a:hover {
	color: #999999;
}

.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.dropdown a:link, .dropdown a:visited {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	line-height: 120%;
	padding: 4px;	
	text-align: center;
}
.dropdown a:hover {
	color: #FFFFFF;
	background-color:#911B21;	
	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;
}
#prodcontainer {
	position:absolute;
	left: 236px;
	width: 790px;
}
#prodcontainer div {
float:left;
width:189px;
margin:1px;
height:410px;
background-color: #FFFFFF;
border-bottom: solid 5px #0B1E4A;
}
#prodcontainer p{
padding:5px;
text-align: center;
}

#aboutcontainer {
position:absolute;
	left: 236px;
	width: 790px;
}
#aboutcontainer div {
float:left;
width:189px;
margin:1px;
height:370px;
background-color: #FFFFFF;
border-bottom: solid 5px #0B1E4A;
}
#aboutcontainer p{
padding:8px;
text-align: center;
}
LABEL { 
float: left; 
width: 300px; 
}

div.tag { 
float: right; 
width: 450px; 
}
.associationmargin {
position:absolute;
left: 550px;
margin-top: 20px;
}