/********************
Blue: #000033
Gold: #CC6600
********************/

body {
	background-color: #000033;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	color: #000033;
	font-family: "Times New Roman", Times, serif;
	margin: 16px auto;
	padding: 0;
}
img {
	border-color: #000033;
}
hr {
	margin-top: 8px;
	margin-bottom: 14px;
}
input {
	border: #000033 1px solid;
	background-color: #ffffff;
}
textarea {
	border: #000033 1px solid;
	background-color: #ffffff;
}
input[type="checkbox"], input[type="radio"] {
   border: 0;
}
input.btn {
	padding: 2px 7px 2px 7px;
	background-color: #CC6600;
  border: #CC6600 1px solid;
  color: #000033;
  font-size: 12px;
  font-weight: 700;
  filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffCC6600');
}
.callout {
	float: right;
	margin-top: 4px;
	margin-left: 10px;
	text-align: center;
	font-size: 14px;
	padding-left: 6px;
	padding-bottom: 6px;
}
.callout_left {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	padding-right: 6px;
	padding-bottom: 6px;
}

#layoutwrapper {
	width: 700px;
	margin: 0px auto;
}
#mainbox {
	width: 480px;
	float: right;
	margin: 64px 0 0 32px;
}
#mainwrapper {
	width: 480px;
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
}
h1, h2, h3 {
	color: #C0BA98;
}
h1 {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	padding: 14px 14px 9px;
	margin: 0;
}
h2 {
	background-color: #8C3521;
	padding: 5px 12px 7px;
}

h3 {
	color: #333333;
	padding: 0 24px;
	margin: 24px 0 0 0;
}
#maincontent {
	margin: 0 4px 0 3px;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	font-size: 17px;
	line-height: 1.25em;
	padding: 12px;
	border-top: 2px solid #FFFFFF;
}
#maincontent p {
	text-align: justify;
	margin-top: 3px;
}
#mainbottom {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	width: 480px;
	height: 11px;
}
#indent {
	text-align:justify;
	font-weight:500;
	margin: -10px 24px 12px 48px;
	line-height: 1.5em;
}
#sidebox {
	width: 184px;
	float: left;
}
#logo {
	width: 184px;
	height: 208px;
	margin: 0;
	padding: 0;
}
#navigator {
	width: 184px;
	height: 36px;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}
#navwrapper {
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-y;
	padding: 0 8px;
}
#menu {
	margin: 0;
	padding: 2px 0 0 0;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu a {
	display: block;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
	color: #000033;
	font-weight:bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a:hover, #menu a:active, #menu a:focus {
	background-color: #000033;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}

#bottomimage {
	width: 184px;
	height: 20px;
	background-image: url(../images/bottomborder.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1px;
}
#sidecontent {
	border: 3px solid #FFFFFF;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	text-align:justify;
	font-size: 13px;
	margin: 17px 0 17px 5px;
	padding: 12px;
	font-style: italic;
	font-weight: bold;
	width: 144px;
}
#sidecontent h4 {
	color:  #8C3521;
	font-weight: normal;
	margin: 0;
}
#sidecontent p {
	margin: 8px 0 12px 0;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
	padding: 16px 0;
	font-size: 11px;
}
#footer a, #footer a:hover, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearit {
	height: 0;
	clear: both;
}

/* Weather */
.headerTD {padding: 5px; color: #000000; border-bottom: 1px solid #000000;}
.headerText {  font-size: 13px; font-weight: bold;color: #000000;}
.headerTextp {  font-size: 13px; color: #000000;}
.headerDate {   font-size: 11px; color:#000000;}
#forecastDetail .Title {     font-weight: bold;}
#forecastDetail .forecastDisclaimer {	color: #0000FF;}
#forecastDetail .IntWxHeader {background-color: #CCCCCC; font-weight: bold; font-size: 12px;}
#forecastDetail .IntWxHeaderSub {font-size: 11px;font-weight: bold;}
#forecastRow { font-size: 12px; }
#forecastRow .Title {   font-size: 12px;  font-weight: bold;}
#forecastRow .wx {}
#forecastRow .high {color: #FF0000; }
#forecastRow .low {color: #0000FF; }
#forecastRow .pop {color: #238E23; }