/* CSS Document */
html {
	
}

body {
	width:100%;
	height:100%;
	text-align:center;
	background:#b2b2b2;
	padding-top:30px;
	font-family:'Century Gothic',verdana,arial,helvetica,sans-serif
}

#wrapper{
	width:922px;
	background:url(img/rightShade.jpg) repeat-y top right;
	min-height:500px;
	margin:auto;
	text-align:left;
	
}

#wrapper .shadeTop {
	width:892px;
	padding-right:30px;
	background:url(img/rightShadeTop.jpg) no-repeat top right;
}

#wrapper #content {
	border:1px solid #2a328d;
	border-top:5px solid #2a328d;
	min-height:500px;
	width:892px;
	background:#fff;
}

#header {
	background:url(img/headerBg.jpg) no-repeat top left;
	width:892px;
	height:108px;
	margin-bottom:5px;
}

#header .logo {
	display:block;
	height:71px;
	width:474px;
	float:left;
}

#header div.servNav {
	float:right;
	padding-top:2px;
}

#header div.servNav ul li{
	background:url(img/servNavArr.jpg) no-repeat right 2px;
	padding-right:17px;
	padding-left:12px;
	display:block;
	float:left;
}

#header div.servNav ul li:last-child {
	padding-right:11px;
	background:none;
}

#header div.servNav ul li a,
#header div.servNav ul li a:link,
#header div.servNav ul li a:visited {
	color:#fff;
	font-weight:bold;
	font-size:11px;
	display:block;
	text-decoration:none;
}

#header div.servNav ul li a:hover,
#header div.servNav ul li a:focus {
	text-decoration:underline;
}

#header #timer {
	width:400px;
	float:right;text-align:right;
	padding-top:40px;
	font-size:12px;
	padding-right:11px;
}

#header #topNav {
	clear:both;
	padding-top:13px;
	padding-top:16px\0/;
}

*+html #header #topNav {
	padding-top:6px;
}

#header #topNav ul {
	width:100%;
	text-align:center;
}

#header #topNav ul li {
	display:block;
	float:left;
	width:178px;
	text-align:center;
	height:16px;
	line-height:16px;
}

#header #topNav ul li a,
#header #topNav ul li a:link,
#header #topNav ul li a:visited {
	color:#2A328D;
	font-size:12px;
	text-decoration:none;
}

#header #topNav ul li a:hover,
#header #topNav ul li a:focus {
	text-decoration:underline;
}

#teaser {
	float:left;
	width:613px;
	height:236px;
	margin-bottom:15px;
}

#rightBar {
	float:right;
	width:240px;
	padding-right:15px;
	font-size:10px;
	line-height:1.3;
	padding-bottom:20px;
}

#rightBar div.textRight {
	width: 240px;
	float: right;
	padding-bottom: 10px;
}

#leftContent {
	width:613px;
	float:left;
	padding-left:15px;
	font-size:10px;
	line-height:1.3;
}

.rightButtons {
	float:right;
	width:166px;
}

.rightButtons img {
	margin-bottom:5px;
}

h1 {
	color:#2A328D;
	font-size:24px;
	margin-bottom:10px;
	font-weight:normal;
}

h2 {
	color:#2A328D;
	font-size:18px;
	margin-bottom:10px;
	font-weight:normal;
	border-bottom:2px solid #2A328D;
	padding-bottom:7px;
	padding-top:5px;
}

h3 {
	color:#2A328D;
	font-size:14px;
	font-weight:normal;
	
}

hr {
	height:1px:
	background:none;
	border:none;
	border-bottom:2px solid #2A328D;
	clear:both;
	padding-top:8px;
	margin:8px 0px;
}

.scrollable {
	width:440px;
	height:165px;
	float:left;
	font-size:12px;
	overflow:auto;
	margin-bottom:20px;
}

.scrollable-none {
	width:440px;
	height:200px;
	float:left;
	font-size:12px;
	overflow:hidden;
	margin-bottom:20px;
}
.scrollable-text {
	width:550px;
	height:auto;
	float:left;
	font-size:12px;
	
	margin-bottom:20px;
}

.horizontal-only
{
	height: auto;
	max-height: 200px;
}

#footer{
	width:922px;
	background:url(img/footerShadeTop.jpg) no-repeat -1px 0px;
	min-height:100px;
	margin:auto;
	text-align:center;
	padding-top:10px;
	font-size:11px;
	
}

/*helper*/

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0;
}

.left {
	float:left;
}

.right {
	float:right;
}
.scrollable-text ul {
    list-style: disc inside;
}
.scrollable-text ul li {
    line-height: 1.5em;
    font-size: 14px;
}
.scrollable-text ul li a {
    color: #000;
    font-weight: bold;
}
