@import "reset.css";

body {
    background: #232323 url(../img/background.jpg) repeat-x 0 100px;
    padding-top:100px;
    font-size: 80%;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #404040;
}

.noScreen {display:none;}

a {
	color: #3F6F96;
}

strong {font-weight: bold;}
em {font-style: italic;}

div.clear {clear:both;}

#mainpic {
    width: 110%;
	margin: -10px -15px -.5em -15px;
	height: 75px;
	background: transparent url(../img/homepic01.jpg) no-repeat 0 25%; 
}

p.newsite {
    margin-top: 1em;
    text-align: justify;
}

p.newsite img {
    display:block;
    text-align:center;
    margin: .2em auto;
}

/* Main Content Area (minus the columns)
-------------------------------------------------------------------------- */

#mainContent p, div {
    line-height: 1.4em;
}

#mainContent p {
	margin: 1.5em 0;
}

#mainContent h1 {
	font-size: 1.8em;
	margin: .5em 0;
	color: #111;
}

#mainContent h1.sectionHead {
	width: 110%;
	margin: -10px -15px .5em -15px;
	padding: 13px 0 5px 15px;
	color: #ccc;
	background: #333;
}

#mainContent h1.subtle {
    color: #777;
    font-size: 1.2em;
}

#mainContent h2, #mainContent span.bigHeader {
	font-size: 1.6em;
	margin: 1em 0 .5em 0;
	color: #333;
}

#mainContent h3 {
	font-size: 1.4em;
	line-height: 1.091em;
	margin: 1.091em 0 .2em 0;
}

#mainContent ul {
    margin-top: 0;
    margin-left: 2em;
    list-style: disc;
}

#mainContent ol {
    margin-top: 0;
    margin-left: 2em;
/*    list-style: decimal;*/
}

/* blog styles
-------------------------------------------------------------------------- */

#mainContent p.postDate {
    text-align: right;
    font-style: italic;
    color: #666;
    margin-top: 0;
    line-height: 1;
    border-bottom: 1px dotted #999;
}

/* status table -- until we rebuild this
-------------------------------------------------------------------------- */

p.caption {
	line-height: 1.2;
}

.systemStatus li {
	line-height: 1.2;
	margin-bottom: .8em;
	min-height: 16px;
}

.SystemArchive { 
	background: url(../img/bullet_go.png) no-repeat 0 0; 
	padding-left: 22px !important;
}

.SystemNormal { 
	background: url(../img/accept.png) no-repeat 0 0; 
	padding-left: 22px !important;
	/*font-weight: bold;*/
}

.SystemNormal a {
	color: green;
}

.SystemUpcoming { 
	background: url(../img/clock.png) no-repeat 0 0; 
	padding-left: 22px !important;
	font-weight: bold;
}

.SystemUpcoming a {
	color: #8C6C32 !important;
}

.SystemDown { 
	background: url(../img/exclamation.png) no-repeat 0 0; 
	padding-left: 22px !important;
	font-weight: bold;
}

.SystemDown a {
	color: darkred !important;
}

.SystemWarn { 
	background: url(../img/error.png) no-repeat 3px 50%; 
	padding-left: 22px !important;
	font-weight: bold;
}

.SystemWarn a {
	color: #8C6C32 !important;
}

div.more {
	display: none;
}

div.more2 {
	background: white;
	border: 2px solid #ddd;
	padding: .5em;
	color: #404040;
	margin: 0;
	width: 300px;
	font-weight: normal;
}

/* feedback box
-------------------------------------------------------------------------- */

#feedbackform {
    border: 1px solid #E0DDD4;
    padding: .5em;
    width: 70%;
    margin: 2em auto 0 auto;
}

#feedbackform form {
    background: #C3E0B3;
    padding: .5em;
}

#feedbackform p {
    margin: 0 0 0 1em;
}

#feedbackform h2 {
    margin-top: 0;
    border-bottom: 2px solid #eee;
}

#feedbackform h3 {
    color: #111;
    font-size: 1.1em;
    margin-top: .5em;
    margin-bottom: 0;
}

#feedback_comments {
    width: 100%;
    height: 4em;
}

/* others
-------------------------------------------------------------------------- */

#breadcrumb {
    margin-bottom: 1em;
}

#pageInfo {
    text-align: right;
    font-style: italic;
    margin-right: 1em;
}

#header {
    height: 103px;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    background: transparent url(../img/topheader.png) repeat-x;
    z-index: 100;
}

#banner {
    width: 1055px; /* Should match the #content div */
    margin: 0 auto;
    position: relative;
}

    #banner .navigation {
    	margin-left: 218px;
    	height: 100px;
        overflow: visible;
    	/* This added the damned scrollbar at the bottom. Not sure why this was here.
		width: 1000px;*/
    }

    #banner .navigation li {
    	float: left;
    	position: relative;
    	height: 90px;
    }

    #banner .navigation li a {
    	display: block;
    	color: #9FC2DA;
    	height: 26px;
    	font-size: 26px;
    	line-height: 1;
    	padding: 64px 10px 10px;
    	text-decoration: none;
    	white-space: nowrap;
    }

    #banner .navigation li a:hover {
    	background-color: #3F6F96;
    	color: #FFFFFF;
    }

#logo {
    position: absolute;
    left: 23px;
}

#content {
    background: transparent url(../img/contentcolumns.png) repeat-y;
    width: 1055px;
    margin: 0 auto;
    position: relative;
    min-height: 500px;
    padding-bottom: 2em;
}

    #help {
        position: absolute;
        left: -32px;
        width: 235px;
        background: transparent url(../img/helpbox.png) no-repeat bottom left;
        color: white;
    }

    #help h3 {
    	margin: 0;
    	padding: 11px 16px 0 16px;
    	font-size: 1.8em;
    }

    #help p {
    	margin: 5px 16px;
    }

    #help p.email {
    	font-size: 1em;
    	margin: 0 16px;
    	line-height: 1.5;
    }

    #help a {
    	color: #FFFFFF;
    }

    #help form {
    	margin: 20px 13px 0 13px;
    	padding-bottom: 12px;
    }
    
    #srch_fld {
        background: white url(../img/search.png) no-repeat 3px 50%;
        padding-left: 18px;
        width: 155px;
        color: #999;
		border-width: 1px;
    }
    
#footer {
    width: 1055px;
    margin: 0 auto;
    background: transparent url(../img/columnsshadow.png) no-repeat top left;
    color: white;
    text-align: center;
    font-size: .8em;
    padding-top: .5em;
}

    #footer a {
        color: #eee;
    }
    
#mainContent {
    /*
    position: absolute;
    left: 230px;
    top: 10px;
    width: 594px;
    */
    margin-left: 230px;
    margin-right: 230px;
    padding-top: 10px;
    min-height: 300px;
}

#more {
    position: absolute;
    top: 0;
    left: 855px;
    width: 172px;
}

    #more .navigation {
        margin-top: 13em;
    }
    
    #more .navigation li {
        margin-bottom: .8em;
    }
    
    #more .navigation li a {
    	font-size: 1.2em;
    	color: #535353;
    	text-decoration: none;
    }
    
    #more .navigation li a:hover {
    	text-decoration: underline;
    }
    
#related {
    position: absolute;
    top: 0;
    left: 30px;
    width: 170px;
    padding-top: 50px;
}

ul.announcements li {
	padding-left: 20px;
	background: url(../img/bullet_blue.png) no-repeat 0 1px;
	line-height: 1.2;
	margin-bottom: .8em;
}

p.podheader {
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding-top: .5em;
	font-family: arial;
	font-size: 15px;
}


/* THESE CAME FROM THE DOCS STYLE */
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
font-family: helvetica, sans-serif;
font-weight: bold;
}

#mainContent h2 {
border-bottom: 1px solid #ddd;
font-size: 1.4em;
}

#mainContent h3 {
margin-bottom: .2em;
margin-left: .8em;
font-size: 1.2em;
} 

#mainContent table h3 {
margin-top: .2em;
}

#mainContent ul, #mainContent ol {
margin-top: .5em;
margin-bottom: .5em;
}

#mainContent li ul, #mainContent li ol {
margin-left: 1em;
}

#mainContent ol {
margin-left: 0;
}

#mainContent p {
margin: .2em 1em 1em 1em;
text-align: justify;
}

#mainContent li {
margin-bottom: .3em;
margin-left: 1em;
}

#mainContent li p {
margin-left: 0;
margin-top: .5em;
}

#mainContent p, #mainContent div {
line-height: 1.3;
}

.standOut {
background: #FFFFE5;
border: 2px solid #FFFFCF;
padding: 0 1em 1em 1em;
}

.floatRight {
float:right;
margin-left:1em;
}

.larger {
font-size:larger;
font-family: helvetica, sans-serif;
}

#mainContent span.larger {
margin-left: 0;
font-style: italic;
}

hr {
background-color: #ddd;
border: none;
height: 1px;
margin: 1.5em 0;
}

blockquote {
margin-top: .3em;
margin-left: 2em;
}












