/*

ePeoples.com
global styles

Karl Glasgow
code@keg4.com
05/2010

*/

@import url(buttons.css);
@import url(confirmation.css);


body {
	margin: 0px;
	background: #C9CACC;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	border: none;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
}

h1 {
	margin: 10px 0px;
	color: #1F926B;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	margin: 10px 0px;
	color: #1F926B;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	margin: 0px;
	color: #1F926B;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	display: inline;
	color: #1F926B;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}


p { 
	margin: 5px 0px 10px 0px;
}

div.Copy {
	margin: 10px 0px 15px 0px;
}
div.Legal {
	font-size: 10px;
	line-height: 1.25em;
	font-style: normal;
}
div.Legalese {
	font-size: 10px;
	line-height: 1.25em;
	font-style: italic;
}

a {
	color: #1F926B;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #1F926B;
	text-decoration: underline;
	outline: none;
}


div#PageContainer {
	margin: 0px auto;
	width: 837px;
}
table#PageLayout {
	width: 100%;
}

table#PageLayout td#PageHeaderContainer {
}
table#PageLayout div#Header {
	width: 837px;
	height: 147px;
	background: url("../images/bkgrd_header_839w147h.jpg") no-repeat top left;
	text-align: center;
	vertical-align: middle;
}
table#PageLayout div#Header img {
	display: inline;
	margin: 27px auto 23px auto;
}

table#PageLayout td#PageFooterContainer {
}

table#PageLayout td#LeftSidebar {
	width: 174px;
	background: #EBEBEC;
	vertical-align: top;
}
table#PageLayout td#LeftSidebar div.LeftSideBar {
	padding: 15px;
}

table#PageLayout td#ContentArea {
	width: 459px;
	background: #FFFFFF;
	vertical-align: top;
}
table#PageLayout td#ContentArea div.ContentArea {
	padding: 10px 20px 40px 20px;
}
table#PageLayout td#ContentArea div.ContentArea p {
	margin: 5px 0px 15px 0px;
}
table#PageLayout td#ContentArea div.ContentArea div.SectionMenu {
	margin: 5px 0px 25px 0px;
}


table#PageLayout td#RightSidebar {
	width: 204px;
	background: #EBEBEC;
	vertical-align: top;
}
table#PageLayout td#RightSidebar div.RightSidebar {
	padding: 15px;
}

div.RightSidebar div.BoldSection {
	display: block;
	margin-bottom: 10px;
	border-bottom: solid 2px #008457;
	padding-bottom: 10px;
}
div.RightSidebar div.BoldSection span.Heading {
	display: block;
	margin-bottom: 5px;
	background: #008457;
	padding: 3px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
div.RightSidebar div.BoldSection a, 
div.RightSidebar div.BoldSection a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline
}


/* 
Advertisement container */
div.SidebarAd {
	margin: 15px 0px 0px 0px;
}
div.SidebarAd img {
	display: inline;
}


/* 
DHTML PopUp styles */
div.PopUp_Shadow {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=65); 
	-moz-opacity: .65; 
	opacity: .65; 
	background-color: #000000;
}
div.PopUp_Window {
	display: none;
	position: absolute;
	z-index: 1001;
	top: 300px;
	left: 0px;
	width: 100%; 
}
table.PopUp {
	margin: 0px;
	border: none;
	padding: 0px;
}
table.PopUp td.PopUp_Header {
	background: #008457;
	padding: 10px 25px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	white-space: nowrap;
}
table.PopUp td.PopUp_Footer {
	height: 10px;
	background: #008457;
}
table.PopUp td.PopUp_Content {
	background: #FFFFFF;
	padding: 10px 25px 15px 25px;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}
table.PopUp td.PopUp_Content p {
	margin: 5px 0px 10px 0px;
}
table.PopUp td.PopUp_Content a {
	color: #096E4B;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
}
table.PopUp td.PopUp_Content a:hover {
	color: #096E4B;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}
table.PopUp h1 {
	margin: 5px 0px 10px 0px;
	background: #FFFFFF;
	color: #008457;
	font-size: 25px;
	font-weight: bold;
	white-space: nowrap;
}
table.PopUp h2 {
	color: #096E4B;
	font-size: 14px;
	font-weight: normal;
}
table.PopUp table.Controls {
	margin: 10px 0px;
}


/* 
Specific pop-up styles */
div#PopUp_Community_Window table.PopUp {
	width: 300px;
}
div#PopUp_Exit_Window table.PopUp {
	width: 500px;
}
div#PopUp_Exit_Window table.PopUp td.PopUp_Content {
	padding: 10px 30px;
	color: #096E4B;
}
div#PopUp_Exit_Window table.PopUp td.PopUp_Content h1 {
	margin: 0px;
}


/*
Grid style */
table.Grid {
	margin: 10px 0px 15px 0px;
	width: 420px;
}
table.Grid td.GridHeading {
	background: #096E4B;
	padding: 5px 10px;
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
table.Grid th {
	border-right: solid 1px #096E4B;
	padding: 4px 5px;
	text-align: center;
	vertical-align: top;
	color: #339D79;
	font-size: 10px;
	font-weight: bold;
}
table.Grid th i {
	display: block;
	margin: 3px 0px 0px 0px;
	border-top: dotted 1px #CCE6DD;
	padding: 2px 0px 0px 0px;
	line-height: 0.9em;
	font-weight: normal;
	font-style: italic;
}
table.Grid tr {
	background: #FFFFFF;
}
table.Grid tr.AltColor {
	background: #CCE6DD;
}
table.Grid td {
	border-right: solid 1px #096E4B;
	padding: 4px 5px;
	text-align: left;
	color: #000000;
	font-size: 10px;	
	font-weight: bold;
}
table.Grid th.LastColumn, 
table.Grid td.LastColumn { 
	border-right: none;
}


/* 
Definitions table */
table.Definitions {
	margin: 0px 0px 15px 0px;
}
table.Definitions td.DefinitionsHeading {
	background: #096E4B;
	padding: 5px 10px;
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
table.Definitions th {
	padding: 0px 20px 0px 0px;
	text-align: left;
	vertical-align: top;
	color: #096E4B;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
table.Definitions td {
	text-align: left;
	vertical-align: top;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}


/* 
ListingColumn */
div.ListingColumn {
	float: left;
	width: 120px;
	padding: 0px 15px 15px 0px;	
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
}
div.ListingColumn span.ColumnHeading {
	color: #008457;
	font-size: 12px;
	font-weight: bold;
}
div.ListingColumn a {
	color: #000000;
	text-decoration: none;
}
div.ListingColumn a:hover {
	color: #008457;
	text-decoration: underline;
}


/*
Locations styles */
div.Location {
	display: none;	
	width: 100%;
}
div.Location img {
	margin: 3px 0px 10px 0px;
}
div.Location span.LocationName {
	color: #008457;
	font-size: 13px;
	line-height: 1.25em;
	font-weight: bold;
}
div.Location span.ManagerName {
	color: #008457;
	font-size: 12px;
	font-weight: normal;
}
div.Location a.MailTo {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
div.Location a.MailTo:hover {
	color: #000000;
	text-decoration: underline;
}

div#Directions {
	display: none;
	width: 100%;
	padding: 20px 0px 15px 0px;
}
div#Directions img {
	float: left;
	margin: 5px 2px 5px 0px;
}
input#txtFromAddress {
	width: 316px;
	height: 29px;
	border: none;
	background: url("../images/bkgrd_input-highlight_316w29h.gif") no-repeat top left;
	padding: 6px;
	color: #000000;
	font-size: 12px;
	line-height: 21px;
}
input#txtToAddress {
	margin: 3px;
	width: 310px;
	height: 22px;
	border: solid 1px #999999;
	padding: 1px 2px;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
}


/* 
List style */
ul {
	list-style-image: url("../images/bullet_dot_4w12h.gif");
	margin: 10px 0px 15px 0px;
	padding-left: 15px;
}
ul li {
	font-size: 12px;
	line-height: 1.4em;
}
