/* CSS Document */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}body {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #798cb8;
}
#pano {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	font-size: 0.85em;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images_i4s/logo.jpg) no-repeat left top;
	height: 500px;
	border-right: 1px solid #999999;
	border-bottom: 10px solid #444444;
}
#header h1 {
	font-size: 1.1em;
	text-indent: -6000px;
}
#header #topBar {
	background: #798CB8 url(/images_i4s/bkg_topBar.gif) no-repeat left;
	text-align: right;
	height: 49px;
	float: right;
	width: 590px;
}
#wrapper {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	font-size: .85em;
	line-height: 1.5em;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background: #F7F8FB;
}

#header #slides {
	float: right;
	width: 590px;
}
#topBar img {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	background: no-repeat left top;
}
#header #greyBar {
	background: #8699C1 url(/images_i4s/bkg_bar.jpg) repeat-x;
	height: 20px;
	clear: both;
}
#wrapper #menu {
	float: left;
	width: 368px;
}
#wrapper #content {
	float: right;
	width: 585px;
}



.clerarit {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.contentHolder {
	background: #e3e9f2;
	margin: 15px;
	padding: 10px;
	border: 1px solid #666666;
}
.contentHolder p {
	font-size: 0.85em;
	margin-bottom: 1em;
}
.contentHolder h2 {
	font-size: 1.2em;
	color: #5B6A93;
}
#footer {
	font-size: .75em;
	color: #B5C1DB;
	background: #444444;
	text-align: center;
	padding: 2px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #E3E9F2;
	text-decoration: underline;
}
#footer a:hover {
	color: #B5C1DB;
}

a:link, a:visited, a:active {
	color: #3F4965;
}
a:hover {
	text-decoration: none;
}
.contentHolder h3 {
	font-size: 1.1em;
	color: #4F5E75;
	text-transform: capitalize;
}
.contentHolder ul {
	list-style: none;
}
.contentHolder ul li {
	margin-top: 15px;
}
.contentHolder h4 {
	font-size: 1em;
	float: right;
	width: 157px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.contentHolder img {
	float: left;
	margin-right: 15px;
}
.contentHolder ol {
	margin-left: 23px;
	list-style: none;
	font-size: .85em;
}
.contentHolder ol  li {
	margin-bottom: 10px;
}
.contentHolder td {
	font-size: 0.85em;
	color: #3F4965;
}
#smallNav {
	font-size: .85em;
}
#share {
	margin-top: 0px;
}
