/***********************************
RESETS
***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
body { line-height: 1;
}
ol, ul { list-style: none;
}
blockquote, q { quotes: none;
}

/ remember to define focus styles! /
:focus { outline: 0;
}

/ remember to highlight inserts somehow! /
ins { text-decoration: none;
}
del { text-decoration: line-through;
}

/ tables still need ‘cellspacing=”0”’ in the markup /
table { border-collapse: collapse; border-spacing: 0;
}
/***********************************
MAIN LAYOUT
***********************************/
body{
	background: #001229 url(../images/bg.jpg) repeat-x;
	font:12px "helvetica", arial, sans-serif;
	color:#535353;
	letter-spacing:1px;
}
#container{
	width:900px;
	margin:0 auto;
	padding:0 4px;
	background:url(../images/BGContainer.png);
}
/***********************************
HEADER
***********************************/
#header{
	background:url(../images/BGHeader.png);
	color:#fff;
	float:right;
	position:relative;
	width:100%;
}
#skyline {
	background: url(/images/skyline_wide.png) no-repeat;
	bottom: 0;
	display: block;
	height: 55px;
	left: 0;
	position: absolute;
	width: 652px;
	z-index: 1;
}
#facebookIcon{
	position:absolute;
	top:10px;
	right:10px;
}
#facebookIcon img{
	height:24px;
	width:24px;
}
#phone{
	float:right;
	background:url(../images/BGPhone.png);
	width:167px;
	height:28px;
	margin:54px 0 0 0;
	line-height:30px;
	font-size:11px;
	text-indent:15px;
	position: relative;
	z-index: 5;
}
#headerLinks{
	float:right;
	background:url(../images/BGHeaderLinks.png);
	width:252px;
	height:33px;
	margin:59px 0 0 0;
	line-height:37px;
	text-indent:10px;
	position: relative;
	z-index: 5;
}
#headerLinks a{
	color:#fff;
	text-decoration:none;
	letter-spacing:2px;
	font-size:11px;
	padding:0 20px 0 20px;
}
#headerLinks a:hover{
	text-decoration:underline;
}
#contactLink{
	background:url(../images/headerLinksDot.png) center right no-repeat;
}
h1{
	left: 45px;
	position: absolute;
	top: 11px;
	z-index: 2;
}
h1 a{
	display:block;
	width:252px;
	height:65px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/***********************************
NAVIGATION
***********************************/
#navigation{
	background:#d1c9ac;
	width:216px;
	float:left;
	font-family:"Corbel", "Corbel Embed", Trebuchet MS, sans-serif;
	font-weight:bold;
	padding:15px 0;
}
#navigation ul{
	border-bottom:1px solid #e6dfc6;
}
#navigation a{
	display:block;
	background:#c4bc9f;
	border-top:1px solid #d5ceb5;
	height:30px;
	line-height:30px;
	color:#413b28;
	text-decoration:none;
	text-indent:20px;
}
#navigation a:hover{
	background:#a29a7d;
}
#navigation a:active{
	background:url(../images/BGNavigationActive.png);
	color:#fff;
}
#navigation li.active{
	background:url(../images/BGNavigationActive.png);
}
#navigation li.active a{
	background:url(../images/navigationArrow.png) 200px 10px no-repeat;
	color:#fff;
	border-top:1px solid #6a6144;
	border-bottom:1px solid #6a6144;
	height:29px;
}
/***********************************
MAIN COLUMN
***********************************/
#main{
	width:455px;
	float:left;
	padding-bottom:30px;
}
#main p{
	padding:7px 30px 15px 30px;
	line-height:200%;
	letter-spacing:.5px;
}
#main strong{
	color:#011826;
}
#main a{
	color:#0376a4;
}
#main h2{
	font:20px "TheSerif-Caps", "The Serif", "Rockwell", serif;
	text-transform:small-caps;
	color:#8c8c8c;
	margin:30px 30px 0 30px;
	letter-spacing:2px;
	border-bottom: 1px dashed #ccc;
}
#main h2#welcome{
	background:url(../images/welcomeToDolinsGroup.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:30px 0 5px 30px;
	border:none;
}
#homeBanner{
	padding:7px 0;
	background:#e7e7e7;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#partnersPhotos{
	padding:0 0 20px 0;
	overflow:auto;
	margin:20px 20px 0px 30px;
	width:21%;
	float:left;
}
#partnersPhotos div{
	float:left;
	clear:left;
	width:100%;
	text-align:center;
	letter-spacing:0px;
	padding:10px 0;
}
#partnersPhotos div.first{
	border:none;
}
#partnersPhotos img{
	padding:3px;
	background:#d1c9ac;
	margin-bottom:3px;
}
#partnersPhotos a{
	display:block;
}
#partnerDetail{
	padding:0 0 20px 0;
	border-bottom:1px dashed #ccc;
	overflow:auto;
	margin:20px 30px 20px 30px;
}
#partnerDetail img{
	padding:3px;
	background:#d1c9ac;
	float:left;
	margin-right:15px;
}

#breadcrumbs{
	position:relative;
	top:-25px;
	right:30px;
	font-size:11px;
	float:right;
}
#resourceList{
	letter-spacing:0;
}
#resourceList img{
	vertical-align:middle;
	margin:15px 10px 15px 30px;
}
/***********************************
SIDEBAR & WIDGETS
***********************************/
#sidebar{
	float:left;
	background:#e7e7e7;
	border-left:1px solid #ccc;
	width:198px;
	padding:0 12px;
}

.sidebarWidget{
	background:url(../images/BGSidebarWidget.png);
	width:182px;
	height:238px;
	padding:20px 10px;
	margin:20px auto;
	font:11px/140% "Corbel", "Corbel Embed", Trebuchet MS, sans-serif;
}
.sidebarWidget h3{
	color:#06507f;
	text-align:center;
	display:block;
	font-weight:bold;
	letter-spacing:1;
	width:192px;

}
.widgetFooter{
	padding-top:45px;
}
.sidebarWidget a{
	color:#0376a4;
}
address{
	margin:40px 0 20px 0;
	font-style:normal;
}
#profitColumn{
	background:url(../images/BGProfitColumn.png);
}
#profitColumn h3{
	text-align:left;
	font-size:14px;
	margin-top:50px;
	font-weight:normal;
}
#profitColumn p{
	padding:10px 0;
}
#profitColumn form{
	margin:40px 0 0 11px;
}
#mce-EMAIL{
	width:152px;
	border:1px solid #d8d4c9;
	padding:4px;
}
#mce-EMAIL:focus{
	outline:none;
	border:1px solid #a5a196;
}
#mc-embedded-subscribe{
	background:url(../images/btnSubscribe.png) no-repeat;
	border:none;
	color:#054f86;
	font-size:0;
	padding-top:20px;
	width:70px;
	height:20px;
	cursor:pointer;
	float:right;
	margin:6px 10px 0 0;
	display:inline;
}
#mc-embedded-subscribe:hover{
	background-position:-70px 0;
}
#mc-embedded-subscribe:active{
	background-position:-140px 0;
}
#map{
	margin:22px 0 -20px 7px;
}

/***********************************
FOOTER
***********************************/
#footer{
	background:url(../images/BGFooter.png);
	height:57px;
	padding-top:45px;
	color:#fff;
	font-size:11px;
	clear:both;
	text-align:center;
	letter-spacing:0;
}
#footer a{
	color:#fff;
}
#footer small{
	font-weight:normal;
	font-size:9px;
	padding:8px 20px 5px 20px;
	display:block;
	line-height:11px;
	text-indent:0;
	color:#98a9b3;
	text-align:justify;
	background:url(../images/BGLegal.png);
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	margin:8px 20px 0 20px;
}
/***********************************
CONTACT PAGE
***********************************/
label{
	color:#6c6445;
	display:block;
	padding:13px 0 3px 0;
}
#cForm{
	margin-left:30px;
	letter-spacing:0px;
}
#cForm input{
	border:1px solid #d7d4ca;
	padding:4px;
	width:245px;
}
#cForm textarea{
	border:1px solid #d7d4ca;
	padding:4px;
	width:360px;
	height:100px;
}
#cForm input:focus,
#cForm textarea:focus{
	outline:none;
	border:1px solid #a5a196;
}
#cForm input#sendContactEmail{
	background:url(../images/btnSubmit.png);
	border:none;
	height:20px;
	width:63px;
	padding:20px 0 0 0;
	overflow:hidden;
	font-size:0;
	cursor:pointer;
}
#cForm input#sendContactEmail:hover{
	background-position:-63px 0;
}
#cForm input#sendContactEmail:active{
	background-position:-126px 0;
}
.mainContactInfo{
	margin:30px;
	border-top:1px dashed #ccc;
	padding-top:30px;
	font-size:14px;
	color:#444;
}
#main .mainContactInfo p{
	padding:8px 0;
	margin:0;
	line-height:1.3;
}
#main .mainContactInfo a strong{
	color:#0376A4;
}
/***********************************
NEWS
***********************************/
.post{
	margin:20px 30px 0 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:15px;
}
#main .post p{
	padding:5px 0;
}
.blogTitle{
	padding-top:5px;
	float:left;
	width:350px;
}
#main .post h3,
#main .post h3 a{
	text-indent:0;
	padding: 0 5px;
	display:block;
	color:#544b28;
	text-decoration:none;
	font-size:16px;
	line-height:18px;
	float:left;
}
#main .post h3 a{
	padding:0;
}
#main .post h3 a:hover{
	text-decoration:underline;
}
small.meta{
	font-size:10px;
	line-height:18px;
	padding:0 6px;
	display:block;
	width:100%;
	clear:left;
}
small.meta a{
	color:#c4bc9f;
	text-decoration:none;
}
.postDate{
	background:url(../images/BGDate.png) no-repeat;
	width:42px;
	height:45px;
	float:left;
}
.month{
	display:block;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	color:#fff;
	line-height:14px;
}
.day{
	display:block;
	font-weight:bold;
	font-size:21px;
	text-align:center;
	color:#fff;
	line-height:33px;
}
.entry{
	clear:both;
	color:#626262;
	padding-top:5px;
}
.btnReadMore{
	display:block;
	background:url(../images/btnReadMore.png);
	text-indent:-9999px;
	overflow:hidden;
	width:70px;
	height:20px;
}
.btnReadMore:hover{
	background-position:-70px 0;
}
.btnReadMore:active{
	background-position:-140px 0;
}
#sidebar h4{
	font:16px/22px "TheSerif-Caps", "The Serif", "Rockwell", serif;
	color:#9b957e;
	padding:20px 0 10px 4px;
	border-bottom:1px solid #d5d1be;
}
#categoryList{
	border-top:1px solid #fafafa;
	padding:10px 10px 16px 10px;
	background:url(../images/BGCategoryList.png) bottom center no-repeat;
}
#categoryList li{
	margin:6px 0 0 10px;
	list-style-image:url(../images/sidebarArrow.png);
}
#categoryList a{
	font-size:11px;
	color:#413b28;
	text-decoration:none;
}
#categoryList a:hover{
	text-decoration:underline;
}
#searchform{
	overflow:auto;
	padding:0 0 10px 0;
	border-bottom:1px solid #d5d1be;
}
#searchform label{
	position:absolute;
	font-size:11px;
	line-height:14px;
	color:#cecbc4;
	display:block;
	vertical-align:top;
	padding:0;
	margin:15px 0 0 26px;
	font-family:arial;
}
#searchform input#s{
	border:1px solid #d7d4ca;
	padding:4px;
	width:150px;
	margin:10px auto;
	display:block;
	color:#444;
}
#searchform input#s:focus{
	outline:none;
	border:1px solid #a5a196;
}
#searchsubmit{
	background:url(../images/btnSearch.png) no-repeat;
	overflow:hidden;
	padding-top:21px;
	font-size:0;
	height:20px;
	width:56px;
	border:none;
	float:right;
	margin-right:20px;
}
#searchsubmit:hover{
	background-position:-56px 0;
}
#searchsubmit:focus{
	background-position:-112px 0;
}
#blogBreadcrumbs{
	margin:30px;
	font-size:10px;
	letter-spacing:0;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
}
/***********************************
Blog Post Specific Overrides
***********************************/
#main .entry li{
	color:#626262;
	margin:8px 30px;
	font:12px "Helvetica", Arial, sans-serif;
	letter-spacing:0;

}
#main .entry ul,
#main .entry ol{
}
blockquote{
	margin:20px 30px;
	border-left:5px solid #ccc;
	padding-left:10px;
	font-style:italic;
}
/***********************************
COMMENTS
***********************************/
#main li.comment{
	font:12px/120% "Helvetica", Arial, sans-serif;
	color:#626262;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	list-style:none;
	padding-left:0;
	margin-left:30px;
}
.comment cite{
	font-style:normal;
	font-weight:bold;
	font-size:13px;
}
.comment-meta{
	display:none;
}

#respond{
	margin-left:30px;
	letter-spacing:0px;
}
#main #respond h3{
	margin-left:0;
	padding:0;
}
#respond input{
	border:1px solid #d7d4ca;
	padding:4px;
	width:245px;
}
#respond textarea{
	border:1px solid #d7d4ca;
	padding:4px;
	width:360px;
	height:100px;
	margin-top:20px;
}
#respond input:focus,
#respond textarea:focus{
	outline:none;
	border:1px solid #a5a196;
}
#respond input#submit{
	background:url(../images/btnSubmit.png);
	border:none;
	height:20px;
	width:63px;
	padding:20px 0 0 0;
	overflow:hidden;
	font-size:0;
	cursor:pointer;
}
#respond input#submit:hover{
	background-position:-63px 0;
}
#respond input#submit:active{
	background-position:-126px 0;
}
/***********************************
MISCELLANEOUS
***********************************/
.gold{color:#b4a77c;}
.blue{color:#06507f;}
.left{float:left;}
.right{float:right;}
#main ul li{
	list-style:disc;
	margin:10px 50px;
	letter-spacing:0px;
	color:#b4a77c;
}
ol li{
	list-style:decimal;
	margin:25px 50px;
	font:14px/14px "TheSerif-Caps", "The Serif", "Rockwell", serif;
	color:#b4a77c;
}
li span{
	font:12px/150% "helvetica", arial, sans-serif;
	color:#535353;
	margin:0;
}
#main h3{
	font:14px/14px "TheSerif-Caps", "The Serif", "Rockwell", serif;
	color:#544b28;
	padding:10px 30px 0 30px;
	text-transform:small-caps;
}
#btnStartSession{
	background:url(../images/btnStartSession.png) no-repeat;
	border:none;
	width:130px;
	height:34px;
	padding-top:37px;
	color:#fff;
	overflow:hidden;
	font-size:0px;
	cursor:pointer;
	margin:20px 0 0 0;
}
#btnStartSession:hover{
	background-position:-130px 0;
}
#btnStartSession:focus,
#btnStartSession:active{
	background-position:-260px 0;
}
@font-face{
	font-family:'The Serif';
	src:url(THESERIC.OTF) format('opentype');
}
@font-face{
	font-family:'Corbel Embed';
	src:url(CORBEL.OTF) format('opentype');
}
/***********************************
NEWSLETTER SIGNUP PAGES
***********************************/
.container{
	margin:50px auto;
	width:182px;
	height:330px;
	padding:10px;
	background:url(../images/BGMailChimp.png) no-repeat;
}
.pageTitleAlert,
.pagetitlesuccess,
.pageTitle{
	color:#06507f;
	text-align:center;
	display:block;
	font-weight:bold;
	letter-spacing:1;
	padding-top:8px;
}
.pageContent{
	padding-top:20px;
}
.pageContent p{
	margin:10px 0;
}
.pageContent label{
	padding:8px 0 0 0;
}
.pageContent small{
	font-size:11px;
}
#btnUpdate{
	background:url(../images/btnUpdate.png) no-repeat;
	border:none;
	width:54px;
	height:20px;
	padding-top:21px;
	overflow:hidden;
	color:#e3e1d9;
	font-size:0px;
	cursor:pointer;
	vertical-align:top;
	margin-top:-2px;
}
#btnUpdate:hover{
	background-position:-54px 0;
}
#btnUpdate:focus,
#btnUpdate:active{
	background-position:-108px 0;
}
.error{color:#f00;}
.MCTable td{
	padding:5px 0;
}


#btnUnsubscribe{
	background:url(../images/btnUnsubscribe.png) no-repeat;
	border:none;
	width:92px;
	height:20px;
	padding-top:21px;
	overflow:hidden;
	color:#e3e1d9;
	font-size:0px;
	cursor:pointer;
	vertical-align:top;
	margin-top:-2px;
}
#btnUnsubscribe:hover{
	background-position:-92px 0;
}
#btnUnsubscribe:focus,
#btnUnsubscribe:active{
	background-position:-184px 0;
}

#twitterWidget {
	border: 1px solid #d6d4cc;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eae8e0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #eae8e0); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #eae8e0); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #eae8e0); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #eae8e0); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #eae8e0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eae8e0));
	background-image: -webkit-linear-gradient(top, #ffffff, #eae8e0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae8e0',GradientType=0 ); /* ie */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae8e0',GradientType=0 ); /* ie */

	-moz-border-radius: 5px; /* FF1-3.6 */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, */
	padding: 20px 0 10px;
	font:11px/140% "Corbel", "Corbel Embed", Trebuchet MS, sans-serif;
}
#twitterWidget a {
	color: #7A7356;
}
#twitterWidget h3 {
	color:#06507f;
	text-align:center;
	display:block;
	font-weight:bold;
	letter-spacing:1;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #D6D4CC;
}
#twitterWidget #twitter-link {
	border-top: 1px solid #D6D4CC;
	border-bottom: none;
	margin: 15px 0 0;
	padding: 10px 10px 0;
}
#twitterWidget #twitter-link a {
	color: #fff;
	display: block;
	background: url(../images/btn-twitter.png) no-repeat;
	height: 29px;
	line-height: 30px;
	margin: 0 0 1px 10px;
	padding: 1px 0 0 10px;
	text-decoration: none;
	width: 158px;
}
#twitterWidget ul {
	margin: 0;
}
#twitterWidget ul>li {
	border-bottom: 1px solid #D6D4CC;
	padding: 10px;
}
#twitterWidget li.last {
	border-bottom: 0;
	padding-bottom: 0;
}
#twitterWidget #twitter-link a:active {
	margin-top: 1px;
	margin-bottom: 0;
}
