/* styles for overall layout 
----------------------------------------------------------------------------*/
* {margin: 0; padding: 0}

html, body {
  background-color: #013955;
  font-family: Helvetica, Arial,Verdana;
  font-size: 16px;
}

div#header, div#content, div#footer, div#side-column, div#main-column {
  /*border: 1px dotted gray;*/
  width: 900px;
  margin: 0 auto
}

div#header {
  position: relative;
  height: 120px;
  background: url(/images/header-background.gif) repeat-x;
}
div#header-bottom {
  line-height: 2px;
}

div#page_caption {
  padding: 10px 30px;	
  font-size: 32px;
  font-weight: bold;
  background-color: #DFEEF4;
}

div#content {
  position: relative;
  min-height: 600px;
  background-color: white;
}

div#side-column {
  float: right;
  padding: 20px 20px 20px 0px;
  width: 180px;
}

div#main-column {
  margin-right: 200px;
  padding: 20px;
  width: 660px;
  w\idth: 650px;/* fix for IE6 */
  left: 0;
}

div#footer {
  margin: 10px auto;
  color: gray;
  font-size: smaller;
}
div#footer a {
  color: gray;
}


/* styles for global typography and colors
----------------------------------------------------------------------------*/
p {
  margin: 10px 0;
}
h1 {margin: 0 0 20px 0; font-size: 32px;}
h2 {text-align: center; font-size: 20px;}
h3 {text-align: center; margin: 30px 0; font-size: 16px; text-align: left}
br.clear {clear: both; height: 1%}

.red {
  color: #c00;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}

.highlight {
  background-color: yellow;
}


/* styles for notice/error messages 
----------------------------------------------------------------------------*/
div.notice {
  margin: 1em 0;
  padding: 1em;
  background-color: #cfc;
  border: 1px solid #9c9;
}
div.error {
  margin: 1em 0;
  padding: 1em;
  background-color: #fcc;
  border: 1px solid #c99;
}


/* form styles
------------------------------------------------------------------------------*/
button, input[type=submit] {
  padding: 2px 5px;
}
div.user-form{
  width: 100%;
  margin: 20px auto;
}
div.form-field {
  margin-bottom: 10px;
}
div.form-field p {
  margin: 0;
}
div.form-field input[type=text], 
div.form-field input[type=password], 
div.form-field select {
  width: 300px;
}
div.formError, div.fieldWithErrors {
  display: inline;
  font-style: italic;
  color: red;
}
div.formError {
  margin-left: 1em;
}
div.fieldWithErrors input {
  border: 2px solid red;
}



/* style for elements within header section 
----------------------------------------------------------------------------*/
div#header img {
    float: left;
	border: none;
}

ul#nav-tabs {
	position: absolute;
	bottom: 0px; right: 0px;
	height: 40px;
	overflow: hidden;
}
ul#nav-tabs li{
    float: left; 
	list-style: none;
    display: block; 
	padding-left:10px;
	margin-right:5px;
    background: url(/images/tab-left.gif) top left no-repeat;
}
ul#nav-tabs li a {
    display: block;
    padding: 12px 20px 12px 10px;
    background: url(/images/tab-right.gif) top right no-repeat;
    text-decoration: none;
    color: white;
    font-size: 16px;
}
ul#nav-tabs li a:hover {
	text-decoration: underline;
}
ul#nav-tabs li.selected {
    background: url(/images/tab-left-selected.gif) top left no-repeat;
}
ul#nav-tabs li.selected a {
    background: url(/images/tab-right-selected.gif) top right no-repeat;
    color: black;
    font-weight: bold;
}

div#top_links {
    margin: 5px;
    float: right;
	font-size: small;
	color: white;
}
div#top_links a{ 
    color: white;
}

/* styles specific to home page 
------------------------------------------------------------------------------*/
h1.home-page {
    margin: 0 ;
 	text-align: center;
}
h2.sub-title {
    margin-top: 0;
	margin-bottom: 20px;
 	text-align: center;
	color: gray;
}	
h3.home-page {
    margin-bottom: 0;
	padding: 4px;
	background-color: #E1F6FE;
	border-bottom: 1px solid #B3E7FC;
	border-left: 1px solid #B3E7FC;
}
p.home-page {
	padding: 4px;
}

table#block_intros {
	width: 100%;
	margin: 5px auto;
	padding: 5px;
	background-color: #E1F6FE;
	border: 1px solid #B3E7FC;
	text-align: center;
}

table#block_intros td {
	margin: 20px;
	text-align: center;
}
table#block_intros td img{
	margin-top: 10px;
	border: 1px solid #B0C8B0;
}
table#block_intros th{
	background-color: #B3E7FC;
	color: #444;
	padding: 2px;
}
div.side-block {
	margin: 10px 0;
	padding: 4px;
	border: 1px solid #B3E7FC;
}
div.side-block h3 {
	margin: 0;
	padding: 4px;
	background-color: #0078AA;
	color: white;
}
.testimonial{
	text-align: right;
}
div.signup-block {
	margin-bottom: 10px;
	padding: 4px;
	background-color: #E1F6FE;
	border: 4px solid #B3E7FC;
	text-align: center;
	font-size: 12px;
}
div.signup-block h3 {
	margin: 0 auto;
	text-align: center;
	/*font-style: italic;*/
}

span.testimonial-content, 
span.testimonial-name{
	display: block;
	padding: 2px;
	font-style: italic;
	font-size: smaller;
	color: #333;
}
span.testimonial-name{
	text-align: right;
	font-size: smaller;
}
p.whatsnew {
	padding: 2px;
}
p.whatsnew br {
	line-height: 20px;
}
/* styles specific to help pages
------------------------------------------------------------------------------*/
div#faq-links {
	padding: 0 20px 20px 20px; 
	background-color: #E1F6FE;
	border: 1px solid #B3E7FC;
}
div#faq-links li {
	margin-left: 20px;
}
.faq-heading {
	text-decoration: underline;
}

/* styles specific to tour pages
------------------------------------------------------------------------------*/
div#tour-links {
	margin: 10px 0;
	padding: 5px;
	background-color: #E1F6FE;
	border: 1px solid #B3E7FC;
}

/* styles specific to sales copy 
------------------------------------------------------------------------------*/
table#feature-list {
  margin: 20px;
}
table#feature-list td {
  padding: 10px;
}
div.signup-link {
  margin: 20px 0;
  padding: 0 10px 10px 10px;
  border: 4px dotted #0078AA;
  text-align: center;
}
p.center img {
  border: 1px solid #999;
}
img.embed {
  float: left;
  margin-right: 10px;
  border: 1px solid #999;
}
img.embed-right {
  float: right;
  margin: 10px;
}
table#bonuses {
	font-size: smaller;
}
table#bonuses tr {
	border-bottom: 2px solid #666;
}
table#bonuses td.picture{
	width: 150px;
}
div.testimonials {
    margin: 0 20px;
	padding: 20px;
	border: 4px dotted yellow;
	background-color: #ffd;
	font-weight: bold;
}

/* styles specific to signup form
------------------------------------------------------------------------------*/
div#full-column {
  padding: 20px;
  left: 0;
}
div.user-form {
}
