@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D7D7E8;
}

img {
	border: 0px;
}

#container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

#headcontainer {
	height: 600px;
}

#headcontainermain {
	height: 385px;
}

#headcontent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#pageheader {
	height: 490px;
	width: 1100px;
}

#pageheadermain {
	height: 275px;
	width: 1100px;
}

#logo {
	float:left;
	padding: 5px;
	height: 110px;
}

#topnav {
	float: right;
	width: 900px;
}

#maincontent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/transwhite.png);
	padding: 10px;
	margin-top: -60px;
}

#innerbox {
	background-image: url(../graphics/fauxcolumn.jpg);
	padding: 10px;
	overflow: hidden;
	background-repeat: repeat-y;
	background-position: left;
}

#description {
	padding: 10px;
	width: 250px;
	float: left;
	margin-right: 10px;
}

#whattosee {
	padding: 10px;
	float: right;
	width: 580px;
}

.somethingtosee {
	clear: both;
	margin-top: auto;
	margin-bottom: auto;
	overflow: hidden;
	vertical-align: middle;
}

.leftpicture {
	float: left;
	margin: 10px;
}

.rightpicture {
	float: right;
	margin: 10px;
}

.centerpicture {
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
}
.paddedpicture {
	padding: 10px;
}





/*dropdown menu*/

ul { 
	margin: 0;
    padding: 0;
    list-style: none;
}

ul.dropdown  {
	width: 900px;
	float: left;
	line-height: 1.5em;
	font-size: 16px;
}

ul.dropdown li {   
   float: left; 
   position: relative; /* defines the container for positioning the submenu */
}

ul.dropdown li:hover {
	background-color: #5c5f98;
}

ul.dropdown li a { 
   display: block;
   padding: 5px 15px;
   text-decoration: none;
   color: #FFF;
}

ul.dropdown a:hover {
	background-color: #5c5f98;
}
   
/* drop down menus */   
   
li ul.submenu  {
    position: absolute; /* keeps the submenu within the menu item */
    display: none;
}

li:hover ul.submenu {
	width: 210px;
	background-image: url(../graphics/transgrey.png);
    display: block;
}

li:hover ul.submenu li {
	width: 180px;
}

li:hover ul.submenu a {
	width: 180px;
}

li:hover ul.submenu a:hover {
	background-color: #5c5f98;
}
