:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img {border:none}

/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#F3F3F3;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:white;
}

#container { background:#132C5A url(images/site-bg.png) repeat-x; }

#bg-container {
	background:url(images/big-bg.jpg) 50% 91px no-repeat;
}

#header {
	height:35px;
	width:930px;
	margin:0 auto;
	padding-top:60px;
	text-align:left;
}

#content-container {
	width:930px;
	padding:0;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
}

#main-content {
	padding-right: 100px;
	margin-bottom: 35px;
	color: white;
	text-align:left;
}

#main-content a {
	color: #bcd7ff;
}

#main-content a:hover {
	color: #c0c0c0;
}

.page-subtitle {
	font: 18px normal Helvetica, Arial, Verdana, san-serif;
	margin-top: 20px;
	padding-bottom:5px;
	letter-spacing: .3mm;
	margin-bottom: 10px;
	background:url(images/page-title-bg.png) bottom no-repeat;
	text-align:left;
}

.header-logo {
	position:absolute;
	top:12px;
	right:150px;
}

#header-nav-ul li {
	display:inline;
	font-size: 12px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.2em;
	font-family: "Century Gothic", arial;
}

#header-nav-ul li a {
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	margin-right:17px;
	padding-bottom:24px;
	display: inline-block;
	background:url(images/header-li-hover-bg.gif ) -2000px 100% no-repeat;
}

#header-nav-ul li a.selected {
	background-position:50% 28px;
	color:#003F8E;
}

#header-nav-ul li a:hover {
	background-position:50% 28px;
	color:#AB0101;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 { margin-bottom: 0; }
#footer p, #footer li { color: #464A52; }

#footer a, #footer a:link, #footer a:visited {
	color:#AB0101;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 2px;
}

#footer a:hover {
	color: #333333;
	background-color: #FFFFFF;
	border-bottom:1px solid #AB0101;
}

#footer label, p { margin:0; padding:0; }

.footer-container {
	width:930px;
	margin:0 auto;
	padding-top:3px;
	text-align:left;
}

.footer-news {
	padding-top: 7px;
	height: 30px;
	border: 1px solid silver;
}

.footer-block-left, .footer-block-right {
	width:290px;
	height:170px;
	background:url(images/footer-block-bottom.png) left bottom no-repeat;
}

.footer-block-left {
	position:relative;
	float:left;
	margin-left:100px;
	color:#666666;
	line-height: 1.6;
	font-size: 12px;
}

.footer-block-right { margin: auto; }

.footer-block-right p {
	line-height:1.5;
	color:#464A52;
}

.footer-block-right p span { color: #000; }

.footer-block-right strong {
	font-size: 12px;
	font-weight: normal;
}

.footer-block-right label {
	float: left;
	width: 70px;
}

#footer .content {
	padding:10px 50px 0 20px;
}

#footer {
	text-align:center;
	font-size: 14px;
	height:200px;
	background:url(images/footer-bg.png) repeat-x;
	color:#000;
}

#copyright {
	width: 930px;
	margin: 20px auto;
	padding: 0 10px;
	font-size: 11px; 
	text-align:center;
	color: #626873;
}

#contact-us {
    padding: 22px 0 0 5px;
    overflow:hidden;
    background:url(images/contact-us.gif) no-repeat;
    height: 0px !important;
    height: 22px;
}

.transMenu {
	position: absolute;
	overflow: hidden;
	margin-top: 44px;
	margin-left: 20px;
}

.transMenu .content {
	position: absolute;
}		

.transMenu .items {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.transMenu.top .items {
	border-top: none;
}

.transMenu .item {
	color: white;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	/* Hack for Mac/IE5, they incorrectly cascade the border properties of the parent table to each row. */
	border: none;
	cursor: pointer;
	cursor: hand;
}

.transMenu .background {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	-moz-opacity: .88;
	filter: alpha(opacity=88);
}

.transMenu .shadowRight {
	position: absolute;
	z-index: 3;
	top: 1px; 
	width: 0px;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	right: 1px;
	height: 1px;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

.transMenu .item.hover {
	background: #444444;
	color: #FFFFFF;
}

.transMenu .item img {
	margin-left: 10px;
}
