@font-face 
{
	font-family: Myriad;
	src: url('../fonts/myriad.ttf');
}

@font-face 
{
	font-family: Myriad;
	font-weight: bold;
	src: url('../fonts/myriad-bold.otf');
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
}

a
{
	color: #328881;
	text-decoration: none;
}

a:hover
{
	color: #1a5735;
	text-decoration: underline;
}

#homepageBg
{
	background: url(../images/homepageBg.jpg) top left repeat-x;
	width: 100%;
}

#innerpageBg
{
	background: url(../images/mainBg.jpg) top left repeat-x;
	width: 100%;
}

#mainDiv
{
	width: 915px;
	margin: auto;
	position: relative;
}

#logo
{
	width: 305px;
	height: 82px;
	background: url(../images/logo.jpg) top left no-repeat;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#logo span
{
	display: none;
}

#searchDiv
{
	float: right;
	margin: 40px 0px 0px 0px;
}

#search
{
	border: 1px solid #d5d5d5;
	margin: 0px 4px;
}

#submitSearch
{
	background: #d5d5d5;
	border: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 5px 1px 5px;
	font-size: 11px;	
}

#contactInfoDiv
{
	font-size: 0.7em;
	float: right;
	text-align: right;
	clear: right;
	line-height: 14px;
	margin-top: 10px;
}

#menuDiv
{
	clear: both;
	padding-top: 20px;	
	height: 20px;
}

#menuDiv a
{
	font-family: Myriad, Arial Narrow, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #185634;
	text-transform: uppercase;
	margin: 0px 3px;
	padding: 0px 10px 0px 0px;
	background: url(../images/menuBullet.jpg) center right no-repeat;
}

#menuDiv a:last-child
{
	background: none;
}

#menuDiv a.active
{
	color: #328881;
}

#bannerDiv
{
	text-align: left;
	margin-top: 5px;
}

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

#contentDiv
{
	clear: both;
	text-align: left;
	padding-top: 50px;	
}

#pageContent
{
	width: 600px;
}

#prestonArbourDiv, #subMenuList, #newsBox
{
	float: right;
	background: #ffffff;
	border: 2px solid #1b5734;
	width: 275px;
	margin: 10px;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;	
}

#prestonArbourDiv, #newsBox
{
	padding: 0px 5px;
	clear: right;
}

#newsBox
{
	padding: 5px;
}

#subMenuList
{
	list-style: none;
	width: 200px !important;
	padding: 10px;
}

#subMenuList li
{
	margin: 5px;
	padding: 0px;
}

#footerDiv
{
	background: #86c4bf;
	border-top: 5px solid #d5d5d5;
	border-bottom: 5px solid #d5d5d5;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px;
	color: #ffffff;
	margin-top: 50px;
}

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

#footerMenu
{
	text-transform: uppercase;
	margin-bottom: 10px;
}

#footerMenu a
{
	margin: 0px 10px;
}

.spacer
{
	clear: both;
}

.profileContainerFeatured
{
	background: #ffffff;
	border: 0px;	
}

.profileSummaryContainer
{
	width: 870px;
}

.profileSummaryContainerFeatured  
{
	background: #ffffff;
	border: 2px solid #86C4BF;
}

.profileSummaryImageContainer img
{
	border: 0px;
}

.profileThumbnailContainer
{
	border: 1px solid #dddddd;	
}

.profileMainImage
{
	border: 0px;
	margin: auto;
}

.profileTextContainer
{
	width: auto;
	float: none;
}

.mainImageContainer
{
	float: left;
	background: #ffffff;
	border: 1px solid #dddddd;
	text-align: center;
	padding: 5px;
}

#thumbnailArea
{
	float: right;	
	width: 350px;	
}

.profileImagesContainer
{
	background: #eeeeee;
	padding: 5px;
	width: 620px;
	border: 1px solid #dddddd;
	margin: 5px 0px;
}

.breadcrumbs
{
	display: none;
}

.shortDescriptionBoxHeader
{
	font-weight: bold;
	font-size: 15px;
}

.shortDescriptionBoxSubheader
{
	margin: 0px 0px 10px 0px;
}

.shortDescriptionBoxTextAutostuff
{
	margin: 0px;
}

.infoTitle
{
	font-family: Myriad, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Myriad, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1
{
	font-size: 30px;
}

h2, h4, h6
{
	color: #1b5735;
}

h1, h3, h5
{
	font-weight: normal;
}

/* hide the news manager date */
.shortDescriptionBoxSubheader, .articleBodyDate
{
	display: none;
}
