body
{
	background: #ffffff url(../images/mainBg.gif) top left repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#mainDiv
{
	width: 749px;
	position: relative;
	margin: auto;
	background: url(../images/tile.gif) 2px 0px repeat-y;	
}

*html #mainDiv
{
	background: url(../images/tile.gif) 1px 0px repeat-y;	
}

#topDiv
{
	background: url(../images/top.gif) top left no-repeat;
	width: 749px;
	height: 21px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#leftShadow
{
	height: 400px;
	width: 18px;
	background: url(../images/leftShadow.gif) top left no-repeat;
	position: absolute;
	top: 20px;
	left: 0px;
}

#rightShadow
{
	height: 400px;
	width: 18px;
	background: url(../images/rightShadow.gif) top left no-repeat;
	position: absolute;
	top: 20px;
	right: 0px;
}

*html #leftShadow
{
	left: -1px;
}

*html #rightShadow
{
	right: -1px;
}

#headerDiv
{
	width: 749px;
	height: 120px;
	position: relative;
	margin-bottom: 10px;
}

#logo
{
	float: left;
	margin: 10px;
}

#bottom
{
	background: url(../images/bottom.gif) top left no-repeat;
	width: 749px;
	height: 21px;
}

#webAdmin
{
	float: left;
	margin: 16px 10px; 
	border: 0px;
}

#searchBox
{
	position: absolute;
	top: 20px;
	right: 20px;
}

#search
{
	background: #ffffff;
	border: 1px solid #348bbd;
}

#submitSearch
{
	background: #dddddd;
	border: 1px solid #348bbd;
	width: 50px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #348bbd;
	cursor: pointer;
	height: 20px;
	margin-left: 6px;
}

#menuDiv
{
	position: absolute;
	bottom: 2px;
	right: 16px;
}

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

#menuDiv li
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	display: inline;
}

#subMenu
{
	float: right;
	margin: 4px;
	padding: 6px;
	background: #f7f2df;
	border: 1px solid #ffa704;
	width: 140px;
}

#subMenu a
{
	color: #000000;
	text-decoration: none;
}

.subMenuHeader
{
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-bottom: 4px;
}

.subMenuItem
{
	font-size: 11px;
}

#banner
{
	background: url(../images/bannerBg.jpg) top left no-repeat;
	width: 721px;
	height: 148px;	
	border: 2px solid #348bbd;
	position: absolute;
	top: 122px;
	left: 12px;
}

#contentDiv
{
	text-align: left;
	font-size: 12px;
	margin: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 140px;
	width: 726px;
	position: relative;
}

#contentText
{
	float: left;
	width: 450px;
	margin: 10px 0px 10px 10px;
	padding-right: 20px;
}

#rightBar
{
	float: right;
	width: 220px;
	margin: 4px;
}

.spacer
{
	clear: both;
}

#footer
{
	background: #fff4e8 url(../images/footerBg.gif) top left repeat-x;
	width: 720px;
	margin-left: 12px;
	border: 1px solid #cccccc;
	height: 65px;
	font-size: 11px;
	position: relative;
	line-height: 12px;
}

#footerLeft
{
	float: left;
	margin-left: 10px;
	text-align: left;
}

#footerRight
{
	float: right;
	margin-right: 10px;
	text-align: right;
}

.pageControls
{
	background: #f7f2df;	
	padding: 5px;
	text-align: right;
	border: 1px solid #000000;	
}

.pageControls a
{
	color: #000000;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;	
}

.pageControls a:hover
{
	color: #444444;
	text-decoration: none;
}

.shortDescriptionBoxOuter
{
	margin: 15px 0px 15px 0px;
	padding: 10px;
	border: 1px solid #000000;	
}

.shortDescriptionBoxHeader
{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
}

.shortDescriptionBoxSubheader
{
	font-size: 1.0em;
	color: #cd7f01;		
	margin-bottom: 0px;		
	font-weight: bold;		
}

.shortDescriptionBoxText
{
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 1.1em;
}

.shortDescriptionBoxOuterAutostuff
{
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.shortDescriptionBoxHeaderAutostuff
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
}

.shortDescriptionBoxSubheaderAutostuff
{
	font-size: 1.0em;
	color: #000000;		
	margin-bottom: 0px;		
	font-weight: bold;	
}

.shortDescriptionBoxTextAutostuff
{
	padding: 0px;
	margin-top: 10px;
	font-size: 1.0em;
}

/** BLOG STYLES **/

.blogContainer
{
	clear: both;
}

.blogTitle
{
	font-size: 20px; 
	color: #348bbd;
	margin-top: 10px;
	border-bottom: 0px;
	font-weight: normal;
	margin: 4px 0px;
	clear: both;
	float: none;
}

.blogPostedDetails, .blogTagList
{
	font-size: 11px;
	color: #555555;
	float: none;
	text-align: left;	 
	width: auto;
}

.blogBody
{
	line-height: 18px;
	margin-bottom: 40px;
}

.blogBottom
{	
	background: #eeeeee;
	border: 1px solid #348bbd;
	padding: 6px;
}

.blogComments2
{
   font-size: 0.75em;
   text-align: left;   
   width: auto;
}

.blogSocialImages
{
   font-size: 0.75em;
   text-align: left;
   width: auto;
}

.topBlogControls a, .bottomBlogControls a
{
	text-decoration: none;
	color: #2B0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}

.topBlogControls .blogControlPrev a, .bottomBlogControls .blogControlPrev a
{
	background: url(../images/backArrowSm.gif) bottom left no-repeat;
	padding-left: 12px;
	height: 12px;
	float: left;
	display: block;
	margin-left: 10px;
}

.topBlogControls .blogControlNext a, .bottomBlogControls .blogControlNext a
{
	background: url(../images/forwardArrowSm.gif) bottom right no-repeat;
	padding-right: 12px;
	height: 12px;
	float: right;
	display: block;
}

.blogCommentContainer
{
	border: 0px;
}

.blogComment
{
	width: 400px;
	border: 1px solid #348bbd;
	margin: 10px;
	padding: 10px;
	background: #eeeeee;
}

.blogCommentBody
{
	margin: 5px 0px;
}

.blogCommentPostedOn
{
   margin: 4px 0px;
   color: #666666;
   font-size: 11px;
}

.commentError
{
	border: 2px solid #ff0000;
	margin: 4px;
	padding: 6px;
	text-align: center;
	font-weight: bold;
}

.blogNewCommentFormContainer
{
	width: 400px;
	border: 1px solid #348bbd;
	margin: auto;
	text-align: left;
	padding: 5px;
	background: #eeeeee;
}

.blogNewLeaveComment
{
	color: #000000;
	background: none;
	border: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.blogNewCommentName
{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 4px;
	margin-left: 0px;   
}

.blogNewCommentEmail
{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 4px;
	margin-left: 0px;
}

.blogNewCommentWebsite
{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 4px;
	margin-left: 0px;
}

.blogNewCommentBody
{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 4px;
	margin-left: 0px;
}

.commentInput
{
	background: #ffffff;
	border: 1px solid #aaaaaa;
	width: 200px;
}

.blogNewCommentAntiSpamString
{
	color: #000000;
	background: #dddddd;
	border: 1px solid #aaaaaa;
	padding: 4px;
}

.blogNewCommentAntiSpamPic, .blogNewCommentAntiSpamInput
{
	margin: auto;
	text-align: center;
	margin-bottom: 3px;
}

.addCommentBtn
{
	background: #dddddd;
	border: 1px solid #348bbd;
	text-align: center;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin: auto;
	padding: 4px;
	margin-top: 10px;
}

.addCommentContainer
{
	text-align: center;
	width: 100%;
}

#calendarHeader
{
	text-align: left;
}

.rightBarBox
{
	background: #eeeeee;
	padding: 8px;
	margin: 6px 12px 6px 0px;
	border: 1px solid #348bbd;
	width: 200px;
}

.blogSummaryItem
{
	margin-bottom: 20px;
	line-height: 20px;
}
