@charset "utf-8";

body {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	background: url(../images/bodybg.png) repeat-x #D4DFDB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
h1
{
	font-size: 1.3em;
}
h2
{
	font-size: 1em;
	margin: 0px;
}
h2 a
{
	font-size: 0.9em;
	color:#557799;
	font-weight: normal;
	text-decoration:none;
}
h2 a:hover
{
	color:#990000;
}
img
{
	border:0px;
}
a
{
	color:#557799;
	font-weight: normal;
	text-decoration:none;
}
a:hover
{
	color:#990000;
}
.liquid #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #FAFAFA;
}

.liquid #headerlogo {
	height: 70px;
	margin: 0px;
	padding-top: 30px;
	padding-left: 20px;
	background: url(../images/headerbg.png) #4B654B;
}
.liquid #splash {
	height: 240px;
	background: url(../images/splashbg.png) #D4DFDB;
}
.liquid #siteNav {
	background-repeat: repeat-x;
}

.liquid #titleBar {
	background-color: #777777;
	overflow: hidden;
	font-size: 1.4em;
	padding: 15px 20px 20px;
	line-height: 1em;
	letter-spacing: -1px;
    color: #AAA;
    font-weight: bold;
}



.liquid #main {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FAFAFA;
	float: left;
	width: 920;
	min-height: 500px;
}

.liquid #main p {
	line-height: 150%;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.liquid #main h2 {
	margin-left: 30px;
	margin-top: 10px;
}

.moreLink a
{
	font-weight:bold;
}

.liquid #sidebar {
	float:right;
	width:270px;
	margin: 10px 0px 10px 30px;
	padding: 10px 20px;
	background: #F3F3F3;
	display:block;
}

.liquid #sidebar h1 {
	margin: 10px 0px;
	color:#333;
	font-size: 1em;
}

.liquid #sidebar h2 {
	margin: 10px 0px;
	color:#555;
	font-size: 1em;
}

.liquid #sidebar p {
	margin: 10px 0px 20px;
	color:#666666;
	font-size: 0.9em;
	line-height:160%;
}

.liquid #sidebar ul {
    padding: 0px 0px 0px 20px;
	line-height:150%;
}

.liquid #sidebar ul li {
	list-style: none url(../images/docicon.png);
	padding: 10px 0px;
	font-size: 0.8em;
}

.liquid #footer {
	background: #333333;
	padding: 0px 10px;
	clear:both;
} 
.liquid #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color:#999999;
}

#navigation {
	position: relative;
	height: 2.8em;
	overflow: hidden;
}
#navigation div.WrapperGray {
	background-color: #333333;
	height: 100%;
}
#navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#navigation ul.NavBar {    
    margin-right: 1em;
    position: relative;
    z-index: 100;
}
#navigation ul.NavBar li {
	font-size: 1.1em;
	float: left;
	padding: .7em 40px .7em 20px;
	line-height: 1em;
	letter-spacing: -1px;
}
#navigation ul.NavBar li a {    
    color: #fff;
    font-weight: bold;
	text-decoration: none;
}
#navigation ul.NavBar li a:hover {
	border-bottom:solid medium #999999;
}


