/*
-----------------------------------------------
Libby Hathorn
author: Ryan O'Connell
----------------------------------------------- */
@import url("standard.css");
@import url("nav.css");
@import url("elements.css");
@import url("layout.css");
html {margin:0;padding:0;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}
body {height:100%;margin:0px;padding:0px;border:1px solid #D2CDC2;color:#666660;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: x-small;
	voice-family: "\"}\"";  /* IE hack */
	voice-family:inherit;font-size:small;
	} html>body {font-size:small;} /* be nice to Opera */
.container_main {
	background:none;border: none;margin: 0px auto 0px auto;	font-size:100%;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	width: 100%; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	height:100%;
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	width:100%; min-height: 100%; height: auto;
} html>body .container_main { width:100%; min-height: 100%; height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */
.container_content {margin:0;line-height: 1.4em; /* IE 6 Peekaboo bug hack */height:1%; /* IE 6 Peekaboo bug hack */background:none;}
.content_home .small_col {width:200px;float:left;position:relative;line-height: 1.4em; /* IE 6 Peekaboo bug hack */}
.content_home .large_col {width:auto;}
.content_home .xlarge_col {width:400px;float:right;}
.featureBox .text {width:150px;}
.featureBox .img {width:160px;float:right;}
.container_col_left {width:150px;}
.container_col_right {width:450px;}
.content_navPage .container_col_right {width:auto;}
.infoArea .text {float:left;width:200px;padding:10px 0 10px 0;position:relative;}
.infoArea .sideInfo {float:right;width:170px;padding:15px 10px;position:relative;}
h1 {display:inline;font-size:2em;font-weight:bold;margin-top:0em;margin-bottom:0em;background:url();height:50px;padding:0;text-indent:0;}
/* Dispaly None */
.header_toolbar, .nav, .container_footer, .homeFotter, .container_feature, .sectionNav, .content_navPage .container_col_left  {
 display:none;
}



