﻿body {
	background-image: url('images/page-bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #0F294E;
	font-family: "Lucida Bright";
	font-size: 10pt;
	color: #4D4D4D;
}
/* FONTS */

a:link {
	font-family: Georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px navy dotted;
	color: navy;
}

a:visited {
	font-family: Georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px navy dotted;
	color: navy;
}

a:hover {
	font-family: Georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px #FF0000 dotted;
	color: #FF0000;
}

a:active {
	font-family: Georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px navy dotted;
	color: navy;
}


h1 {
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	color: #091a42;
	border-bottom: 1px #091a42 dotted;
	padding: 5px;
}

h3 {
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #091a42;
	padding: 5px 0 5px 0;
	margin: 0;
	
}

.bodytext {
	font-family: Georgia;
	font-size: 10pt;
}

.subtitle {
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #091a42;

}

.pagetitle {
	font-family:"Lucida Bright";
	font-size: 30pt;
	font-weight: bold;
	color: #091C46;
	text-align: left;
	padding-left: 50px;
	margin-top: 40px;
}

.caption {
/*block level paragraph automatically fills container, so no width is needed*/
text-align:center;
background: #E5F2FF;
font-size:90%;
color: #000;;
width: 200px;
float: left;
} 

.red {
	font-family: "Lucida Bright";
	font-weight: bold;
	font-size: 10pt;
	color: red;
	border-bottom: 1px red dotted;
}

.required {
	font-family: "Lucida Bright";
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	
}

/* DIVS */

#maincontainer {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px navy solid;
	border-right: 1px navy solid;
	border-bottom: 1px navy solid;
	
}

#menu {
	width: 900px;
	background-color: #000;
	height: 69px;
}

#header1 {
	width: 900px;
	background-color: #091c46;
	height: 100px;
	float: left;
}

#header2 {
	height: 102px;
	width: 900px;
	background-image: url('images/header_2.jpg');
	background-repeat: no-repeat;
	float: left;
}

#headermain {
	width: 900px;
	background-image: url('images/fathom1_02.jpg');
	background-repeat: no-repeat;
	height: 250px;
	float: left;
}

#gallerytop {
	width: 750px;
	margin-left: 20px;
	border: 1px #C9D7F8 dotted;
	padding: 5px;
	float: left;
	margin-top: 25px;
	overflow: auto;
	font-family: "Lucida Bright";
	font-size: 12pt;
	font-weight: 400;
}

#leftcol {
	width: 600px;
	margin-left: 20px;
	border: 1px #C9D7F8 dotted;
	padding: 5px;
	float: left;
	margin-top: 25px;
	overflow: auto;
}

#rightcol {
	width: 225px;
	margin-left: 25px;
	border: 1px navy solid;
	background-color: #F2F2F2;
	float: left;
	padding: 5px;
	font-family: Georgia;
	font-size: 10pt;
	margin-top: 25px;
	overflow: auto;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-topleft: 0.5em;
}

#footer {
	height: 150px;
	width: 900px;
	float: left;
	background-color: #fff;
	background-image: url('images/footer-bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-family: Georgia;
	font-size: 10pt;
	vertical-align: bottom;
	}

#clear {
	clear: both;
}

#contentarea {
	width: 800px;
	float: left;
	overflow: auto;
	margin-left: 50px;
}

#leftcol2 {
	padding: 0 20px 0 20px;
	width: 850px;
	overflow: auto;
}

#gallerycol {
	
	width: 800px;
	overflow: auto;
	margin-left: 50px;
}

#specgallery {
	width: 500px;
	overflow: auto;
	margin-left: 25px;
}

#homemain {
	width: 400px;
	text-align: left;
	float: left;
	font-family: "Lucida Bright";
	font-size: 10pt;
	color: #4D4D4D;
	line-height: 1.2em;
}

#homewide {
	width: 825px;
	border-top: 1px #EFEFEF dashed;
	border-bottom: 1px #EFEFEF dashed;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	overflow: auto;
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #dadfe4;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 0.5em;
}

#video {
	float: left;
	width: 350px;
	margin: 5px 20px 5px 20px;
}

#list {
	width: 550px;
	background-color: #E8F3FF;
	border: 1px #999999 dashed;
	padding: 10px;
	overflow: auto;
	margin-top: 15px;
}

#gallery {
	width: 160px;
	background-image: url('images/gallery-bg.jpg');
	background-repeat: repeat-x;
	padding: 5px;
	
	float: left;
	border: 1px #808080 solid;
	margin: 20px 0 20px 20px;
	position: relative;
}

#specsgallery {
	width: 210px;
	background-image: url('images/gallery-bg.jpg');
	background-repeat: repeat-x;
	padding: 5px;
	float: left;
	border: 1px #808080 solid;
	margin: 20px 0 20px 20px;
	position: relative;
}
/* LISTS */

dt {
	font-family: Georgia;
	font-weight: bold;
	font-size: 12pt;
	color: navy;
	padding-bottom: 5px;
	border-bottom: 1px #999999 dotted;
}

dd {
	font-family: Georgia;
	font-size: 10pt;
	background-color: #E3E3D5;
	border-bottom: 1px #C0C0C0 dotted;
	padding: 3px;
}

ul.gallery {
	width: 600px;
	list-style-type: circle;
	display: inline;
	margin: 5px;
	
}

ul.gallery li {
	width: 250px;
	line-height: 1.5em;
	float: left;
	
	
}

ul.specs {
	width: 550px;
	list-style-type: square;
	display: inline;
	margin: 5px;
}

ul.specs li {
	width: 250px;
	float: left;
	line-height: 1.5em;
	margin-left: 5px;
}

blockquote {
	width: 225px;
	font-family: "Lucida Bright";
	font-size: 9pt;
	font-style: italic;
	line-height: 1.5em;
	border-bottom: 1px #C0C0C0 dotted;
	border-top: 1px #c0c0c0 dotted;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#E9E9E9;
	margin: 0px;
	
}

blockquote p:before {
	content: open-quote;
	font-size: 14pt;
}

blockquote p:after {
	content: close-quote;
	font-size: 14pt;
}


img.pics {
	padding: 4px;
	background-color: #EFEFEF;
	border: 1px #336699 solid;
	float: left;
	
	margin-right: 10px;
}

img {
	border-style: none;
}

legend {
	font-family: "Lucida Bright";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	padding: 3px;
	color: #091C46;
}

/* Date Picker */


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* Ajax Form Elements */
/* 
 * Input Styles 
 */
input,
textarea,
select {
  padding: 3px;
  font-family: Veranda, sans-serif;
  font-size:14px;
  color: #666;
  background: #fff url(grad.png) repeat-x;
  border: 1px solid #999;
  margin:2px;
}

input:focus,
textarea:focus,
select:focus {
  color: #333;
  background: #fff url(grad.png) repeat-x;
  border: 1px solid #999;
}

input.button {
  color: #555;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}

/* 
 * Livevalidation Styles 
 */
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#999;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #999;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}


