/* Container for entire webpage, to hold within 1000 x 768 webpage. */

#container
{
	margin: 60px auto 1px auto;
	text-align: left;
	width: 990px;
	height: 600px;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Menu bar information, hover over, links, and wrapper */
#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 13px;
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;
}
#menu li {
	float: left;
	margin: 0;				
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #666;
}
#menu li a:hover {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #999;
}
#menu li a:active {
	background-color: #f8f8f8;
	border-bottom: 2px solid #EEE;
	color: #AAA;
}

#menu_wrapper ul {margin-left: 12px;}

#menu_wrapper 
{
	padding: 0 16px 0 0;
	background: url(images/grey.png) no-repeat right;
}

#menu_wrapper div
{
float: left;
height: 44px;
width: 12px;
background: url(images/grey.png) no-repeat left;
}


.clear {
  clear:both;
}


#footer
{
	margin: 10px auto 0px auto;
	width: 990px;
	height: 40px;
	background-color: #fff;
	border-top: 2px solid #aaa;
}

#footer-right
{
float:right;
font-size: 10px;
}

#footer-left
{
float:left;
font-family: Arial,sans-serif;
font-size: 10px;
line-height:90%;
}


.slideshow 
{
clear:both; 
margin-left: 25%; 
margin-top: 50px;
}

.slideshow img 
{
padding: 1px;
}

#leftcol
{	
	margin: 0 5px;
	float:left;
	width: 200px;
	border: 1px solid #ff0000;
}

#menu ul
{
	list-style-type: circle;
	list-style-position: outside;
}

#content
{
	float:left;
	height: 520px;
	padding: 50px;
	text-align:left;
	text-indent: 25px;
	overflow: auto;
}

#content img
{
	margin: 2px;
}
.right
{
	float:right;
}
.left
{
	float:left;
}
.caption
{
	font-family: arial, veradana;
	font-size: 10px;
}