/* Main: Id-Based */

#topBanner
{
	line-height: 30px;
	background-image: url(../images/top-shadow.png);
	background-repeat: repeat-x;
	font-size: 11px;
	color: white;
	text-align: right;
	width: 100%;
}

#topBanner span
{
	padding-right: 30px;
}

#contentContainer
{
	width: 100%;
	background-color: #222222;
}

#logo
{
	height: 180px;
	background-color: #666666;
	background-image: url(../images/logo-shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#menu
{
	width: 85%;
}

#menuLeft
{
	width: 65%;
	background-color: #555555;
	background-image: url(../images/menu-shadow.png);
	background-repeat: repeat-y;
	background-position: right;
}

#menuLeft div#top
{
	height: 30px;
	width: 85%;
	background-image: url(../images/menu-shadow-top.png);
	background-repeat: repeat-x;
	background-position: top;
}

#menuLeft div#bottom
{
	clear: both;
	height: 30px;
	width: 85%;
	background-image: url(../images/menu-shadow-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#foot
{
	height: 20px;
	background-color: #666666;
	background-image: url(../images/foot-shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#content
{
	padding-top: 20px;
}

#breadcrumbs
{
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-style: italic;
}

#bottomBanner
{
	height: 120px;
	font-size: 10px;
	color: #444444;
	text-align: center;
	padding-top: 10px;
	background-image: url(../images/bottom-shadow.png);
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
}

#buttonContainer
{
	position: relative;
	top: 30px;
}

#validContainer
{
	position: relative;
	top: 40px;
}

/* Main: Class-Based */

.clear
{
	clear: both;
	padding-top: 20px;
}

.vertical-offset
{
	margin-top: 20px;
	margin-bottom: 20px;
}

div.warning,
div.notice
{
	padding: 5px 5px 5px 50px;
	font-size: 10pt;
	min-height: 32px;
}

div.warning
{
	background-color: #FFCCCC;
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #CC0000;
	color: #CC0000;
}

div.notice
{
	background-color: #AAAAAA;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #FFFFFF;
	color: #444444;
}

img.icon
{
	vertical-align: middle;
}

img.sb
{
	margin: 2px;
}

p.contact
{
	line-height: 16px;
}

ul.list
{
	list-style-image: none;
	list-style-type: square;
}

ul.list li
{
	margin-left: 1em;
	line-height: 1.1em;
}

ul.menu
{
	list-style-image: none;
	list-style-type: none;
	float: left;
	width: 100%;
}

ul.menu > li
{
	margin: 0px;
}

ul.menu > li:first-child
{
	border-top: 1px solid #CCCCCC;
}

ul.menu > li a,
ul.menu > li a:visited
{
	display: block;
	line-height: 25px;
	padding-left: 30px;
	color: #000000;
	background-color: #999999;
	border-bottom: 1px solid #CCCCCC;
}

ul.menu > li a:hover,
ul.menu > li a:active
{
	background-color: #CCCCCC;
}

ul.sitemap ul
{
	margin: 0px;
	list-style-type: disc;
}

ul.sitemap ul ul
{
	list-style-type: circle;
}

/* Main: Tag-Based */

body
{
	font-family: arial;
	color: #FFFFFF;
	background-color: #000000;
}

h2
{
	font-size: 1.15em;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 1px dotted #FFFFFF;
}

img
{
	border: none;
}

a,
a:visited
{
	text-decoration: none;
	color: #862222;
}

a:hover,
a:active
{
	color: #FFFFFF;
}

p
{
	padding: 5px 0px;
}