@charset "UTF-8";
/* Copyright 2009 J.R. Canadian Mapping Ltd. */


/* ==========[ GLOBAL TAGS ]========== */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	text-align: center;
	min-width: 980px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #3d3d3d;
}

img {
	border: none;
}

a {
	font-weight:bold;
	color: #276ebc;
	text-decoration:none;
}

a:hover {
	color: #276ebc;
	text-decoration:underline;
}


/* ==========[ TOP NAV ]========== */
#navMenu {
	width: 380px;
	float:right;
	margin: 40px 0 0 0;
}

a.navMenu, a.navMenu:link, a.navMenu:visited {
	display:block;
	width:79px;
	height:40px;
	margin: 0 0 0 16px;
	padding: 6px 0 0 0;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	float:left;
	background: url(../images/nav-off.gif) no-repeat top right;
}

a.navMenu:hover {
	display:block;
	color:#fff;
	background: url(../images/nav-on.gif) no-repeat top right;
}

#home #homeLink,
#services #servicesLink,
#about #aboutLink,
#contact #contactLink {
	display:block;
	width:79px;
	height:40px;
	margin: 0 0 0 16px;
	padding: 6px 0 0 0;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	float:left;
	background: url(../images/nav-active.gif) no-repeat top right;
}


/* ==========[ GLOBAL PAGE STRUCTURE ]========== */
#globalContent {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#logo {
	float:left;
	padding:25px 0 0 0;
}

#containerMain {
	text-align: center;
	width: 980px;
}

#containerRight {
	text-align: left;
	width: 335px;
	float: right;
}

#containerFooter {
	text-align: left;
	border-top: solid 5px #dc251d;
	font-size: 11px; 
	color: #9a9a9a;
	margin-bottom: 20px;
	background: #000;
}

#footerContent {
	padding: 10px;
	float: left;
}

#footerContent a {
	font-weight:normal;
	color: #fff;
	text-decoration:none;
}

#footerContent a:hover {
	text-decoration:underline;
}

#sectionBanner {
	background: url(../images/bg-section.gif) no-repeat;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	width: 942px;
	height: 62px;
	margin: 17px 0 30px 0;
	padding: 38px 0 0 38px;
	text-shadow: #000 1px 1px 1px;
}

#sectionContent {
	text-align: left;
	width: 760px;
	float: left;
	padding: 0 0 20px 0;
}

#sectionContent h1 {
	font-size: 18px;
	color:#000;
	padding: 0 0 12px 0;
}

#sectionContent h2 {
	font-size: 14px;
	color:#000;
}

#sectionContent p, ul {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 12px 0;
}

#sectionContent li {
	margin: 0 0 0 38px;
}

#sectionRight {
	text-align: left;
	width: 180px;
	float: right;
}

#contactHead
{
	margin: 0 0 12px 35px;
} 

#thank h3
{
	margin: 0 0 0 40px;
}

#thank p
{
	margin: 0 0 0 40px;
}
	

/* ==========[ HOME PAGE ]========== */
#homeBanner {
	width: 980px;
	height: 325px;
	background: url(../images/banner-home.jpg) no-repeat;
}

#homeBannerContent {
	text-align: left;
	width: 330px;
	float: left;
	margin: 80px 0 0 40px;
	padding: 0;
}

#homeBannerContent h1 {
	color: #fff;
	font-size: 24px;
}

#homeBannerContent h2 {
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
}

#homeBannerContent h3 {
	font-size:12px;
}

#homeBannerContent a {
	color: #eae3a9;
	text-decoration:none;
}

#homeBannerContent a:hover {
	color: #eae3a9;
	text-decoration:underline;
}

#homeContent {
	text-align: left;
	width: 380px;
	float: left;
	margin: 0 20px 20px 0;
}

#homeContent h1 {
	font-size: 18px;
	color:#000;
	padding: 0 0 12px 0;
}

#homeContent p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 12px 0;
}


/* ==========[ SERVICES SECTION ]========== */
#boxServices {
	text-align: left;
	width: 160px;
	height: 150px;
	float: right;
	padding: 10px;
	background: url(../images/bg-services.gif) no-repeat;
}

#boxServices h1, #boxExtras h1 {
	font-size: 12px;
	color:#000;
	padding: 0 0 6px 0;
}

#boxServices ul {
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 0 15px;
}

#boxServices li, #boxExtras li {
	padding: 0 0 6px 0;
}

#boxExtras {
	text-align: left;
	width: 730px;
	padding: 0 15px 0 15px;
	background: url(../images/bg-extras.gif) repeat-y;
}

#boxExtras ul {
	width: 210px;
	font-size: 12px;
	padding: 10px 0 0 30px;
	float: left;
}

#boxExtras li {
	margin: 0;
}

#samples {
	width:250px; 
	float:left; 
}

#samples p {
	font-size: 11px;
}

.testimonial {
	font-size: 12px;
	font-style: italic;
}

.testimonialName {
	font-size: 11px;
}


/* ==========[ CONTACT SECTION ]========== */
#contactRight {
	text-align: left;
	width: 180px;
	float: right;
	font-size: 11px;
	margin: 0 0 40px 0;
}

#formTable {
	width: 500px;
	margin: 10px 0 10px 80px;
	font-size: 12px;
}

.formLabel {
	text-align: right;
	padding: 0 10px 0 0;
}

.textField {
	width: 300px;
	margin: 2px 0 2px 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
}
