@charset "UTF-8";
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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/ashley_bg.gif);
}
.oneColLiqCtrHdr .container {
	width: 80%;
	margin: 0 auto; 
	border-color: #88b5d8;
	border-style: solid;
	border-width: 10px;
	height: 100%;
	background-color: #88b5d8;
	min-width: 700px;

}
.oneColLiqCtrHdr .header {
	background-color: #FFF;
	overflow: hidden;
	/*background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	margin: 0px;
	min-height:  125px;
	}

.oneColLiqCtrHdr .container .header a img {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div*/
	text-decoration: none;
	border-style: none;
	padding-top: 10px;
	float: left;
}

.oneColLiqCtrHdr .mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
	margin-left: 150px;
	border-left-width: 1px;
	border-left-color: #88b5d8;
	border-left-style: solid;
}

.oneColLiqCtrHdr .container .mainContent h2 {
	color: #009590;
}

.oneColLiqCtrHdr .footer {
	padding: 0 10px;
	background-color: #88b5d8;
	margin: 0;
} 
.oneColLiqCtrHdr .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-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: .65em;
	text-align: center;
	font-weight: bold;
}
.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: 8px;
	border-color: #88b5d8;
	border-style: solid;
	border-width: 3px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px;
	border-color: #88b5d8;
	border-style: solid;
	border-width: 3px;
}
.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;
}
.oneColLiqCtrHdr .container .footer p a {
	color: #FFF;
	text-decoration: none;
}
.oneColLiqCtrHdr .container .mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h2 {
	font-size: 20px;
}


.oneColLiqCtrHdr .container .rccontainer .rccontent .mainContent p .dropcap {
	float: left;
	font-size: 2em;
	line-height: 1;
	margin-right: 0.1em;
	font-style: italic;
		}

.oneColLiqCtrHdr .container .mainContent p a {
	color: #0073AE;
}
.oneColLiqCtrHdr .container .mainContent p a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #0073AE;
}
.rccontainer {
	background-color: #FFF;
	padding-bottom: 1px;
	width: 100%;
	border: 1px solid #88b5d8;
	margin-bottom:0px;
	margin: 0;
}    
.rccontainer .rctl {
	background-image: url(images/roundcorner2.gif);
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px;
	max-height: 20px;
	overflow: hidden;
}
.rccontainer .rctr {
	background-image: url(images/roundcorner2.gif);
	background-position: -20px 0px;
	float: right;
	height: 20px;
	width: 20px;
	margin: 0px;
	max-height: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.rccontainer .rcbl {
	background-image: url(images/roundcorner2.gif);
	background-position: 0px 20px;
	float: left;
	height: 20px;
	width: 20px;
	position: relative;
	bottom: -1px;
	max-height: 20px;
	overflow: hidden;
	margin: 0;
}
.rccontainer .rcbr {
	background-image: url(images/roundcorner2.gif);
	background-position: -20px 20px;
	float: right;
	height: 20px;
	width: 20px;
	position: relative;
	bottom: -1px;
	max-height: 20px;
	overflow: hidden;
	margin: 0;
}
.rccontainer .rccontent {
	width: 97%;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	margin: 0;
}

.menu {
	font-size: 0.9em;
	color: #FFF;
	background-color: #88b5d8;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	overflow: auto;
	height: 20px;
	width: 99%;
	margin: 0;	
	clear:left;
}
.menu a {
	text-decoration: none;
}
.menu a:hover {
	color: #FFF;
	background-color: #9ACFCC;
}

.menu #nav, .menu #nav ul {
	float:left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #88b5d8;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu #nav a {
	display: block;
	width: auto;
	w\idth: auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 0em;
	padding-right: .5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}

.menu #nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
}

.menu #nav li {
	float: left;
	padding: 0;
	width: auto;
	border-left: 2px solid #fff;
	margin: 0;	
}

.menu #nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

.menu #nav li li {
	padding-right: 1em;
	width: 13em;
	border-left-style: none;
}

.menu #nav li ul a {
	width: 13em;
	w\idth: 9em;
}

.menu #nav li ul ul {
	margin: -1.75em 0 0 14em;
}

.menu #nav li:hover ul ul, .menu #nav li:hover ul ul ul, .menu #nav li.sfhover ul ul, .menu #nav li.sfhover ul ul ul {
	left: -999em;
}

.menu #nav li:hover ul, .menu #nav li li:hover ul, .menu #nav li li li:hover ul, .menu #nav li.sfhover ul, .menu #nav li li.sfhover ul, .menu #nav li li li.sfhover ul {
	left: auto;
	border: 2px solid #0073ae;
}

.menu #nav li:hover, .menu #nav li.sfhover {
	background: #c2e1e0;
}
.mainContent blockquote {
	background-color: #CEE0EC;
	margin: 3px;
	border: 2px solid #88b5d8;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.petite {
	font-size: .8em;
}
.icontact {
	float: left;
	font-size: 0.85em;
	margin-right: 20px;
	clear: both;
}

.mainContent h1 {
	color: #0073AE;
}

