body {
	background: #cdebf2 url(images/background2.png) repeat-x;
	margin: 0;
	padding:0;
	text-align: center;
}

body, input, select, textarea {
	font-size: 10pt;
	font-family: Arial;
	color: #76878f;
	
}

/*
	Styles for all of the headers eg. WELCOME TO COMPANY NAME, WHAT WE OFFER
*/

h1 {
	color: #586b74;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding:0;
}

/*
	Second header styles
*/

h2 {
	color: #6a9099;
	font-size: 10pt;
	text-decoration: none;
	margin: 30px 0 3px 0;
	letter-spacing: -1px;
}

/*
	Styles for all of the text excluding links, headers and forms
*/

p {
	line-height: 18px;
}

/*
	Styles for all of the links excluding H1 links and the navigation
*/

a {
	color: #6ab91c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
	Linked headers
*/

h1 a, h2 a {
	color: #586b74;
}

/*
	Remove borders from linked images
*/

img {
	border: 0;
}

ul {
	list-style: outside;
	margin: 10px 15px 0 30px;
	padding: 15px;
}

li {
	margin: 0 0 10px 0px;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;

	
}

a.logo {
	background-image: url(images/logo.png);
	width: 326px;
	height: 45px;
	display: block;
	float: left;
	margin-top: 15px;
}

.navigation {
	float: right;
	margin: 0 0 60px 0;
	
}

.navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

.navigation li {
	display:inline;
	margin:0;
	padding:0;
}

.navigation a {
	color: #fff;
	margin: 17px 0 0 30px;
	display: block;
	float: left;
}

.navigation a.selected {
	padding: 17px;
	margin: 0 0 0 30px;
	background: #0f7c91;
}

.container {
	background: #fff url(images/right-column-bg.png) repeat-y;
	background-position: right;
	margin: 0;
	padding: 0;
	clear: both;
}

.left-column {
	background-color: #fff;
	width: 610px;
	padding: 20px;
	float:left;
	border-right: 1px solid #9cbfc7;
}

/*
	First content area in the left column.
*/

.left-column .intro {
	border-bottom: 1px solid #d6dbdd;
	padding: 0 0 20px 0;
	margin: 10px 0 10px 0;
}

/*
	Second content area in the left column.
*/

.left-column .info {
	padding: 10px 0 0 0;
}

/*
	The blue area containing the services images
*/

.left-column .info .services {
	background: url(images/services-bg.png);
	width: 578px;
	height: 183px;
	padding: 15px 16px;
	margin: 10px 0 0 0;
}

.services img {
	margin: 0 10px 0 0;
}

.right-column {
	padding: 20px;
	float: right;
	width: 259px;
}

/*
	Shrink the margin on paragraphs in the news sections
*/

.news {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #83b9c5;
	padding: 0 0 20px 0;
}

.news p {
	margin: 0 0 3px 0;
}

.margin {
	margin: 0 0 60px 0; /* Create the margin between content & footer */
}

/*
	Footer styles
*/

.footer {
	background: #031325;
	border-top: 1px solid #5ab3c4;
	padding: 10px;
	color: #145c6a;
	font-weight: bold;
	clear: both;
}

ul#offer_list {
	list-style:none;
}
#offer_list li{
	float:left;
	
}
	.offer_element a{
	display:block;
	background:url(images/offerbg.jpg) no-repeat top right #ea402e;
	margin:10px 5px;
	padding:10px 15px;
	text-decoration:none;
	color:#fff;
	}

	.offer_element a:hover{
	display:block;
	background:url(images/offerbghover.jpg) no-repeat top right #4e83c1;
	}

	.offer_element h4{
	margin:0px 0px 10px 0px;
	padding-left:0px;
	font-weight: bold;
	color:#fff;
	font-size:18px;
	letter-spacing: -1px;
	}


/**
	FORM STYLES FOR THE CONTACT FORM
**/

.contact {
	
}

.contact label {
	margin: 20px 0 0 0;
	display: block;
	width: 100px;
	float: left;
	clear: both;
}

.contact input, .contact select, .contact textarea {
	margin: 20px 0 0 0;
	float: left;
	padding: 5px;
	border: 2px solid #d3d5d5;
}

.contact input, .contact textarea {
	width: 400px;
}

.contact .btn {
	background: url(images/send-btn.jpg);
	width: 98px;
	height: 37px;
	border: 0;
	float: right;
	margin: 50px 95px 0 0;
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}

