/* 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, font, 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 {
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Resets font size to 10px. (1.2em will be 12px, etc.). */
body {
	background:#fff;
	color:#000;
	font: 62.5%/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

/* Structure */
#page {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:1003px;
	}
#login {
	background:#2a5392 url(../images/blue_bg.png) repeat-x;
	color:#fff;
	height:24px;
	line-height:1;
	padding:0 5px;
	position:relative;
	text-align:right;
	}
#logorow {
	height:90px;
	margin:2px 0;
	position:relative;
	}
#logo {
	position:absolute;
	top:0; left:0;
	width:273px;
	}
h1.title {
	background:url(../images/logo.png) no-repeat;
	height: 0px !important;
	height /**/:90px;
	margin: 0;
	padding: 90px 0 0 0;
	overflow: hidden;
	}
#bimage {
	position:absolute;
	right:0; bottom:0;
	text-align:right;
	width:728px;
	}
#menu {
	background:#539229 url(../images/menu_bg.png) repeat-x;
	height:25px;
	position:relative;
	}
#squareimages {
	position:relative;
	}
.firstimage .moduletable, .moreimages .moduletable {
	float:left;
	height:250px;
	margin:7px 0 0;
	overflow:hidden;
	width:250px;
	}
.moreimages .moduletable {
	margin:7px 0 0 1px;
	}
#contentholder{
	clear:both;
	padding:7px 0 0;
	position:relative;
	width:1003px;
	}
#center {
	background:url(../images/blue_bg.png) center top repeat-x;
	border-top:1px solid #bbb;
	float:left;
	font-size:1.2em;
	line-height:1.4;
	margin:0 0 0 150px;
	overflow:hidden;
	width:538px;
	}
* html #center {
	display: inline;
	}
#left {
	border:0px solid #bbb;
	float:left;
	font-size:1.2em;
	margin: 0 0 0 -685px;
	overflow:hidden;
	width:135px;
	}
#right {
	border:1px solid #bbb;
	float:left;
	font-size:1.2em;
	margin: 0 0 0 10px;
	overflow:hidden;
	width:300px;
	}
#footer {
	background:#2a5392 url(../images/blue_bg.png) repeat-x;
	color:#fff;
	font-size:1.2em;
	height:24px;
	position:relative;
	text-align:center;
	}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	}

/* Text Styles */
a:link, a:visited {
	color:#03c;
	text-decoration:none;
	}
a:hover {
	color:#147;
	text-decoration:underline;
	}
p {
	margin:0 0 15px;
	}
#center ol, #center ul {
	margin:0 0 0 40px;
	}
#login .moduletable {
	float:right;
	}
#contentholder .moduletable h3 {
	color:#fff;
	font-weight:bold;
	margin:0 0 8px;
	}
#contentholder .moduletable, #contentholder .moduletable-plain {
	margin:0 0 10px;
	}
#left .moduletable {
	background:url(../images/blue_bg.png) center top repeat-x;
	padding:5px;
	position:relative;
	width:125px
	}
#right .moduletable {
	background:url(../images/blue_bg.png) center top repeat-x;
	padding:5px;
	position:relative;
	width:290px
	}
.componentheading, .contentheading {
	font:normal 1.8em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-0.5px;
	}
.small {
	font-size:.8em;
	color: #333;
	}
.createdate, .modifydate {
	font-size:.8em;
	color: #666;
	}
.button {
	background:#fff;
	border:2px solid #d7d7d7;
	}
#sl_username, #sl_pass, #sl_submitbutton {
	display:inline;
	height:20px;
	}
#modlgn_username, #modlgn_passwd {
	border:1px solid #626262;
	height:18px;
	padding:0 5px;
	}
#sl_submitbutton .button {
	height:20px;
	}
div.search {
	line-height:1;
	position:absolute;
	top:2px; right:5px;
	}
#mod_search_searchword {
	padding:0 5px;
	border:1px solid #539229;
	height:18px;
	}
div.search .button {
	font-size:12px;
	height:19px;
	margin:1px 0 0 5px;
	padding:0;
	vertical-align:top;
	}
span.pathway {
	color:#fff;
	display:block;
	font-weight:bold;
	padding:3px 5px 15px;
	}
span.pathway a {
	color:#fff;
	font-weight:normal;
	}
a.readon {
	background:url(../images/readon.png) center center no-repeat;
	color:#fff;
	font:normal 0.9em Arial, Helvetica, sans-serif;
	display:block;
	height:14px;
	padding:3px 0 3px 18px;
	width:78px;
	}
a.readon:hover {
	color:#ccc;
	text-decoration:none;
	}

/* Menu */
#login ul {
    list-style:none;
    }
#login li {
    display:inline;
    }
#login ul a {
	color:#fff;
	line-height:24px;
	padding:0 10px;
	}
#login ul a:hover {
	color:#ccc;
	}
#menu ul {
    list-style:none;
    }
#menu ul li {
    float:left;
    }
#menu a {
	border-right:1px solid #d6d6d6;
	color:#fff;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	line-height:25px;
	padding:0 12px;
	}
#menu a:hover {
	background:#98be7f;
	text-decoration:none;
	}
#menu ul {
    list-style:none;
    }
#footer ul li {
    display:inline;
    }
#footer ul a {
	color:#fff;
	line-height:24px;
	padding:0 10px;
	}
#footer ul a:hover {
	color:#ccc;
	}
