/* Global Properties */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	background-color: #666;
	color: #000;
	padding: 0;
	text-align: center;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../_images/bg.gif);
	background-repeat: repeat;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
}

h2 {
	color: #E4E2E8;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
h3 {
	color: #375573;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

a,  a:link {
	color: #455B78;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #F8FAF7;
	text-decoration: underline;
}

a:focus {
  color: #000;
}

a:active {
  color: #000;
}


td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 16px;
}


img {display:block;}




/* Page Content */



#outerWrapper {
  background-color: #507BA4;
  margin: 0 auto 0 auto; 
  text-align: left; 
  border: 1px solid #000000;
  width: 778px;
}
 #header {
	background-color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	padding: 0px;
	height: 176px;
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
}
 #nav {
	height: 30px;
	width: 778px;
	padding-top: 49px;
}
#home #nav {
	height: 30px;
	width: 778px;
	padding-top: 149px;
}


#contentWrapper {
	border:1px solid #507ba4;
	padding-top: 20px;
}

 #content {
	border: 1px solid #000000;
	background-color: red;
	width: 440px;
	background-color: #E4E2E8;
	margin-right: 230px;
	margin-bottom: 15px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#home  #content {
	background-image: url(../_images/home.jpg);
	background-repeat: no-repeat;
	height: 365px;
}

#rightColumn1 {
	background-color: #507BA4;
	float: right;
	width: 240px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-top: 0px;
	border:1px solid #507ba4;
}
.box {
	padding: 0px;
	margin-right: 10px;
	border: 1px solid #000000;
}


 .clearFloat {
  clear: right;
  display: block;
}

 #footer {
	background-color: #000000;
	border-top: solid 1px #666;
	color: #ededed;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
}

#footer a:link {
	color: #C8C8C8;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:visited {
	color: #507BA4;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #F8FAF7;
	text-decoration: underline;
}

#footer a:focus {
	color: #507BA4;
}
.title {
	font-size: 12px;
	font-weight: bold;
	color: #2C455D;
}
.title_row {
	font-weight: bold;
	color: #E4E2E8;
	background-color: #000000;
}
.italicHighlight {
	font-style: italic;
	color: #283618;
}


/*  Tool Tip */

a.tooltip {
	color:#3C5D7B;
}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {
	display:block;
	position:absolute;
	top:20px;
	left:-25px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #888;
	width:250px;
	background-color: #E4E2E8;
}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(tooltip.gif) 0 0; display:block; font-size:1px;}
.utilitynotification {
	font-weight: bold;
	color: #FF6600;
	background-color: #000000;
	padding: 5px;
}
