﻿/************************************************

Author: Suzanne Szenher
Date of creation: 08:03:10

************************************************/



/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}
a {
	outline: none;
}
a:link { color: #5688c7; }
a:visited { color: #5688c7; } 
a:hover { color: #000; } 

body {
	
font: 62.5%/1.6 "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
background-color:#C8C8C8;
color:#333333;
height:100%;
line-height:23px;
margin:0 auto;
padding:0;
}

#wrapper {
background-image:url(../images/body_bg.gif);
background-repeat:repeat-y;
margin:0 auto;
width:1000px;}

#header {
	background: #fff url("../images/header-bg.gif") no-repeat;
	border-bottom: 1px solid #dcdcdc;
	width:940px;
	margin:0 auto;
	height: 200px;
}

#header h1 {
	width:300px;
	float:left;
	text-indent:-100em;
}

#header img {
	float: left;
	margin: 0px 0px -50px 0px;
	position: relative;
	top: 23px;
}

#header ul {
	float: right;
	list-style-type: none;
	position: relative;
	top: 43px;
}

#header li {
	display: block;
	float: left;
	padding: 0px 0px 0px 20px;
}

#header a {
	color: #444;
	display: block;
	float: left;
	font-size: 1.4em;
	padding: 8px 13px 8px 13px;
	text-decoration: none;
}

#header a:hover {
	background-color: #2bb5ff;
	border: 1px solid #52c2ff;
	color: #fff;
	padding: 8px 12px 8px 12px;
}

#header a#logo_link {
	padding: 0px;
	position: relative;
	top: 0px;
}

a img {
	background-color: transparent;
	border: 0px;
	font-size: 0em;
}

a#logo_link:hover {
	background-color: transparent;
	border: 0px;
	padding: 0px;
}


/* Button nav */
#navcontainer {
	height:180px;
}
#navcontainer #navlist
{
padding-top:108px;
margin-left: 0;
padding-left: 0;
float:right;
white-space: nowrap;
}

#navcontainer #navlist li
{
display: inline;
float:left;
list-style-type: none;
}

#navcontainer #navlist a { 
padding: 6px 22px; 
font-size:15px;
border:1px solid #5688c7;

}

#navcontainer #navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
background:url('../images/button-nav-bg.png') repeat-x ;

}

#navcontainer #navlist a:hover
{
color: #000;
text-decoration: none;
}
#navcontainer #navlist li#current a
{
color:#fff;
}

/* Main content */

#content {
	
margin:0 auto;
background:#fff;
width:940px;
margin-top:20px;
}

#content h2.services {
width: 934px; 
height: 45px;
background: url('../images/services-header.png');
text-indent: -9999px;
}
#content h2.contact {
width: 934px; 
height: 45px;
background: url('../images/contact-header.png');
text-indent: -9999px;
}

#content h3 {
	color: #568ac7;
	font-family: "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	font-weight: 100;
	height: 30px;
	margin: 10px 20px 0px 0px;
}

#content h4 {
	color: #999999;
	font-family: Arial;
	font-size: 1.6em;
	font-weight: normal;
	margin: 5px 0px 15px 4px;
}

#content p {
	padding: 10px 0px 10px 0px;
}

#content ol {
	list-style-position: inside;
	margin: 0px 0px 10px 0px;
}

#content ol li {
	font-size: 1.2em;
	padding: 2px 0px 2px 0px;
}

#content ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0px 0px 10px 0px;
}

#content ul li {
	color: #222;
	font-size: 1.2em;
	padding: 5px 0px 5px 0px;
}

#content blockquote {
	background-color: #efefef;
	border-left: 2px solid #2bb5ff;
	border-right: 2px solid #ddd;
	display: block;
	color: #222;
	font-size: 1.1em;
	margin: 5px 0px 5px 30px;
	padding: 10px;
}

#content blockquote p {
	font-size: 1.1em;
	padding: 4px 0px 4px 0px;
}


/*Start footer  */


#footer {
	border-top: 4px solid #5688c7;
	height: 115px;
	margin:0 auto;
	width: 940px;
}

#footer img {
	float:left;
	padding:5px 0 5px 0;

}
#footer p {
float:left;
text-align:left;
padding-left:5px;
color:#999999;
font-size:120%;
line-height:1.7em;
margin-left:0px;
margin-top:30px;
}
#footer p a {
	color:#999999;
	text-decoration:none;
}
#footer p a:hover {
	color:#000;
	text-decoration:underline;
}

#footer ul {
float:right;
list-style-type:none;
margin-right:0px;
margin-top:51px;
font-size:120%;
}
#footer li {
	display:inline;
}
#footer li a {
	color:#999999;
	text-decoration:none;
}
#footer li a:hover {
	text-decoration:underline;
	color:#000;
}
#credits {
	clear:both;
	width:100%;
	float:left;
	color:#999999;
	margin:0;
	padding:0;
}
#credits p.links {
	width:50%;
	float:left;
	padding:0;
	margin:0;
}
#credits p a {
	color: #5688c7;
}
#credits p.valid {
	width:45%;
	padding:0;
	margin:0;
	float:right;
	text-align:right;
}
.left_align {
	float: left;
}

.right_align {
	float: right;
}

.clear_div {
	clear: both;
}

/* Home Page Showcase Styling */

#showcase {
	background: #fff url("../images/showcase-bg.gif") no-repeat;
	border-bottom: 1px solid #dcdcdc;
	height: 330px;
	margin: -1px 0px 0px 0px;
	width: 940px;
}


#showcase img {
float:left;
border: 1px solid #dcdcdc;
	height: 283px;
	margin: 0px;
	padding: 5px;
	width: 540px;
}

#featured_text {
	float: right;
	height: 293px;
	overflow: hidden;
	width: 360px;
}

#featured_text p {
font-family:Verdana;
	font-size:20px;
	letter-spacing:-1px;
	line-height:1.4em;
	color:#999999;
	
}
#featured_text h1 {
padding:0;
margin:45px 0 8px 0;
width: 387px; 
height: 82px;
background: url('../images/featured-h1.gif');
text-indent: -9999px;
}
#featured_text a {
	padding-top:7px;
	float:right;
	text-decoration:none;
	font-size:16px;
	background:transparent url(../images/services-button.png) no-repeat;
	padding-right:0px;
	margin-top:10px;
	text-align:center;
	display:block;
	height:43px;
	width:197px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
#featured_text a:hover {
	text-decoration:underline;
}
/* Start main page content */
#homepage_container {
	min-height: 430px;
	background-image:url('../images/content-bg.gif');
	background-repeat:repeat-x;
	padding-top:10px;
	padding-left:5px;
	position: relative;
}
#homepage_container p {
color:#707070;
font-family:"Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
font-size: 140%;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.7em;
}
h1.welcome {
padding:0;
margin:0;
width: 312px; height: 30px;
background: url('../images/h1.welcome.png');
text-indent: -9999px;
}

.homepage_desc {
	float:left;
	border-right: 1px solid #dcdcdc;
	padding: 10px 20px 10px 0px;
	width: 560px;
}

.homepage_desc img {
	border: 1px solid #ccc;
	margin: 13px 10px 5px 0px;
}


/* Services Page Styling */
#services_container {
	min-height: 550px;
	background-image:url('../images/content-bg.png');
	background-repeat:repeat-x;
	margin-top:20px;
	padding-top:10px;
	padding-left:5px;
	position: relative;
	border-top: 1px solid #dcdcdc;

}
#services_container p {
color:#707070;
font-family:"Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
font-size: 140%;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.8em;
}
.services_desc {
float:left;
	border-right: 1px solid #dcdcdc;
	padding: 0px 20px 0px 0px;
	width: 560px;
}

.services_desc img {
	border: 1px solid #ccc;
	padding:5px;
	margin: 0px 10px 10px 0px;
}

h1.aboutourservices {
padding:0;
margin:0;
width: 251px; 
height: 30px;
background: url('../images/h1.aboutourservices.png');
text-indent: -9999px;
}

h1.services {
padding:0;
margin:0;
width: 335px; 
height: 36px;
background: url('../images/h1.services.png');
text-indent: -9999px;
}
h1.testimonials {
padding:0;
margin:20px 0 0 0;
width: 330px; 
height: 34px;
background: url('../images/h1-testimonials.gif');
text-indent: -9999px;
}
h1.dobest {
padding:0;
margin:0;
width: 335px; height: 36px;
background: url('../images/h1.whatwedobest.png');
text-indent: -9999px;
}
h1.contactus {
padding:0;
margin:0;
width: 335px; height: 36px;
background: url('../images/h1.contactus.png');
text-indent: -9999px;
}

#right_column {
	min-height: 100%;
	float:right;
	padding-left:10px;
	width: 340px;
}
#right_column p {
	color: #707070;
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}

#right_column img {
border: 1px solid #ccc;
padding:5px;
margin-top:10px;
}
#right_column ul {
	padding:0;
	margin:0;
}
#right_column  ul li {
list-style-type:square;
padding-bottom:10px;
line-height:1.2em;
color:#cbcbcb;
}
#right_column  ul li span {
	color:#707070;
	font-size:1.2em;
}


/* Contact Page Styling */
#contact_container {
	min-height: 550px;
	background-image:url('../images/content-bg.png');
	background-repeat:repeat-x;
	margin-top:20px;
	padding-top:10px;
	padding-left:5px;
	position: relative;
	border-top: 1px solid #dcdcdc;

}
#contact_container p {
color:#707070;
font-family:"Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
font-size: 140%;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.5em;
}
.contact_desc {
float:left;
	border-right: 1px solid #dcdcdc;
	padding: 0px 20px 0px 0px;
	width: 560px;
}

.contact_desc img {
	border: 1px solid #ccc;
	padding:5px;
	margin: 13px 10px 5px 0px;
}

#contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 550px; margin: 10px auto; padding: 5px;}

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em;}
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;}   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#6384C6; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #DCDCDC;}
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #DCDCDC; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4;}

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }