﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 98%;
	vertical-align:middle;
	background: transparent;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border:none;
}
body {
	background:url(../content/images/bg_gradient.png) repeat-x #9dc9fb;
	
}
p,ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#wrapper {
	width:978px;
	margin:0 auto;
	background:url(../content/images/main_bg.png) repeat-y;
	
}
#container {
	width:960px;
	margin-left:6px;
}
#header {
	background:url(../content/images/headerTestPortal.jpg) no-repeat;
	width:978px;
	height:120px;
}
#header-content {
	width:960px;
	height:35px;
	background-color:#001c47;
	
}
#header-content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.header-lefttext {
	float:left;
	margin-left:20px;
}
.header-righttext {
	float:right;
	margin-right:20px;
}
.header-righttext a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.header-lefttext, .header-righttext {
	padding-top: 10px;
}
#left-content #menu {
	width:253px;
}
#left-content #menu ul li {
	padding: 8px 0 8px 0;
}
#left-content #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
#left-content #menu ul li a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding: 8px 0 8px 20px;
	margin-right:0;
	width:100%;
}
.menu-bg{
	background-color:#fff;
}
#main-content {
	width:978px;
	height:auto;
	min-height:800px;	
}
#left-content{
	width:253px;
	float:left;
}

#right-content{
	float:left;
	padding: 20px 50px 70px 30px;
    width: 627px;
	color:#000;
}
#footer {
	background-color:#001c47;
	height:26px;
	width:960px;
}
#bg-bottom{
	background:url(../content/images/bg_bottom.png) no-repeat;
	width:978px;
	height:39px;
	margin:0 auto;
	margin-top: -30px;
	margin-bottom:0px;
}
.clear{
	clear:both;
}
