@charset "UTF-8";
/* CSS Document */
@import url("http://ncpamarketing.com/css/my_layout.css");
#main2 {background-color:#00aff0}
#underheader {background-color:#00aff0;; color:#FFF; font-size:18px; width:510px;}

.imagewrapright {

 /* The image is floated to the right */
	float: right;

 /* The image is positioned precisely,
    by pushing it 20px from the right border */

/* The image is pushed away from the text
    (to the right) with a left margin of 40px */
	margin-left: 20px;
}
#mainNavigation1 {
	background-color: rgb(229,247,253);
	border-bottom: 1px  rgb(229,247,253);
	min-height: 31px;
}
* html #mainNavigation1 {
	height: 31px;
}
	#mainNavigation1 ul, #subNavigation ul {
		width: 860px;
		margin: 0 auto;
		padding: 0 0 0 100px;
		overflow: hidden;
		font-family: Helvetica, Arial, sans-serif;
	}
	#mainNavigation1 li {
		float: left;
		margin: 0 -20px 0 30px;
		font-size: 16px;
		font-weight: bold;
		min-height: 24px;
		padding-left: 2px;
		display: inline;
	}
	* html #mainNavigation1 li {
		height: 25px;
	}

		#mainNavigation1 li a, #mainNavigation1 li strong {
			text-decoration: none;
			color: #636363;
			display: block;
			padding: 8px 10px 4px 8px;
			min-height: 20px;
		}
		#mainNavigation1 li.active a {
		    padding: 0;
		}
		#mainNavigation1 li.active, #mainNavigation1 li.active a, #mainNavigation1 li.active strong {
			color: white;
			background: #7FD7F7;
		}
		#mainNavigation1 li.active, #mainNavigation1 li.hover {
			background: #7FD7F7;
		}
		#mainNavigation1 li.active strong, #mainNavigation1 li.hover a {
			background: #7FD7F7 url(/images/navi_top_right.png) top right no-repeat;
		}
		#mainNavigation1 li.hover a {
		    color: white;
		}
		
/* Slider CSS: SATRT */

#slider1 {
	 /* important to be same as image width */
	height: 240px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	/* width important to be same as image width or wider */
	position: absolute;
	
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	line-height:24px;
	font-size: 16px;
    display: none;
	color:#2c2c2c;

}
.slider1Image blockquote {
    font-size: 15px;
	padding:12px 0 0 12px;
	margin:0;
	background-image:none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 17px;
	letter-spacing: -1px;
}
.left {
	top: 0;
    left: 0;
	width: 480px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 280px !important;
	height: 280px;
}