@charset "UTF-8";
/* CSS Document */
/* -- COLORS --
lightblue: #1B75BC
darkblue:  #1B75BC
purple:		 #2A3990
beige: #E8DFB1

*/
img{behavior:url('../pngbehavior.htc');}
* {margin: 0; padding: 0; border: none;}
* a:link { text-decoration: none;}

body, html {
	background:#FFFFFF none repeat scroll 0%;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	margin:0pt;
	padding:0pt;
}
#wraper, #page {
	background-color: #E8DFB1;
	margin: 0 auto;
	width:1000px;
	background-image:url(../images/clouds2.jpg);
	background-position:right top;
	background-repeat:repeat-y;
}
#contentSingle {
	width: 690px;
}
#content {
	margin: 0 325px 0 201px;
}
#leftCol {
	color: #1B75BC;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	float: left;
	width: 200px;
	text-align: center;
}
#rightCol {
	width: 300px;
	float: right;
	text-align: center;
}
#contentSingle .inner {
	padding: 100px 40px 0;
}
.inner {
	padding: 20px;
	line-height: 1.8em;
}
.inner p {
	padding: 10px 0;
}
.clear {
	clear: both;
}

/*--FOOTER--*/
#footer {
	width:700px;
}
#footer ul {
	margin:0pt;
	padding: 20px 0 25px 50px;
	text-align:left;
}
#footer li {
	display:inline;
	font-size:8pt;
	padding:0pt 10px;
}
#footer a:link, #footer a:visited {
	text-decoration:underline;
	color:#000;
}
#footer a:hover {color:#666;text-decoration:none;}
/*--END FOOTER--*/

/*--- START NAVIGATION ---*/
#navigation {
	width:1000px;
	height:45px;
	background-color:#1B75BC;
	color: #B3B3B3;
	font-size: 14px;
}
#headernav ul {
	padding: 15px 0 0 0;
	margin:0;
}
#headernav li {
	font-size: 10px;
	display:inline;
}
#headernav a:link, #header a:visited {
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #B3B3B3;
}
#headernav {
	float:right;
}
.ltblu {
	background-color:#00AEEF;
}
#navinner, #navinner ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navinner a {
	display: block;
	text-decoration: none;
	padding-top:13px;
	height:32px;
/*	color: #FFF; */
	color: #E8DFB1;
}
#navinner li {
	width:140px;
	float: left;
	margin:0;
	text-align:center;
}
#navinner li ul, #navinner ul li  {
	width: 13em;
	margin:0;
	text-align:left;
}
#navinner ul li a  {
	color: #E8DFB1;
	font-size:12px;
	background-image:none;
	padding:7px;
	height:1em;
}
#navinner li ul {
	position: absolute;
	display: none;
	background-color: #00AEEF;
	border-top:1px solid #fff;
}
#navinner li:hover ul, #navinner li.p7hvr ul {
	display: block;
}
#navinner ul a:hover {
	background-color: #1B75BC!important;
	color: #FFFFFF!important;
}
#navimg {
	width:160px;
	height:45px;
	float:left;
}
.innerhm {
	text-align:center;
	text-decoration:none;
	color:#fff;
	width:140px;
	float:left;
	padding-top:15px;
}
.navHome {
	height:45px;
	width:300px;
	background-color:#000;
	float:right;
}
.floatLeft { 
  float: left; 
  margin: 20px 20px 20px 0; 
}
.floatRight { 
  float: right; 
  margin: 20px 0 20px 20px; 
}

/* ----- END NAVIGATION ---*/
/* ----- TEXT STYLES ---*/
h1 {
	color: #1B75BC;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	margin:20px 0;
	line-height:1.2em;
}
h2 {
	color: #1B75BC;
	font-size: 18px;
	padding: 10px 0;
}
h3 {
	font-size: 14px;
}
h4 {
	font-weight: bold;
	font-size: bold;
	color: #2A3990;
	font-size: 14px;
}
.firstchar {
	font-weight: bold;
	font-size: 18px;
	color: #1B75BC;
}
.emphasis {
	font-weight: bold;
	color: #1B75BC;
}
.emphasisItalic {
	font-weight: bold;
	font-style: italic;
	color: #1B75BC;
}
.Blk {
	color: #000;
}
.inner a {
	text-decoration: none;
	font-weight: bold;
	font-size: bold;
	color: #2A3990;
	font-size: 14px;
}
.inner ul {
	padding: 0 0 20px 40px;
}
.boldBlu, .boldBlu a {
	color:#2A3990;
	text-decoration: none;
	font-weight:bold;
	line-height:1.5em;
}
.boldBlu a:hover {text-decoration: underline;}
.letter {
	font-weight: bold;
	float: left;
	margin: 0 20px 20px 0;
}
.letter2 {
	font-weight: bold;
	float: left;
	margin: 0 20px 0 0;
}
.testimonial {
	margin-bottom: 20px;
}
.testimonial p {
	padding:  0 15px 15px;
	color: #1B75BC;
}
.testimonial .name, .testimonialCol .name {
	color: #000;
	padding: 0 20px 10px 0;
	text-align: right;
	font-style: italic;
}
/* ----- FORM STYLES ------ */
#form {
	width:200px;
	margin:6em auto 0;
	text-align: left;
	background-color: #FFF;
}
#forminner {
	width:100%;
	padding:10px;
}
.title {
	font-weight:bold;
	font-size:28px;
	letter-spacing:2px;
	color:#1B75BC;
	padding: 10px 0 15px;
	margin:0;
}
label {
	color:#1B75BC;
	font-weight:bold;
	margin-top:10px;
}
.text {
	color:#0066FF;
	font-weight:bold;
	margin:5px 0pt 15px;
	width:85%;
}
input, textarea {
	color:#0066FF;
	border: 1px solid #1B75BC;
	padding: 2px;
}
.btnSubmit {
	color:#FFF;
	font-weight:bold;
	background-color:#1B75BC;
	border:none;
	float:right;
	margin-right:30px;
	padding: 5px;
}
#formclear {
	clear:both;
	width:100%;
}
/*-- END FORM STYLES --*/
/*-- ELLEMENT STYLES --*/

.testimonialCol {
	color: #2A3990;
	width:250px;
	line-height: 1.8em;
	background-image:url("../images/transback2.png");
	filter:alpha(opacity=50);
	margin:6em auto 0;
	text-align: left;
}
.testimonialCol p {
		padding: 15px;
}
.testimonialCol a {
	color: #000;
	font-style: italic;
	text-align: right;
}
/*-- ELLEMENT STYLES --*/
#leftCol img {margin: 20px 0 20px;}
.services, .services ul {
	color: #2A3990;
	background-color: #F3F5F9;
	margin: 40px 15px 0;
	padding: 10px;
}
.services li {
	list-style: none;
	padding: 10px 0 10px;
}
.services a:link, .services a:visited {color: #2A3990; text-decoration: none;}
.services a:hover { text-decoration: underline;}
.namePlate {
	width: 415px;
	height: 80px;
	margin: 20px auto 0;
}
.sitemap {
	list-style: none;}
.sitemap li ul {
	list-style: none;
}
	
