@charset "utf-8";
/* --- [ Global ] --- */

.edit {
	color:#FF0000;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	text-align: center;
	background-image: url(header-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
a, a:active, a:hover, a:visited {
	color: #0070B8;
}
img {
	border: 0;
}

h1 {
	color: #90A4AD;
	background: #F0F5F8 url(main-top.gif) no-repeat top left;
	padding: 0 .25em;
	border-bottom: 1px solid #90A4AD;
}

h2 {
	color: #014C83;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.successMessage {
	color:#009900;
}
.failureMessage {
	color:#990000;
}

td.dottedColumn {
	border-right: 1px dotted #BDD0D9;
}
table.columns td {
	padding-left: 10px;
	vertical-align: top;
}
table.columns h2 {
	font-size: 14px;
	color: #0070B8;
}

#mainWrap ul li {
	list-style-image: url(arrow-bullet.gif);
}


ul.heavy li {
	font-weight: bold;
	font-size: 11px;
}
ul.heavy li a {
	text-decoration: none;
	color: #000000;
}
ul.nodent {
	padding-left: 1em;
	margin-left: 1em;
}

#container {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
	text-align: left;
	position:relative;
}

div#header {
	height:150px;
	margin-bottom: 20px;
}
div#logo {
	position: absolute;
	top: 40px;
}
div#logo img {
	border: none;
}
div#timeConnect {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
}
div#timeConnect img {
	border: none;
}	
div#bannerWrap {
	text-align: center;
	background-color: #FFFFFF;
}
div#peopleQuote {
	width:263px;
	height:24px;
	display: inline-block;
	position: absolute;
	right: 155px;
	top: 5px;
	text-align:center;
	color:white;
	vertical-align:bottom;
}

/* --- [ Header ] --- */

#menuWrap {
	position: absolute;
	right: 0;
	top: 70px;
}
ul#navmenu a, ul#navmenu a:active, ul#navmenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
ul#navmenu a:hover {
	color: #79BDD7;
	text-decoration: underline;
}
ul#navmenu a.selected, ul#navmenu a:active.selected, ul#navmenu a:hover.selected, ul#navmenu a:visited.selected {
	color: #79BDD7;
}

ul#navmenu li.homeItem a {
	color: #79BDD7;
	font-weight: bolder;
}
ul#navmenu li.homeItem {
	border: none;	
}
ul#navmenu li {
	font-size: 16px;
	font-weight: bold;
	border-left: 1px solid #79BDD7;
	padding: 0px 15px;
	margin-left: 1px;
	color: #FFFFFF;
	float: left;
	position:relative;
    min-height: 1px; 			
    vertical-align: bottom; 
	list-style-type: none;
}


ul#navmenu {
	margin: 0;
	padding: 0;
}


ul#navmenu li li {
	display: block;
	background-color:#014C83;
	float:none;
	margin-left: 15px;
	padding-left: 4px;
	list-style-type: none;
	border-left: none;
	font-size: 12px;
}


ul#navmenu li.iehover ul {
	left: 0;
}

ul#navmenu li ul
{
	position:absolute;
	top: 2em;
	z-index:500;
	left: -999em;
	padding: 1em;
	margin:-1em 0 0 -1em;
	font-size: 12px;
	float:left;
	width:150px;	
}


ul#navmenu li:hover ul ul,
ul#navmenu li li:hover ul ul
{left: -999em;}

ul#navmenu li:hover ul,
ul#navmenu li li:hover ul
{left: 0;}


/* --- [ Right Column ] --- */
#rtColWrap {
	float: right;
	width: 220px;
	background-image: url(grey-base.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.rtTop {
	background: url(grey-top.gif) repeat-y top left;
	height: 13px;
}
.rtMid {
	background: url(grey-middle.gif) repeat-y top left;
	height: 16px;
}
.rtBot {
	background: url(grey-bottom.gif) repeat-y top left;
	height: 14px;
}

.colItem {
	padding: 10px 15px;
}

#featureWrap {
	margin-bottom: 20px;
	margin-right: 230px;
	width: 700px;
	background: #F0F5F8 url(main-top.gif) no-repeat top left;
}

#featureBody {
	padding: 10px;
	background: url(main-bottom.gif) no-repeat bottom left;
}
p.feature {
	font-size: 14px;
}




/* --- [ Main Content ] --- */
#mainWrap {
	margin-right: 230px;
	width: 700px;
}

#mainBody {
	padding: 0 10px;
}

a.loginlink {
	font-size: 18px;
}

#news li div {
	padding-bottom: 7px;
}
#news li p {
	margin: 0;	
}


/* --- [ Footer ] --- */
#footerWrap {
	background: #C3DCEA url(footer-top.gif) no-repeat top left;
	margin-top: 2em;
}
#footer {
	background: url(footer-bottom.gif) no-repeat bottom left;
	padding: 14px 20px;
	margin-bottom: 20px;
}
#footer img {
	margin-left: 1em;
}
#footer a, #footer a:active, #footer a:hover, #footer a:visited {
	text-decoration: none;
}
