/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, sans-serif;
	background:url(images/background.gif) top center repeat;
	font-size: 12px;
	color: #000000;
	margin-top:5px;
}

h1 {
	font-size: 18px;
	color: #000099;
	font-weight:bolder;
	padding-left: 5px;
}

h2 {
	font-size: 16px;
	color: #8A5BCA;
	padding-left: 15px;
}

h3 {
	font-size: 14px;
	color: #000099;
	padding-left: 25px;
}

h4 {
	font-size: 14px;
	font-weight:normal;
	color: #000000;
	padding-left: 25px;
}

p {
	padding-left: 25px;
	padding-right: 25px;
}

table, th, td
{
	padding-top:0px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
}

#notes {
	font-size: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

a, a:active, a:visited {
	color: #000099;
}

a:hover {
	color: #8A5BCA;
}

#head
{
	width: 940px;
	height: 150px;
	background:url(images/header.png);
	margin-left:auto;
 	margin-right:auto;
	margin-top: 0px;
	border-style: none;
	padding:0;
}
#bar
{
	width: 940px;
	display:block;
	margin-left:auto;
 	margin-right:auto;
	height:5px;
	margin-top:0px;
	background-color:#8A5BCA;
}
#main
{
	width: 940px;
	display:block;
	margin-left:auto;
 	margin-right:auto;
	height:auto;
	min-height:420px;
	height: auto;
	background-color:#FFFFFF;
}

#foot
{
	width: 940px;
	display:block;
	margin-left:auto;
 	margin-right:auto;
	padding-top:10px;
	height: 50px;
	margin-top: 0px;
	border-top:4px solid #8A5BCA;
	background-color:#F0F0F0;
	text-align:center;
}
#email
{
	display:block;
	padding-left:700px;
	padding-top:120px;
	font-size: 16px;
	color: #000099;
}

.slideshow 
{
	height: 200px; 
	width: 400px;
	float:right;
	margin-top:5px;
	margin-right:15px;
}

.slideshow img 
{ 
	padding: 2px;
	border: none;
	background-color: #eee; 
}

#smplmenu {
	text-align:center;
}

/*------------------------------MENU SYSTEM------------------------------------------*/
/* Set up the default font and size */
.menu {
	width:940px;
	height:30px;
	margin-left:auto;
 	margin-right:auto;
	border-bottom:5px solid #8A5BCA;
	font-size:14px;
	background:#8A5BCA;
}

/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0px 2px 2px 13px; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}

.menu li {display:inline; list-style-type:none; padding-left:0px;}

/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none;
font-weight:normal;
color:#FFFFFF;
line-height:30px; 
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
margin-left:-1px;
background:#8A5BCA;
padding-left:10px;
padding-right:10px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}
/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
	background:#290060;
	color:#8A5BCA;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
left:-13px;
width:120px;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background-color:#290060;
border:0;
margin:0;
color:#FFFFFF;
font-size:14px;
font-style:normal;
font-weight:normal;
height:auto; 
padding:5px; 
width:150px;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	background:#290060;
	color:#8A5BCA;
}
/*----------------------------END MENU SYSTEM----------------------------------------*/

/*------------------------------IMAGES----------------------------------------------*/
#emailcontainer
{
	padding-left:700px;
	padding-top:120px;
	font-size:16px;
	color:#000099;
}
#lcontainer
{
	float: left;
}

#rcontainer
{
	float: right;
	padding-right:20px;
}
#facebooktwitercontainer
{
	float: right;
	padding-right:80px;
}

#mapcontainer
{
	float: left;
	padding-left: 30px;
}

#image
{
	width: inherit;
	height: inherit;
	z-index:2;
	padding-left: 25px;
	padding-right: 25px;
}
/*----------------------------IMAGES----------------------------------------*/

