@charset "utf-8";
/* CSS Document */



body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #135D78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
}
.mainImage {
	margin-left: 20px;
}
.image {
	border: 1px solid #CCC;
	padding: 8px;
}
.blower_floatlft{
	float: left;
	margin-right: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.image_nopad {
	border: 1px solid #CCC;
	margin: 5px;
}
.imageSpace {
	border: none;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;

}
#riley {
	border: none;
	float: left;
	margin-right: 25px;
}
#riley_caption {
	font-style: italic;
	color: #135D78;
	margin: 0px;
	padding: 0px;
	
}
.blwr_caption {
	font-size: 10px;
	color: #135D78;
	width: 160px;
	float: left;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}


a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #135D78;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

} 

#welcome {
	text-align: center;
	padding: 30px;
}

#header {
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #135D78;
	height: 210px;
} 

#menu {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#menu h3 {
	font-weight: normal;
	font-size: 18px;
}

#mainContent {
	margin-top: 20 px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
} 

#tag_line {
	height: 200px;
	padding-top: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: italic;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	color: #666;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer h5 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-weight: normal;
	font-size: 13px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h6 {
	font-size: 0.6em;
	font-weight: normal;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#menu { width: 245px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#menu { padding-top: 50px; }
#mainContent { 
zoom: 1; 
padding-top: 20px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
