/***********************/
/* IMPORT
/***********************/

@import url('font/stylesheet.css');

/***********************/
/* RESET
/***********************/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

/***********************/
/* LAYOUT
/***********************/

body {
	background: #FFE5C8;
}

#container {
	width: 890px;
	margin: 0 auto;
	background: #ffffff;
}

#nav {
	width: 870px;
	margin: 0 auto;
	background: #F6682A url(../images/nav_bg.jpg) left top repeat-x;
}

#logo a {
	background: transparent url(../images/wmp_logo.png) left top no-repeat;
	display: block;
	width: 175px;
	height: 29px;
	margin: 43px 30px 7px 28px;
	float: left;
}

#nav ul {
	float: right;
}

#nav li {
	float: left;
	background: transparent url(../images/nav_border.jpg) left bottom no-repeat;
	padding: 52px 15px 0 15px;
	display: block;
	cursor: pointer;
	height: 28px;
}

#content {
	width: 870px;
	margin: 0 auto;
	padding-top: 10px;
}

#hero {
	display: block;
	width: 870px;
	height: 400px;
	margin: 0 0 10px;
}

.hero_bg1 {
	background: transparent url(../images/hero_blue.jpg) left top no-repeat;
}

.hero_bg2 {
	background: transparent url(../images/hero_pink.jpg) left top no-repeat;
}

.hero_bg3 {
	background: transparent url(../images/hero_orange.jpg) left top no-repeat;
}

.hero_bg4 {
	background: transparent url(../images/hero_green.jpg) left top no-repeat;
}

#hero-inner {
	display: block;
	padding: 130px 0 0 35px;
	width: 350px;
}

.node {
	display: block;
	height: 140px;
	width: 190px;
	padding: 15px 20px 0;
	background: #E5D6C8 url(../images/node_bg.jpg) left bottom repeat-x;
	float: left;
	margin: 0 0 0 10px;
}

.long {
	width: 350px;
	margin: 0;
}

#node-text {
	float: left;
	width: 230px;
}

#footer {
	width: 840px;
	margin: 10px auto 0;
	padding: 0 0 30px 30px;
	background: #ffffff url(../images/footer_bg.jpg) center top no-repeat;
}

#footer ul, #footer ol {
	margin-left: 0;
}

#footer li {
	float: left;
	margin: 20px 15px 0 0;
}

#main {
	width: 490px;
	padding: 20px 0 10px 30px;
	float: left;
	background: #ffffff url(../images/h1_border.jpg) left 45px no-repeat;

}

#local #main {
	width: 590px;
	padding-left: 0;
}

#sidebar {
	width: 230px;
	min-height: 600px;
	padding: 20px 20px 10px;
	float: right;
	background: #EBDBCD url(../images/sidebar_bg.jpg) left top repeat-x;
}

.sidebar_image1 {
	background: transparent url(../images/sidebar_pink.jpg) center top no-repeat;
	width: 230px;
	height: 400px;
}

.sidebar_image2 {
	background: transparent url(../images/sidebar_blue.jpg) center top no-repeat;
	width: 230px;
	height: 400px;
}

.sidebar_image3 {
	background: transparent url(../images/sidebar_orange.jpg) center top no-repeat;
	width: 230px;
	height: 400px;
}

.sidebar_image4 {
	background: transparent url(../images/sidebar_green.jpg) center top no-repeat;
	width: 230px;
	height: 400px;
}

/***********************/
/* TYPOGRAPHY
/***********************/

body {
	font: 100%/1.125em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #443F39;
}

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

a:hover {
	text-decoration: underline;
}

#nav a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70%;
	color: #ffffff;
	text-shadow: #444444 0 -1px 0;
}

#footer a {
	text-transform: uppercase;
	font-size: 70%;
	color: #DF5F26;
	text-shadow: #E5E5E5 0 -1px 0;
}

#nav li, #footer li {
	list-style: none;
}

h1, h2, h3 {
	font-family: 'AdelleBasicBold', Georgia, Times, serif;
	color: #114378;
	font-weight: normal;
	margin: 0 0 6px 0;
	text-shadow: #E7E7E7 0 1px 0;
}

p, #main li, #sidebar li {
	font-size: 75%;
	margin: 0 0 10px;
	text-shadow: #E5E5E5 0 -1px 0;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ol, ul {
	margin-left: 20px;
}

li ul {
	margin: 10px 0 0 12px;
	font-size: 133%;
}

b {
	font-weight: bold;
}

em {
	font-weight: bold;
	font-size: 110%;
}

i {
	font-style: italic;
}

.hr {
	height: 1px;
	background: #E1B8A3;
	margin: 20px 0 20px;
}

.center {
	text-align: center;
}

#hero p {
	color: #ffffff;
	line-height: 1.25em;
	margin: 0 0 10px 0;
	font-size: 90%;
	text-shadow: none;
}

#main h1 {
	font-size: 150%;
	margin: 0 0 20px;
}

#main p + h2, #main ol + h2, #main ul + h2, #main div + h2,
#sidebar p + h2, #sidebar ol + h2, #sidebar ul + h2, #sidebar div + h2 {
	margin-top: 25px;
}

#main p + h3, #main ol + h3, #main ul + h3, #main div + h3,
#sidebar p + h3, #sidebar ol + h3, #sidebar ul + h3, #sidebar div + h3 {
	margin-top: 10px;
}

#main h2, #main h3 {
	color: #443F39;
	padding: 0 0 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #FFE5C8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main h3 {
	border: none;
	font-size: 80%;
	margin-bottom: 3px;
	padding-bottom: 0;
	font-weight: bold;
}

#local #main h1, #local #main h3 {
	padding-left: 30px;
}

/***********************/
/* FANCYBOX
/***********************/

#fancybox-content {
	border-color: #FFE5C8 !important;
}

#fancybox-content div div {
	padding: 20px 10px 0 !important;
}

#fancybox-content h1 {
	font-size: 150%;
	margin: 0 0 20px;
}

#fancybox-content h2 {
	color: #443F39;
	padding: 0;
	padding-top: 10px;
	border-top: solid 1px #FFE5C8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/***********************/
/* TOOLTIP
/***********************/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FFE5C8;
	background-color: #ffffff;
	padding: 7px;
}