/*#############################################################
Name: Ryan Leonard
Date: 03/12/2008
Site: Software Technologies for the Web
#############################################################*/

/* set defaults for page */
* 
{
	margin: 0;
	padding: 0;
}

/* page structure */
.container 
{
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 702px;
}

/* top */
.top 
{
	background: #567300;
	font: normal 2.4em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 630px;
}
.top a 
{
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span 
{
	padding-left: 24px;
}
.top a:hover 
{
	background: #688B00;
	color: #FFF;
}

/* header */
.header 
{
	background: url(img/logo_img.gif) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 630px;
}

/* item */
.item 
{
	clear: both;
}
.item .tab 
{
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .tab div 
{	
	padding-top: 4px;
}
.item .tab span 
{
	font: normal 1.6em serif;
}
.item .content 
{
	float: left;
	width: 420px;
}
.item h1 
{
	background: #567300;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item .body 
{
	padding: 12px 18px;
}
/* main */
.main 
{
	float: left;
}
/* navigation */
.navigation 
{
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 
{
	background: #81AC00;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul 
{
	margin: 0; padding: 0;
}
.navigation li 
{
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a 
{
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover 
{
	background: #F0FFC6;
	color: #553;
}
*/.horizontal li
{
	display:inline; 
}
.nav_list li
{
	display: inline;
	list-style-type: none;
	padding: 0px 20px 0px 20px;
}
/* footer */
.footer 
{
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
}
.footer a 
{
	color: #FFF;
}
.footer a:hover 
{
	color: #FAFCB0;
}
/* flow control */
.clearer 
{
	clear: both;
}

/* HTML tags */
/* hyperlink */
a 
{
	color: #682;
}
a:hover 
{
	color: #9A6;
}
body 
{
	background: #5F8000 url(img/bg.gif) repeat-y center top;
	color: #333;
	font: normal 62.5% Arial, Verdana, Helvetica, sans-serif;
}
input 
{
	color: #555;
	font: normal 1.1em Arial, Verdana, Helvetica, sans-serif;
}
p,cite,code,ol,ul,dl,dd 
{
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
dt 
{ 
	font-weight: bold;
	font-size: 1.2em;
}
ul 
{
	margin-left: 1.2em;
}
ul li 
{
	list-style-image: url(img/li.gif);
}
h1,h2,h3 
{
	color: #654;
}
h1 
{
	font-size: 1.4em;
}
blockquote 
{
	background: #FFF;	
	border-top: 1px solid #669900;
	border-right: 1px solid #669900;
	border-bottom: 1px solid #669900;
	border-left: 5px solid #669900;
	color: #333;
	display: block;
	font-size: 1.2em;
	margin-bottom: 1.2em;
	padding: 3px 3px;
	font-family: "Courier New", Courier, mono;
}
blockquote p 
{
	padding: 3px 0;
}
table, td, th 
{
	border: 1px solid #333;
	background-color: #FFFFFF; 
}
th 
{
	font-size:1em; 
	font-weight: bold; 
	text-align: center; 
}
ol 
{ 
	padding-left:50px;
}

/* text effects */
.ctr 
{ 
	text-align: center; 
}
.ref 
{
	font-style: italic;
}
.ref_right 
{
	font-style: italic; 
	text-align: right;
}
.bold 
{
	font-weight: bold; 
	white-space: nowrap;
}
.max_img 
{ 
	width: 600px; 
}

/* css examples ~ unit2 */
.caps 
{
	text-transform: capitalize;
}
.xhair
{
	cursor: crosshair;
}
.lines  a:link
{
	text-decoration: none;
}
.lines  a:visited, .lines  a:active
{
	text-decoration: none;
}
.lines  a:hover
{
	color:orange;
	text-decoration: underline overline;
	text-transform: uppercase;
}
