@charset "utf-8";

/* 1. Global Reset
--------------------------------------------------------------------------------------- */

* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font: inherit inherit 100% Verdana, Arial, Helvetica, sans-serif;
}
	
/* 2. Layout
--------------------------------------------------------------------------------------- */
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em; 
	line-height:1.5em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {margin-bottom:1em;}

.oneColFixCtr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 8px;
}
#container {margin-bottom:75px:}	

.oneColFixCtr #header {
	padding: 0 20px 0 86px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/header.jpg);
	height: 124px;
}

.oneColFixCtr #mainContent {
	/* padding: 0 0px;  remember that padding is the space inside the div box and margin is the space outside the div box 
	background: url(../images/middle.jpg);*/
	height: 594px;
}

.oneColFixCtr #mainWhite{
	padding: 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 480px;
}


.oneColFixCtr #newsBar{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/newsBar.jpg);
	height: 52px;
}

.oneColFixCtr #purpleBar{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/purpleBar.jpg);
	height: 52px;
}

.oneColFixCtr #content{
	padding: 0 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:20px
}

img.left { 
    float: left; 
    margin: 0 23px 16px 30px}

img.right { 
    float: right; 
    margin: 0 -15px 16px 30px}
	
ul#transition {
	list-style-type:none
}


/* 2. Typography    Sample - a:link{color:#2E3094;text-decoration:none;}a:visited{color:#2E3094;text-decoration:none;}a:active{text-decoration:none;}a:hover{color:#898BE0}
--------------------------------------------------------------------------------------- */


.oneColFixCtr #header a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size:16px
}

.oneColFixCtr #header p a {
	font-size:12px
}

#team {background-color: #EDEDED}

/* Nightlight Navigation Header area with current page- No working
--------------------------------------------------------------------------------------- 
body#home div#container div#header ul.nav a#navhome {
	color: #0F0;
}
*/

.headernav {margin:0em;}

.oneColFixCtr #header a:hover {color:#BC00E8}

.oneColFixCtr #header p {font-size:.8em; padding-top:30px; padding-left:595px}

.oneColFixCtr #header p a {padding-left:10px; color:#40004F}

.oneColFixCtr #header p a:hover {text-decoration:underline}

#content ul {padding-left:16px}

#mainWhite ol {padding-left:35px}
#mainWhite ul {padding-left:35px; padding-bottom: 20px;}

ul li.nav{display:block;float:left;list-style-type:none;}

li.nav {
	padding-right: 10px;
	padding-left: 21px;
	padding-top:14px;
	font-weight:bold
   }

.oneColFixCtr #newsBar p {color:#FFFFFF; padding-left:83px; padding-top:8px; font-size:.8em}

.oneColFixCtr #purpleBar p {color:#FFFFFF; padding-left:83px; padding-top:16px; font-size:.8em}

.oneColFixCtr #content p {font-family: Verdana,Arial,Helvetica,sans-serif; font-size:1em; line-height:1.5em; margin-bottom:25px}

.editable {font-size:.9em; line-height:1.3em}

h1 {font-size:1.5em; margin-bottom:25px; color:#40004F; font-family:Arial, Helvetica, sans-serif}
h2 {font-size:1.2em; margin-bottom:25px; color:#000; font-family:Arial, Helvetica, sans-serif}
h3 {
	font-size:1;
	margin-top:25px;
	margin-bottom:10px;
	padding-top:10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCC;
}


.footer {
	font-size:9px;
	text-align: center;
	color:#979797
}