@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;	
}

img {
	border: none;
}

body {
	background-color: #444;
	text-align: center;
	font: 12px/17px Verdana, Helvetica, Arial, sans-serif;
}

#container,
#patterntop {
	margin: auto;
	padding: 0;
	width: 960px;

	text-align: left;
	
	border-left: 15px solid #333;
	border-right: 15px solid #333;
}

#container {
	background: #fff;
}

#patterntop {
	background-image: url(../images/topborder.gif);
	background-repeat: repeat-x;
	height: 10px;
}

#top {
	background: #fff;
	width: 100%;
	margin: 0;
}

#logo, #logo a {
	width: 330px;
	height: 50px;
	display: block;
	background: url(../images/JMWlogo.gif);
	float: left;
}

#logo a:hover {
	background-position: -330px;
}

#nav {
	width: 630px;
	float: right;
}

#nav ul {
	list-style: none;
	float: right;
}

#nav ul li {
	display: inline;
	margin: 0;
}

#nav a:link,
#nav a:visited {
	float: left;
	height: 5px;
	margin-top: 18px;
	border-left: 1px solid #333;

	padding: 0px 50px 27px 50px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#nav a:hover,
#nav a:active,
#nav a.selected {
	background: url(../images/highlight.gif) repeat;
}

#feature {
	background: #fff url(../images/gridbg.gif) repeat;
	width: 620px;
	padding: 60px 170px 60px 170px;
	font: 18px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	border-top: 1px solid #333;
	clear: both;
}

#content {
	background: #fff;
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	clear: both;
	border-top: 1px solid #333;
}

#leftcolumn,
#rightcolumn {
	width: 460px;
	margin: 0 10px 50px 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
}

#leftcolumn p,
#rightcolumn p {
	padding: 20px 0 0 7px;
}

#rightcolumn ul,
#rightcolumn ul li {
	padding: 0;
	margin-top: 0;
}

#leftcolumn {
	float: left;
}

#rightcolumn {
	float: right;
}

#text {
	width: 620px;
	margin: 40px auto;
	min-height: 400px;
}


#footer {
	background: #fff;
	padding: 10px;
	text-align: center;
	clear: both;
	border-top: 1px solid #ccc;
		
	font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
}




/*************** AIMS / STACK SYMBOL LINKS ***************/

#AIMSlink, #AIMSlink a, #SSlink, #SSlink a {
	width: 460px;
	height: 250px;
	display: block;
	border-bottom: 1px solid #ccc;
}

#AIMSlink, #AIMSlink a {
	background: url(../images/AIMSlink.gif) no-repeat;
}

#SSlink, #SSlink a {
	background: url(../images/SSlink.gif) no-repeat;
}

#AIMSlink a:hover, #SSlink a:hover {
	background-position: -460px;
}

span.hide {
	position: absolute;
	top: -500px;
	left: -500px;
}




/******************** TEXT STYLING *********************/

h1 {
	font: 28px/36px Verdana, Helvetica, sans-serif;
	margin-bottom: 16px;
}

p {
	margin-bottom: 8px;
}

#text p.opener {
	font: 15px/22px Verdana, Helvetica, sans-serif;
	color: #555;
}

h2 {
	font: bold 13px/17px Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 35px 0 10px 0;
	padding: 3px 0 3px 3px;
	background: url(../images/highlight.gif) repeat;
}

ul li {
	margin-left: 30px;
	list-style: disc;
}

#text a:link, #text a:visited {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555;
	padding-bottom: 1px;
}

#text a:hover, #text a:active {
	background: url(../images/highlight.gif) repeat;
}