/* html tag styles */
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 16px 0 0 0;
}

h1, h2, p {
	margin:0;
	padding:0 0 12px 0;
}
h1
{
	font-size: 18px;
	font-weight: normal;
}
h2
{
	font-size: 14px;
}
hr
{
	background-color: #ccc;
	border: none;
	color: #ccc;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

/* id styles */

#body-container
{
	margin: 0 auto;
	width: 800px;
}
#content-container
{
	clear: both;
	margin-top:15px;
}
#footer
{
	border-top: 1px solid #000a54;
	clear: both;
	padding: 10px 0;
}
#footer a
{
	color: #010000;
	font-size: 10px;
}
#footer li
{
	display: inline;
	padding: 0 10px;
}
#footer ul
{
	list-style: none;
	margin: 0;
	paddding: 0;
	text-align: center;
}
#header
{

}
#nav
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav .drop1
{
	left: -22px;
	width: 180px;
}
#nav .drop2
{
	left: -15px;
	width: 220px;
}
#nav li
{
	float: left;
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0 24px;
	position: relative;
}
#nav li a
{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
#nav li ul
{
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
}
#nav li ul li
{
	background-image: url(../images/global/subnav-bg.gif);
	float: none;
	height: 23px;
	padding: 0;
	text-align: center;
}
#nav li ul li a
{
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
#nav li ul li a.emergency
{
	color: #d40000;
	font-weight: bold;
}
#nav li ul li a:hover, #nav li ul li a.emergency:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav li:hover ul, #nav li.over ul
{
	display: block;
}
#nav-container
{
	background-image: url(../images/global/nav-bg.gif);
	height: 23px;
	line-height: 23px;
}

/* class styles */

.clear
{
	clear: both;
}

