/* Layout Stylesheet */ 
body {
	margin: 0;
	padding: 0;
	background: #808080;
	color: #333333;
}

#hdr {
	height: 80px; 
	width: 100%; 
	background: #ffffff;
	color: #333333; 
	margin: 0;
}

#header_logo {
	height: 60px;
	width: 100%; 
	background: #ffffff;
	color: #333333; 
	margin: 0;
}

#menu {
	height: 60px; 
	width: 100%; 
	background: #ffffff;
	color: #333333; 
	margin: 0;
}

#header_splash {
	height: 150px;
	width: 100%;
	background: white;
	color: #333333;
	margin: 20px 0 0 0;
	border: 0px;
	padding: 0px;
}
#header_splash_IS {
	width: 100%;
	background: white;
	color: #333333;
	margin: 20px 0 0 0;
	border: 0px;
	padding: 0px;
}

#header_splash_home {
	height: 300px;
	width: 100%;
	background: #888888;
	color: #333333;
	margin: 20px 0 0 0;
	border: 0px;
	padding: 0px;
}

#header_splash_ip {
	width: 100%;
	background: white;
	color: #333333;
	margin: 20px 0 0 0;
	border-top: 1px solid #888888;
	padding: 0px;
	font-size: 0px;
}

#master {
	position: relative;
	width: 910px;
	margin: 0 auto;
	background: #ffffff;
	float: none;
}

#lh-col {
	float: left;
	width: 160px;
	z-index: 3;
	background: #ffffff;
	color: #333333;
	padding-top: 20px;
}

#lh-col-ip {
	float: left;
	width: 170px;
	z-index: 3;
	background: #ffffff;
	color: #333333;
	padding-top: 20px;
}

#rh-col {
	float: left;
	width: 210px;
	z-index: 2;
	background: #ffffff;
	color: #333333;
}

#rh-col-ip {
	float: left;
	width: 0px;
	z-index: 2;
	background: #F4F8FA;
	color: #333333;
}

#c-block {
	float: left;
	width: 910px;
	z-index: 1;
	background: #ffffff;
	color: #333333;
	min-height: 700px;
	margin: 0px;
	padding: 0px;	
}

/* min height for IE 6 */
* html #c-block {
	height: 500px;
}
#c-col {
	float: left;
	margin: 0 0 0 40px;	
	/*position: absolute;*/
	width: 550px;
	background: #ffffff;
	color: #333333;
	z-index: 0;
	padding-top: 20px;
}

#c-col-ip {
	float: left;
	margin: 0 0 0 20px;	
	/*position: absolute;*/
	width: 720px;
	background: #F4F8FA;
	color: #333333;
	z-index: 0;
	padding-top: 0px;
	height: 100%;
	min-height: 500px;
}

#ftr {
	float: left;
	width: 100%;
	/*height: 35px;*/
	background: #ffffff;
	color: #333333;
	margin: 0;
	padding-top: 30px;
}

#footer_ip {
	width: 100%;
	background: white;
	color: #333333;
	margin: 0 0 20px 0;
	border-top: 1px solid #888888;
	padding: 0px;
	font-size: 0px;
}

#main_content {
	padding-top: 0px;
}

#main_content ul {
	line-height: 1.5;
	margin-left: -20px;
}

#main_content table.stacked {
    margin: 10px 0px 5px 0px;
    background-color: #eeeeee;
}

#main_content table.stacked td {
    vertical-align: top;
    padding: 10px;
}

#main_content table.stacked td h4 {
    margin-top: 5px;
}

#main_content table.stacked td img {
    width: 250px;
    margin: 0px;
}

#c-col-ip #main_content {
	padding-left: 10px;
	padding-right: 40px;
}

#c-col-ip #main_content p {
	width: 500px;
}

.lh_indent {
	padding-left: 5px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.image_with_text {
	clear: both;
}

.image_with_text img {
	float: none;
	margin: 0px 10px 20px 0px;
	padding-bottom: 20px;
	display: inline-block;
}

.image_with_text div {
	float: none;
	display: inline-block;
	width: 325px;
	vertical-align: top;
	zoom: 1;
    *display: inline;
    _display: inline;
}
