@charset "utf-8";
@import url("Astro-Weather-FAQ.css");
/* CSS Document */

/* CSS Reset rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Site Rules - All pages*/

.alignLeft  {
	text-align: left;
}
.alignRight  {
	text-align: right;
}
.alignCenter  {
	text-align: center;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clearFloat  {
	clear: both;
	float: none;
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.hSpace1  {
	height: 1px;
	width: 100%;
	margin: 0px;
}
.hSpace2  {
	height: 2px;
	width: 100%;
	margin: 0px;
}
.hSpace4  {
	height: 4px;
	width: 100%;
	margin: 0px;
}
.hSpace6  {
	height: 6px;
	width: 100%;
	margin: 0px;
}
.hSpace8  {
	height: 8px;
	width: 100%;
}
.hSpace10  {
	height: 10px;
	width: 100%;
}
.hSpace12  {
	height: 12px;
	width: 100%;
}
.hSpace14  {
	height: 14px;
	width: 100%;
}
.hSpace16  {
	height: 16px;
	width: 100%;
}
.hSpace18  {
	height: 18px;
	width: 100%;
}


body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00094E;
}

#wrapper {
	background: #01041E;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}

#content {
	background: #00094E;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 893px;
	margin-top: 0px;
}


#headerSpacer {
	background: #00094E;
	margin-top: 0px;
	height: 4px;
	width: 893px;
}
#awContentsR  {
	background: #00094E;
	width: 440px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#searchWrapper  {
	margin-top: 15px;
	height: 40px;
	width: 496px;
	border: 2px solid #3A89B6;
	background: #FFF;
}
#searchTitle  {
	height: 28px;
	width: 146px;
	color: #FFF;
	background: #3A89B6;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding-top: 12px;
	padding-left: 4px;
}
#search  {
	height: 34px;
	width: 342px;
	overflow: hidden;
	float: right;
	margin-top: 8px;
}
#searchText  {
	float: left;
	margin-top: 2px;
}
#searchButton  {
	float: right;
	margin-top: 1px;
	margin-right: 4px;
}


#hoverFrame  {
	width: 260px;
	height: 290px;
	background: #000;
	float: left;
	border: 6px solid #143D55;
	margin-top: 18px;
	margin-bottom: 22px;
	margin-left: 6px;
}
#hoverPicFrame  {
	width: 260px;
	height: 190px;
	text-align: center;
	padding-top: 10px;
	background: #3A89B6;
}
.hoverPic  {
	display: none;
	margin: 0px;
}
#hoverTextFrame  {
	width: 250px;
	height: 80px;
	background: #143D55;
	padding-top: 12px;
	padding-right: 4px;
	padding-left: 6px;
	color: #FFF;
	font-size: 14px;
}
#hoverTextFrame a, #hoverTextFrame a:visited {
	color: #80C5E8;
	text-decoration: none;
}
.hoverText  {
    display: none;
}
#indexIntro {
	width: 510px;
	height: 290px;
	float: left;
	border-top: 6px solid #143D55;
	border-right: 6px solid #143D55;
	border-bottom: 6px solid #143D55;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: italic;
	color: #FF6;
    padding-left: 52px;
    padding-right: 40px;
    margin-top: 18px;
	margin-bottom: 28px;
}
#indexCap  {
	font-size: 72px;
	font-style: italic;
	color: #FF6;
	float: left;
	height: 70px;
	line-height: 72px;
	margin-top: -8px;
	width: 72px;
}

#intro {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: italic;
	margin: 8px 28px 28px 58px;
	color: #FF6;
	height: 80px;
	width: 803px;
}

.sectionBar  {
	background: #6FB6DC;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-indent: 12px;
	font-size: 24px;
	font-style: italic;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	float: none;
	clear: both;
	color: #00094E;
	margin-top: 24px;
}

#footer {
	height: 32px;
	width: 893px;
	background: #00094E url(../_Images/footer2.GIF) repeat-x;
	margin-top: 26px;
	float: none;
	clear: both;
}

#endSpace {
	height: 32px;
	width: 893px;
	float: none;
	clear: both;
}

#footer .lText {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 32px;
	height: 32px;
	font-size: .9em;
	margin-left: 12px;
}

#footer .rText {
	width: 450px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #696A65;
	position: absolute;
	bottom: 0px;
	left: 900px;
}


/* Site Rules - Main page*/
#header {
	background: #00094E url(../_Images/Banner04.jpg);
	margin-top: 30px;
	height: 162px;
	width: 893px;
	margin-bottom: 12px;
	font-style: italic;
	font-size: 36px;
}


h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #FF6;
	}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0 0 4px;
	color: #FF6;
	font-size: 16px;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
#wrapper #viewerOuter #viewer #rightPanel #midPanel #midCover-R p {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

