/* main elements */
html, body {
	background: url('../media/bg.gif') repeat;
	font: 11px "Arial", Lucida Grande, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}

/* wrapper */
#container {
	background: #fff;
	width: 725px;
	margin: 0px auto;
}

/* banner */
#banner {
	background: url('../media/grass.jpg') top left no-repeat;
	height: 100px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
}	


/* right */
#content {
	float: right;
	background: #fff;
	width: 525px;
	border-bottom: 2px solid #ccc;
	margin: 0;
	padding: 5px;
}

/* bottom box */
.bottom {
	float: left;
	background: #fff;
	width: 275px;
	margin: 10px 5px 5px 0px;
	padding: 5px;
}

/* left */
#leftbar {
	float: left;
	width: 175px;
	margin: 3px;
	padding: 0;
}	

/* news/info box */
#box {
	border: 1px dotted #ccc;
	background: #eee;
	width: 160px;
	padding: 7px 5px 7px 5px;
	margin: 3px 0px 5px 3px;
	font-size: 14px;
	font-weight:	bold;
}

/* footer */
#footer {
	background: #ddd url('../media/footerbg.jpg') no-repeat;
	clear: both;
	border-top: 2px solid #ccc;
	color: #000;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

/* secondary elements */
#banner h1 { font-size: 35px; color: #FF0000; margin: 0;  padding: 30px 0px 0px 5px; letter-spacing: 3px;}
.bannertag { color: #fff; float: right; margin: 0px 15px 0px 0px; }
.bannerlogo {float: left;}

#content h2 { font-size: 1.3em; margin: 0; padding: 0px 0px 0px 0px; color: #900; height: 16px;}
#content p { margin: 0px 0px 20px 30px; }
#content ul li {margin: 0 0 10px 50px;
				line-height: 5px;
}
#content a { color: #9c3; } 

#leftbar ul { margin: 5px 0px 10px 0px; padding: 0; border-top: 1px solid #ccc; } 
#leftbar li { margin: 0; padding: 5px 0px 5px 0px; list-style: none; border-bottom: 1px solid #ccc; text-align: center; }
#leftbar a { color: #900; display: block; text-decoration: none; } 
#leftbar a:hover { text-decoration: underline; } 

#box p { margin: 0; }

.bottom a { color: #900; }
.title { font-size: 1.2em; font-weight: bold; margin: 0px 0px 0px 25px; padding: 0px 0px 0px 20px; color: #900; background: height: 16px; } 
.bottom p { margin: 0px 0px 0px 0px; font-weight: bold;}
acronym { color: #9c3; }
.detail { color: #006600; font-variant: small-caps; padding: 2px; }
#footer a { color: #900; text-decoration: none; } 
#footer a:hover { text-decoration: underline; }
* html #footer { padding: 4px 0px 10px 0px; }

p.address {font-size: 12px;}
p#emailName {font-size: 12px;}

/* Splash Page Style */

#splashLogo {background-image: url(../media/CLS-Logo-without-text.gif);
			 background-position: center;
			 background-repeat: no-repeat;
			 padding: 40% 0 0 0;
			 margin: 0px;
}

#splashTitle {margin: 	0px;
			  padding: 	0px;
			  font-weight:	bold;
			  font-size:	40px;
			  color:	#FF0000;
			  text-align:	center;
}

.splashLink {text-align: center;
			 font-size:	 16px;
			 font-weight: bold;
			 color:	#FF0000;
}

p a {text-decoration: none;
	 font-weight: bold;
	 color:	#FF0000;
}

