﻿/* Layout Properties ---------------------*/
* {
	border-width: 0px;
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	background: #F7F7F7;
	color: #333;
}
body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url('img/shadowBGy2.jpg') top center repeat-y;
	color: #333;
}
body {
	min-width: 750px;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
}
#wrap {
	background: #fff url('img/wrapMainBG.jpg') top right repeat-y;
	margin: 0 auto;
	width: 750px;
}
#header {
	background: #ddd;
}
#header h1 {
	background: url('img/findlayRotaryH1.jpg') no-repeat;
	width: 750px;
	height: 180px;
	margin-top: 0;
	text-indent: -90000px;
}
#main {
	background: transparent url('img/mainTopBG.jpg') top left no-repeat;
	float: right;
	width: 536px;
	padding-bottom:20px;
}
/* styleSheet Switching controlled elements --
#main p {
	padding: 0 17px;
	font-size:86%;
	margin-top: 6px;
	text-indent: 8px;
}
#main em {
	font-size: 76%;
}
-------------*/
#main h2 {
	padding: 0 17px;
	margin-top: 10px;
	text-align: center;
	color: #4E5C7F;
}
#main h3 {
	padding: 0 17px;
	margin-top: 12px;
	color: #6078A6;
}
#main h5 {
	padding: 0 9px;
	font-size: 92%;
	margin-top: 12px;
	color: #27437F;
	text-indent: 8px;
}
#main #textNav li {
	display: inline;
	padding: 5px;
	font: .76em bold;
	color: #6078A6;
}
#sidebar {
	background: transparent url('img/sidebarTopBG.jpg') top left no-repeat;
	float: left;
	width: 214px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar p {
	padding: 0 6px;
	font-size: 80%;
	color: #333;
}
#sidebar h3 {
	padding: 6px;
}
#sidebarBttm {
	background: url('img/sidebarBttmBg.jpg') bottom left no-repeat;
	width: 214px;
	padding-bottom: 13px;
	margin: 0;
	text-indent: -90000px;
}
#leadLogo {
	clear: both;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}
#footer {
	background: transparent url('img/leadTheWayFtr.jpg') top left no-repeat;
	height: 97px;
	clear: both;
	text-align: center;
	padding-top:26px;
}
/* List and Nav Properties ---------------------*/
/*- Menu 1--------------------------- */
#menu {
	width: 190px;
	margin: 10px;
	position: relative;
	left: 13px;
	border-style: solid solid none solid;
	border-color: #C0C0C0;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 76%;
	font-weight: bold;
				}
#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}
#menu li a:visited {
	color: #e6e6e6;
	display: block;
	background: url('/css/img/menu1.gif') 0 -32px;
	padding: 8px 0 0 10px;
}
#menu li a:link {
	color: #e6e6e6;
	display: block;
	background: url('/css/img/menu1.gif') 0 -32px;
	padding: 8px 0 0 10px;
}
#menu li a:hover {
	color: #FFF;
	background: url('/css/img/menu1.gif');
	padding: 8px 0 0 10px;
}
/*-- Text Control Mock Buttons --*/
#text-small {
	background: #EFF0F5;
}
#text-medium {
	background: #EFF0F5;
}
#text-large {
	background: #EFF0F5;
}
#text-large:hover {
	background: #E6E688;
	color: blue;
	text-decoration: underline;
}
#text-medium:hover {
	background: #E6E688;
	color: blue;
	text-decoration: underline;
}
#text-small:hover {
	background: #E6E688;
	color: blue;
	text-decoration: underline;
}
#footer ul#repeat_menu {
	font-size: 80%;
	padding-top:20px;
}
#footer ul#repeat_menu li {
	display: inline;
	margin: 5px;
}
#footer address {
	background: #8A96AB url('img/addressBg.jpg') bottom left repeat-x;
	font-size:76%;
	font-style:normal;
	color:#fff;
	width:746px;
	margin-top:15px;
	padding:2px;
}
#footer p {
	background: #B8CFE6 url('img/rotaryCopyrightBg.jpg') bottom left repeat-x;
	font-size:76%;
	font-style:normal;
	color:#333;
	width:746px;
	padding:2px;
}


/*-- General Display Classes-----*/
.left {
	float: left;
	padding: 6px 6px 6px 0;
}
.right {
	float: right;
	padding-right: 20px;
	height: 155px;
	width: 108px;
}
.slant {
	font-style:italic;
}
.bottomIndent {
	clear: both;
	margin: 0 24px;
	padding-top: 10px;
}
.center {
	text-align: center;
	margin-top: 5px;
}
.centerIndent {
	clear: both;
	text-align: center;
	margin: 0 24px;
	padding-top: 10px;
}
noBorder img {
	border-width:0;
}
