/* CJSL CSS Document */

/* ---generics--- */

body {
	margin: 0;
	padding: 0;
	}

h1 {
	font: 24pt Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 0;
	}


h2 {
	font: 22pt Arial, Helvetica, sans-serif;
	color: black;
	}

h3 {
	font: 20pt Arial, Helvetica, sans-serif;
	color: black;
	}

h4 {
	font: 18pt Arial, Helvetica, sans-serif;
	color: black;
	margin-bottom: 2px;
	}

h5 {
	font: 15pt italic bold Arial, sans-serif;
	color: black;
	margin-top: 2px;
	}

#news h2 {
	color: #D6D6D6;
	margin-top: 10px;
	text-align: center;
	}
	
#newsletter p{
	color: #D6D6D6;
	}
	
p {
	font: 0.7em Verdana, sans-serif;
	}

#center p {
	font: 14pt Arial, Helvetica, sans-serif;
	}
	
#footer p {
	margin: 4px;
	text-align: center;
	}

a {
	color: #34339B;		
	}
a:hover {
	color: #9C191E;	
	test-decoration: underline;
	}

hr {
	color: #A5B5C6;
	height: 1px;
	width: 100%;
	clear: both; 
	}
	
a img {
	border: 0 none;
	display: block;			
	}

div#top a {
	display: block;			
	width: 153px;
	background-color: #5C6F90;
	}

div#top a:hover {
	background-color: #43616B;
	}

.textbox {		
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	width: 10em;
	}

.button {
	padding: 2px;
	font: bold small verdana, sans-serif;
	color: #fff;
	background-color: #5C6F90;
	border: 1px solid #000;
	}

.date {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	}

p.crumbtrail {
	margin: 10px 28% 0;
	font-size: x-small;
	}

/* ---layout --- */

#sitemast {
	display: none;
	background: #BDC5CE url(images/headers/header03.jpg);
	border-bottom: 1px solid navy;
	height: 128px;
	overflow: hidden;
	}
*html>body #header {margin-top: -10px;}
	
#sitemast h1 a {
	color: #FF0000;
	position: absolute;
	top: 90px;
}

#sitemast h1 a {
	padding: 0 0.25em;
	text-decoration: none;
}

#center {
	margin: 20% 15% 20% 15%;
	padding: 1% 3%;
	background: #fff;
	color: #000;
	}

/*-- left column--*/
#logo {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 20%;
	background: #FFF url(images/cjsllogotrans1.jpg) no-repeat center;
	text-align: center;
	}

#navigation {
	display: none;
	position: absolute;
	padding: 0;
	top: 210px;
	width: 20%;
	background: #336699;
	color: #000;
	border-right: 1px solid red;
	}
* html #navigation {margin-top: -19px}

/*-- right column--*/
#news {
	display: none;
	position: absolute;
	width: 20%;			
	height: auto;
	overflow: hidden;
	right: 0;
	padding: 0 1.5%;
	top: 128px;
	background-color: #153976;
	border-top: 1px solid navy;
	border-left: 1px solid red;
	border-bottom: 1px solid red;
	}

#photo {
	display: none;
	}

div#news p.row {
	width: 100%;
	margin: 0 0 1em 0;
	}

div#news p.row span.leftcol {
	float: left;
	color: #D6D6D6;
	}
	
div#news p.row span.rightcol {
	width: 70%;
	float: right;
	}
	
div#news p.row span.rightcol a {
	color: #D6D6D6;
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
	color: #A4B5C5;
	}
	

#newsletter {
	display: none;
	width: 88%;
	padding: 3px 6% 10px 6%;
	border-top: 1px solid red;
	margin-bottom: -3px;
	}

.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}
		
/* end right column*/

div#topcontent {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	width: 80%;
	}

#topcontent h5, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	color: red;
	}

#bottomphoto {
	display: none;
	position: relative;
	margin-right: 0;
	text-align: center;
	}

#legal {
	position: relative;
	margin-right: 0;
	text-align: center;
	}

#legal h5 {
	font: 10pt Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	}

#footer {
	display: none;
	position: relative;
	clear: both;
	border-top: 2px solid #000099;
	border-bottom: 2px solid #000099;
	background-color: #FF0000;
	color: #FFFFFF;
	}

#filler {
	display: none;
	position: relative;
	height: 400px;
	min-height: 100%;
	}
/* --------------------- Feature Image and Transparency Trick --------------- */


#featureimg {
	margin: 0 25% 0 170px;
	height: 250px;
	background: #153976 url(images/sky.jpg) no-repeat right top;
	text-align: center;
	border-top: 1px solid #A5B5C6;		/*	Without this 1px border, Mozilla/Netscape applies the 200px margin from the child element (div#mstrans) - I don't know why? In these crazy topsy turvey times it seems that nothing is certain  */  
	}
	
#mstrans {
	margin: 200px auto 0 auto;
	width: 140px;
	height: 30px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footbag.png');
	border: 0 solid pink;
	}
	
#mstrans img {
	filter: Alpha(opacity=0);	
	border: 0 solid cyan;
	}

/* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #D6D6D6;
	}
*html ul#mainnav {top: 156px}		

ul#mainnav li {
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	text-decoration: none;
	display: block;
	width: 88%;
	padding: 6px 6%;
	background-color: #5C6F90;
	font: bold 0.8em /1.5 arial, sans-serif;
	color: #fff;
	}

ul#mainnav li a:hover {
	background-color: #5C6F90;
	color: #fff;
	}
	
ul#mainnav ul.subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	}

ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}
	
div#topcontent ul {
	position: absolute;
	right: 0;
	list-style: none;
	margin: 0 0 40px 0;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	}
div#topcontent ul li.first {
	border-left: 0 none;
	}
div#topcontent ul li a {
	font: 0.7em /1 verdana, sans-serif;
	}

div#topcontent form {
	position: absolute;
	right: 0;
	top: 55px;
	margin: 0;
	}
/* ---------------------------------------------------------------------*/
  















