/* -- ReefIT CSS    by Damian's Design - damian@damiansdesign.com	--	*/
/* 	  Created: 		Mar 2010         									*/


/* ---------- ::Defaults:: --------------------- */

@font-face {  
	font-family: 'Century Gothic';  
	src:    url("../fonts/Century_Gothic.ttf");  
} 

html { font-size: 12px; }

body
{
	color: #000;
	font-family: 'Century Gothic';
	font-size: 13px;
	line-height: 15px;
	background-color: #006FBF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

div.spacer {clear: both; height: 1px;}
div.spacer-med {clear: both; height: 30px;}

/* ---------- ::Typography:: ------------------- */


address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: .3em ;}
h1 {font-size:2em; color: #9D854F; padding: 8px 0 0 0; }


h2
{
	font-size: 20px;
	line-height: 24px;
	margin: 10px 0 20px 25px;
	color: #366AE9;
	padding: 0 0 5px 0;
}

h2.main {
	font-size: 24px;
	line-height: 36px;
	margin: 0px 0 20px 10px;
	color: #0038A7;
	padding: 20px 0 10px 40px;
	background-image: url(../images/heading-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

h3
{
	font-size: 16px;
	color: #0071BC;
	margin: 10px 0 8px 25px;
	padding: 0;
	text-transform: uppercase;
}


h4 {
	font-size:1.0em;
	margin: 20px 0 8px 25px;
}



address  {font-size:12px;}
pre {font-size: 12px;}
blockquote {font-size: 12px; margin-left: 10px; width: 90%; font-style: italic; text-align: center;}


p {
	font-size: 13px;
	margin: 0px 45px 15px 45px;
	padding: 0px;
	line-height: 18px;
	text-align: justify;
	text-transform: none;
}

.right p {text-align: right;}


p.emph-services {
	font-size:1.0em;
	margin: 20px 0 8px 25px;
 	font-weight: bold;
	color: #0071BC;
}

p.emph {
	font-size: 14px;
	font-weight: bold;
	color: #0038A7;
}

.contact strong {color: #0071BC;}

/* ---------- ::Links:: ------------------------ */

a 			{text-decoration: underline; color: #7688BB;}
a:hover 	{text-decoration: none; color: #0056AA;}
a:visited 	{text-decoration: none; }
a img 		{border:none;}

/* ---------- :: Tables :: --------------------- */

div.table-wrap {
	display: block;
	margin: 10px 0 10px 20px;
	padding: 0px;
	width: 410px;
	position: relative;
}

#main table  {
	position: relative;
	width: 400px;
	border: none;
	padding-left: 10px;
}

table#contact
{
	position: relative;
	width: 380px;
	height: 70px;
	margin: 20px 0 40px 30px;
	padding: 0px;
			box-shadow: 0 5px 10px #ccc;
	   -moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;
	z-index: 10;
}

table#contact td
{
	background-color: #EDF0F8;
	text-align: left;
	vertical-align: middle !important;
	padding-left: 8px;
	margin: 0px;
}

table#contact td a {
	font-size: 13px;
	color: #0056AA;
}

table#contact td a:hover { color: #7688BB; }

#main table.right-pane {margin-left: 30px;}

#main td
{
	border-spacing: 1px;
	text-align: center;
	background-color: #F5F5F5;
	width: 200px;
	height: 20px;
	color: #0056AA;
	line-height: 18px;
	padding: 0 5px;
}

#main th
{
	background-color: #0056AA;
	color: #fff;
	height: 25px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
}

#main tr.row-b td
{
	background-color: #E9E9FF;
	color: #0056AA;
	text-align: center;
}

#main td.col1 {
	background-color: #0056AA;
	color: #fff;
	font-weight: bold;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

#main td.col2 {
	text-align: left;
	margin-left: 15px;
	width: 350px;
}



/* ---------- :: List Syles :: ----------------- */

#main ul
{
	list-style-image: url(../images/bullet.jpg);
	list-style-type: none;
	width: 500px;
	margin: 20px 0 20px 40px;
}

#main li
{
	padding-left: 5px;
	line-height: 20px;
	font-size: 13px;
	text-align: left;
	color: #0063A6;
}


#main ul.uppercase li {
	text-transform: uppercase;

}


div#home-points ul {
	width: 350px;
	margin: 30px 0 20px 0px;
}

div#home-points li {
	line-height: 35px;
	font-size: 19px;

}

/* ---------- ::Layout:: --------------------- */


#wrap {
	position: relative;
	width: 910px;
	top: 0px;
	margin: 0 auto;
}

#home-points {
	width: 400px;
	float: right;
}

#home-points .box
{
	width: 350px;
	height: 50px;
	margin: 10px 0 10px 0;
	background-color: #CAE4F9;
	display: block;
}

.box span {
	font-size: 19px;
	line-height: 50px;
	margin-left: 20px;
	font-weight: bolder;
}

.top {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-topleft: 8px;
	-webkit-border-radius-topright: 8px;
}

.bottom {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomright: 8px;
}

/* ---------- ::Layout Images:: --------------------- */

div.img-right {
	position: relative;
	right: 45px;
	top: 0px;
	float: right;
	padding-left: 60px;
}

.home-ban {
	position: relative;
	height: 400px;
	width: 820px;
	margin: 30px auto;
}

/* ---------- :: Header :: ------------------- */

#header
{
	position: relative;
	margin: 10px auto 0px auto;
	height: 195px;
	width: 910px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}

#header-logo {
	position: relative;
	width: 400px;
	height: 102px;
	top: 35px;
	left: 30px;
}

#header-call h2
{
	position: absolute;
	top: 0px;
	right: 30px;
	width: 300px;
	line-height: 30px;
	font-size: 21px;
	color: #0038A7;
	text-align: right;
}

#remote-download a{
	position: absolute;
	width: 200px;
	height: 120px;
	right: 30px;
	top: 50px;
}

/* --------- :: nav bar :: -------------------- */

#nav {
	width: 910px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	display: block;
	clear: both;
}

ul#menu 
{
	height: 30px;
	width: 600px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 15px;
	
}

ul#menu li {
	padding: 0 15px ;
	float: left;
	margin: 0px;
}


ul#menu, #remote, a   {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding: 0px;
	text-decoration: none;
	border: none;	
}


#remote a {
	position: absolute;
	height: 30px;
	top: 0px;
	right: 75px;
}

ul#menu, #remote, a:hover { color: #BAD4FE; }

/*
ul#menu  a.current  {
	border-bottom: 5px solid #FFF;
	-moz-border-radius: 3px 0 3px 3px ;
	-webkit-border-radius: 3px 0 3px 3px ;
}
*/

/* --------- :: main content :: -------------------- */

#main
{
	position: relative;
	top: 0px;
	margin: 0 auto;
	height: 640px;
	width: 910px;
	background-image: url(../images/main-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}

#main.grow
{
	position: relative;
	top: 0px;
	margin: 0 auto;
	height: auto;
	background-color: #fff;
	width: 900px;
	padding: 0px;
}

#grow-bottom {
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: 910px;
	height: 50px;
	background-image: url(../images/main-bg-bott.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;

}

div.float-left {
	float: left;
	margin-right: 20px;
}

.quote-top
{
	position: relative;
	width: 900px;
	height: 32px;
	margin: 0 auto;
	background-image: url(../images/quote_top.jpg);
	background-repeat: no-repeat;
}

.quote-mid
{
	position: relative;
	width: 900px;
	margin: 0 auto;
	min-height: 40px; 
	background-image: url(../images/quote_mid.jpg);
	background-repeat: repeat-y;
}

div.quote-mid  p{
	margin: 0px;
	padding:5px 80px !important;
}


.quote-bottom
{
	position: relative;
	width: 900px;
	height: 120px;
	margin: 0 auto;
	background-image: url(../images/quote_bott.jpg);
	background-repeat: no-repeat;
}

.quote-bottom p.sig {
	padding: 40px 0 0 100px;
	font-size: 13px;
	color: #0063A6;
	
}

div.map {
	position: relative;
	display: block; 
	float:right;
	margin: 0 50px 0 20px;
			box-shadow: 0 5px 10px #ccc;
	   -moz-box-shadow: 0 5px 10px #ccc;
	-webkit-box-shadow: 0 5px 10px #ccc;	
}

div.partner {
	width: 820px;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #0038a7;
}

div.partner img
{
	position: relative;
	float: left;
	padding-right: 40px;
}

div.partner p {
	margin-left: 20px;
}

/* --------- :: jquery tools tabs :: -------------------- */


#tab-wrap {
	width: 90%;
	margin: 0 auto;
}

div.panes div.pane-content
{
	position: absolute;
	display: block;
	padding: 15px 10px;
	border: 1px solid #999;
	border-top: 0;
	height: 450px;
	width: 798px;
	font-size: 14px;
	background-color: #fff;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}

.pane-content 	a 			{text-decoration: underline; color: #7688BB;}
.pane-content 	a:hover 	{text-decoration: none; color: #0056AA;}


/* --------- :: footer :: -------------------- */

#footer {
	position: relative;
	top: 5px;
	width: 910px;
	left: 0px;
}

#footer p {color: #fff; font-size: 12px;}

#footer a {font-size: 12px;}

#footer-left {
	position: relative;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

#footer-right {
	position: relative;
	width: 300px;
	float: right;
}

#footer-right p {
	text-align: right;
}