/*  SET DEFAULT ELEMENT PROPERTIES  */
	
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	background-color: #132a53;
	background-image: url(/images/background_gradient.gif);
	background-position: top,left;
	background-repeat: repeat-x;
	margin: 0px;
}

p {
	line-height: 16pt;
}

a {
	color: #22306d;
}

h1 {
	font-size: 18pt;
	color: #22306d;
}

h2 {
	font-size: 16pt;
	color: #cfba83;
}

h3 {
	font-size: 14pt;
	color: #22306d;
}

h4 {
	font-size: 12pt;
	color: #cfba83;
}

h5 {
	font-size: 10pt;
	color: #22306d;
}

ul {
	list-style-type: square;
	color: #22306d;
}

th {
	color: #22306d;
}


/*  SPECIFIC STYLE DEFINITIONS FOLLOW.  KEEP THINGS REALLY SIMPLE
    TO AVOID BROWSER-SPECIFIC WEIRDNESS.  IN PARTICULAR, IE6 IS DOING
	ALL SORTS OF WEIRD THINGS WHEN I TRY TO STYLE SUBELEMENTS, EX: 
	table.blah td { [style..] } SO I AM GOING TO AVOID THAT.  */

/*  Main table which holds page content */

table.maintable {
	width: 782px;
	background-color: #ffffff;
	/* border: 1px solid #000000;  */
}

td.maintable {
	padding: 0px 12px 12px 12px;
	text-align: left;
	/* border: 1px solid #000000; // for debug */
}

/*  Header Area */

#headerSpring {
	width: 782px;
	height: 83px;
	background-image: url(images/header_spring.jpg);
	background-repeat: no-repeat;
}

#headerSummer {
	width: 782px;
	height: 83px;
	background-image: url(images/header_summer.jpg);
	background-repeat: no-repeat;
}

#headerFall {
	width: 782px;
	height: 83px;
	background-image: url(images/header_fall.jpg);
	background-repeat: no-repeat;
}

#headerWinter {
	width: 782px;
	height: 83px;
	background-image: url(images/header_winter.jpg);
	background-repeat: no-repeat;
}

.floatleft {
 float: left;
}

.floatright {
 float: right;
}

#promo {
	width: 274px;
	height: 51px;
	margin: 16px 10px 0 0;
	float: right;
}

/*  Network status message area */
td.netstatusmessage {

	background-image: url(/images/netstatus_message_area.jpg);
	background-position: top,left;
	background-repeat: repeat-x;
}

p.netstatusmessage {
	font-size: 11px;
	color: #22306d;
	padding-top: 6px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: 0px;
}

/* Standard linkbox */

div.linkbox {
	background-color: #f5f1e6;
	border-top: 1px #ceba82 solid;
	padding-bottom: 6px;
	padding-right: 12px;
}

ul.linkbox {
	list-style-image: url(/images/box.gif);
	list-style-type: square;	/* in case image is unavailable */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #22306d;
	/* padding-bottom: 16px; */
}

/* Weblinks box */

div.weblinksbox {
	background-color: #e2e7ee;
	border: 1px #27356e solid;
	padding: 12px;
}

ul.weblinksbox {
	margin-left: 10px;
	padding-left: 10px;
}

ul.weblinksbox li {
	line-height: 16pt;
}

/* Customer Support Box */

div.customersupportbox {
	background-color: #eaebf2;
	border-top: 1px #333a7c solid;
	font-size: 12px;
	color: #22306d;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	line-height: 16pt;
}

/*  Form elements  */
input.button {
	background-color: #6c8baf;
	color: #ffffff;
	font-size: 11px;
}

select.dropdowngoogle {
	background-color: #d6dfea;
	color: #000000;
	font-size: 11px;
}

input.textinputgoogle {
	background-color: #d6dfea;
	color: #000000;
	font-size: 11px;
}

/*  Inside Page Nav Box */

table.insidenavbox {
/*	float: left;  */
	border: 0px;
	margin-right: 2px;
	margin-bottom: 8px;
	width: 230px;
	border-collapse: collapse;
	background: #f5f1e6 url(/images/inside_sidenav_cellbg.gif) no-repeat left bottom;
}

th.insidenavbox {
	color: #ffffff;
	background-color: #cfba83;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 14px;
	height: 28px;
}

ul.insidenavbox {
	margin-left: 8px;
	padding-left: 2px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #22306d;
}

li.insidenavbox {
	padding-left: 2px;
	margin-left: 8px;
	line-height: 16pt;
	text-indent: 2px;
}

li.insidenavbox a {
	text-decoration: none;
	color: #19274e;
	font-size: 11px;
}

/*  Styles used on FAQ page */
.faqquestionheading {
	color: #9b6503;
	font-size: 16pt;
	font-weight: bold;
}

.faqquestiontext {
	color: #9b6503;
	font-size: 10pt;
	font-weight: bold;
}

.faqanswerheading {
	color: #22306d;
	font-size: 16pt;
}

.faqanswertext {
	color: #22306d;
	font-size: 10pt;
	padding-top: 7px;
}

ul.insidelist {
	list-style-type: square;
	color: #22306d;
	margin-bottom: 0px;
}

ul.insidelist li {
	padding-bottom: 12px;
}

a.goupalevel {
	text-transform: uppercase;
	font-size: 9pt;
}

table.weblinks-breadcrumbnav {
	width: 100%;
	background-color: #e9e9e9;
	border: 1px solid #333333;
	font-size: 8pt;
	padding: 6px;
}

table.weblinks-breadcrumbnav td {
	padding: 6px;
}

.weblinks-keywordmatch {
	font-weight: bold;
	color: #000099;
}

.formerror {
	font-weight: bold;
	color: #990000;
}

/* Text labels in search form */
.textgoogle {
	color: #000000;
	font-size: 11px;
}

/* WEATHER BOX */

div.weatherbox {
	background-color: #e2e7ee;
	width: 326px;
	padding: 10px;
	color: #22306d;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: normal;
	border-top: 1px #22306d solid;
}

.weather-icon { float: right; width: 150px; height: 100px; text-align: center; vertical-align: middle; margin-top: 25px; }
.temperature { font-size: 18px; font-weight: bold; line-height: normal; }
.feels-like { font-size: 11px; line-height: normal; }

/* TOWERCAM BOX */

div.towercambox {
	background-color: #e2e7ee;
	width: 354px;
	padding: 10px;
	color: #22306d;
	border-top: 1px #22306d solid;
}

/* NOTICES */

div.journalentry {
	background-color: white;
	border-color: black;
	border-width: medium;
	border-style: solid;
	padding: 1ex;
	margin: 1em;
}

#wc-links a:link, a:active, a:visited { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #24619e;!important text-decoration: underline; }
#wc-links a:hover { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #24619e;!important text-decoration: none; }
.wc-title { color: #24619e; font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; margin: 0 0 10px 0; }
.wc-image { text-align: center; border: 5px solid #132a53; width: 175px; }
.wc-caption { color: #000000; font-size: 10px; font-style: italic; margin: 0 34px 0 104px; text-align: right; width: 100px; }
#image-switch ul { margin:0 0 0 20px; color:red; list-style-type:none; }
#image-switch li { padding:10px; }
#image-switch #two, #image-switch #three { display:none; }