@charset "UTF-8";
/* CSS Document */

/*Sitewide tag styles and bug fixes*/
h1, h2, h3, h4, h5, h6, p, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a img {
	border:none;
}


#mainContent h1 {
	line-height: 13pt;
	color: #333333;
	margin-bottom: 15px;
	font-weight: normal;
	margin-left: 30px;
}
#mainContent h2 {
	line-height: 18pt;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16pt;
}
#mainContent h3 {
	line-height: 17pt;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16pt;
}
#mainContent p {
	line-height: 13pt;
	color: #333333;
	margin-bottom: 15px;
	margin-left: 30px;
}
.terms {
	line-height: 8pt !important;
	font-size: 7pt;
}


#footer p {
	line-height: 14pt;
	color: #333333;
	margin-bottom: 15px;
	margin-right: 350px;
}

.highlighttext {
	font-size:16pt;
}
.annotation {
	font-weight:bold;
	color: #FABC37;
}


/*Layout styles*/
.extraspace {
	margin-right: 10px;
}
.extrabottommargin {
	margin-bottom: 40px !IMPORTANT;
}
#freetrans {
	margin-top: -30px;
}


/*Background images*/
#home #mainContent {
	background-image: url(images/group.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#services #mainContent {
	background-image: url(images/services.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#feedback #mainContent {
	background-image: url(images/feedback_pic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contact #mainContent {
	background-image: url(images/contact_pic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*Styles for links*/
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
#mainContent a:link {
	color: #333333;
}
#mainContent a:visited {
	color: #666666;
}
#mainContent a:hover {
	color: #178B38;
}
