@charset "utf-8";
/* GLOBAL RESET */
*{margin:0;padding:0} 

/* LAYOUT POSITIONING */
body {
	background: #7196B5;
	text-align: center; /* Center layout */
	margin: 0;
}
#wrapper {
	background: url(images/background.png);
	height: 600px;
	width: 770px;
	text-align: left; /* Reset text alignment after layout centering */
	margin: 0 auto; /* Layout Centering */
}
#flash {
	position: fixed;
	height: 228px;
	width: 715px;
	margin: 31px 26px 0px 28px;
}
#content {
	position: fixed;
	height: 255px;
	width: 680px;
	margin: 263px 45px 0px 46px; /* 4px margin + #flash top margin + #flash height */
}
#footer {
	position: fixed;
	height: 86px;
	width: 656px; /* 770 (page width) - 72 - 42 (margins) */
	margin: 522px 72px 0px 72px; /* 4px margin + #flash & #content top margins + heights */
}
#footer a { margin-left: 0px; }

/* CONTENT POSITIONING */
.lowernav, .copyright { display: inline; }
.lowernav { float: right; }
.copyright { float: left; }
.dem { 
	float:right; 
	margin-top: 10px;
	padding-right: 9px;
	font-weight: 500;
	font-size: 10;
}
.lowernav ul, .lowernav li {
	display: inline;
	padding: 0;
	margin: 0;
}
.lowernav li {
	padding-right: 9px;
}
.lowernav li + li {
	padding-left: 19px;
	background: url(images/bullet.gif) no-repeat left center;
}
#contact a { margin-left: 0px; }

/* FORM STYLING */
#input{
	width: 160px;
	height: 21px;	
}
		 
#input1{
  	width: 134px; 
	height: 21px;		
}
		
#textarea{
  	width: 102px; 
	height: 48px;
	border-width: 1px;
	border-style: solid;
	border: none;
	background-color: #F0EAE3;
	overflow: auto;
}
input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6087AE;
}

#contact input + input { margin-top: 5px; } /* 5 for siblings */
#contact input + input + input { height: 130px; } /* big message box */

/* IMPORTED TEXT STYLING */
.s, #services #content .servicesUL {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2E2E2E;
}
.g1 { font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px;  color:# 6087AE;}
.b { font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px;  color:#2E526F; }

/* TEXT STYLING */
.copyright, .copyright a, .dem, #footer .dem a {
	font-family: Tahoma, serif;
	font-size: 12px;
	color: #8FB2CF; /* light blue */
	text-decoration: none;
}
#footer .lowernav, .lowernav li, #footer .lowernav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF; /* white */
	text-decoration: none;
	text-transform: uppercase;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #4f6f89; /* navy blue */
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 20px;
}
#contact h3, #contact p, #contact address, a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000; /* black */
	text-decoration: none;
	margin: 15px 0px 0px 20px;
}
#contact p, address, a { font-weight: normal; }
#contact address { margin-bottom: 20px; }
#contact address + p { margin-bottom: 20px; }
#contact address, h3 { margin-top: 0px; }

/* CONTENT BACKGROUNDS */
#about #content { background: url(images/bg_about.png) no-repeat; }
#services #content { background: url(images/bg_services.png) no-repeat; }
#testimonials #content { background: url(images/bg_privacy.png) no-repeat; }
#contact #content { background: url(images/bg_contact.png) no-repeat; }
#privacy #content { background: url(images/bg_privacy.png) no-repeat; }

/* PAGE STYLING */
#contact .mail { 
	float: left;
	width: 215px;
}
#contact .email { 
	float: right; 
	width: 465px; /* 680 (content width) - 215 (mail width) */
}
#about .aboutus {
	float: left;
	width: 215px;
}
#about .services {
	float: left;
	width: 225px;
}
#about .testimonials {
	float: right;
	width: 240px;
}
#services .servicelist {
	float: left;
	width: 215px;
}
#services .description {
	float: left;
	width: 265px; /* 680 (content width) - 215 (servicelist width) - 200 (pictureFrame) */
	height: 255px;
}
#services .pictureFrame {
	float: right;
	width: 200px; /* 680 (content width) - 215 (servicelist width) - 265 (description width) */
	height: 255px;
}
#services #content .servicesUL { margin-left: 15px; }
#services #content .servicesUL a { margin-left: 10px; }
#services #content ul {
	margin: 0;
	padding: 0;
}
#services #content li {
	display: inline;
	list-style: none;
	background: url(images/bullet_sml.jpg) no-repeat left center;
	margin: 0;
	padding: 0px 0px 0px 0x;
}
#about #content .more { text-align: center; vertical-align: bottom; }
#about #content .aboutus div {
	margin-left: 19px;
	margin-top: 7px;
	margin-right: 10px;
	height: 80px;
}
#about #content .services div {
	margin-left: 19px;
	margin-top: 7px;
	margin-right: 25px;
	height: 80px;
}
#about #content .testimonials div {
	margin-left: 19px;
	margin-top: 7px;
	margin-right: 25px;
	height: 80px;
}
#about #content img { margin-left: 19px; margin-top: 0px; }
#testimonials #content div { margin: 0px 20px 10px 20px; }
#services #content .description div { margin: 0px 20px 25px 20px; }
#privacy #content div { margin: 0px 10px 40px 10px; }

