@charset "utf-8";
/* CSS Document */

/*
5f0000 - deeper red
7f0000 - deep red
78040d
460702
*/

.mainEdge {
	/*IE7 spacing fix*/
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Tahoma;
	background: #5f5f5f;
	color: #000000;
	font-size: .9em;
}
h3 {
	font-size: 1.1em;
}
img {
	border-style: none;
}
a:link { 
	color: #78040d;
	text-decoration: none;
}
a:visited { 
	color: #78040d;
	text-decoration: none;
}
a:hover { 
	color: #cc141c;
	text-decoration: underline;
}
a:active { 
	color: #78040d;
}
p {
	text-indent: 1em;
	margin-bottom: 10px;
	text-align: justify;
}
#wrapper {
	margin: 0px auto 10px auto;
	background: url(../images/header3.png) repeat-x;
}
#subwrapper {
	width: 860px;
	margin: 0px auto 0px auto;
	background: url(../images/divSides.png) repeat-y !important;
}
.img-shadow {
	width: 840px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#logo {
	width: 800px;
	height: 75px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#nav_horizontal {
	float: right;
	text-align: right;
}
#nav_horizontal li {
	padding-left: 5px;
}
#main {
	width: 800px;
	margin: 0px auto;
	padding: 15px 20px;
	border: 0px solid #cc141c;
	border-top: 0px;
}
#content {
	border: 1px dotted #cccccc;
	padding: 10px;
}
#title {
	position: relative;
	color: #78040d;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 0.5em;
	margin-bottom: 10px;
	border-bottom:3px groove #cc141c;
}
#title:first-letter {
	color: #cc141c;
}
#title span {
  background: url(../images/gradient-glossy.png) repeat-x;
  position: absolute;
  margin-top: 3px;
  display: block;
  width: 100%;
  height: 16px;
}
#footer {
	padding: 0px 20px;
	text-align: right;
	font-size: .75em;
	width: 860px;
	margin: 0px auto;
}
#footerAd {
	padding: 20px 20px;
	width: 860px;
	margin: 0px auto;
	text-align: center;
}
ul {
	text-indent: 1em;
	list-style-position: inside;
}
.clear {
	clear: both;
}
.negMargin {
	text-indent: -9999px;
}
#flickr {
	/*width: 300px;
	height: 200px;*/
}
#flickr img[src*="http://geo.yahoo.com"] { display:none }

#overlay {
	background-color: #0F0;	
}
#floatingLoader {
	position: absolute;
	float: left;
}
.short {
	border-bottom: #CCCCCC 3px solid;
}
.weak {
	border-bottom: #FF4040 3px solid;
}
.fair {
	border-bottom: #FFFF3F 3px solid;
}
.good {
	border-bottom: #5B5BFF 3px solid;
}
.strong {
	border-bottom: #007F00 3px solid;
}
/* Begin IE7 hack

html>body #nav_horizontal {
	*position: relative;
}
 End IE7 hack */

/* Being FF hack
@-moz-document url-prefix() {
	#nav_horizontal li a#current {
		padding-bottom: 0px;
	}
}
 End FF hack */
