
/* BASE STYLES
---------------------------- */
body {
	margin:0; 
	padding:0; 
	font-size: 90%; 
	text-align:left; 
	line-height:1.3;
	background:#FFFFFF;
	border-bottom: 100px solid #222;
	}

blockquote {
	margin: 0px 20px 10px 10px;
	}
	
img {
	margin: 0px;
	border: none;
	}
	
sub.img {
	margin-top: 50px;
	}
	
/* TYPOGRAPHY STYLES
---------------------------- */

li {
	display: none;
	}
	
h1 {
	display: none;
	margin-left: 10px;
	font-family: "Avenir", Sans;
	font-size: 280%;
	color: #b1b1b1;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 10px;
	}

h2 {
	display: none;
	font-family: "Avenir", Sans;
	font-size: 180%;
	color: #b1b1b1;
	text-transform: uppercase;
	margin-bottom: 0px;
	}
	
h3 {
	display: none;
	padding-left: 10px;
	font-family: "Avenir", Sans;
	font-size: 100%;
	color: #b1b1b1;
	text-transform: uppercase;
	}
	
h4 {
	display: none;
	font-family: "Avenir", Sans;
	font-size: 100%;
	color: #b1b1b1;
	text-transform: uppercase;
	line-height: 16px;
	}
	
h5 {
	font-family: "Arial", Sans;
	font-size: 10px;
	font-weight: normal;
	color: #555555;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 40px;
	}
	
/* HYPERLINK STYLES
---------------------------- */

a:link {color:#00A20A;text-decoration:none;}
a:visited {color:#00A20A;text-decoration:none;}
a:hover {color:#555555;text-decoration:none;}


/* POSITIONING STYLES
---------------------------- */

#DIVheader {
	display:inline;
	}
	
#headerHug {
	width:800px; 
	margin: 0px auto 0px auto;
	}

#bigHug {
	width:800px; 
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	}
	
#left {
	display: inline;
	width:400px; 
	float: left;
	}

#right {
	display: inline;
	width:400px; 
	float: right;
	}

#full {
	width:800px; 
	margin: 0px;
	}

#content-half {
	width: 380px;
	}
	
#content-full {
	width: 800px;
	}

#pageSkip {
	margin-top: 20px;
	width:800px; 
	margin-left:auto;
	margin-right:auto;	
	}
	
.map {
	margin: 10px 0px 0px 0px;
	}
		
.headline {
	margin: 20px 0px 10px 0px;
	}

.subhead {
	margin: 0px 0px -10px 0px;
	}
	
.logo {
	margin: 25px 0px 0px 0px;
	display: block;
	}

#DIVcontact {
	margin-top: 0px;
	margin-bottom:200px;
	}
	
/* INCLUDE STYLES
---------------------------- */

#lilDiv {
	border-top: 1px solid #ccc;
	}

#lilHug {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	}
	
#nav-holder {
	width: 100%;
	margin-left: auto;
	margin-right: auto;		
	}

#content-nav {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	
div.column1 {
	margin:0px;
	padding:0px;
	width: 199px;
	float:left;
	}
