html,body{
	background:#091734 url(../images/esp/background/esp-1700x1-bg.jpg) center repeat-y;
}

h1 {
	color:#ffffff;
}

h1 span.regular {
	padding-left:0px;
	text-transform:none;
	font-weight:normal;
}

h2 {
	font-weight:bold;
	font-size:140%;
	padding-left:5px;
	color:#cccccc;
}

h3{
	color:#FFFFFF;
}

.header h1 a {
	background:transparent url(../images/esp/logo/esp-logo.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	float:left;
	height:60px;
	margin-right:75px;
	margin-top:40px;
	width:367px;
}

.right-right {
	text-align:right;
	padding-right: 50px;
	margin-bottom: 20px;
}

a:link { 
  color: #e9a530;
  text-decoration:none;
}
a:visited {
  color: #e9a530;
  text-decoration:none;
}
a:hover {
  background: #e9a530;
  color:#333333;
  text-decoration:none;
}
a:active { 
  color: #ebea01;
  text-decoration:none;
}

.bulletedList li{
	color:#cccccc;
	margin-left:30px;
	font-size:110%;
	margin-top:5px;
	list-style-type:square;
}

p{
	color:#CCCCCC;
}


/*navigation*/

#esp_nav li a:hover, #see_nav li a:hover, #ncse_nav li a:hover, #jdw_nav li a:hover
{
	font-weight:normal;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	display:block;
	background:#000000;
}

#esp_nav li a.active, #see_nav li a.active, #ncse_nav li a.active, #jdw_nav li a.active
{
	font-weight:normal;
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	display:block;
	background:#e9a530;
}


/*news*/

.news li {
	background:#FFFFFF;
	margin: 5px;
	float: left;
	width: 382px;
	text-align:center;
	height: 240px;
}

.news h2 {
	min-height:50px;
	background:#e9a530;
	color:#FFFFFF;
	padding:5px;
	text-align:left;
	text-transform:none;
}

/*buttons*/

a.button {
    background: transparent url('../images/buttons/orange_button_right.png') no-repeat scroll top right;
	color:#000000;
}

a.button span {
    background: transparent url('../images/buttons/orange_button_left.png') no-repeat;
 }

a.button:active {
    color: #000000;
}

.main_footer{
	color:#CCCCCC;
	border-top: #4e4e4e solid 1px;
}
