﻿/*BEGIN 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,  sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.1;
	color: #E6E6DC;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*END RESET */




html, body {margin: 0; padding: 0; border: 0;}

body 
{
font-family: verdana, sans-serif; 
font-size: .813em; 
text-align: center;
background: #145682 url(../images/bg.png) repeat-x scroll top;

margin: 0 0;
padding-left:10px;
}

h2
{
	font-size:1.2em;
	font-weight:bold;
}
.left{text-align:left;}
.indent{text-indent:5px;}

.clear { clear: both; }

a {text-decoration: none; font-weight: bold; color: white;}
a:hover {text-decoration: underline;}
.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}
* html {
	width: 100%;
}

.fixed
{
	margin: 0 auto;
	width:990px;
}

/*____________________________STRUCTURE______________________________*/
.wrapper {
	margin: 0 auto;
	padding:0px;
	width: 990px;
	text-align: left;
	z-index:1;
	background: transparent url(../images/cbg.png) repeat  0px 0px;
	border: solid 1px #0a3758;
}

.content
{
	height:550px;
	padding:0;
	margin:0;
}
.right 
{
	width: 180px;
	height:515px;
	float:right;
	padding:0 0 0 10px;
	position:relative;
}


.center 
{
	padding: 0;
	float: left;
	width: 590px;
	height:auto;
}

/*CenterLong is for Site2.master (Staff pages) 2 column layout*/
.centerLong
{
	padding: 0;
	float: left;
	width: 770px;
	height:auto;
}


.float-left
{
	width:200px;
	height:515px;
	float:left;
	margin:0;
	padding:0 0 0 10px;
	position:relative;
}

.float-wrap {
	float: right;
	margin:0px;
}

.top 
{
	top:0px;
	margin:auto;
	min-width:990px;
}
.header
{
	margin-top:40px;
	margin-bottom: 10px;
	background: transparent url(../images/header.png) no-repeat  0px 0px;
}
.header img
{
	margin:-20px 0 0 20px;
}
.bottom
{
	min-width:990px;
}
/****************UNIT BLOCKS****************/
.centerUnitBlock
{
	width:590px;
	text-align:left;
	margin-bottom:20px;
}
.rightUnitBlock
{
	display:block;
	text-align:left;
	width:160px;
	padding:0 5px;
	border-top: solid 10px #8a9095;
}
.CMALogo
{
	bottom:0px;
	border:none;
	position:absolute;
	height:50px;
}
.CMALogo img
{
	float:right;
	margin-right:0px;
}
.CMALogo p
{
	padding:10px 0px 0px 5px;
	font-size:1.2em;
}
.menu
{
	font-size:1.125em;
	font-weight:bold;
}
.subMenu
{
	font-weight:bold;
	padding-left:15px;
}
.leftUnitBlock
{
	display:block;
	text-align:left;
	width:190px;
	border-top: solid 10px #8a9095;
}
.leftUnitBlock p
{
	padding:5px;
	font-size:1.2em;
	height:20px;
	background-color:#8a9095;
}
.leftUnitBlock .text
{
	padding:10px 5px;
}
.feature
{
	background-color: #b7740b;
	position:absolute;
	bottom:0px;
}

/****************MENU***********************/

#navcontainer
{
	font-size:90%;
	margin: 15px 2px 10px 0px;
	padding: 10px 9px 0px 9px;
}
#navlist
{
padding: 0 0px 1px;
margin-left: 0;
font-weight: bold;
}

#navlist li
{
list-style: none;
margin: 0px;
background-image: url(../images/menubg.gif);
background-position:center bottom;
background-repeat:no-repeat;
}


#navlist li a
{
display: block;
height:18px;
padding: 0;
text-decoration: none;
text-align:center;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }


#navlist li a:hover
{
color: #821613;
}


/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 1px solid transparent;
}

