/*******************************************************************************
Body wrapper and banner for entire page
*******************************************************************************/
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#banner {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#copyright {
	width: 760px;
	margin: 20px auto;
	padding: auto;
	float: left;
	font-size:9px;
	text-align: center;
}

/*******************************************************************************
Main Menu section
*******************************************************************************/
#mainMenu {
	margin: 5px ;
	padding: 2px 5px 5px 10px;
	border-top: 3px solid #3366CC;
	background: url(images/menu.jpg) no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

body#vision a#vision, body#board a#board, body#membership a#membership, body#join a#join, body#gallery a#gallery, body#contact a#contact,
body#meeting a#meeting, body#event a#event, body#certification a#certification, body#education a#education, body#conference a#conference, body#pdu a#pdu,
body#pmilink a#pmilink, body#sechapter a#sechapter, body#sponsor a#sponsor, body#job a#job
{
	border-bottom: solid dashed thin;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}
/*
body#city a#city, body#municipal a#municipal, body#safety a#safety,
body#services a#services, body#soddy-daisy a#soddy-daisy {
	color: #CC3300;
}
body#city a#city:hover, body#municipal a#municipal:hover, body#safety a#safety:hover,
body#services a#services:hover, body#soddy-daisy a#soddy-daisy:hover {
	color: #003399;
}*/
/*******************************************************************************
Submenu section
*******************************************************************************/
#sidebarLeft #subMenu li {
	padding: 2px;
}
#sidebarLeft #subMenu li a {
	color: #000000;
	text-decoration: none;
}
#subMenu {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 11px;
	list-style-type: none;
}
#sidebarLeft #subMenu li a:visited {
	color:#000000;
}
#sidebarLeft #subMenu li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/*******************************************************************************
Side Bar Left and Right section
*******************************************************************************/
#sidebarLeft {
	width: 150px;
	margin: auto;
	padding: auto;
	background: url(images/leftbg.jpg) no-repeat;
	float: left;
}
#sidebarRight {
	width: 250px;
	margin: auto;
	padding: auto;
	background: url(images/rightbg.jpg) no-repeat;
	float: right;
}
#rightHeading {
	margin: 5px 10px 5px 10px;
	padding: 5px;
	border-top: 3px solid #3366CC;
	background: url(images/news.jpg) no-repeat;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
	text-transform: uppercase;
}
#leftContent, #rightContent {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	font-size: 11px;
	list-style-type: none;
}
#sidebarRight #leftContent ul, #sidebarRight #rightContent ul {
	margin: 0px;
	padding: 0px;
}
#sidebarRight #leftContent li a, #sidebarRight #rightContent li a  {
	margin: 5px;
	padding: 0px;
	display: block;
	color: #000000;
	text-decoration: none;
}
#sidebarRight #rightContent li a:visited, #sidebarRight #LeftContent li a:visited {
	color: #000000;
}
#sidebarRight #leftContent li a:hover, #sidebarRight #rightContent li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/*******************************************************************************
Content section
*******************************************************************************/
#homeContent { 
	width: 335px;
	margin: 5px 5px 0px 10px;
	padding: 0px;
	float: left;
} 
#content { 
	width: 570px;
	margin-left: 10px auto;
	padding: 10px;
	float: left;
}
.contentTitle {
	margin: 0px auto;
	padding: 0px;
	font-family: Garamond, "MS Serif", Verdana;
	font-size:18px;
	font-weight: bold;
	font-style: italic;
	color:#0066FF;
	border-bottom: solid thin #0066FF;
	text-align: center;
}
.sectionTitle {
	margin: 0px;
	padding: 5px;
	border-bottom: solid thin #0066FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0066FF;
	text-align: left;
}
.meetingTitle {
	margin: 0px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0066FF;
	text-align: left;
}
.meeting {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: left;
}
.foto {
	border-left: solid thin #33CCFF;
	border-top: solid thin #33CCFF;
	border-bottom: solid thin #0066CC;
	border-right: solid thin #0066CC;
}
.img {
	text-align: center;
}
.listHeading {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.disclaimerHeading {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.disclaimer {
	margin: 20px 50px 20px 50px;
	font-size: 11px;
	font-style: italic;
}
.membersList {
	text-align: center;
	font-size: 11px;
}
.bioHeading {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.bio {
	margin: 20px;
	font-size: 11px;
}