body, div, span, h1, h2, h3, h4, h5, h6, p, pre, a, code, del, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, thead, tr, th, td, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

section, article, header, footer, nav, aside, hgroup { 
   display: block;}
   
body, html {
	background: #fff;
	font: 12px Verdana, Geneva, Arial, sans-serif;
	color: #999999;
	height: 100%;
	line-height: 1.5; 
	position: relative;}

body {
   min-width: 800px;
}

#container {
	min-height: 100%;
	height: auto !important;
	width: 780px;
	height: 100%;
   margin-bottom: -56px;
   margin-top: -21px;
   margin-left: auto;
   margin-right: auto;
	overflow-x: hidden;
	padding-left: 10px;
	padding-right: 10px; }

#overview { margin: 40px 0 30px; }

#content {
	float: left;
	width: 780px;
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 100px; }

section {
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	width: 780px; }
	
section > h1 {
   color: #ce7c44;
	font: normal 20px "Gill Sans", "Gill Sans MT", Calibri, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", "Microsoft Sans Serif", sans-serif;
	padding: 5px 0 10px;
}

article h1 {
   font-size: 14px;
	color: #00455f;
	padding: 0px;
}

/* Typekit Font */
#overview h1,
#overview h2,
h3,
#content h2,
nav ul li a,{
	font-family: "etica-1", "etica-2", "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important; }

p {
	color: #8c8c8c;
	font: 12px/20px Verdana, Geneva, Arial, sans-serif;
	padding: 5px 0px; }

#overview p {
	padding-top: 0;
	padding-bottom: 0;
	font-style: italic; }

img.about { margin-right: 15px; float: left;}

img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF; }

div#contact p { padding-top: 0; }


h1, h2, h3, h4, h5, h6 {
	color: #ce7c44;
	font: normal normal 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px 0 10px; }


h1 { font: normal 40px/30px "Gill Sans", "Gill Sans MT", Calibri, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", "Microsoft Sans Serif", sans-serif; 
     padding-bottom: 5px;}

ul { list-style: none; }

ul li {
	padding: 2px 0;
	margin-left: 0; }

li {
	margin-left: 20px;
	padding-bottom: 5px; }




/* HEADER */

header {
   height: 20px;
   background-color: #e5e5e5;
   border-bottom: 1px solid #CCCCCC; 
   width: 100%;
   min-width: 800px;}

/* NAV */

nav { padding-top: 50px; position: relative; height: 40px;}

h1#name {

	height: 40px;
	width: 330px;
	padding: 0;
	cursor: pointer;
	position: relative; 
	float: left;}

h1#name a {
	display: block;
	height: 30px;
	width: 330px;
	position: absolute;
	left: 0;
	top: 0; }

nav ul {
   margin: 0;
	padding: 0;
	overflow: hidden; 
	float: right;
	}
	

nav li {
	float: left;
	list-style-type: none;
	padding-left: 10px;
	position: relative; }

nav li a {
	margin: 0;
	padding: 0 5px;
	display: block;
	font-size: 20px;
	color: #a9a9a9;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	outline: none;
	line-height: 30px; }

nav li a:link,
nav li a:visited { 
   color: #a9a9a9;}

nav li a:hover,
nav li a.active {
	color: #3a6579;
	outline: none; }
	
nav li a.active {
	cursor: default; }
	


/*  FOOTER */

#footer {
	background: #E5E5E5;
	border-top: 1px solid #CCCCCC; 
	min-width: 800px;
}

#footer div {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 17px;
	position: relative; }

#footer-buffer, #footer { height: 55px; }

#footer p {
	color: #999999;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	padding-left: 10px;
}

#footer p + p {
	position: absolute;
	right: 0px; 
	padding-right: 10px;}
	
#footer a { color: #999;
			margin-right: 0; }

#footer a:hover { color: #797979;
				  margin-right: 0; }
				  

a:link, a:visited {
	color: #396579;
	text-decoration: none; }

a:hover, a:active {
	color: #33394C;
	text-decoration: none;
	outline: none; }
	
a#visit {
	float: right;
	font-size: 12px;
	line-height: 12px;
	margin-top: 10px; }