@import url(ModernCF2/Resources/css/MSStandard_wysiwyg.css);
@import url(style_wysiwyg.css);


/*******************/
/* Page specs      */
/*******************/

HTML {
	margin: 0;
	padding: 0;
}
BODY {
	height: 100%;
	font-size: 11px;
	margin: 0;
	padding: 0;background-color: #ECE7D1;
}

.background-hp {
	background-image: url(images/home/bg.gif);
	background-repeat: repeat;
}
	
.background-ip {
	background-image: url(images/inner/bg.gif);
	background-repeat: repeat;
}

#wrapper {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 715px;
	height: 100%;
}

td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #54576A;}
a:link {color: #274783; text-decoration: underline;}
a:visited {color: #274783; text-decoration: underline;}
a:hover {color: #2D8816; text-decoration: underline;}

.title {color: #2D8816; font-size: 12px; font-weight: bold;}

.nav {border-bottom-color: #062B70; border-bottom-style: solid; border-bottom-width: 1px; border-top-color: #062B70; border-top-style: solid; border-top-width: 1px;}

.bottomborder {border-bottom-color: #062B70; border-bottom-style: solid; border-bottom-width: 1px;}

.featuredprops {background-color: #868EBC; color: #54576A; font-size: 10px;}
.featuredprops a:link {color: #FFFFFF; text-decoration: none;}
.featuredprops a:visited {color: #FFFFFF; text-decoration: none;}
.featuredprops a:hover {color: #FFFFFF; text-decoration: underline;}
.featuredtitle {font-size: 12px; font-weight: bold;}

.featuredpadd {padding-top: 29px; padding-right: 13px; padding-bottom: 10px;}
img.featuredborder  {
	editor-description:Featured Image;
	border: 1px solid #FFFFFF; margin-bottom: 5px; margin-left: 5px; margin-top: 5px;
}

.content-hp {padding-left: 23px; padding-bottom: 11px; padding-right: 39px; padding-top: 28px;}
.content-hp div {padding-left: 20px;}

.content-innerpadd {padding-left: 20px;}

.breadcrumbs {font-size: 10px; color: #666666; padding-top: 21px; }
.breadcrumbs a:link {color: #062B70; text-decoration: none;}
.breadcrumbs a:visited {color: #062B70; text-decoration: none;}
.breadcrumbs a:hover {color: #062B70; text-decoration: underline;}

.photopadd {margin-bottom: 10px; margin-right: 20px;}

#footer {font-size: 10px; color: #999999; text-align: center; padding-top: 30px;}
#footer a:link {color: #868EBC; text-decoration: none;}
#footer a:visited {color: #868EBC; text-decoration: none;}
#footer a:hover {color: #868EBC; text-decoration: underline;}

.content-ip {padding-right: 20px;}
/*******************/
/* Editable areas  */
/*******************/

/* dashed border for all editable areas */
div.editable {
	border-width:1px;
	border-style : dashed;
	border-color : #999999;
	cursor : auto;
}

/*******************/
/* Navigation menu */
/*******************/

/* 1+ level doesn't appear */

/* 2+ level list */
ul.navMenu, ul.navMenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.navMenu {
	margin-top: 10px;
}
ul.navMenu * {
	color: #062B70 !important; 
	font-size : 11px !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: bold;
}
ul.navMenu a:hover {
	text-decoration: underline !important;
}
ul.navMenu li div {
	padding: 3px 0px 3px 20px;
	background-color: white;
}
	
/* 3+ level list */
ul.navMenu ul {
	margin: 10px 0px 10px 15px;
}
ul.navMenu ul * {
	text-transform: none;
	font-weight: normal;
}
ul.navMenu ul div {
	padding: 0px;
	background-color: transparent;
}
ul.navMenu ul div.navChildSelected a, ul.navMenu ul div.navSelected a, ul.navMenu ul div.navSelected, ul.navMenu ul div.navSelected span {
	color: #378C23 !important;
	font-weight: bold;
}
/* Show bullet for selected items */
ul.navMenu ul li {
	padding-left: 15px;
}
ul.navMenu ul li.navSelected {
	padding-left: 15px;
	background-image: url(images/nav/dash.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

/* 4+ level list */
ul.navMenu ul ul {
	margin: 0px 0px 0px 0px;
}
ul.navMenu ul ul * {
	font-size : 10px !important;
}

/*******************/
/* Search Results */
/*******************/

ul.searchResults {
}
ul.searchResults li {
	padding-left 0px;
}
li.searchResultHighlighted, li.searchResultHighlighted a {
	cursor: pointer;
	color: #374F89 !important;
	font-weight:bold;
}
li.searchResultHighlighted a {
	cursor: pointer;
	color: #374F89 !important;
	font-weight:normal;
}


/*******************/
/* Special Areas */
/*******************/


p.newsBlurb {
	margin-bottom: 20px;
}
p.newsBlurb, p.newsBlurb * {
	font-size: 10px !important;
}

.newsDate {
	font-weight:bold;
}
.newsBody {
}
.newsContact {
	font-style:italic;
}



