/***************************************************************
OVERRIDE SSEC TEMPLATE STYLE (http://www.ssec.wisc.edu/css/all_pages.php)
***************************************************************/

body {
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
}

.central_column {
	width: 1350px;
}
.central_column2 {
        width: 1350px;
        margin-top: -45px;
        margin-left: 30px;
        margin-right: 30px;
}

#banner {
	/*
	background: #222; 
	background-repeat: no-repeat;
	*/
	background-image: url("./includes/images/ISS036-E-2780cropped.jpg");
	background-repeat: no-repeat;
	background-position: center -20px;
	background-color: #000;
	height: auto !important;
}

#title {
	top: auto;
	left: auto;
	position: relative !important;
	padding-top: -10px !important;
	padding-bottom: 0px !important;
}

#title h1 {
	background: none !important;
	width: auto !important;
	height: 80px !important;
	line-height: 80px;
	margin: 0;
	text-indent: 0 !important;
	font-size: 50px !important;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
#title h1 a {
	/*color: #88d6ff !important;*/
	color: white !important;
	font-variant: small-caps;
	line-height: 80px;
	display: inline-block;
	vertical-align: middle;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

#title h1 a > span:first-child + span {
	/*color: #dcb218 !important;*/
}

#title h1 > center > a:first-child + a {
	padding-left: 120px;
	padding-right: 120px;
}
h2 {
     margin-top: -5px;
     margin-bottom: 10px;
}
h3 {
     font-size: 18px;
     margin-top: 10px;
}
#cimss_logo {
	height: 50px;
	bottom: -2px;
	position: relative;
}
#cimsstc_logo {
	height: 70px;
        bottom: -5px;
      	position: relative;
}
#star_logo {
	height: 70px;
	position: relative;
	top: 5px;
}
.inner_padding {
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	position: relative;
}
#footer .logos {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#footer .logos img {
	height: 60px;
	margin-left: 20px;
	border: none;
}
#footer .logos a {
	text-decoration: none;
}

#bottom_nav ul > li:first-child {
	color: #333 !important;
}
/***************************************************************
General rules
***************************************************************/
.nice_list li {
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	text-decoration: underline;
}


/***************************************************************
Two column layout with widget / box on right
***************************************************************/
.right_box {
	float: right;
	background-color: rgb(255, 247, 236);
	width: 200px;
	border: solid 1px #ccc;
	padding: 10px;
	margin-top: 5em;
	min-height: 200px;
}
.right_box h2 {
	margin: 0;
	padding: 0;
	font-size: 16px !important;
	margin-bottom: 10px;
}
.right_box a {
	text-decoration: underline;
}
.right_box ul, .right_box ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main_content #left_column {
	width: 1050px;
	float: left;
}
