﻿/* FRAMEWORK */

 .red    {
              color: red;
              border: 0;
            }

    .green  {
              color: green;
              border: 0;
            }

    .white {
              color: white;
              border: 0;
            }

    .white   {
              color: white;
              border: 0;
             }
             
body {
	margin: 0;
	background: url(images/body-background.jpg);
	font-family: Helvitica, Arial, Sans-serif;
	font-size: 82%;
}

#container {
	width: 795px;
	background: url(images/container-background.jpg);
}

#header {
	height: 221px;
	width: 795px;
}

#content 
{
	float: left;
	width: 621px;
	background: url(images/content-background.jpg) right top no-repeat;
}

#sidebar {
	float: left;
	width: 159px;
	background: url(images/chest-bottom.jpg) top no-repeat;
	background-position: top left;
	padding-top: 75px;
	text-align: right;
	font-size: 0.9em;
}

#footer {
	float: left;
	height: 90px;
	width: 795px;
	position: relative;
	margin-top: 8em;
	background: url(images/footer-background.jpg) no-repeat;
}
#GeoTrust {
position: absolute;
left: 340px;
top: 5px;
width: 140px;
height: 20px;
}

/* GENERAL TAGS */

br.cleardiv {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
  color:#18489D;
	text-decoration: none;
}

a:hover {
	color: #18489D;
	text-decoration: underline;
}

img {
 border: none;
 }

.cen {
  text-align: center;
}

.small {
  font-size: 0.8em;
} 

.red {
  color:red;
}	

.rt {
  text-align:right;
}

.top {
  text-align:right;
	font-style:italic;
	padding-top:0;
	margin-top:0;
}	
	
/* HEADER */

#header #title {
	background: url(images/header-title.jpg);
	width: 621px;
	height: 65px;
	float: left;
}

#header #title h1, #header #title h2 {
	display: none;
}

#header a#contact-us {
	display: block;
	float: left;
	width: 174px;
	height: 65px;
	background: url(images/header-contact-us.jpg);
	text-indent: -6000px;
}

#header a#contact-us:hover {
	background: url(images/header-contact-us-over.jpg);
	text-decoration: none;
}


#header #beach {
	float: left;
	width: 634px;
	height: 128px;
	background: url(images/header-beach.jpg);
}
 #header-right {
	float: left;
	width: 161px;
	height: 128px;
	background: url(images/header-right.jpg);
}

#header-right a#apply-now {
	display: block;
	width: 161px;
	float: left;
	height: 34px;
	background: "/images/header-apply-now.jpg";
	text-indent: -6000px;
	
}

#header-right a#apply-now:hover {
	background: "images/header-apply-now-over.jpg";
	text-decoration: none;
}

#header-right a#email {
	display: block;
	float: left;
	width: 150px;
	height: 33px;
	background: url(images/header-email-friend.jpg);
	text-indent: -6000px;
}

* html body #header-right a#email {
	float: left;
	float: none;
}

#header-right a#email:hover {
	background: url(images/header-email-friend-over.jpg);
	text-decoration: none;
}

#header-right a#home {
	display: block;
	width: 161px;
	float: left;
	height: 34px;
	background: url(images/header-home.jpg);
	text-indent: -6000px;
}

#header-right a#home:hover {
	background: url(images/header-home-over.jpg);
	text-decoration: none;
}

#header-right div#spacer {
	width: 161px;
	height: 33px;
	float: left;
	background-color: #73A4A8;
	background: url(images/spacer-bg.jpg);
}

#header-right #chest {
	float: left;
	height: 61px;
	width: 161px;
	background: url(images/header-chest.jpg);
}

body#process div#header-right div#chest {
	margin-top: 67px;
}

#header #nav-holder, #header #header-holder{
	float: left;
	width: 795px;
	height: 28px;
	background: url(images/nav-background.jpg);
}

/* CONTENT */

#content div.padded {
	padding: 10px 50px 25px 25px;
}

#content h1 {
	color: #18489D;
	font-size: 1.35em;
	font-weight: normal;
}

#content h2 {
	color: #18489D;
	font-size: 1.2em;
	font-weight: normal;
}

#content h3 {
	color: #18489D;
	font-size: 1.1em;
	font-weight: normal;
}

#content ul {
	list-style-image: url(images/bullet.jpg);
	line-height: 1.5em;
}

/* SIDEBAR */

#sidebar div.padded {
        margin: 0 15px 15px 5px;
}

#sidebar ul {
         list-style-type: none;
        padding: 0;
        margin: 0;
        color: #4277D6;
}

#sidebar ul li {
         background-image: url(images/square.gif);
         background-repeat: no-repeat;
         background-position: 100% 0;
        padding: 0 10px 0 0;
        margin: 0;
}

#sidebar .big-grey {
        font-size: 1.1em;
         font-weight: bold;
        color: #5D5E60;
}

#sidebar h2 {
        height: 25px;
        width: 148px;
         background-repeat: no-repeat;
         background-position: top right;
        margin: 20px 0 20px 3px;
}

#sidebar h2 span {display:none;}

h2#related-pages {
         margin-top: 0;
         background-image: url(images/related-pages.jpg);
}

h2#special-offers {
         background-image: url(images/special-offers.jpg);
}

h2#compliments {
         background-image: url(images/compliments.jpg);
}

/* FOOTER */

#footer p {
	font-size: 0.9em;
	text-align: right;
	color: white;
	padding: 0;
	margin: 58px 35px 0 0;
	
}

/* TABLE STYLES */

table {
	line-height: 1.5em;
	border-collapse: collapse;
	}

table.center {
  margin-left:auto;
	margin-right:auto;
	}	

tr.blue th {
	background: #C4DCD7;
	padding: .3em .5em .3em .5em;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: .25em;
	}

td.width {
	width: 190px;
	}

td.adj {
	border-left: 1px solid #CCC;
	}
	
.fld {
  border: 1px solid #7F9DB9;
	}	
	
/*-------------------

NAVIGATION AND DROP DOWNS

--------------------*/

#nav-holder {
	width: 100%;
	height: 28px;
}

ul#nav{ 
	clear: left; 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px;
	position: absolute;
	top: 192px; 
	width: 650px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

div#nav-holder ul#nav li { 
	display: block; 
	float: left; 
}

div#nav-holder ul#nav li span { 
	border-right: 0; 
	margin-top: 1px; 
	border-bottom: 1px solid #fff; 
	display: block; 
	background-color: transparent;	
}

div#nav-holder ul#nav li a	{
	 line-height: 28px;
	 padding-left: 8px;
	 padding-right: 8px; 
	 display: block;  
	 color: #18489D; 
	 text-align: center; 
	 text-decoration: none; 
}

div#nav-holder ul#nav li a:hover {
	 background-color: #E2E7E0;
	 color: #4277D6; 
}


div#nav-holder ul#nav ul {
	 margin: 0px;
	 padding: 0px; 
	 list-style-type: none; 
	 text-align: left; 
	 width: 200px; 
	 position: absolute; 
	 border-left: 1px solid #fff; 
	 border-right: 1px solid #fff; 
	 overflow: hidden; 
}

div#nav-holder ul#nav ul li { 
	background-color: #C8D9D1;
	margin: 0px; 
}

div#nav-holder ul#nav ul li span { 
	border-right: 0;
	border-top: 0; 
	border-bottom: 1px solid #fff; 
	width: 200px;
	margin: 0px; 
}

div#nav-holder ul#nav ul li span a	{ 
	width: 200px; 
	text-align: left;
	margin: 0px;  
	padding-left: 5px;
}

div#nav-holder #menu1Content, div#nav-holder #menu7Content, div#nav-holder #menu4Content, div#nav-holder #menu5Content, div#nav-holder #menu6Content { 
	display: none; 
	z-index: 10; 
	height: 0px;
	margin: 0;
	position: absolute;
	top: 28px;
}

