@charset "utf-8";

/* -- GENERAL -- */

* {
	margin:0;
	padding:0;
}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}

body {
	background-image: url('../images/bckgd.jpg');
	color: #343434;
	font-family: Helvetica, verdana, arial;
	font-size: 12px;
}

a:link {
}

a:hover {
}

a:active {
}

a {
	color:#057AB1;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
}

h1 { 
	font-size: 27px;
	text-transform: uppercase;
}

h2 { 
	font-size: 16px;
	text-transform: uppercase;
	padding: 1.2em 0 0;
}

h3 { 
	font-size: 14px;
	padding:0.5em 0 0;
}

h4 { 
	font-size: 13px;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}

small {
	display:block;
	font-size: 0.85em;
	margin: 0 0 1em 0;
}

pre {
	display:block;
	font-family: monospace;
}

p {
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

ul {
	margin: 2em 4em;
}

ul li {
	margin: 0 0 1.2em;
}

ol {	
	margin: 2em 1.5em;
}

ol li {
	margin: 0 0 1.2em;
}

img {
	border:0;
}

/* ---- HEADER ---- */

#preheader {
	background-color: #ffc20e;
	height: 7px;
}

#header {
	background-color: #474747;
	background-image: url('../images/header-bckgd.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 104px;
}

#header .logo {
	float: left;
	margin: 0 0 0 5px;
}

#header h1 {
	margin:0;
	padding:0;
}

.header-content {
	margin: 0 auto;
	width: 960px;
}

#nav {
	padding: 43px 0 0 0;
	text-align: right;
}

#nav ul {
	list-style: none;
	margin: 0 35px 0 0;
	padding: 0;
}

#nav li {
	display: inline;
	padding: 3px 0;
}

#nav li a {
	color:#ffffff;
	font-size: 1.1em;
	padding: 0 10px;
	text-decoration: none;
}

#nav li a:hover {
	color: #ffc20e;
}

/* ---- WRAPPER ---- */

#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	width: 960px;
}

.slogan {
	border-bottom: 1px solid #e1e1e1;
	color: #057ab1;
	font-weight: bold;
	padding: 18px 0 22px 0;
}

/* ---- MAIN CONTENT ---- */

#main-content {
	border-right: 1px solid #e1e1e1;
	float: left;
	margin: 0 0 0 0;
	min-height:600px;
	/*padding: 16px 114px 0 0;*/
	padding: 16px 38px 20px 0;
	/*width: 534px;*/
	width: 610px;
	min-height: 523px;
}

#main-content p {
	line-height: 1.4em;
}

.section {
	margin: 0 0 40px 0;
}

#banner-holder {
	border: 1px solid #e1e1e1;
	margin: 0 0 35px 0;
	padding: 2px;
	width: 528px;
}

.did-you-know {
	background-image: url('../images/arrow-down-yellow.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	float: left;
	font-size: 1.7em;
	margin: 0 0 25px 0;
	padding: 0 0 9px 0;
}

.did-you-know .text {
	background-color: #ffc20e;
	line-height: 0.9em;
	padding: 20px 10px 20px 10px;
}

.did-you-know .text h1 {
	font-size: 20px;
	font-weight:normal;
	text-transform:none;
	line-height: normal;
	margin:0;
	padding:0;
}

.post .header {
  margin-bottom: 20px;
}
.post {
	clear: both;
	margin: 0 0 20px 0;
}

.post a.more {
	color: #057ab1;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
.post .fb-like{
	margin-top: 20px;
}

.press .post a, .services .post a {
	display: inline;
}

.post .highlight {
	color: #474747;
	font-style: italic;
	font-weight: bold;
	margin: 7px 0 7px 0;
}

.news .post .title {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

.news .post .date {
	font-size: 1.2em;
	font-style: italic;
}

.offers h2 {
	background-image: url('../images/arrow-header-right-yellow.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.7em;
	padding: 0 0 0 30px;
}

.offers .post .title {
	font-size: 1.2em;
}

#main-content-services {
	border-right: 1px solid #e1e1e1;
	float: left;
	margin: 0 0 0 0;
	padding: 16px 0 0 0;
	width: 648px;
}

.services {
	margin: 30px 0 0 0;
}

.services ul {
	margin: 0.5em 14px;
}

.services li {
	margin: 0;
}

.service-content {
	float: right;
	margin: 0 0 30px 0;
	width: 428px;
}

.service-logo {
	float: left;
	margin: 60px 5px 0 5px;
	width: 170px;
}

.service-logo img {
	max-height: 100px;
	max-width: 170px;
}

.service-link {
	color: #000000;
	font-size: 0.9em;
}

#main-content ul{
	margin: 1em 2em 2em 2em;

}

/* ---- TABS ---- */

#tabs a {
	color: #474747;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}

#tabs {
	border-bottom: 1px solid #e1e1e1;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabs li a {
	background: url('../images/tab-bckgd.jpg') left bottom no-repeat;
	float: left;
	height: 20px;
	margin: 0 15px 0 0;
	padding: 10px 16px 0 30px;
	cursor: pointer;
} 

#tabs li a:hover, #tabs .highlight a {
	background: url('../images/tab-hover.jpg') left bottom no-repeat;
	border-bottom: 1px solid #ffffff;
	color: #057ab1;
	padding: 10px 16px 0 30px;
} 

/* ---- SIDEBAR ---- */

#sidebar {
	margin: 0 0 0 649px;	
}

#sidebar .title {
	margin: 0 0 20px 23px;
}

#sidebar-content {
	padding: 20px 0 0 0;
}

#sidebar-content p {
	width: 200px;
}

#sidebar-content .section  .logo {
	margin: 10px 0 20px 0;
}

.billboard {
	list-style: none;
	margin: 0 0 20px 0;
}

.billboard li {
	margin: 0 0 0.9em 0;
}

.billboard li a {
	color: #000000;
	font-size: 2.5em;
	height: 3em;
	padding: 0 0 0 23px;
	text-decoration: none;
}

.billboard li a .extra {
	color: #a9a9a9;
	font-size: 0.5em;
}

.billboard li a:hover {
	background-image: url('../images/arrow-right-yellow.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}

.see-more {
	color: #057ab1;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 30px 0 0;
	text-decoration: none;
}

.next-arrow {
	background-image: url('../images/arrow-right-blue.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0 0 0 23px;
}

.partner-container {
	margin: 20px auto;
	min-height: 120px;
	width: 280px;
}

.partner-description {
	float: left;
	padding: 20px 20px 40px 20px;
	text-align: right;
}

.partner-logo {
	float: left;
}

.partner-logo img {
	padding: 10px 20px 10px 20px;
	vertical-align: middle;
}

#sidebar-content .partner-container .border {
	border-left: 1px solid #e1e1e1;
}

/* ----- FOOTER ----- */

#footer {
	border-top: 1px solid #e1e1e1;
	margin: 0 0 0 0;
	padding: 10px 30px 60px 0;
}

.footer-section {
	width: 300px
}

.copyright {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}

#footer .copyright .links {
	color: #000000;
	font-style: normal;
	margin: 0 0 0 15px;
}

.copyright .links a {
	color: #000000;
	text-decoration: none;
}

#footer .links {
	margin: 10px 0 10px 0;
	text-align: right;
}

#footer .links a {
	margin: 0 0 0 15px;
}

.creation {
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 10px;
}

.creation img {
	padding: 0 0 0 5px;
	vertical-align:middle;
}

/* ---- ALIGN CLASSES ---- */

.float-right {
	float:right;
}

.float-left {
	float:left;
}

img.float-right {
	margin: 0 0 1em 1em;
}

img.float-left {
	margin: 0 1em 1em 0;
}

img.centered {
	margin: 1em auto;
}

.clear {
	clear:both;
	height:0px;
}
.cms_newsletter_form  label {
	float: left;
	font-size: 1em;
	margin-right: 15px;
	padding-top: 5px;
	width: 65px;
}

.cms_newsletter_form div {
	height:40px;
}
.cms_newsletter_form div.message {
height: 125px;
}
.cms_newsletter_form textarea {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	height:100px;	
}
.cms_newsletter_form input, .cms_newsletter_form select, .cms_newsletter_form  textarea, .cms_newsletter_form .wysiwyg {
	padding: 6px;
	background: #f4f4f4 url(../images/bg-form-field.gif) top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
	font-size: 12px;
	width: 225px;
}

.cms_newsletter_form .button {
	background-color: #FFC20E;
	color: #ffffff;
	margin: 10px 80px;	width: 100px;
}

.cms_newsletter_form  .button:hover {
	text-decoration: underline;
}
.cms_newsletter_form fieldset{
  border: none;
}
.cms_newsletter_form legend{
  display: none;
}

.success, .cms_newsletter_form .success{
	background: #d5ffce url('../images/icons/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
	padding: 5px;
	margin-bottom: 10px;
	height: auto;
}

.cms_newsletter_form .error, .error {
	font-style:normal;
	padding: 10px 10px 10px 36px;
	position: relative;
	margin: 0 0 15px 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	width: 85%;
	background: #ffcece url('../images/icons/cross_circle.png');
	border: 1px solid #df8f8f;
	color: #665252;
	height: 20px;
	line-height:1.5;
}
.tab_holder{
  width: 644px;
}
.tab_holder .services{
  padding: 0;
}


img.left {
	float:left;
	margin: 0 1em 1em 0;
}

img.right {
	float:rigth;
	margin: 0 0 1em 1em;
}

.facebook_content{
	float: right; 
	font-size: 16px; 
	margin-top: 12px; 
	font-weight: bold; 
	color: 	#343434;
}

.fbimg{
	width: 24px; 
	height: 24px; 
	vertical-align: bottom;
}
