/*Main Text Styles*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #b8c8df;
}

p, li {
	font-size: .92em;
	line-height: 1.32em;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	color: #dfe9f7;
	margin-top: 8px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d2534;
	background: url(../images/h2-endCap.gif) top right no-repeat;
	padding: 3px 0 0 0;
	margin: 0 0 0 44px;
}
.h2-startCap {
	background: url(../images/h2-BG.gif) top left repeat-x;
	height: 20px;
	clear: both;
	margin-top: 8px;
}
.h2-endCap {
	background: url(../images/h2-startCap.gif) top left no-repeat;
	height: 20px;
}

h3 {
	color: #94AAC6;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 8px;
	clear: both;
}

ul {
	margin: 10px 15px 15px 0;
	list-style-type: square;
	}
ol {
	margin: 10px 15px 15px 0;
	list-style-type: decimal;
	}
li	{
	margin-left: 15px;
	}

hr {
	height: 2px;
	margin: 8px 0;
	background-color: #4d5971;
	border-top: #4d5971 solid 1px;
	border-bottom: #222e46 solid 1px;
	border-left: none;
	border-right: none;
	clear: both;
}

/* Link Styles */
a:link {
	color: #dfe9f7;
	text-decoration: underline;
}
a:visited {
	color: #85A0C3;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #fff;
	text-decoration: underline;
}

#mainImage {
	margin-left:-8px;
	*margin-left:-181px;
	margin-top:-249px;
	position:absolute;
}

#footer a:link, #footer a:visited {
	color: #849ec3;
	font-size: 1.1em;
	padding: 8px;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #dfe9f7;
	font-size: 1.1em;
	padding: 8px;
	text-decoration: underline;
}
#footer p {
	text-align: center;
	margin-top: 12px;
}

.photoThumb {
	float: left;
	border: #637085 4px solid;
	background-color: #798dac;
	margin: 0 8px 4px 1px;
	padding: 1px;
}
.photoThumbLrg {
	float: left;
	border: #637085 4px solid;
	background-color: #798dac;
	margin: 0 0 4px 0;
	padding: 1px;
}
.button {
	float: left;
	background: url(../images/btn-startCap.gif) top left no-repeat;
	color: #f6f7f4;
	height: 22px;
	margin: 0;
	padding: 1px 8px 0 14px;
}
.button-startCap {
	float: left;
	background: url(../images/btn-BG.gif) top left repeat-x;
	height: 22px;
	margin: 0 0 12px 0;
}
.button a:link, .button a:visited {
	text-decoration: none;
	color: #f6f7f4;
}
.button a:hover, .button a:active {
	text-decoration: none;
}

.textBox {
	color: #dfe9f7;
	background-color: #1A253B;
	border: #626E89 1px solid;
}

/* Weather Styles */
.weather-place {
	font-size: 1.1em;
}
.weather-icon {

}
.weather-temp {
	font-size: 2em;
	font-weight: normal;
}
.weather-desc {
	margin: 0;
	padding: 0;
}

