@charset "utf-8";
/* CSS Document */


body{
	background-color: #42c2fd;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

#outerwrapper {
	max-width: 1100px;
	background-color:#7cd6ff ;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #f1fbff;
	
}

#header {
	width:  100%;
	height: 220px;
	
	
	
}

#navigation {
	background-color: #b9e9ff;
	height:35px;
	width: 100%;
	text-align:center;
	color:#333;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #42c2fd;
	border-right-color: #42c2fd;
	border-bottom-color: #42c2fd;
	border-left-color: #42c2fd;
}

#navigation a:link {
color:#333;
text-decoration:none;
}

#navigation a:visited {
color:#333;
text-decoration:none;
}

#navigation a:hover {
color:#f26c4f;
text-decoration:none;
}

.currentclass{
font-weight:bold;	
color:#f26c4f;	
}


#left_column{
	width:30%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 1.05em;
	background-color: #7cd6ff;
	float:left;
	padding-left:10px;
	line-height: 200%;
	letter-spacing: 130%;
}

#left_column a:link {
color: #666;
text-decoration:underline;
}

#left_column a:visited {
color: #666;
text-decoration:underline;
}

#left_column a:hover {
color:#f26c4f ;
text-decoration:underline;
}

#main_column {
	width: 65%;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 1em;
	line-height: 150%;
	background-color: #7cd6ff;
	float: left;
	margin-left: 25px;
}


#main_column a:link {
	font-weight: bold;
	color: #333;
	text-decoration: underline;	
	
}

#main_column a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: underline;	
	}

#main_column a:hover {
	font-weight: bold;
	color: #f26c4f;
	text-decoration: underline;	
	
}

#footer {
	font-family: "Century Gothic";
	font-size: 0.8em;
	color: #333;
	clear: both;
	line-height: 120%;
	width: 100%;
	background-color: #b9e9ff;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	}
	#footer a:link {
	
	text-decoration: underline;
	color:#333 ;
	}
	#footer a:visited {
	color:#333;
	text-decoration: underline;
	}
	
	#footer a:hover {
	color:#f26c4f ;
	text-decoration: underline;
	}
	
	
	
	.image_right{
		
	float:right;
	margin: 5px;	
	}
	
	.image_left{
	float: left;
	margin-right: 10px;		
	}
	.redtext {
	color:#f26c4f;		
		
	}
	
	h2{
	font-size: 1.2em;
	}
	
	h1
	{font-size: 1.1em;
	}
	
	.testimonial {
	font-size:0.9em;
	line-height:120%;
	font-style:italic;	
		color:#ffffff;
	}