/* CSS Document */

/* ***** Universal ******************************************** */

* {
	margin: 0;
	padding: 0;
	border: none;	
	}

body {
	font: normal .85em/1em Arial, Helvetica, sans-serif;
	text-align: left;
	background: whitesmoke;
	}

#wrapper {
	width: 1000px;
	}

h1 { /* main site name */
	font: normal 3em/1em "Univers 47 CondensedLight", Arial Narrow;
	padding: 20px 20px 0px 20px;
	color: #078774;
	}

h2 { /* page title */
	font: normal 2em/1em "Univers 47 CondensedLight", Arial Narrow;
	color: #C63;
	padding-bottom: 30px;
	}
	
h3 { /* topic/section heading */
	font: normal 1.3em/1.3em Arial, sans-serif;
	color: #078774;
	padding-bottom: .5em;
	}

h4 { /* sub-heading: level 1 */
	font: normal 1.3em/1em "Univers 47 CondensedLight", Arial Narrow, Arial, sans-serif;
	color: #C63;
	padding: .5em 0;
	}

h5 { /* sub-heading: level 2 */
	font: bold 1em/1em "Univers 47 CondensedLight", Arial Narrow, Arial, sans-serif;
	color: #078774;
	padding: .5em 0;
	}

a {
	text-decoration: underline;
	color: #078774;
	}

a:hover {
	text-decoration: underline;
	color: #078774;
	background: yellow;
	}

/* ***** Header ******************************************** */

#header {
	width: 1000px;
	background: #FCFBF1;
	}
	
#path {
	font-size: .8em;
	color: #8c8c8c;
	padding: 0 20px 5px 20px;
	}

#navheading {
	width: 980px;
	padding: 3px 0 3px 20px;
	background: #078774;
	list-style: none;
	color: white;
	font-size: .9em;
	float: left;
	}

#navheading li {
	float: left;
	}

#navheading li.coinfo {
	padding-left: 540px;
	}

#nav {
	list-style: none;
	font-size: .80em;
	padding: 3px 20px;
	float: left;
	width: 960px;
	background: #e2e2e2;
	}	

#nav li {
	float: left;
	}

#nav li.about {
	padding-left: 480px;
	}

#nav a {
	padding: 4px 20px 4px 0px;
	text-decoration: none;
	color: black;
	}

#nav a:hover {
	text-decoration: underline;
	color: #078774;
	background: none;
	}

/* ***** Content ******************************************** */

#content {
	width: 1000px;
	float: left;
	background: white;
	}

#content p, #content ul {
	font-size: .85em;
	padding-bottom: 1em;
	line-height: 1.5em;
	}

#content ul {
	margin-left: 3em;
	}

#content-left { /* total width is 700px */
	float: left;
	width: 660px; 
	padding: 40px 20px;
	background: url('../images/contentBG.gif') repeat-y 0 0;
	}

#content-right { /* total width is 300px */
	float: right;
	width: 260px;
	padding: 40px 20px;
	}

#content-grid { /* this DIV used for single-column format */
	float: left;
	width: 960px; 
	padding: 40px 20px;
	}

/* ***** Blog IFRAME *********************************** */

#blog {
	overflow: auto;
	height: 18em;
	border-top: 1px solid #778;
	border-bottom: 1px solid #778;
	padding: 1em;
	padding-bottom: 0;
	background: #e2e2e2;
	}

h2.blogtitle {
	padding-top: .5em;
	}

#blog iframe.blogiframe {
	width: 630px;
	height: 17em;
	}

#blogiframe {
	background: #e2e2e2;
	}

#blogiframe p {
	font: normal .85em/1.5em Arial, Helvetica, sans-serif;
	}

#blogiframe p.blogdate {
	font: italic .85em/1.5em Arial, Helvetica, sans-serif;
	}

/* ***** Visuals Gallery *********************************** */

#content ul.visuals {
	list-style: none;
	margin-left: 0;
	width: 660px;
	float: left;
	}

#content ul.visuals li {
	float: left;
	margin: 0 1em 1em 0;
	font-size: .95em;
	}

#content ul.visuals li img {
	padding: 2px;
	border: 1px solid #e2e2e2;
	display: block;
	}

/* ***** News - Sidebar of INDEX.HTM *********************** */

#news {
	height: 37em;
	overflow: auto;
	border-top: 1px solid #778;
	border-bottom: 1px solid #778;
	padding: 1em 0;
	}

#news ul {
	list-style: none;
	margin-left: 0;
	}

#news ul li {
	padding-bottom: 1em;
	}

/* ***** Footer ******************************************** */

#footer {
	font-size: .8em;
	padding: 20px;
	clear: left;
	width: 960px;
	}

#footer a {
	text-decoration: underline;
	color: #078774;
	}

#footer a:hover {
	text-decoration: underline;
	color: #333;
	}