/* CSS Stylesheet for Jen Fletcher */
/* Author: Jen Fletcher, http://www.jenfletcher.com */

/* ---- HTML & Body Information ---- */
html,body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

* html body
{
	text-align: center;
}

img {
	border: 0;
}

body {
	background: #13628a;
}

#pageContainer {
	min-height: 100%;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -50px;
	padding-left: 0px;
	text-align: left;
	width: 800px;
	position: relative;
	background: #FFFFFF;
}
	
* html #pageContainer {
	height: 100%;
	text-align:left;
	margin:0 auto;
}

div#footer {
	clear: both;
	text-align: center;
	height: 50px;
	margin: 0;
	padding: 0px;
	width: 100%;
}

div#innerfooter {
	width: 800px;
	margin: auto;
}

div#clearfooter {
	clear: both;
	height: 50px;
}


/* ---- Easy Clearing Method ---- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

/* ---- Header area ---- */
div#header {
	width: 800px;
	margin: 0 0 0 0;
	height: 150px;
	line-height: 150px;
	text-align: center;
}

div#navigation {
	clear: both;
	margin: 0;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	background: #00da24;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: right;
}

div#navigation a:link,
div#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

div#navigation a:hover {
	color: #006699;
}

/* ---- Content area ----*/
div#contentarea {
	clear: left;
	padding: 10px 0 0 0;
	font-size: 0.9em;
}

div#sidebar {
	clear: both;
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 250px;
}

div#sidebar .sheading {
	background: url(/images/h1-gradient.gif) top left repeat-x;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #006699;
}

div#content {
	float: right;
	margin: 0px 10px 0 0;
	padding: 0;
	width: 500px;
}

div#content .cheading {
	background: url(/images/h1-gradient.gif) top left repeat-x;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #006699;
}

.infotext {
	font-size: 0.8em;
	line-height: 20px;
	color: #666666;
	margin-bottom: 15px;
}

/* ---- Global Fonts & Typography ----*/

html, body {
	font-family: arial,helvetica,sans-serif;
}

div#footer {
	font-size: 0.7em;
	color: #ffffff;
}

div#footer a {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #006699;
}

/* ---- Form styles, fonts, layout ----*/
.miniform {
	width: 100%;
	text-align: left;
}

.leftform {
	width: 45%;
	float: left;
}

.rightform {
	width: 45%;
	float: right;
}

.wholecolumn_fields {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.formlabel {
	color: #333333;
	width: 100%;
	font-size: 0.75em;
	font-weight: bold;
	float: left;
}

.formlabel-nofloat {
	color: #333333;
	width: 100%;
	font-size: 0.6em;
	font-weight: bold;
}

.formlegend {
	border: 0px;
	font-size: 0.8em;
	font-weight: bold;
	color: #006699;
	margin: 2px;
}

.forminput {
	clear: left;
	float: left;
	width: 100%;
}

.formselect {
	width: 100%;
	font-size: 0.75em;
}

input.buttonlink {
	border: 0;
	text-align: left;
	color: #0000FF;
	text-decoration: underline;
	background: #FFFFFF;
	cursor: pointer;
}

/* ---- Error Messages ---- */
div#errormessage {
	border: 1px solid #FF0000;
	background: #FF9966;
}

.error {
	color: #FF0000;
	font-size: 0.8em;
	font-weight: bold;
}

/* ---- Floats & Clears ---- */
.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

/* ---- Google Map Div ----*/
div#map {
	float: left;
	width: 800px;
	height: 300px;
	margin-bottom: 10px;
}

div#startingaddress {
	float: right;
	width: 800px;
	font-size: 0.75em;
	font-weight: bold;
}

/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 800px;
  height: 150px;
  margin: 1px 0px 0px 0px;
  background: url(/images/carousel-bkgrd.png) top left repeat-x;
  font-size: 0.9em;
  position: relative;
}

#horizontal_carousel a:link,
#horizontal_carousel a:visited {
	color: #006699;
	text-decoration: none;
}

#horizontal_carousel a:hover {
	color: #0086e3;
	text-decoration: none;
}

#horizontal_carousel .container {
  float: left;
  width: 760px;
  height: 150px;
  margin-top: 15px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 150px;
}                      

#horizontal_carousel ul li {
  width: 250px;
  height: 150px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 16px;
  margin-left: 3px;
  height: 150px;
  background: url(/images/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/images/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(/images/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 16px;
  height: 150px;
  background: url(/images/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(/images/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(/images/right_disabled.png);
  cursor: default;
}

/*---- Popup effect -----*/
.popup_effect1 {
      background:#11455A;
      opacity: 0.2;
}

div#popup-panel {
	margin-top: 300px;
	position: relative;
	width: 800px;
}

