@charset "UTF-8";
/* CSS Document */

/* Layout *********************************/

body  {
	margin:0;
	padding:0;
	font-family: Optima, Arial, Helvetica, sans-serif;
	color: #636466;
	font-size: 1.4em;
	background-image: url(../images/layout/bg-fade.jpg);
	background-color: #e9f1ff;
	background-repeat: repeat-x;
}
#wrap {
	width:950px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 15px;
	position: relative;
}
#header {
	text-align: center;
	height: 110px;
	width: 950px;
	background-image: url(../images/layout/masthead.gif);	
}
#homeNav {
	position: absolute;
	width: 495px;
	height: 70px;
	top: 20px;
	left: 25px;
	z-index:2;
 	text-decoration:none;
}
#nav {
	z-index:2 !important;
}
#main {
	float:left;
	width:630px;
	padding: 0px;
	z-index:1;
	line-height:1.6em;
}
#sidebar {
	float:right;
	width:300px;
	padding:0px;
	margin: 0px;
	font-size: 0.85em;
}
#footer {
	clear:both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	background-image: url(../images/layout/footer-bg.gif);
	background-repeat: no-repeat;
	border-bottom: solid 18px #429475;
}
.boxBasic, .boxAlt1, .boxAlt2, .boxAlt3, .boxAlt4 {
	background-color: #FFFFFF;
	padding: 17px;
	margin-top: 18px;
	margin-bottom: 18px;
}
.boxAlt1, .boxAlt2, .boxAlt3, .boxAlt4 {
	border-left-width: 15px;
	border-left-style: solid;
}
.boxAlt1 {
	border-left-color: #3F8876;
}
.boxAlt2 {
	border-left-color: #9AC679;
}
.boxAlt3 {
	border-left-color: #95A9CA;
}
.boxAlt4 {
	border-left-color: #43874C;
}

/* Styling *********************************/
a {
	color: #44577E;
}
h1, h2 {
	border-top: 1px solid #95A9CA;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	color: #44577E;
}
h2 {
	margin-top: 1.5em;
	font-size: 1.1em;
}
img {
	border:none;
}
#sidebar ul {
	padding:0px;
	margin:5px;
	margin-left:20px;
}
#main li, #sidebar li {
	list-style-image: url(../images/layout/list-decoration.gif);
}
#sidebar li {
	padding-top:5px;
	padding-bottom:5px;
}
.specialText {
	font-weight: bold;
	color: #598AAB;
	
}
.caption {
	font-size:.7em;
	text-align:center;
	margin-top:4px;
	padding:0px;
}
.icon {
	vertical-align:middle;
	margin-left:3px;
}
table {
	width: 100%;
	font-size: .8em;
	margin-top: 1em;
	margin-bottom: 1em;
}
th {
	text-align: left;
}
td {
	text-align: left;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin: 0px;
}

#footer a {
}
* html #footer {
	height:1px;
}

