/* CSS Document */

html{
	height: 100%;
	}
	
body {
	height: 100%;
	font-family:arial,sans-serif;
	font-size: small;
	color:#000;
	background: #d62808;
	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 */
}
.oneColLiqCtr #container {
	width: 850px;  /* this will create a container 80% of the browser width */
	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. */
	min-height: 100%;
	background: #f08100;
}
.oneColLiqCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent {
	background-image:url(/_elements/images/insidepage_background.jpg);
	background-repeat:no-repeat;
	min-height:600px;
}



#footer {
	padding: 20px;
	text-align: center; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:both;
}


#main {
    background: transparent;
    float:left;
    width:530px;
	padding-left: 32px;

    }
#sidebar {
 background: transparent;
    float:right;
    width:255px;
	
	padding-top:15px;
    }

#maininfo{
background:#FFFFFF; 
padding-left: 15px;
padding-right: 15px;
margin-left:32px;
width:514px;
padding-bottom:20px;
}

#mainfooter{
background-image:url(/_elements/images/insideMainBottom.gif);
background-repeat:no-repeat;
height: 44px;
margin-left:32px;
width:544px;
}

#mainfooternav{
background-image:url(/_elements/images/footernav.gif);
background-repeat:no-repeat;
height: 42px;
margin-top:15px;
padding-top:14px;
padding-left:14px;
margin-left:32px;
width:544px;
}


a:link {color: #C44939; text-decoration: none} 
a:visited {color: #73A1C2; text-decoration: none} 
a:hover {color: #E3AA35; text-decoration: none} 
a:active {color: #E3AA35; text-decoration: none}  

a.footer:link {color: #ffffff; text-decoration: none} 
a.footer:visited {color: #C44939; text-decoration: none} 
a.footer:hover {color: #333333; text-decoration: none} 
a.footer:active {color: #333333; text-decoration: none} 

a.sidenav:link {color: #ffffff; text-decoration: none} 
a.sidenav:visited {color: #ffffff; text-decoration: none} 
a.sidenav:hover {color: #333333; text-decoration: none} 
a.sidenav:active {color: #333333; text-decoration: none} 


.promotext{
font-size: 85%;
color:#fff;
}
.promotextlg{
font-size: 110%;
color:#fff;
font-weight:bold;
}

hr { border:none; border-bottom: dotted 1px #ccc; width:100%; background-color:#fff; color:#fff; margin-bottom:10px}

div.spacer { line-height:18px; }

.headlinetext{
font-size: 120%;
color:#f08100;
font-weight:bold;
}

.headline{
font-size: 110%;
color:#000;
font-weight:bold;
}

.greytext{
color:#666;
}

.smtext{
color:#666;
font-size:10px;
}

.smWtext{
color:#fff;
font-size:10px;
line-height:11pt;
}

.minortxt{
font-size:10px;
}

form {margin:0; padding:0;}
p {margin:10px 0px 10px 0px;}
