@import url(font_styles.css);
/* @override http://local.nws.site/_CSS/global.css */

* {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #333333;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #190d17 url(../images/nws_bodybkg.jpg) repeat-x;
	margin: 0 auto; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-align: center;
}
#wrapper { /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 18px;
	font-size: 12px;
	width: 800px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mordis/content.jpg);
	position: relative;
}
#footer {
	font-size: 10px;
	text-transform: capitalize;
	color: #999999;
	text-align: center;
}
#mast {
	height: 127px;
	width: 800px;
	background: url(../images/mordis/mast.jpg) no-repeat;
}
#banner {
	width: 800px;
	background-image: url(../images/mordis/banner.jpg);
	text-align: center;
}

#nav {
	color: white;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/nav.jpg) no-repeat;
	height: 30px;
	width: 800px;
}

#nav ul {
	margin: 0;
	text-align: center;
	padding-left: 0;
}

#nav ul li {
	display: inline;
	padding-top: 0;
	list-style-type: none;
}

#nav a, #nav a:link, #nav a:visited {
	color: silver;
	text-decoration: none;
	margin: 5px;
}

#nav a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
}

#nav a:active {
	color: #2f4fa6;
}

#midline {
	background: url(../images/mordis/midline.jpg) no-repeat;
	width: 800px;
	height: 18px;
	position: relative;
}

#content {
	position: relative;
	background: url(../images/mordis/content.jpg) repeat;
	width: 800px;
	height: 350px;
}

#sidebar {
	width: 135px;
	color: white;
	font-size: 12px;
	top: 390px;
	position: absolute;
	z-index: 1;
}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin-left: 0;
}

#sidebar ul li a  { color: #ff7d82; text-decoration: none; font-size: 11px; display: list-item; line-height: 14px; padding: 4px 0 4px 20px; border-style: none; }

#sidebar ul li.current a, #sidebar ul li.current a:hover  {
	color: maroon;
	text-decoration: none;
	background: url(../images/sidebear-hovs.jpg) no-repeat 0 0;
	font-weight: bold;
	padding: 4px 0 4px 20px;
}

#sidebar ul li a:hover {
	color: white;
	text-decoration: none;
	background: url(../images/sidebear-hovs.jpg) no-repeat 0 -29px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 21px;
}

#mainContent-pre {
	height: 20px;
	width: 640px;
	background: url(../images/mordis/mainContent-pre.jpg) no-repeat;
	float: left;
	position: relative;
	margin-top: 10px;
	left: 135px;
}

#mainContent {
	width: 600px;
	position: relative;
	float: left;
	background: white url(../images/mordis/mainContent.jpg) repeat;
	left: 135px;
	height: 1260px;
	background-image: url(../images/mordis/mainContent.jpg);
	color: #EAF2F5;
	padding-right: 20px;
	padding-left: 20px;
}

#mainContent-post {
	background: url(../images/mordis/mainContent-post.jpg) no-repeat;
	width: 640px;
	height: 20px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	left: 135px;
}

#footer { width: 800px; height: 100px; background-image: url(../images/mordis/footer.jpg); position: relative; clear: left; }

.clearer {
	clear: both;
	position: relative;
}

#footerlinks {
	color: #7ea0ff;
	font-size: 11px;
	text-align: right;
}

#copyright {
	color: #7ea0ff;
}

#footerlinks a, #footerlinks a:link, #footerlinks a:visited, #footerlinks  {
	text-decoration: none;
	color: #7ea0ff;
}

#footerlinks a:hover, #footerlinks a:active {
	color: white;
}
#copyright {
	position:absolute;
	width:280px;
	height:23px;
	z-index:1;
	top: 33px;
	left: 46px;
	text-align:left;
}
#footerlinks {
	position:absolute;
	left:335px;
	top:33px;
	width:414px;
	height:23px;
	z-index:1;
}
/***************  MainContent Styles:  ******************
*/

.headline {
	color: #950609;
	font-size: 18px;
	font-family: sans-serif, Geneva, "Trebuchet MS", Arial, Helvetica, SunSans-Regular;
	line-height: 18px;
	border-bottom: 1px solid #4a4a4a;
	display: block; }

#mainContent a, #mainContent a:link {}
#mainContent a, #mainContent a:visited {}
#mainContent a:hover, #mainContent a:active {}

/*... note to self about this .....

SO, basically the way this works is this:
#content div and 
#mainContent div heights
must be adjusted independently of each other. 

Usually, For best result #content should be about 70px more than #mainContent. 
(like...:   #mainContent {height:500px;} #content {height:570px;}

	Make adjustments in the internal stylesheet for each page.
****/


/***************  end MainContent Styles:  *******************/
#footerlinks #contact-about {
	position: absolute;
	width: 206px;
	text-align: left;
	left: 5px;
	top: 2px;
}
