/* ==================================================================
 * edmondstown.css
 * ==================================================================
 *
 * -------------------------------
 *  Everythnig in this top section is a master reset, great for cross-browser compatibilty as everythnig starts off the same
 * -------------------------------
 */
 
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, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}


a {text-decoration:none}

/* Rebuild */
p {margin:0px 0 18px 0;line-height:20px}
h1 {font-size:200%;}
h2 {font-size:140%;}
h3 {font-size:120%;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}



/* ------------------------------- End of my master reset which we may put back into common files ------------------ */


HTML, BODY {
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
}


/* -------------------------------
 *  Page containers
 * -------------------------------
 */
 
#divBody {
	padding-top:40px;
	padding-bottom:20px;
}

#divPage {
	position:relative;
	margin:0px auto;
	width:960px;
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow:visible;
	text-align:left;
}


/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {position:relative;min-height:250px;	width:100%;	background-color: white;}

/* main column */

#divColumn99 {display:inline;float:left;padding:20px 20px 25px 20px;min-height:600px;width:918px} *html #divColumn99{height:600px;} 

#home #divColumn99 {width:100%;padding:10px 20px 25px 20px;background:none;min-height:0;} *html #divColumn99{height:0px;} 

#home #divColumn99 .featurePhotoWidget {width:300px; float:left; margin-right:12px;font-size:11px;min-height:200px;}
	*html #home #divColumn99 .featurePhotoWidget {height:200px;}
#home #divColumn99 .featurePhotoWidget p {float:left;width:200px;padding:0px 10px 0px 10px;line-height:14px;}
#home #divColumn99 .featurePhotoWidget img{float:right;width:60px;padding:5px 15px 5px 0px;}
#home #divSectionBottomFeaturePhotos h3{ font-family:"Trebuchet MS";text-transform:uppercase; padding:6px 0 4px 15px;}
#home #divSectionBottomFeaturePhotos ul {margin:20px 0 0 16px}


#divColumn99 li{font-size:90%; padding:0 0 0 12px;line-height:12px;}
#home #divColumn99 li{font-size:100%; padding:4px 0 0 0;line-height:20px;background: none;}
a:link.print, a:visited.print{ padding-left:42px}
a:link.email, a:visited.email { padding-left:42px;}


/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 */

/* region container */

#divRegionBottom {
	position:relative;
	text-align:center;
	clear:both;
	width:960px;
	height:30px;
	margin:auto;
	padding:8px 0;
	font-weight:bold;
	font-size:105%;
}


/* subsections */

#divSectionCopyright {
	position:absolute;
	top:62px;
	left:250px;
	width:460px;
	height:60px;
	margin-bottom:60px;
	text-align:left;
}

#divSectionCopyright img{position:absolute;top:-16px;right:0px;}


/* -------------------------------
 *  Images
 * -------------------------------
 */


#divSectionLogo IMG {
	width:210px;
	height:220px;
	position:absolute;
	left:0px;
	top:0px;
}

#home #divSectionLogo IMG{
	display:block;
	width:170px;
	height:126px;
	position:absolute;
	top:-20px;
}

/* -------------------------------
 *  Navigation
 * -------------------------------
 */


/* region container */

#divRegionTop {
	position:relative;
	height:220px;
	overflow:visible;
	 }

#home #divRegionTop {
	position:relative;
	height:110px;
}

#divSectionTopNav {
	width:100%;
	height: 220px;
	clear:both;
	position:absolute;
	top:0;
}

#home #divSectionTopNav {
height:105px;
position:relative;
}

#divSectionTopNav ul.menulevel1 {
	display:none;
}

/* Main navigation */
.primaryNav {
	height				: 20px;
	width				:750px;
	position			: absolute;
	top					: -20px;
	left				: 210px; 
}


#home .primaryNav {
	height				: 20px;
	position			: absolute;
	top					: -20px;
	left				: 174px;	
}

ul.primaryNav li {
	float				: left;
	display				: inline;
	list-style-type		: none;
}

.primaryNav a {
	display				: block;
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	text-decoration		: none;
	margin-right		: 2px;
	text-align			: center;
	text-transform		: uppercase;
	width				: 100px;
	padding				: 4px 0;	
}

.primaryNav a:hover, .primaryNav  a.selected {padding:4px 0;}

/* Secondary navigation */


#divSectionTopSecondaryNav{
	position:absolute;
	top:184px;
	left:230px;
	z-index:99;
}


#home #divSectionTopSecondaryNav{
top:384px;
	left:36px;
	z-index:99;
}


#divSectionTopSecondaryNav ul {
	float:left;
display:inline;
}


#divSectionTopSecondaryNav ul li {
	float:left;
	display:inline;
	list-style-type:none;
}

/*
#divSectionTopSecondaryNav ul li a:link:after,#divSectionTopSecondaryNav ul li a:visited:after {content:"I";padding-left:12px;color:#666; font-size:20px;}
#divSectionTopSecondaryNav ul li a.navLastItem:after{content:"";padding-left:0px}
*/

#divSectionTopSecondaryNav a:link,#divSectionTopSecondaryNav a:visited{
	display:block;
font-family:Arial;
font-size:11px;
font-weight:bold;
text-decoration:none;
margin-right:0px;
text-align:center;
text-transform: capitalize;
width: auto;
padding:6px 10px 5px 10px;
}


/* Bottom Secondary Nav Menu */

#divSectionBottomLegalNav {
	display:inline;
}

#divSectionBottomLegalNav ul {
	display:inline;
	margin:0;
	white-space:nowrap;
}

#divSectionBottomLegalNav ul li {
	display:inline;
	list-style-type:none;
	padding:0 20px 0 21px;
	background-position:0 4px;
	background-repeat:no-repeat;
	background-image:none;
}

#divSectionBottomLegalNav A {
	font-weight:bold;
}

#divSectionBottomLegalNav a:hover {
	text-decoration:underline
}


#divSectionBottomLegalNav .menulevel1 {
	display:none;
}


/* -------------------------------
 *  Text
 * -------------------------------
 */

/* headings */


a.more {font-weight:bold  !important;text-decoration:none !important; padding-right:8px;}

H1, H2, H3, H4, H5, H6 {
	font-family:verdana, arial, helvetica, sans-serif;
	margin-bottom:.2em;
	line-height:1.4em;
}


H1 { font-size: 180%; font-weight: bold; font-style: normal;}

*html h1{margin-bottom:12px;}

H2 { font-size: 125%; font-weight: bold; font-style: normal; }
H3 { font-size: 112%; font-weight: bold; font-style: normal; }
H4 { font-size: 106%; font-weight: bold; font-style: normal; }
H5 { font-size: 100%; font-weight: bold; font-style: normal; }
H6 { font-size: 100%; font-weight: bold; font-style: normal; }


H1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

#divSectionHeaderTitle{ font-family:"Times New Roman", Times, serif;font-size:32px;font-style:italic;
position:absolute;
left:210px;
top:40px;
text-transform:uppercase
}

/*
#divSectionHeader{float:right; width:750; height:220px;overflow:hidden}
*/

#divSectionHeader {
	float					: right;
	width					: 760px;
	height					: 220px;
	overflow				: hidden;
}

#divSectionHeader img{
	width					: 760px;
}

#home #divSectionHeader img{ width:auto}

#home #divSectionHeader{width:610px;position:absolute;height:310px;top:110px; left:20px;z-index:0; }


/* main content */

#divColumn99 {
	font-family:verdana, arial, helvetica, sans-serif;
	line-height:1.5em;
}


#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
}

#divColumn99 A {
	font-weight:normal;
	text-decoration:underline;
}

#divColumn99 A:hover {
	text-decoration:none;
}

/* footer */

#divRegionBottom {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
}


/* ------------------------------
 *  Miscellaneous
 * -------------------------------
 */


#divColumn99 .indentItalics {
	margin-left:25px;
	margin-right:25px;
	font-style:italic;
}

#divColumn99 ul li {
	margin-top:1em;
	margin-bottom:1em;
}

/* BLUE */



a:link, a:visited, H1, H3, H4, H5, H6  {	color:#889647}
h2 {color:#666}
#divBody {background:url('clouds.jpg') repeat-x;}
#home #divRegionTop {background:url(home-banner.gif) right top no-repeat;}

/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

#divRegionMiddleOuter {border-top:6px solid #cfd1c3;background: url(fauxcolumns.gif) repeat-y;}
#home #divRegionMiddleOuter {border-top:none;background:#fff url(home.gif) repeat-x bottom;} /* Just for homepage */
#divRegionMiddle {position:relative;min-height:250px;width:100%;	/* IE6 needs this */}

/* main column */

#divColumn99 {background-color: #FFFFFF;}

#home #divColumn99 .featurePhotoWidget {background:#fff url(box.gif) no-repeat bottom right;}
#divSectionBottomFeaturePhotos h3{background: url(boxheader.gif) no-repeat top right;color:#fff}
#divColumn99 li{background: url(arrow.gif) no-repeat left 2px;color: #666;}
#home #divColumn99 li{color: #666;}

/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 */

/* region container */

#divRegionBottom {background: url(footer.gif) no-repeat top left;}
#divRegionBottom a {color:#87954A}
.primaryNav a:link, .primaryNav a:visited{background: url(nav.gif) no-repeat top left;color:#fff;}

.primaryNav a:hover, .primaryNav a.selected, .primaryNav a.selectedParente {background: url(nav-selected.gif) no-repeat top left;}

#divSectionTopSecondaryNav a:link,#divSectionTopSecondaryNav a:visited{
color:#677255;
background: url(secondaryNav.gif) no-repeat top center;
border-right:2px solid #ccc;
}

#divSectionTopSecondaryNav a:link;#divSectionTopSecondaryNav a:visited {background: url(secondaryNav.gif) no-repeat top center }
#divSectionTopSecondaryNav a.navFirstItem{background: url(secondaryNav.gif) no-repeat top left;} 
#divSectionTopSecondaryNav a.navLastItem{background: url(secondaryNav.gif) no-repeat top right;border-right:none;}
#divSectionTopSecondaryNav a:hover{background: url(secondaryNavOver.gif) no-repeat top center;} 
#divSectionTopSecondaryNav a:hover.navFirstItem{background: url(secondaryNavOver.gif) no-repeat top left;} 
#divSectionTopSecondaryNav a:hover.navLastItem{background: url(secondaryNavOver.gif) no-repeat top right;}
#divSectionTopSecondaryNav a.hover{background:#fff}

/* Bottom Secondary Nav Menu */

#divSectionBottomLegalNav a {color:#fff;}

/* -------------------------------
 *  Text
 * -------------------------------
 */

/* headings */

body{color:#333}
a.more {background: url(arrow.gif) no-repeat right 3px;}
#divSectionHeaderTitle{color:#000066;}


