html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
* { margin: 0px; padding: 0px }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	behavior: url("css/csshover.htc");
	background-color: #ffffff;	
	background-image: url("../img/background.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

img { vertical-align: bottom; }

table,tr,td,th { border-style: #f0f0f0; }
td { font-weight: normal; }

/* CONTAINERS
--------------------------------------------*/

#content { padding: 0 30px; }

.column-left { border-right: 1px solid #cccccc; }
.column-right {	border-left: 1px solid #cccccc; }

.hdr-top { background-color: #ffffff; height: 60px; }
.hdr-center { background-color: #000040; height: 85px; }
.hdr-bottom { background-color: #9999cc; height: 50px; }

#logo {	text-align: center; }

#center-top {
	background-color: #04040e;
	background-image: url("../img/center-top.gif");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
	height: 85px;
}

#search {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

.search {
	background-color: #ffffff;
	border: 1px solid #000040;
	width: 100px;
}

/* TYPOGRAPHY
--------------------------------------------*/

.hdr-bottom h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 14px 0 0 0;
	margin: 0;
}

h1 {
	font-size: 1.6em;
	color: #000000;
	padding: 15px 0 10px;
	margin: 0;
}

h2 {
	margin: 0;
	font-size: 1.4em;
	color: #000000;
	border-bottom: 1px solid #cccccc;
	height: 15px;
	padding: 7px 10px 10px 10px;
}

.column-left h3, .column-right h3 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 10px;
}

.column-left p, .column-right p {
	color: #000000;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 0 10px;
}

.column-left p a {
	color: #000099;
}

.column-right p a {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

.column-right img {
	border: 1px solid #000000;
	margin: 5px 0 5px 10px;
}

#content p {
	color: #000000;
	font-size: 1.2em;
	padding: 0 0 10px;
	margin: 0;
}

/* NAV - DROPDOWN
--------------------------------------------*/

#nav {
	height: 50px;
	background-color: #9999cc;
	text-align: center;
}

#nav ul {
	margin: 0 auto;
	padding: 0;
	width: 546px;
	text-align: left;
}

#nav ul li {
	float: left;
	position: relative;
	list-style-type: none;
	height: 20px;
	padding: 15px;
	margin: 0;
}

.main {
	font-size: 1.5em;
	font-weight: bold;
}

#nav ul li:hover {
	background-color: #000099;
}

#nav ul li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#nav ul li ul {
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #000099;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
}

#nav ul li #first { width: 150px; }
#nav ul li #second { width: 100px; }
#nav ul li #third { width: 214px; }

#nav ul li ul li {
	float: none;
	font-size: 1.2em;
	padding: 0 10px 0 15px;
	margin: 0;
	
}

#nav ul li ul li a {
	color: #ffffff;
	width: 100%;
	display: block;
}


#nav ul li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	_top: 0;
	left: 0;
}

#nav ul li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
