html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35em;
}

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */
html {
	position: relative;
	z-index: -1;
}
body { margin: 0; font-size: 78%; background-color:#376D93; }
img { margin:0;padding:0; border:0; }

#contents { position: absolute; top: 0; left: 0; z-index:1;}

body.home #contents {position: relative; width: 550px; height: 400px; margin:0 auto;}

#header {
	position: relative;
	top: 0px;
	left: 151px;
	margin:0px;
	padding:0px;
	height: 150px;
	width: 525px;
	border:none;
	}

#content {
	position: static;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0 25px 0 300px;
	width: auto;
	}
	
body.reflect #content {
    margin: 0 0 0 300px;
    padding: 0 25px 0 0;
    z-index:1;
    }
	
#collage {
	position: relative;
	height: 150px;
	width: 100%;
	border-bottom: 1px solid #5ca7d7;
	border-top: 1px solid #5ca7d7;
	background-color: #5ca7d7;
	background-position: 151px 0; 
	background-repeat:repeat-x;
	}
	

#submenu {
	position: absolute;
	top: 150px;
	left: 150px;
	padding: 10px;
	width: 130px;
	font-size: .85em;
	line-height: 1.25em;
	letter-spacing: .1em;
	font-weight: bold;
	z-index: 2;
	}
	
body.radiate #submenu a, body.radiate #submenu a:visited {
	color: #805ba6;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
	display:block;
	}

body.radiate #submenu a:hover {
	color: #C2A2D4;
	}
	
body.echo #submenu a, body.echo #submenu a:visited {
	color: #e29133;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
	display:block;
	}

body.echo #submenu a:hover {
	color: #f4b676;
	}	

body.focus #submenu a, body.focus #submenu a:visited {
	color: #88c358;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
	display:block;
	}

body.focus #submenu a:hover {
	color: #a7c889;
	}	
/* ######## HEADER STYLES ######## */

body.radiate #head_container {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #8064b7;
	}
	
body.echo #head_container {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #cb822e;
	}	
	
body.focus #head_container {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #87b660;
	}	
	
body.echo #header {	
	background: url(../images/template/echobar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	}
	
body.reflect #header {	
	background: url(../images/template/reflectbar.jpg);
	background-position: 0px 0px;	
	background-repeat: no-repeat;
	overflow: hidden;
	}	
	
body.radiate #header {	
	background: url(../images/template/radiatebar.jpg);
	background-position: 0px 0px;	
	background-repeat: no-repeat;
	overflow: hidden;
	/* border-bottom: 1px solid #8064b7; */
	}		
	
body.focus #header {	
	background: url(../images/template/focusbar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	}
	
/* ######## LOGO STYLES ########  */	
	
	
#logo {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 150px;
	width: 150px;
	}
	
body.focus #logo {
	background: url(../images/template/jc_logo.gif) top left no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	}	

body.reflect #logo {
	background: url(../images/template/jc_logo.gif) top left no-repeat;
	background-position: -150px 0px;
	overflow: hidden;
	}	
	
body.radiate #logo {
	background: url(../images/template/jc_logo.gif) top left no-repeat;
	background-position: 0px -150px;
	overflow: hidden;
	}	
	
body.echo #logo {
	background: url(../images/template/jc_logo.gif) top left no-repeat;
	background-position: -150px -150px;
	overflow: hidden;
	}		

	
#nav {
    list-style: none;
    position: absolute;
	top: 150px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 150px;
	width: 150px;
	z-index: 2;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#nav li {
    position: relative;
	display: inline;
	}
	
#nav a {
	float: left;
	padding: 75px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:75px; /* for IE5/WIN */
	}
	
#nav a:hover {
	background-position: 0 -75px;
	}
	
#nav a:active, #nav a.selected {
	background-position: 0 -75px;
	}
	
#navfocus a {
	width: 75px;
	background: url(../images/template/nav/focus_nav.gif) top left no-repeat;
	}

#navreflect a {
	width: 75px;
	background: url(../images/template/nav/reflect_nav.gif) top left no-repeat;
	}
	
#navradiate a {
	width: 75px;
	background: url(../images/template/nav/radiate_nav.gif) top left no-repeat;
	}
	
#navecho a {
	width: 75px;
	background: url(../images/template/nav/echo_nav.gif) top left no-repeat;
	}	

body.echo #nav {	
	border-bottom: 1px solid #cb822e;
	border-top: 1px solid #cb822e;
	background-color: #b26c39;
	}
	
body.reflect #nav {	
	position: relative;
	top: 0;
	border-right: 1px solid #5ca7d7;
	background-color: #3b759d;
	}
	
body.radiate #nav {	
	border-bottom: 1px solid #8064b7;
	border-top: 1px solid #8064b7;
	background-color: #614062;
	}

body.focus #nav {	
	border-bottom: 1px solid #87b660;
	border-top: 1px solid #87b660;
	background-color: #699149;
	}


.hidden {
	display: none;
	}

/* BODY CLASS SPECIFIC STYLES  */

body.echo {
	background-color:#A36334;
	background-image:url(../images/template/echo-rule.gif);
	background-repeat:repeat-y;
	}
	
body.reflect {
	background-color:#376D93;
	background-image:url(../images/template/reflect-rule.gif);
	background-repeat:repeat-y;
	}
	
body.radiate {
	background-color:#5B3A5C;
	background-image:url(../images/template/radiate-rule.gif);
	background-repeat:repeat-y;
	}
	
body.focus {
	background-color:#608443;
	background-image:url(../images/template/focus-rule.gif);
	background-repeat:repeat-y;
	}	

	
/* ####### TEXT STYLES ######## */	
	
p, ul, h1, h2, h3 { color:white; line-height: 1.5em; margin:1em 0; list-style-type: square;}

.reflect #content ul {  margin: 1em 0 0 2em; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .15em;
	text-transform: uppercase;
	margin: 2em 0 1em 0;
}

body.radiate h1 {
	border-top: 1px dotted #805ba6;
	padding-top: .4em;
	}
	
body h1:first-child {	
	border-top: 0;
	margin: 10px 0 1em 0;
}


body.reflect #content ul.samplelist, ul.samplelist li {
	line-height: 1.35em;
	margin:0.5em 0;
	padding:0px;
	list-style: none;
	}

	
.reflect #content a {	
	color: white;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5ca7d7;
	}		
	
.reflect #content a:hover {	
	color: #97c1df;
	border-bottom-style: solid;
	}
	
body.radiate a, body.radiate p{
	color: #C2A2D4;
	}
	
body.radiate h2 {
	font-size: 1em;
	color: white;
	font-style: italic;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
	line-height: 1em;
	}
	
body.radiate h2 a {
    color: white;
}	
	
body.radiate h3 {
	font-size: 1em;
	color: white;
	font-style: italic;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
	}	
	
.focus #navfocus a,
.reflect #navreflect a,
.radiate #navradiate a,
.echo #navecho a {
	background-position: 0 -75px;
	}
	
#contact {
	position:absolute;
	bottom: 0;
	left: 300px;
	font-family: Arial, Verdana, sans-serif;
	clear: both;
	padding: 2em 0 1em 0;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: .25em;
	z-index:2;
	}

#contact a:hover {
	color: white;
	}	

body.echo #contact, body.echo #contact a, body.echo #contact a:visited {
	color: #e29133;
	}
	
body.reflect #contact, body.reflect #contact a,  body.reflect #contact a:visited  {
	color: #5ca7d7;
	}	

body.radiate #contact, body.radiate #contact a,  body.radiate #contact a:visited  {
	color: #8064b7;
	}	
	
body.focus #contact, body.focus #contact a,  body.focus #contact a:visited  {
	color: #87b660;
	}		
	
#main {
	position: relative;
	margin-bottom: 5em;
	height: auto;
	z-index:3;
}

.jumpmenu { margin: 2em 0 0 0; }
	
form { margin-top: 10px; }

.formElement {
	margin: 3px;
	padding: 3px;
	border: 0px none;
	width: 300px;
}

.formElement2 {
	margin: 3px;
	padding: 3px;
	border: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
	
	
/* CSS Columns */

#columns {
	display: block;
	margin: 0;
	padding: 0;
	}
 
  .left {
  	float: left;
    width: 49%;  
    margin-top: 0;
    padding-top: 0;
   
  }
  
  .right {
  	float: right;
    width: 48%;
    margin-top: 0;
    padding-top: 0;
   
  }
  