body
{
	margin: 0px;
	padding: 0px;
	background: #f3efd5;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

a
{
	color: #724799;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #39125d;
}

a img {
	border: 0px;
}

#mainDiv
{
	width: 960px;
	background:url(../images/mainBg.jpg) top left repeat-y;
	margin: auto;
	position: relative;
}

#headerDiv
{
	margin: 0px 20px;
	height: 110px;
	position: relative;
}

#logo
{
	width: 249px;
	height: 96px;
	background:url(../images/logo.jpg) top left no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	cursor: pointer;
}

#slogan
{
	color: #652b92;
	font-size: 15px;	
	width: 300px;
	float: left;
	margin: 70px 0px 0px 80px;	
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#logo span
{
	display: none;
}

#headerRightDiv
{
	float: right;
	margin-top: 70px;
}

#headerRightDiv form
{
	margin: 0px;
	padding: 0px;
}

#newsletterBtn
{
	margin: 40px 0px 10px 0px;
	width: 256px;
	height: 20px;
	background:url(../images/newsletterBtn.jpg) top left no-repeat;
	border: 0px;
	text-align: center;
	display: block;
	color: #ffffff;
	font-weight: bold;
	padding-top: 6px;
}

#search
{	
	border: 1px solid #afafaf;
	float: left;
	padding: 4px;	
	width: 158px;	
}

#submitSearch
{
	width: 83px;
	height: 26px;
	background:url(../images/searchBtn.jpg) top left no-repeat;
	border: 0px;
	cursor: pointer;
	color: #848484;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 5px;
	float: left;
}

#menuDiv
{
	height: 43px;
	width: 930px;
	margin: auto;
	background:url(../images/menuBg.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menuDiv ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuDiv li
{
	float: left;	
	margin: 0px;
	padding: 0px 0px 12px 0px;
	height: 31px;
}

#menuDiv a
{
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 100%;
	padding-top: 12px;
}

#menuDiv a:hover
{
	color: #dddddd;
}

#menuDiv a.activeMenuItem
{
	display: block;
	width: 100%;
	height: 100%;
	background: #a78cb5;
}

/* hide everything other than the first level of drop down menus 
#menuDiv li li li
{
	display: none;
}*/

#leftColDiv
{
	float: left;
	width: 225px;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#newsletter
{
	background: #ededed;
	border: 1px solid #cccccc;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5px;
}

#newsletter a
{
	text-decoration: none;
}

#homepageBanner
{
	width: 940px;
	margin: auto;
	position: relative;
	margin-top: 10px;
}

#mediaDiv li
{
	list-style:url(../images/liArrow.jpg);	
}

#bannerDiv
{
	float: right;
	width: 666px;
	margin: 0px 10px 20px 0px;
	position: relative;
}

#bannerDiv p
{
	margin: 0px;
	padding: 0px;
}

#contentDiv
{
	color: #575757;
}

#pageContent
{
	text-align: left;
	padding: 10px;
	margin-left: 260px;
}

#shareDiv
{
	width: 100%;
	height: 20px;
	text-align: right;
}

#leftDiv
{
	float: left;
	width: 405px;	
	border-right: 1px solid #575757;
	text-align: left;
	padding-right: 10px;
	margin: 10px;
}

#quickLinksDiv
{
	background: #f7f7f7;
	border: 1px solid #c5c5c5;
	text-align: left;
	margin-top: 10px;
}

#quickLinksDiv h4
{
	margin: 0px;
	padding: 5px;
	background: #ededed;
	width: 210px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #c5c5c5;
}

#quickLinksDiv ul
{
	margin: 5px;
	padding: 0px;
	list-style: none;
}

#quickLinksDiv li
{
	margin: 5px;
	padding: 4px;
	border-bottom: 1px solid #c5c5c5;
	font-size: 15px;
}

#quickLinksDiv a
{
	font-weight: normal;
	text-decoration: none;
}

#quickLinksDiv li:last-child
{
	border-bottom: 0px;
}

#mediaDiv
{
	border: 2px solid #dcdcdc;
	margin: 10px 0px 20px 0px;
	width: 210px;
	padding: 5px;
	background: #ffffff;
	text-align: left;
}

#mediaDiv li
{
	margin: 5px 0px;
}

#rightDiv
{
	float: left;
	text-align: left;
	width: 230px;	
	margin-top: 20px;
}

#rightDiv h2
{	
	margin: 5px 0px;
	padding: 0px;
	font-weight: bold;
	color: #575757;	
}

#rightDiv .shortDescriptionBoxHeaderAutostuff
{
	font-size: 14px;
	margin-bottom: 5px;
}

#rightDiv .articleBodyDate
{
	display: none;
}

#rightDiv .shortDescriptionBoxTextAutostuff
{
	margin: 0px 0px 20px 0px;
	font-size: 12px;	
	line-height: 18px;
}

#featuredDiv
{
	text-align: left;
	width: 190px;
}

#featuredDiv img
{
	margin: 3px 0px;
	border: 0px;
}

.partnerLogo
{
	border: 0px;
}

#sitemapDiv
{	
	width: 948px;
	clear: both;
	margin: auto;
	padding-bottom: 20px;
	border-top: 2px solid #2d2766;		
}

#sitemapDiv ul
{
	min-height: 120px;	
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#sitemapDiv li:first-child
{
	display: none;
}

#sitemapDiv li
{
	margin: 0px;
	padding: 10px;
	float: left;
	width: 135px;	
}

#sitemapDiv li a
{
	font-size: 14px;
	text-decoration: none;
	color: #2d2766;
	font-weight: bold;
}

#sitemapDiv li li
{
	float: none;
	padding: 0px;
	border-right: 0px;
	margin: 3px 0px;
}

#sitemapDiv li li a
{
	font-size: 11px;
	font-weight: normal;
}

#sitemapDiv li ul ul
{
	display: none;
}

#sitemapDiv img
{
	border: 0px;
}

#footerDiv
{
	background: #f2f2f2 url(../images/footerBg.jpg) bottom left no-repeat;
	min-height: 200px;
	width: 948px;
	margin: auto;
	color: #ffffff;
	font-size: 11px;
}

#footerText
{
	float: right;
	text-align: right;
	margin: 20px 5px 0px 0px;
	font-size: 10px;
}

#footerDiv a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.spacer
{
	clear: both;
}

#subMenu
{
	background: #B46560;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px;
	text-align: left;
}

.subMenuHeader
{
	background: #9C4B47;
	width: 215px;
	padding: 5px;
	font-size: 14px;
}

#subMenu a
{	
	text-decoration: none;
	color: #ffffff;
	padding: 2px;
}

.subMenuItem
{
	margin: 3px 5px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
}

.subMenuItem:last-child
{	
	border: 0px;
}

.subMenuItem1
{
	margin: 0px 8px;
	padding: 4px;	
}

.subMenuItem2
{
	padding: 4px;
}

.subMenuItem3
{
	padding: 3px 0px 3px 20px;	
}

.subMenuItem a
{
	font-weight: normal;	
}

.subMenuItem1 a
{
	font-weight: normal;	
	font-size: 11px;
	background: none;
}

.active1 a
{
	background: #656565;
}

.subMenuItem2 a
{
	color: #cccccc;
	font-size: 11px;
	font-weight: normal;
	background: none;
}

.active2 a
{
	background: #656565;
}

.subMenuItem3 a
{
	font-weight: normal;
	background: none;
}

.active3 a
{
	background: #656565;
}

#resourcesDiv h3
{
	color: #524a9d;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.sidebar
{
	float: right;
	width: 160px;
	margin-left: 10px;	
}

#contentDiv h1, h2, h3
{
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentDiv h1
{
	font-size: 24px;	
}

#contentDiv h2
{
	font-size: 17px;	
}

#contentDiv h3
{
	font-size: 16px;	
}

#quoteBox ul
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
}

#slider 
{
	width: 666px;
	height: 254px;
	overflow: hidden;
	position: relative;
	float: left;
}

#content
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content li
{
	margin: 0px;
	padding: 0px;
	float: left;
	display: hidden;
}

#slider img
{
	border: 0px;

}

#navBar
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	list-style: none;
	width: 100%;
	background: grey;
	height: 48px;
	background: url(../images/navBarBg.jpg) top left repeat-x;
}

#navBar li
{
	margin: 3px;
	padding: 0px;
	float: left;
	cursor: pointer;
}

/* over write the slider styles to turn the thumbnails into white dots */
#thumbSlider0
{
	background: none;
}

#thumbSlider0 ul li a
{
	display: block;
	background: url(../images/bullet.png) bottom left no-repeat;
	width: 16px;
	height: 15px;
}

#thumbSlider0 ul li.active a
{
	display: block;
	background: url(../images/bullet.png) top left no-repeat;
	width: 16px;
	height: 15px;
}

/* dont push the signin box to the bottom of the page */
.shortDescriptionBoxHeader
{
	clear: none;
}

iframe { border:0; width:220px; }


/* blog styles - added by KBaker on Oct 25 2010 */

#blogHeader
{
	width: 650px;
	height: 17px;
	background: #8c6b9d;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	font-family: Arial, sans-serif;
	margin-top: 20px;
}

#blogDescription
{
	font-family: Gerogia, serif;
	font-size: 14px;
	line-height: 22px;
	width: 650px;
	color: #333333;
}

.blogContainer
{
	border: 2px solid #7f7f7f;
	background: #ffffff url(../images/blogContainerBg.jpg) top left repeat-x;
	padding: 5px;
	margin-right: 150px;
	margin-bottom: 20px;
}

.blogLeftMeta
{
	float: left;
	width: 100px;
}

.blogMeta
{
	height: 50px;
	width: 100%;
}

.blogMainDate
{
	width: 88px;
	height: 40px;
	background: url(../images/blogCalendar.jpg) top left no-repeat;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	padding: 15px 0px 0px 8px;
	font-weight: bold;
}

.blogPostedBy
{
	color: #909090;
	font-size: 11px;
	margin-top: 10px;
}

.blogRightMain
{
	margin-left: 120px;
}

.blogTitle
{
	font-size: 24px;
	color: #000000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.blogBody
{
	color: #595959;
	font-size: 14px;
}

.blogCommentContainer
{
	border-left: 0px;
	margin: 0px;
	color: #000000;
}

.blogComment
{
	margin: 5px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #c5c5c5;
	border-left: 0px;
}

.blogCommentBy
{
	width: 66px;
	height: 61px;
	background: url(../images/blogCommentBy.jpg) top left no-repeat;
	float: left;
	padding: 5px;
	font-size: 10px;
}

.blogCommentBody
{
	margin: 0px 0px 0px 80px;
}

.blogCommentPostedOn
{
	margin: 5px 0px 0px 80px;
	font-size: 11px;
}

.blogNewCommentFormContainer
{
	border: 0px;
	width: 100%;
}

.blogNewLeaveComment
{
	background: none;
	border: 0px;
}

.blogNewLeaveComment a, .blogNewLeaveComment a:hover
{
	color: #000000;
}

.blogNewCommentName, .blogNewCommentEmail, .blogNewCommentWebsite, .blogNewCommentBody
{
	color: #000000;
	text-align: left;
}

.blogNewCommentNameInput input, .blogNewCommentEmailInput input, .blogNewCommentWebsiteInput input
{
	width: 302px;
	border: 1px solid #cccccc;
	margin-left: 20px;
}

.blogNewCommentAntiSpamString
{
	border: 0px;
	background: none;
}

.blogNewCommentAntiSpamPic, .blogNewCommentAntiSpamInput
{
	margin-left: 10px;
}

#blogCommentSubmit
{
	margin: 10px;
	width: 150px;
	height: 30px;
}

.blogControlContainer
{
	margin: 10px 0px 0px 0px;
	width: 670px;
	height: 20px;
	text-align: center;
}

.blogControlPrev
{
	float: left;
	width: 200px;
	text-align: left;
}

.blogControlNext
{
	float: right;
	width: 200px;
	text-align: right;
}

.blogSidebar
{
	float: right;
	width: 130px;
	border: 2px solid #7f7f7f;
	background: #eeeeee;
	font-size: 14px;
	padding: 5px;
}

.socialLinks
{
	margin-top: 10px;
	text-align: center;
}

.socialLinks img
{
	width: 50px;
	border: 0px;
	margin: 4px;
}

.shortDescriptionBoxHeaderAutostuff
{
	font-size: 11px;
	margin-bottom: 20px;
}

#homeFeaturedDiv
{
	background: #eeeeee;
	padding-bottom: 10px;
}

#homeFeaturedDiv .title
{
	background: #552277;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	padding: 3px 0px;
}

#homeFeaturedDiv .content
{
	margin: 10px;
	text-align: left;
}

.blogTagMapContainer
{
	width: 130px;
	text-transform: capitalize;
	font-size: 11px;
}

.blogTagMapTag, .blogTagMapLink
{
	margin: 0px;
	display: inline;
}

.blogTagMapEntry
{
	margin: 0px 0px 5px 0px;
}
