* {
	padding: 0;
	margin: 0;
	font-family: georgia;
}

a {
	color: #929292;
}

img {
	border: none;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 18px;
	line-height: 1.2;
}

h3 {
	font-size: 18px;
	padding: 0 0 15px 0;
	line-height: 1;
}

#footer h3, #footer a {color: #fff}
h5 {
	font-style: italic;
	color: #909090;
	font-size: 12px;
}

h6 {
	font-size: 16px;
	line-height: 1.2;
}



hr {
	height: 1px;
	color: none;
	background: none;
	border: none;
	border-bottom: 1px dashed #666666;
	margin-bottom: 5px;
}

html {
	background: url(/images/htmlBg.jpg) repeat-x #c9dba9;
}

body {
	background: url(/images/bodyBg.jpg) no-repeat top center;
}

.container {
	width: 984px;
	margin: 0 auto;

}

.content {
	background: url(/images/contentRepeatBg.png) repeat-y;
	padding: 0 0 1px 12px;
	font-family: georgia;
	color: #626262;
	line-height: 1.7;
font-size: 13px;


}

.content table {
	line-height: 1.7;
	color: #626262;
}

#eventsHome {

}

#eventsHome tr {
	height: 0px;
}

.content p {
	margin-bottom: 10px;
}

.pageTop {
	margin: 0 auto;
	width: 960px;
	height: 248px;
	position: relative;
}

img#logo {
	position: absolute;
	top: 30px;
	left: 0px;
}

img#facebookIcon {
	position: absolute;
	right: 230px;
}

img#linkedinIcon {
	position: absolute;
	right: 4px;
z-index: 2;
}

.textPageContent {
	padding-left: 25px;
	width: 900px;
}

img#headerImage {
	padding-bottom: 20px;
	width: 900px;
	height: 120px;
}

#homeHeader {
	width: 960px;
	height: 330px;
	position: relative;
	background: url(/images/homeHeaderBgNew.jpg) no-repeat;
}

#homeHeaderText {
	font-size: 14px;
	position: absolute;
	width: 370px;
	top: 20px;
	left: 310px;

}
#homeHeaderText .start {
	margin-left:-40px;
	margin-bottom: 15px;
	font-size: 16px;
}

#quote {
	text-align: center;
}

span#quote {
	display: block;
	font-style: italic;
	padding-top: 10px;
	font-size: 25px;
}

span#quoteBy {
	display: block;
	float: right;
	position: relative;
	right: 0;
	bottom: 10px;
}

#homeContent {
	float: left;
	width: 550px;
}

#homeIdentifiers {
	width: 550px;
	height: 169px;
	margin: 20px 0;
	background: url(/images/identifiers.jpg) no-repeat;
}

.identifiers {
	margin-top: 60px;
	width: 230px;
	float: left;
	padding-left: 40px;
}

.identifiers a {
	display: block;

	color: #ffffff;
}

.offer {
	width: 265px;
	height: 250px;
}

#left {
	float: left;
	background: url(/images/lunchfix.jpg) no-repeat;
	cursor: pointer;
}

#right {
	float: right;
	background: url(/images/mastermindfix.jpg) no-repeat;
}

.line {
	height: 1px;
	width: 550px;
	background: url(/images/line.jpg) no-repeat;
}

#eventsListHome {
	position: absolute;
	right: 50px;
	top: 40px;
	width: 190px;
	height: 260px;
	font-size: 13px;
}
#eventsListHome p, #homeBlogTop p {margin: 0}

p.eventDate {
	text-transform: uppercase;
	line-height: 1;
	font-size: 20px;
	text-align: center;
}

p.eventDate span {
	display: block;
	font-size: 25px;
	font-style: italic;
}

#sidebarLeft {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-left: -25px;
}

#sidebarLeftTop {
	width: 225px;
	padding: 30px 25px 0 50px;
	height: 78px;
	background: url(/images/sidebarLeftTop.jpg) no-repeat;}

#sidebarLeftTop h2{
	text-indent: 70px; line-height: 64px; font-size: 28px; font-weight: normal
}

#sidebarLeftMiddle {
	width: 250px;
	padding-left: 50px;
	background: url(/images/sidebarLeftMiddle.jpg) repeat-y;
}

#sidebarLeftMiddle ul {
	margin-left: 40px;
}

#sidebarLeftBottom {
	width: 300px;
	height: 89px;
	background: url(/images/sidebarLeftBottom.jpg) no-repeat;
}

#homeBlog {
	width: 360px;
	float: left;
	margin-right: 20px;
}

#homeBlogTop {
	width: 285px;
	padding: 30px 25px 0 50px;
	height: 78px;
	background: url(/images/homeBlogTop.jpg) no-repeat;
}

img#sidebarHeading {
	padding-left: 70px;
}

#homeBlogMiddle {
	width: 360px;
	background: url(/images/homeBlogCenter.jpg) repeat-y;
}

#homeBlogBottom {
	width: 360px;
	height: 89px;
	background: url(/images/homeBlogBottom.jpg) no-repeat;
}

table#blogSnippets {
	width: 285px;
	margin-left: 50px;
	font-size: 12px;
}

table#blogSnippets img {
	border: solid 1px #b1bdac;
	margin-right: 20px;
}

#blogEntryList {
	width: 285px;
	padding: 0 0 0 50px;
}



table#blogSnippets td {
	vertical-align: top;
}

#readMore {
	float: right;
}

h1.entry-title {
	width: 300px;
	float: left;
}

a#backHome {
	float: right;
}

img#blogImage {
	float: right;
	padding: 5px;
	background: #ffffff;
	border: solid 1px #cccccc;
	margin: 0 0 10px 20px;
}

.clear {
	clear: both;
}

.pageBottom {
	height: 30px;
	background: url(/images/pageBottomBg.png) no-repeat;
}

#footer {
	background: url(/images/footerBg.jpg) repeat-x;
	height: 260px;
	width: 100%;
}

.footerSections {
	margin: 0 auto;
	width: 960px;
	height: 240px;
	position: relative;
}

#disclaimer {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

#disclaimer a {
	color: #cccccc;
}

#disclaimer a:hover {
	color: #f3f3f3;
}

#newsletter {
	position: absolute;
	top: 50px;
}

#signUp input {
	border: solid 2px #cccccc;
	padding: 3px;
}

#signUp td {
	padding: 5px 5px;
	color: #ffffff;
}

#signUp .button {
	float: right;
	margin-right: 5px;
}

#signUp .emailError {
	color: red;
	padding-left: 5px;
}

#message p {
	padding: 0 0 15px 5px;
	color: #ffffff;
}

img#logoFooter {
	position: absolute;
	right: 0;
	top: 70px;
}

.contactForm {
	padding-top: 20px;
	float: left;
	width: 410px;
}

.contactForm table {
	width: 340px;
}

.field, .textArea {
	padding: 3px;
	border: 2px solid #cccccc;
	background: #f3f3f3;
	font-size: 15px;
	font-family: georgia;
	color: #555555;
	width: 250px;
}

.textArea {
	height: 200px;
}

.button {
	padding: 2px;
	border: 2px solid #cccccc;
	background: #f3f3f3;
}


.template-front-page .textPageContent {padding: 0; width: 100%}
.template-front-page .entry-header {display: none}
article.narrow {float: right; width:600px;}

.advanced_recent_posts_widget {width:285px; margin-left: 50px}
.widgets_on_page ul {list-style: none}
.widgets_on_page h2 {display: none}
.widget.advanced_recent_posts_widget img {border: 0; padding: 0;}
.advanced_recent_posts_widget .recent-post-item {margin: 0}
.advanced_recent_posts_widget .recent-post-item .post-title {font-size: 18px; color: #626262; text-decoration: none}
.advanced_recent_posts_widget .recent-post-item .post-date {margin:0; color: #999;}
.advanced_recent_posts_widget .recent-post-item .post-entry p {margin-left: 110px; font-size: 12px; font-weight: bold; font-style: italic; color: #909090; line-height: 20px; white-space: pre-line}
.advanced_recent_posts_widget .recent-post-item .post-entry p a {display: block; text-align: right}