/*
Theme Name: CIT Holidays 
Description: 
Version: 1 
*/

/*** Reset ***/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus { outline: 0; }
img { vertical-align: bottom; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*** Clearfix ***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.clear { clear: both; }

/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

/*** General Settings ***/
body { background: #e9eeef url(../images/bg-body.jpg) repeat-x; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 15px; }
p { margin: 0 0 15px 0; line-height: 18px; }
a { color: #185b8b; text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
	margin: 0px auto;
	width: 960px;
}

/***
Top
***/
#top {
	background: url(../images/bg-top.jpg) repeat-x;
	height: 45px;
}
#top ul {
	float: right;
	height: 22px;
	line-height: 22px;
	list-style-type: none;
	margin: 12px 0px 0px;
	padding: 0px;
}
#top ul li {
	border-right: 1px solid #bdc8cc;
	color: #546975;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
}
#top ul li.last {
	border-right: 0px none;
	margin-right: 0px;
	padding-right: 0px;
}
#top ul li.home a {
	background: url(../images/icons/icon-arrow-left-white.png) no-repeat scroll 0 50%;
	display: block;
	padding-left: 15px;
}
#top ul li a {
	color: #546975;
}
#top ul li a img {
	vertical-align: middle;
}

#top .login {

}
#top .login label {
	float: left;
	
	margin-right: 5px;
	vertical-align: middle;
}
#top .login .input-txt {
	background: #ffffff;
	border: 1px solid #c0c7c9;
	color: #5e6769;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 12px;
	margin-right: 5px;
	padding: 5px;
	width: 133px;
}
#top .login .input-btn {
	background: url(../images/buttons/btn-go.jpg) no-repeat;
	border: 0px none;
	float: left;
	font-size: 0px;
	height: 24px;
	line-height: 0px;
	text-indent: -9999px;
	width: 36px;
}



/***
Header
***/
#header {
	background: url(../images/bg-header.jpg) repeat-x scroll 0 100%;
	height: 120px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1001;
}

#logo {
	float: left;
	margin: 12px 0px 0px;
}

#header .phone {
	color: #175c8e;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin: 26px 0px 5px;
}

#main-menu {
	background: url(../images/bg-shadow.jpg) no-repeat scroll 0 0;
	float: right;
	height: 72px;
	list-style: none;
	margin: 0px -110px 0px 0px;
	padding: 0px 0px 0px 9px;
	position: relative;
	width: 850px;
	z-index: 1000;
 

    /*margin: 48px -110px 0px 0px;
	width: 720px;*/

}
#main-menu li {
	float: left;
	margin: 14px 0px 0px 5px;
	position: relative;
	z-index: 1001;
    margin-right: 0px;
}
#main-menu li.last {
	margin-right: 0px;
}
#main-menu li a {
	background: url(../images/bg-main-menu-item-right.png) no-repeat scroll 100% 0;
	color: #546975;
	display: block;
	float: left;
	font-size: 14px;
	padding-right: 4px;
}
#main-menu li a:hover,
#main-menu li.active a,
#main-menu li.sfHover a {
	background: url(../images/bg-main-menu-item-right-active.png) no-repeat scroll 100% 0;
	color: #ffffff;
	text-decoration: none;
}
#main-menu li a span {
	background: url(../images/bg-main-menu-item-left.png) no-repeat;
	cursor: pointer;
	float: left;
	display: block;
	height: 57px;
	line-height: 57px;
	padding: 0px 15px 0px 20px;
	text-align: center;
}
#main-menu li a:hover span,
#main-menu li.active a span,
#main-menu li.sfHover a span {
	background: url(../images/bg-main-menu-item-left-active.png) no-repeat scroll 0 0;
}
#main-menu li ul {
	border-color: #0d3855;
	border-style: solid;
	border-width: 1px 1px 0px;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 100%;
	width: 162px;
}
#main-menu li ul li {
	background: url(../images/bg-main-menu-dropdown.jpg) repeat-x!important;
	border-bottom: 1px solid #0d3855;
	float: none;
	margin: 0px;
	position: relative;
}
#main-menu li ul li a {
	background: url(../images/icons/icon-arrow-right.png) no-repeat scroll 97% 50%!important;
	color: #f1f7fb;
	float: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0px 10px;
	text-align: left;
	text-decoration: none;
}
#main-menu li ul ul {
	border: 0px none;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	display: block !important;
	visibility: visible !important;
}
#main-menu li ul ul li {
	
}
#main-menu li ul ul li a {
	padding-left: 20px;
}

/***
Main Body
***/
#main-body {
	min-height: 400px;
}

/***
Breadcrumbs
***/
#breadcrumbs {
	background: url(../images/bg-breadcrumbs.png) no-repeat;
	height: 40px;
	padding-bottom: 19px;
	position: relative;
	z-index: 1000;
}
#breadcrumbs h1 {
	color: #76a6c8;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	text-transform: uppercase;
}
#breadcrumbs ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
#breadcrumbs ul li {
	color: #76a6c8;
	float: left;
	margin-right: 5px;
}
#breadcrumbs ul li a {
	color: #ffffff;
	font-size: 14px;
	margin-right: 5px;
}
#breadcrumbs ul li a:hover {
	color: #76a6c8;
	text-decoration: none;
}
#breadcrumbs ul li.active a {
	color: #76a6c8;
}
#breadcrumbs p {
	color: #76a6c8;
	float: right;
	font-size: 18px;
	margin: 0px;
	padding: 10px 20px 0px 0px;
}
#breadcrumbs p strong {
	color: #ffffff;
}

/***
Banner
***/
#banner {	
	margin-top: -19px;
	position: relative;
}


#slider {
	height: 310px;
}
#slider .stage {
	height: 310px;
	position: relative;
}
#slider .pager .prev {
	left: 20px;
	margin-top: -36px;
	position: absolute;
	top: 50%;
	z-index: 100;
}
#slider .pager .next {
	right: 20px;
	margin-top: -36px;
	position: absolute;
	top: 50%;
	z-index: 100;
}

/***
Booking-tab
***/
#booking-tab {
	background: url(../images/bg-booking-tab-menu-item.jpg) repeat-x;
	margin-bottom: 2px;
    
}
#booking-tab-menu {}
#booking-tab-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
    background: url(../images/bg-booking-tab-menu-item.jpg) repeat-x;
}
#booking-tab-menu ul li {
	background: url(../images/booking-tab-menu-divider.jpg) no-repeat scroll 100% 0;
	float: left;
	padding-right: 2px;
}
#booking-tab-menu ul li.last {
	background: none;
}
#booking-tab-menu ul li a {
	background: url(../images/bg-booking-tab-menu-item.jpg) repeat-x;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 14px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	width: 135px;
}
#booking-tab-menu ul li a:hover,
#booking-tab-menu ul li.active a {
	background: url(../images/bg-booking-tab-menu-item-active.jpg) repeat-x;
	text-decoration: none;
}
#booking-tab-menu ul li a img {
	display: inline-block;
	margin: 0px 5px 5px 0px;
	vertical-align: middle;
}

.booking-tab-content-item {
	background: #1d3b4d;
	color: #76a6c8;
	display: none;
	overflow: hidden;
	padding: 20px;
} 
.booking-tab-content-item.active {
	display: block;
}

#booking-tab-content-item-1 {

}
#booking-tab-content-item-1 h1 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
}
#booking-tab-content-item-1 h1 img {
	vertical-align: middle;
}
#booking-tab-content-item-1 .column {
	float: left;
	margin-right: 15px;
}
#booking-tab-content-item-1 .column-4 {
	margin-right: 0px;
}
#booking-tab-content-item-1 .row {
	margin-bottom: 10px;
}
#booking-tab-content-item-1 .element {
	float: left;
	margin-right: 5px;
	min-width: 35px;
}
#booking-tab-content-item-1 label {
	float: left;
	width: 120px;
}
#booking-tab-content-item-1 .column-1 label {
    width: 75px;
	/*width: 60px;*/
}
#booking-tab-content-item-1 .column-2 label {
    width: 95px;
	/*width: 75px;*/
}
#booking-tab-content-item-1 .column-3 label {
	width: 100px;
}
#booking-tab-content-item-1 .column-4 label {
	width: 80px;
}
#booking-tab-content-item-1 .select {
	color: #5e6769;
	font-size: 11px;
	width: 140px;
}
#booking-tab-content-item-1 .select.small {
	width: 30px;
}
#booking-tab-content-item-1 .select.medium,
#booking-tab-content-item-1 .input-txt.medium {
	width: 70px;
}
#booking-tab-content-item-1 .element .select {
	margin-bottom: 5px;
}
#booking-tab-content-item-1 .input-txt {
	color: #5e6769;
	font-size: 11px;
}
#booking-tab-content-item-1 .input-btn {
	background: url(../images/buttons/btn-search.png) no-repeat;
	border: 0px none;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 0px;
	height: 30px;
	line-height: 0px;
	/*margin: 15px 0px 0px;*/
	text-indent: -9999px;
	width: 96px;
}

/***
Section
***/
.section {
	margin-bottom: 15px;
}
.section .main {
	float: left;
	width: 638px;
}
.section .side {
	float: right;
	width: 322px;
}

/***
Post Tab
***/
.post-tab {
	background: #f4f5f6;
	border: 1px solid #c7cfd2;
}
.section-1 .post-tab {
	height: 308px;
}
.section-2 .post-tab {
	height: 240px;
}
.post-tab-menu {
	background: url(../images/bg-post-tab-menu-item.jpg) repeat-x;
}
.post-tab-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.post-tab-menu ul li {
	background: url(../images/post-tab-menu-divider.jpg) no-repeat scroll 100% 0;
	float: left;
	padding-right: 2px;
}
.post-tab-menu ul li.last {
	background: none;
}
.post-tab-menu ul li a {
	border-bottom: 1px solid #a8afb1;
	color: #43545e;
	display: block;
	float: left;
	font-size: 14px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	width: 157px;
}
.post-tab-menu ul li a:hover,
.post-tab-menu ul li.active a {
	background: #fefefe;
	border-bottom: 0px none;
	height: 40px;
	text-decoration: none;
}
.post-tab-content {
	background: url(../images/bg-post-tab-content.jpg) repeat-x scroll 0 0;
	padding: 10px 20px 15px;
}
.post-tab-content h1 {
	font-size: 21px;
	margin-bottom: 10px;
}
.post-tab-content .image.fr {
	margin-left: 20px;
}
.post-tab-content p {
	margin-bottom: 10px;
}
.post-tab-content .more {
	
}
.post-tab-content .btn {
	margin-top: -20px;
}

.post-tab-content .post {}
.post-tab-content .post .item {
	width: 288px;
}
.post-tab-content .post .item .summary {
	float: left;
	color: #445762;
	width: 160px;
}
.post-tab-content .post .item .summary h2 {
	color: #185b8b;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.post-tab-content .post .item .preview {
	float: right;
	width: 112px;
}
.post-tab-content .post .item .preview img {
	margin-bottom: 15px;
}

/***
Contact Tab
***/
.contact-tab {
	background: #0e5283;
	height: 310px;
}
.contact-tab-menu {}
.contact-tab-menu ul {
	background: url(../images/bg-contact-tab-menu-item.jpg) repeat-x;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.contact-tab-menu ul li {
	background: url(../images/contact-tab-menu-divider.jpg) no-repeat scroll 100% 0;
	float: left;
	padding-right: 2px;
}
.contact-tab-menu ul li.last {
	background: none;
}
.contact-tab-menu ul li a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 158px;
}
.contact-tab-menu ul li a:hover,
.contact-tab-menu ul li.active a {
	background: url(../images/bg-contact-tab-menu-item-active.jpg) repeat-x;
	text-decoration: none;
}
.contact-tab-menu ul li a img {
	margin-right: 5px;
	vertical-align: middle;
}
.contact-tab-content {
	background: #0e5283;
	padding: 20px 20px 10px;
}

#contact-tab-content-item-1 {}
#contact-tab-content-item-1 p {
	margin-bottom: 8px;
}
#contact-tab-content-item-1 p.last {
	margin: 0px;
	padding-top: 8px;
}
#contact-tab-content-item-1 label {
	color: #ffffff;
	float: left;
	width: 70px;
}
#contact-tab-content-item-1 .input-txt {
	height: 12px;
	padding: 5px;
	width: 190px;
}
#contact-tab-content-item-1 .textarea {
	height: 80px;
	padding: 5px;
	width: 190px;
}
#contact-tab-content-item-1 a {
	color: #94c1e1;
	float: left;
}
#contact-tab-content-item-1 a span {
	color: #ffffff;
}
#contact-tab-content-item-1 .input-btn {
	background: url(../images/buttons/btn-enquire.png) no-repeat;
	border: 0px none;
	cursor: pointer; 
	float: right;
	font-size: 0px;
	height: 30px;
	line-height: 0px;
	width: 96px;
}

#contact-tab-content-item-1 .input-btn-subscribe {
	background: url(../images/buttons/btn-subscribe.png) no-repeat;
	border: 0px none;
	cursor: pointer; 
	float: right;
	font-size: 0px;
	height: 30px;
	line-height: 0px;
	width: 96px;
}

.latest-brochures {
	background: #0e5283;
	height: 242px;
}
.latest-brochures .title {
	background: url(../images/bg-latest-brochures-title.jpg) repeat-x;
	color: #ffffff;
	font-size: 14px;
	height: 41px;
	line-height: 41px;
	padding: 0px 20px;
}
.latest-brochures .title img {
	vertical-align: middle;
}
.latest-brochures .content {
	padding: 20px;
}

.latest-brochures .brochureslider {
	height: 160px;
	position: relative;
}
.latest-brochures .brochureslider .stage {
	height: 160px;
    margin-left:90px;
}
.latest-brochures .brochureslider ul {
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
.latest-brochures .brochureslider ul li {
	float: left;
	margin-right: 5px;
}
.latest-brochures .brochureslider .prev {
	left: -10px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}
.latest-brochures .brochureslider .next {
	right: -10px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}

.travel-agents {
	background: #0e5283;
}
.travel-agents .title {
	background: url(../images/bg-travel-agent-title.jpg) repeat-x;
	color: #ffffff;
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	padding: 0px 20px;
}
.travel-agents .title img {
	margin-right: 5px;
	vertical-align: middle;
}
.travel-agents .content {
	padding: 15px 20px 14px;
}
.travel-agents .content .column {
	width: 290px;
}
.travel-agents .content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.travel-agents .content ul li {
	color: #94c1e1;
	margin-bottom: 8px;
	min-height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.travel-agents .content ul li a {
	color: #94c1e1;
}
.travel-agents .content .brand {
	float: left;
	width: 120px;
}
/*.travel-agents .content .name {
	float: left;
	margin: 0px 5px;
	width: 150px;
}*/
.travel-agents .content .number {
	/*background: url(../images/icons/icon-arrow-right.png) no-repeat scroll 100% 50%;*/
	float: left;
	font-weight: bold;
	padding-right: 10px;
	width: 150px;
}

.travel-agents .content .column.fr .brand {
	width: 80px;
}
.travel-agents .content .column.fr .name {
	width: 110px;
}

/***
Contact Details
***/
.contact-details {
	background: url(../images/bg-contact-details.jpg) no-repeat;
	height: 191px;
}
.contact-details .title {
	color: #ffffff;
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	padding: 0px 20px;
}
.contact-details .title img {
	margin-right: 5px;
	vertical-align: middle;
}
.contact-details .content {
	
	padding: 15px 20px;
}
.contact-details .content dl {
	margin-bottom: 20px;
}
.contact-details .content dt {
	color: #94c1e1;
	
}

.contact-details .content  .email {
	color: #94c1e1;
	float: left;
	width: 70px;
}

.contact-details .content dd {
	color: #ffffff;
	margin-bottom: 5px;
}
.contact-details .content a {
	color: #ffffff;
	text-decoration: underline;
}
.contact-details .content p {
	color: #94c1e1;
}
.contact-details .content p span {
	color: #ffffff;
}

/***
Main Content
***/
.main-content {
	background: #f2f3f5 url(../images/bg-main-body.jpg) repeat-y scroll 100% 0;
	border-color: #c7cfd2;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	box-shadow: 0 0 5px #888;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;
	margin-bottom: 30px;
    
	
}

#main-content-1col {
	background: #ffffff url(../images/bg-content.jpg) repeat-x scroll 0 100%;
	border-color: #c7cfd2;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	box-shadow: 0 0 5px #888;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;
	margin-bottom: 30px;
	
}

.main-content-wide {
	background: #ffffff url(../images/bg-content.jpg) repeat-x scroll 0 100%;
	border-color: #c7cfd2;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	box-shadow: 0 0 5px #888;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;
	margin-bottom: 30px;
	
}


/*** 
Content
***/
#content {
	background: #ffffff url(../images/bg-content.jpg) repeat-x scroll 0 100%;
	color: #445762;
	float: left;
	min-height: 400px;
	padding: 15px;
	width: 609px;
}


.main-content-wide #content {
	width: 900px;
	
}


#content h1{
	font-family: 'HelveticaNeue-Light';
	color: #0e5283;
	font-size: 32px;
}
#content h1 .price {
	color: #f62807;
	font-size: 36px;
	font-weight: bold;
}
#content h1 .price sup {
	font-size: 22px;
	vertical-align: top;
}
#content h1 .price span {
	font-size: 22px;
}
#content h2 {
	color: #1d3b4d;
	font-size: 21px;
}
#content h3 {
	color: #185b8b;
	font-size: 12px;
	font-weight: bold;
}
#content ul {
	list-style: none;
	padding-left: 0px;
}
#content ul li {
	background:  url(../images/icons/icon-bullet.png) no-repeat scroll 0 50%;
	margin-bottom: 10px;
	padding-left: 25px;
}


#content .share {
	float: right;
	margin-top: 100px;
    width:350px;
}
#content .share .item {
	float: left;
	margin-right: 15px;
}
#content .share .item .title {
	color: #185b8b;
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
}
#content .share .item .links {
	border-right: 1px solid #aaadae;
	display: inline-block;
	height: 18px;
	padding-right: 10px;
}
#content .share .item .links.last {
	border-right: 0px none;
}

table {
	border: 1px solid #aaadae;
	margin-bottom: 20px;
}
table th { 
	background: #ced4d7;
	border-right: 1px solid #aaadae;
	border-bottom: 1px solid #aaadae;
	padding: 5px;
	text-align: left;
}
table td { 
	padding: 5px;
}



/***
Sidebar
***/
#sidebar {
	background: #0e5283 url(../images/bg-sidebar.jpg) repeat-x;
	float: right;
	min-height: 400px;
	padding: 15px 20px;
	width: 280px;
}

.widget-text {
	color: #f1f7fb;
}
.widget-text h1 {
	font-size: 21px;
}

.widget-gallery {
	margin-bottom: 35px;
}
.widget-gallery .preview img {
	border: 1px solid #3777a2;
	margin-bottom: 15px;
}
.widget-gallery .list ul {
	list-style: none;
	margin: 0px -20px 0px 0px;
	padding: 0px;
}
.widget-gallery .list li {
	float: left;
	margin: 0px 15px 15px 0px;
}
.widget-gallery .list img {
	border: 1px solid #3777a2;
}

.widget-contact {

}
.widget-contact h1 {
	color: #fcfcfd;
	font-size: 14px;
	margin-bottom: 25px;
}
.widget-contact label {
	color: #ffffff;
	float: left;
	width: 70px;
}
.widget-contact .input-txt {
	height: 12px;
	padding: 5px;
	width: 190px;
}
.widget-contact .textarea {
	height: 80px;
	padding: 5px;
	width: 190px;
}
.widget-contact .select {
	color: #445762;
	width: 202px;
}

.widget-contact .input-btn {
	background: url(../images/buttons/btn-enquire.png) no-repeat;
	border: 0px none;
	cursor: pointer; 
	float: right;
	font-size: 0px;
	height: 30px;
	line-height: 0px;
	width: 96px;
}

/***
Footer
***/
#footer {
	background: #1d3b4d url(../images/bg-footer.jpg) repeat-x;
	padding-top: 10px;
	min-height: 362px;
}

#sitemap {
	padding-top: 25px;
}
#sitemap .links {
	float: left;
}
#sitemap .links .column {
	float: left;
	margin-right: 15px;
	
}
#sitemap .links .column ul {
	list-style-type: none;
	margin: 0px 0px 20px;
	padding: 0px;
}
#sitemap .links .column ul li a {
	color: #f3f3f5;
	font-size: 14px;
}
#sitemap .links .column ul li a:hover {
	color: #76a6c8;
}

#sitemap .links .column ul ul  {
	margin-top: 10px;
}
#sitemap .links .column ul ul li {
	margin-bottom: 3px;
}
#sitemap .links .column ul ul li a {
	color: #76a6c8;
	font-size: 12px;
}
#sitemap .links .column ul ul li a:hover {
	color: #76a6c8;
}
#sitemap .links .column.last {

}

#sitemap .connect {
	background: url(../images/divider-vertical.jpg) repeat-y scroll 0 0;
	float: left;
	min-height: 150px;
	padding-left: 30px;
}
#sitemap .connect ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sitemap .connect ul li {
	color: #76a6c8;
	margin-bottom: 10px;
}
#sitemap .connect ul li a {
	color: #76a6c8;
}
#sitemap .connect ul li a img {
	float: right;
}


#footer .info {
	background: url(../images/divider-horizontal.jpg) repeat-x;
	font-size: 11px;
	margin-top: 20px;
	padding: 20px 0px;
	text-align: center;
}
#footer .info p {
	margin-bottom: 5px;
}
#footer .info .address {
	color: #76a6c8;
	margin-bottom: 20px;
}
#footer .info .copyright {
	color: #2d6a97;
}


/***
Fonts
***/
@font-face {
	font-family: 'HelveticaNeue-Light';
	src: url('../fonts/helveticaneuelight/helveticaneuelight.eot');
	src: url('../fonts/helveticaneuelight/helveticaneuelight.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/helveticaneuelight/helveticaneuelight.woff') format('woff'),
			 url('../fonts/helveticaneuelight/helveticaneuelight.ttf') format('truetype'),
			 url('../fonts/helveticaneuelight/helveticaneuelight.svg#helveticaneuelight') format('svg');
	font-weight: normal;
	font-style: normal;
}


ul.subTabMenu {
    list-style-type:none;
    margin:0px;
}

ul.subTabMenu li {
    display:inline;
}

ul.subTabMenu li a {
    color:white;
    text-decoration:underline;
}



.blogTable table {
	border: 0;
	margin-bottom: 0px;
}
.blogTable table th { 
	background: 0;
	border: 0;
		padding: 5px;
	text-align: left;
}
.blogTable table td { 
	padding: 5px;
}

.blogTable h1
{
    font-size: 24px;
color: #31859b;
}
