/*prevent div from collapsing - clearing a float*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*//////////////////////////////////////////////*/
.clear{
	clear:both;
}
#header img {
	float:right;
}
#header ul {
	float:left;
	margin:0;
	list-style-type: none;
	padding: 130px 0 0 0;
}
#header ul li {
	background-image:none;
	display: inline;
	padding:0;
	margin-left:10px;
}
#header ul li a {
	padding: 0px 5px 0px 5px;
	color: #000000;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-weight: bold;
	text-decoration: none;
}
#header ul li a.first {
	padding: 0 10px 0 10px;
}
#header ul li a.end {
	padding: 0 10px 0 10px;
}
#header ul li a:hover {
	color: #5BB3F2;
}
#header ul li.active a {
	color: #0E609F;
}
#header ul li.active a.first {
	padding: 0 10px 0 10px;
	color: #0E609F;
}
#header ul li.active a.end {
	padding: 0 10px 0 10px;
	color: #0E609F;
}
p.intro {
	color:#333;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size:17px;
}
#leftcol h2 {
	font-size:12px;
	color:#577F57;
}
/*sidebar specific
-----------------*/  
#rightcol ul{
	margin-top:10px;
}
#rightcol li{
	background-image:url(images/tick.gif);
	padding:12px 10px 4px 25px;
	margin-left:30px;
	font-size:14px;
}
#rightcol h2 {
	margin-top:0;
	padding-left:30px;
}
#rightcol p {
	padding:0 30px;
}
a.special {
	background-image:url(images/link-arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	font-weight:bold;
}
#specials {
	
}
.smallshadow {
	background-image:url(images/small-shadow.jpg);
	background-repeat:no-repeat;
	padding-bottom:30px;
}
.bigshadow {
	background-image:url(images/big-shadow.jpg);
	background-repeat:no-repeat;
	padding-bottom:30px;
}
#specials h2{
	padding-top:20px;
	padding-bottom:5px;
	margin-bottom:0;
}
#specials p{
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.3;
}
#specials p.title{
	color:#1765A7;
	font-size:20px;
	width:200px;
	margin:0px;
}
/*footer specific*/
.footerleft {
	float:left;
}
.footerleft p{
	color: #ffffff;
	padding:6px 10px 0 10px;
	font-size:11px;
	margin-top:20px;
}
.footerleft a:link, .footerleft a:visited, .footerleft a:hover {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
.footerright {
	float:right;
}
.footerright p{
	color: #fff;
	padding:6px 10px 0 10px;
	font-size:11px;
	margin-top:20px;
}
.footerright a:link, .footerright a:visited, .footerright a:hover {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}


/*contact page*/
table#contact {
	margin-top:10px;
	width:400px;
}
table#contact td {
	color:#333333;
	font-size:12px;
	padding:8px;
	vertical-align:top;
}
table#contact th {
	font-weight:bold;
	padding:8px;
	text-align:left;
	vertical-align:top;
}


.thumbnail {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;

}
.thumbnail img{
	border:2px solid #B5CCAA;
	padding:5px;
}
.caption {
	font-size:10px;
	font-style:italic;
	margin-top:5px;
	margin-bottom:5px;
}

p.more {
	margin-top: 0;
	text-align:right;
}
p#downloads {
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
}
#downloads a{
	background-image:url(images/pdf.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-bottom:6px;
	padding-left:20px;
}
.spec-ind {
	padding-bottom:10px;
}
.spec-ind h3 {
	color:#333;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size:17px;
	margin-top:15px;	
}
.spec-ind p {
	margin-top:0px;
}
table.rates {
	clear:right;
	width:100%;
	border-collapse:collapse;
	border:1px solid #cccccc;
	margin-bottom:15px;
}
table.rates thead tr th{
	background:#EFF8FF;
	padding:2px;
	width: 27%;
}
table.rates thead tr td{
	background:#EFF8FF;
	padding:5px;
	border-bottom:1px solid #EFEFEF;
}
table.rates tbody tr td{
	padding:5px;
}
table.rates tbody tr th{
	padding:5px;
	width:50%;
}
.small {
	font-size:11px;
}
p.standout { 
	padding: 0 30px;
}
blockquote {
	background:transparent url(images/quoteleft.png) no-repeat left top;
	display:block;
	padding-left:15px;
	margin-right:25px;
	margin-left:25px;
}
blockquote div {
	background:transparent url(images/quoteright.png) no-repeat right bottom;
}
#rightcol blockquote p{
	padding:5px 10px;
	width:200px;
}
