/*
CSS for Assessment Matters (http://www.assessmentmatters.com)
Created by Jamie Madigan (hjmadigan@hotmail.com)
Feel free to use this design, CSS, and HTML as inspiration, but 
please don't gank it outright!
*/

/* --------------------- GENERAL TAGS ----------------------- */

html, body {
	margin:0px;
	padding:0px;
	font-size: small;
	font-family: verdana, arial, tahoma, sans-serif;
	color:#333;
	background: #9A0202 url(/images/design/body_background.gif) repeat;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	color: #9B0204;
	}
	
h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #9B0204;
	}

h1.nav_header {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	padding-top: 10px;
	margin-bottom: -5px;
	}

p	{
	font-size: small;
	font-family: verdana, arial, tahoma, sans-serif;
	line-height: 1.3em;
	}

ul.nav li {
	list-style-image: url(/images/design/bullet-open.gif);
	margin-left: -22px;
	padding-left: 0;
	font-size: 11px;
	}

ul.nav li:hover {
	list-style-image: url(/images/design/bullet-closed.gif);
	}

p.blog_links {
	font-size: 10px;
	}

blockquote p	{
	font-family: Times New Roman, serif;
	font-size: small;
	}

a, a:link, a:visited, a:active {
	color: #9B0204;
	text-decoration: none;
	}
	
a:hover {
	color: #E39595;
	}

hr.thinbar {
	border: 0;
	width: 80%;
	color: #9B0204;
	background-color: #000;
	height: 1px;
	text-align: left; /*left aligns in IE */
	margin: 0 auto 0 0; /*this will align it left for Mozilla/Firefox*/
	}

img.news {
	border-width: 1px;
	border-style: solid;
	border-color: #993333;
	}

/* --------------------- LAYOUT ----------------------- */

#wrapper {
	position: relative;
	margin: auto auto;
	padding: 3px 0px 30px 0px;
	text-align: left;
	width: 900px;
	background: #fff url(/images/design/wrapper_background.gif) repeat-y left top;
}

#container {
	border-top: 3px solid #FAE2E2;
	border-right: 3px solid #FAE2E2;
	border-left: 3px solid #FAE2E2;
	margin: 20px 50px 0px 25px;
	padding: 0;
	}

#header {
	color: #000;
	height: 80px;
	background: url(/images/design/logo.gif) no-repeat left top;
	}

#headerbig {
	font-family: verdana, arial, sans-serif;
	color: #9A0202;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	padding-left: 220px;
	line-height: 100px;
	}
	
#headersmall {
	font-family: verdana, arial, sans-serif;
	color: #9A0202;
	font-size: 12px;
	}

hr.bar {
	border: 0;
	width: 95%;
	color: #000;
	background-color: #000;
	height: 4px;
	text-align: center;
	}

#tagline {
	font-family: verdana, arial, sans-serif;
	color: #9A0202;
	font-size: 10px;
	padding-left: 20px;
	height: 20px;
	}
	
#leftcol {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-top: 20px;
	color: #000;
	padding-top: 25px;
	background: #fff url(/images/design/poorgood.gif) no-repeat left top;
	}
		
#rightcol {
	position: absolute;
	left: 710px;
	top: 163px;
	width: 120px;
	height: 600px;
	z-index: 3;
	background-color: #FAE2E2;
	color: #000;
	border: 1px solid black;
	}

#centercol {
	margin: 20px 155px 5px 170px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	color: #000;
	border: 1px solid #9B0204;
	}
	
#footer {
	clear: both;
	width: 645px;
	height: 34px;
	margin-left: 165px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	border-bottom: 5px solid #fff;
	color: #000;
	background: #FAE2E2 url(/images/design/footer.gif) no-repeat left top;
	}
	
#footer2 {
	clear: both;
	width: 825px;
	height: 20px;
	margin-left: 25px;
	padding: 0;
	color: #000;
	background-color: #9B0204;
	}
	
#footer3 {
	clear: both;
	width: 725px;
	margin-left: 25px;
	text-align: left;
	font-family: Verdana;
	font-size: 9px;
	padding-top: 3px;
	color: #000;
	background-color: #fff;
	}
	
/* --------------------- POSITIONING ----------------------- */
	
.centered {
	text-align: center; /*center aligns in IE */
	margin: 0 auto 0 0; /*this will align it center for Mozilla/Firefox*/
	margin-top:0px;
    	margin-bottom:0px;
    	padding:0px;
    }
    
.floatleft {
	float:left;
	margin: 10px;
	}
	
.floatright {
	float:right;
	margin: 10px;
	}