body {
	margin: 0px 25px;
	padding: 0px;
	text-align: center;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica;
	background: #e3d1b5;
	}
	
* html body {
	margin: 0px;
	}
	
* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	}
	
ul, li {
	list-style-type: none;
	}
	
#masterCont {
	position: relative;
	margin: 0px auto;
	max-width: 970px;
	min-width: 750px;
	height:expression(document.body.clientHeight > 559? "560px" : "auto");
	width:expression(document.body.clientWidth < 748? "750px" : document.body.clientWidth > 968? "970px" : "auto");
	background: #FFF url(../img/body_bg.jpg) 10px 0px no-repeat;
	}
	
#navi {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 116px;
	background: url(../img/wm_logo.jpg) 10px 33px no-repeat;
	}
	
#headCont {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
	height: 103px;
	background: url(../img/masterHead.png) repeat-x;
	}
	
#footCont {
	position: relative;
	margin: 35px 11px 0px;
	padding: 10px 0px;
	border-top: 10px solid #FBAF34;
	}
	
#border_left {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 15px;
	height: 560px;
	background: url(../img/border_left.png) no-repeat;
	}
	
#border_right {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	width: 15px;
	height: 560px;
	background: url(../img/border_right.png) no-repeat;
	}
	
#bodyCont {
	border: 1px solid #c8b599;
	border-top: none;
	height:expression(document.body.clientHeight > 559? "560px" : "auto");
	background: url(../images/services_strategic_planning.jpg) 11px top no-repeat;
	}
	
#contentWrapper {
	position: relative;
	margin: 205px 0px 0px 35px;
	}
	
#contentCont {
	margin-right: 365px;
	padding: 30px 0px 30px 35px;
	min-height: 235px;
	height:expression(document.body.clientHeight > 100? "100%" : "auto");
	background: url(../img/contentCont_bg.png) no-repeat;
	}
	
#pannelCont {
	position: absolute;
	top: 0px;
	right: 50px;
	width: 278px;
	background: url(../img/pannel_bg_body.gif) repeat-y;
	}
	
* html #headCont {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='components/img/masterHead.png', sizingMethod='scale');
	}
	
* html #border_left {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='components/img/border_left.png', sizingMethod='scale')
	}
	
* html #border_right {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='components/img/border_right.png', sizingMethod='scale')
	}
	
* html #contentCont {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='components/img/contentCont_bg.png', sizingMethod='crop')
	}
	
.autoclear {
	display: block;
	}
	
.autoclear:after {
	display: block;
	visibility: visible;
	height: 1%;
	clear: both;
	content: "";
	}

/*
 
# Gray Dark: #565656

# Gray Light: #999

# Blue Gray: #576b73

# Blue Dark: #007aab

# Blue Light: #018bc3

# Gold Dark: #e1912d

# Gold Light: #fbaf34
 
*/

#headCont embed, #headCont object {
	margin: 33px 0px 0px 10px;
	width: 320px;
	height: 55px;
	}
	
#headCont embed {
	margin-left: 0px;
	}

#nav {
	margin: 65px 11px 0px 350px;
	height: 24px;
	border-bottom: 10px solid #fbaf34;
	}

#nav li {
	float: left;
	padding-right: 12px;
	font-size: 1.1em;
	text-transform: uppercase;
	}
	
#nav a, #nav a:link {
	line-height: 24px;
	}
	
#nav li a {
	color: #999;
	}
	
#nav li a:hover, #nav li:hover a, #nav li.selected a {
	color: #018bc3;
	}
	
#nav li ul {
	position: absolute;
	bottom: 0px;
	margin-left: -12px !important;
	margin-left: -90px; /*to deal with msie's stupid nested indent*/
	padding-left: 12px;
	height: 30px;
	background: url(../img/nav_child_bg.png) bottom repeat-x !important;
	background: url(../img/nav_child_bg.gif) bottom repeat-x; /*for msie, worst browser in the world*/
	}
	
#nav li ul li {
	font-size: .7em;
	}
	
#nav li ul li a {
	color: #e1912d;
	}
	
#nav li ul li a, #nav li ul li a:link {
	line-height: 20px;
}
	
#nav li ul li a:hover, #nav li li.selected a, #nav li li.selected a:hover {
	color: #e1912d;
	}
	
#nav li li.selected a:hover {
	text-decoration: underline;
}
	
#nav li ul {
	display: none;
	}

#nav li:hover ul, #nav li a:hover ul { 
	display: block;
	}
	
#nav li.selected ul, #navi ul#nav li.over ul {
	display: block;
	}
	
#author {
	position: absolute;
	bottom: 11px;
	right: 0px;
	}
	
#author img {
	border: none;
	}




.definitions h1, .definitions p {
	position: relative;
	top: 145px;
	margin: 0px 50px 0px 500px;
	}
	
.definitions h1 {
	color: #e1912d;
	font-size: 1.4em;
	}
	
/*.definitions p:first-letter {
	font-style: italic;
	}*/
	
.definitions p {
	margin-top: 2px;
	padding-top: 7px;
	line-height: 150%;
	font-size: 1em;
	color: #576b73;
	border-top: 1px dotted #576b73;
	}

.content h1 {
	font-size: 1.7em;
	color: #007aab;
	}
	
.content h2 {
	margin: 50px 0px 15px;
	font-size: 1.3em;
	color: #018bc3;
}

.content h3, .content h4 {
	font-size: 1em;
	color: #018bc3;
	}
	
.content h4 {
	margin-top: 20px;
	padding-right: 25px;
}
	
.content p {
	margin-top: 7px;
	line-height: 150%;
	color: #565656;
	font-size: .9em;
}

.content p.copyright a {
	margin-right: 10px;
	font-size: 9pt;
}
	
.content a {
	color: #e1912d;
	font-size: .9em;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}
	
.content h1 + p {
	padding-top: 5px;
	}
	
.content h3 + p {
	margin-top: 0px;
}

.content ul + h3 {
	margin-top: 35px;
}

.content h3 + p + ul {
	margin-top: 15px;
}

.content ul {
	margin-top: 15px;
}
	
.content ul.margin_top {
	margin-top: 30px;
}
	
.content li {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../img/contentCont_li.gif) 0px 3px no-repeat;
	}
	
.content li p {
	margin-top: 0px;
	}
	
.content td p {
	margin-top: 0px;
	padding-right: 5px;
}
	
.pannel div {
	height: 37px;
	background: url(../img/pannel_bg_top.gif) 0px 0px no-repeat;
	}
	
.pannel h1 {
	position:relative;
	left: 12px;
	float: left;
	margin-top: 9px;
	padding: 0px 12px;
	height: 28px;
	font-size: .9em;
	background: url(../img/pannel_bg_heading.gif) right 0px repeat-x;
	}
	
.pannel a {
	line-height: 28px;
	color: #018bc3;
	}
	
.pannel a:hover {
	text-decoration: underline;
	}
	
#next {
	float: right;
	margin: 8px 10px 0px 0px;
	}
	
.pannel a.loading {
	width: 16px;
	height: 16px;
	background: url(../img/ajax-loader.gif) right top no-repeat;
}
	
.pannel a#next {
	color: #565656;
	font-size: .8em;
	text-decoration: underline;
	}
	
.pannel a#next:hover {
	color:  #999;
	}
	
.pannel blockquote {
	padding: 0px 25px 25px 25px;
	background: url(../img/pannel_bg_bottom.gif) 0px bottom no-repeat;
	}
	
.pannel ul {
	margin: 15px 0px 7px;
	}
	
.pannel ul li {
	padding: 0px 0px 10px 30px;
	font-size: .9em;
	font-weight: bold;
	color: #565656;
	background: url(../img/pannel_bg_li.gif) 0px 0px no-repeat;
	}
	
.pannel p {
	color: #565656;
	font-size: .85em;
	line-height: 125%;
	}
	
.pannel img {
	border: 1px solid #e1912d;
}

