/* ------------------------------------- */
/*            WSPMTN Core CSS            */
/* ------------------------------------- */


/* --------      html core      -------- */
* {
	margin: 0px;
	padding: 0px;
}
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input { font-family: geneva,arial,helvetica,sans-serif; }
body { background-color: #e8e8e8 }
img { border: 0 solid #000000 }

a:hover { color:#ed1b24 }

a.mediadesign { color:#000000 }
a.mediadesign:visited { color:#000000 }
a.mediadesign:hover { color:#ff3333 }

h1 {
	font-size: 2em;
	text-align:left;
}
h1 a, h1 a:visited { color:inherit; text-decoration:none; }
h1 a:hover { color:#f33; text-decoration:underline; }
h2 {
	font-size: 1.6em;
	text-align: left;
}

li {
	margin-left: 2em;
}


/* --------     core layout     -------- */
#container { 
	width:960px;
	margin:0px auto; 
	padding:0px;
	background-color: #ffffff;
	border: 0px solid #d4d4d4;
	border-width: 0px 4px 4px;
}
#logo-underline {
	font-size: 1px;
	height: 1px;
	background-color: #000000;
}
#topnav {
	padding: 4px 0px 0px;
	background-color: #e5e5e5;
	border: 4px solid #0047bb;
	border-width: 0px 0px 4px;
	text-align: center;
}
#topnav a {
	width: 150px;
	height: 20px;
	margin: 0px 4px;
	padding: 1px 0px 0px;
	display: inline-block;
	background-color: #d4d4d4;
	color: #000000;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
#topnav a:hover {
	background-color: #6A8DC7;
}
#main {
	background: #ffffff url(/images/wspmtn-globefullbg.gif) no-repeat top left;
	width: 100%;
	font-size: .8em;
}
#content { /* deprecated */
	background: #ffffff url(/images/wspmtn-globebg.gif) no-repeat top left;
	width: 960px;
	padding: 10px 2px;
	text-align: left;
	font-size: smaller;
}
#breadcrumb {
	padding: 8px;
	font-size: .9em;
}
#keyconcepts {
	width:900px;
	margin:0px auto 10px;
}
#keyconcepts .keyconcept {
	width: 400px;
	margin: 0px;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	/* border: 1px solid #d4d4d4; */
}
#keyconcepts h1 {
	font-size: 1.8em;
}
#keyconcepts .keyconcept p {
	margin: 10px 0px;
}

#missionstatement {
	width:680px;
	margin:0px auto 20px;
}
#missionstatement h2 {
	padding: 6px;
	font-size: 1.4em;
	text-align: center;
	font-style: italic;
}
#cc { 
	width: 960px;
	font-size: .65em;
}
#cc td { padding:4px 8px }
#cc a { text-decoration: none }


/* --------       classes       -------- */
.b { font-weight: bold }
.block { display: block }
.inline-block { display: inline-block }
.u { text-decoration: underline }

.block-img { display: block }

.confimation { color: #ed1b24 }
.designassist { color: #0047bb }
.designassist a { color: #0047bb }
.designassist a:hover { color: #f33 }
.followup {
	padding-right: 1em;
	text-align: right;
	background-color: #f4f4f4;
}
.profiletable { font-size: .8em }
.wsplink {
	display: inline;
	vertical-align: baseline;
}