* { margin: 0; padding: 0; }

body {
	margin: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	color: #464646;
}
a img {border: none;}
h1 {
	color: #005e20;
	font-size: 26px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 25px;
}
h2 {
	color: #005e20;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #005e20;
}
p , ul{
	margin-bottom: 15px;
}
ul {
	list-style: none;
	margin-left: 10px;
}

/* IDs... */
#wrapper {
	margin: 0 auto 40px auto;
	padding: 10px 4px 10px 4px;
	width: 960px;
}
#logo {
	background: url(../images/logo.gif) top left no-repeat;
	border: solid 1px #898989;
	float: left;
	height: 156px;
	width: 143px;
}
#topNavContainer {
	border: solid 1px #898989;
	float:right;	
	height: 156px;
	width: 792px;
}
#topNav {
	background-color: #afafaf;
	margin: 9px 9px;
	height: 137px;
	width: 775px;
}
   #topNav img {
   	float: left;
   	margin: 5px 0px;
	padding: 0;
   }
#mainContentContainer {
	margin-top: 15px;
}
#homeMainSection {
	background: url(../images/bkgHome.jpg) top left no-repeat;
	height: 475px;
	width: 696px;
	float: left;
}
	#homeMainSection img {
		display: block;
		float: right;
		margin-top: 18px;
	}
#subMainSection {
	float: left;
	width: 696px;
}
#adminMainSection {
	float: left;
	width: 760px;
	padding: 0px 10px;
}
#socialBar {
	float: right;
	margin-right: 10px;
}
#pageHighlight {
	float: left;
	margin-left: 27px;
	width: 21px;
	height: 495px;
}
	#pageHighlight img { float: left; }
	#pageHighlight img.home { margin-top: 8px; }
	#pageHighlight img.events { margin-top: 38px; }
	#pageHighlight img.schedule { margin-top: 62px; }
	#pageHighlight img.evolution { margin-top: 86px; }
	#pageHighlight img.wealth { margin-top: 110px; }
	#pageHighlight img.spiritual { margin-top: 134px; }
	#pageHighlight img.income { margin-top: 162px; }
	#pageHighlight img.discovery { margin-top: 188px; }
	#pageHighlight img.lifestyle { margin-top: 212px; }
	#pageHighlight img.about { margin-top: 242px; }
	#pageHighlight img.press { margin-top: 296px; }
	#pageHighlight img.planners { margin-top: 324px; }
	#pageHighlight img.circle { margin-top: 352px; }
	#pageHighlight img.links { margin-top: 380px; }
	#pageHighlight img.contact { margin-top: 476px; }
#separator {
	background: transparent url(../images/separator.gif) repeat-y scroll left top;		
	float: right;
	margin-left: 0px;
	height: 495px;
	width: 5px;
}
#rightNav {
	float: left;
	margin-left: 6px;
	overflow: hidden;
}
	#rightNav a {
		display: block;
		margin-top: 8px;
	}
	#rightNav a.subNav {
		margin-left: 20px;
		margin-top: 4px;
	}	
#genericForm {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 14px;
}
	#genericForm .formField { 
		float: left; 
		margin-right: 14px;
		line-height: 14px;
	}
	#genericForm label { 
		float: left; 
		width: 100px;
	}
	#genericForm form p {  
		display: block;
		overflow: hidden;
		margin-bottom: 4px;
	}

#footer { color: gray; font-weight: bold;}
#footer a{ color: gray; text-decoration: none;}
#footer a:visited{ color: gray; text-decoration: none;}
#footer a:hover{ color: black; text-decoration: none;}
#footer .right { float:right; margin-right: 8px; }
	
/*  TABLE DEFINITIONS  */
table#data {
	border:1px solid #005e20;
	background: #afafaf;
	font-size:11px;
	color: #464646;
	line-height:normal !important;
}
table#data th.title {
	border-right:1px solid #005e20;
	border-top:1px solid #005e20;
	border-bottom:1px solid #005e20;
	font-weight:bold;
	padding:5px;
	text-align:left;
	font-size:12px;
	line-height: 20px;
	background: #fff;
}
table#data td {
	background:#fff;
	padding:5px;
	border-right:1px solid #005e20;
}
table#data td.odd {
	background:#fbf9f4;
	padding:5px;
}
table#data th.header {
	background: url(../images/table-top.gif) top left no-repeat;
	height: 20px;
}
table#data th.tleft {
	background: url(../images/table-left.gif) top left no-repeat;
	border-right:1px solid #005e20;
	width: 12px;
}
table#data th.tright {
	background: url(../images/table-right.gif) top left no-repeat;
	width: 15px;
}
table#data th.pagination {
	text-align:right !important;
	background: url(../images/table-bottom.gif) top left no-repeat;
	height: 27px;
	padding-right: 5px;
}
table#data td.last {
	height: 1px;
	border-bottom:1px solid #005e20;
	padding:0;
	margin:0;
}
table#data th a {
	font-weight:bold !important;
	text-decoration:none;
	color: #464646;
}
table#data th a:hover {
	text-decoration: underline;
}
#login { 
	width: 240px;
	position: relative;
}
	#login form p {  
		display: block;
		overflow: hidden;
		margin-bottom: 4px;
	}
	#login label { float: left; }
	
/* Classes... */
.clear { clear: both; }
.left { float: left; }
.right { 
	float: right; 
	margin-left: 10px;
	margin-bottom: 10px;
}
img.pic { 
	padding: 5px; 
	border: solid 1px #898989; 
}
.loginInput { 
	float: right;
	width: 150px;
}

/* Messaging classes... */
.info, .success, .warning, .error, .validation {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/icons/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/icons/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/icons/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/icons/error.png');
}

table.modalTable tr { line-height: 20px; }
hr.modal { 
	height: 1px; 
	color: #005e20; 
}


/*  ADMIN TABLE DEFINITIONS  */
table#dataAdmin {
	border-top:1px solid #005e20;
	border-left:1px solid #005e20;
	background: #afafaf;
	font-size:11px;
	color: #464646;
	line-height:normal !important;
}
table#dataAdmin th {
	border-right:1px solid #005e20;
	border-bottom:1px solid #005e20;
	font-weight:normal;
	padding:5px;
	text-align:left;
}
table#dataAdmin td {
	background:#fff;
	padding:5px;
	border-right:1px solid #005e20;
	border-bottom: 1px solid #005e20;
}
table#dataAdmin td.odd {
	background:#fbf9f4;
	padding:5px;
	border-right:1px solid #005e20;
	border-bottom: 1px solid #005e20;
}
table#dataAdmin th.pagination {
	text-align:right !important;
}
table#dataAdmin th a {
	font-weight:bold !important;
	text-decoration:none;
	color: #464646;
}
table#dataAdmin th a:hover {
	text-decoration: underline;
}
