@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(images/stripeBar_bg.png);
	background-repeat:repeat-x;

	margin: 0;
	padding: 0;
	color: #000;
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 0;
	padding-left: 0; 
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#42c5e4;
	font-weight:100;
	font-size:42px;
	margin:0;
	line-height:42px;
	letter-spacing:5px;

}

.bottomcopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	letter-spacing:1px;
	color:#818285;
	margin-top:8px;
	text-align:justify;
	
}

.infocopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	letter-spacing:1px;
	color:#818285;
	text-align:justify;
	vertical-align:middle;
}

.infofirstline{
	font-size:15px;
	color:#42c5e4;
}

.bottomContact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	letter-spacing:1px;
	color:#818285;
	margin-top:8px;

	
}


a img, a:hover img, a:visited img, a:active img, a:focus img{
border:none;outline:none;
}
a:focus{
	outline:none;}

/* ~~ Styling for site's links ~~ */
a:link {
	color: #f99f3b;
	text-decoration: none;
	font-weight:500;
}
a:visited {
	color: #f99f3b;
	text-decoration: none;
	font-weight:500;
}
a:hover, a:active, a:focus { 
	color: #42c5e4;
	text-decoration: none;
	font-weight:500;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 975px;
	
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


.topSidebar1{
	float: left;
	display:inline;
	margin-right:6px;
	
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	padding-top:10px;
	height:418px;
	
}



.infocol {
	float: left;
	height:100px;
	display:block;
	padding:20px;
	
}

.imgcol {
	float: left;
	margin-top:10px;
	display:block;
	height:112px;
	width:100%;
	
	padding-right:20px;
}


.sidebar1 {
	float: left;
	width: 278px;
	display:inline;
	margin-left: 44px;
	padding-bottom:15px;
}
.content {
	
	display:inline;
	width: 278px;
	float: left;
	margin-left:26px;
	margin-right:26px;
		padding-bottom:15px;
}
.sidebar2 {
	float: left;
	width: 278px;
	display:inline;
	margin-right:44px;
		padding-bottom:15px;
	
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. */
}

/* ~~ The navigation list styles */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer styles ~~ */
.footer {
	
	background: #FFFFFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	
	 /* this clear property forces the .container to understand where the columns end and contain them */
}
a.footer{
	color: #42c5e4;
	text-decoration: none;
	font-size:10px;
	font-weight:100;
	}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
