
body {
	background-color: #FFF;
}

/**
 * header
 */
 
#header h1, #header h2 {
	display: none;
}
 
#logo {
	float: left;
	width: 309px;
	height: 100%;
	background-image: url(../images/maps-logo.gif);
}	

#logo a {
	display: block;
	height: 100%;
	width: 309px;
}

#header-right {
	float: right;
	width: 683px;
	height: 100%;
	background: url(../images/header-right.jpg) no-repeat;
	background-position: right;
}

#select-LEA {
	position: absolute;
	margin: 85px 0px 0px 260px;
	width: 330px;
	height: 27px;
}

#select-LEA h4 {
	margin-top: 0;
	padding-top: 3px;
	margin-right: 10px;
	color: #FFF;
	font-weight: normal; 
}

#select-LEA .sit-left {
	float: left;
	clear: right;
}






/**
 * footer
 */
#footer {
	padding: 3px 0px 1px 0px;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline;
	margin: 0px 5px 0px 5px;
}
#footer li a {
	padding: 3px 5px 3px 5px;
}

#main-content #main-content-footer {
	background-image: url(../images/homepage-footer.gif);
	background-repeat: no-repeat;
	width: 600px;
	height:124px;
position: relative;
}
#main-content-footer a {
position: absolute;
    top: 0;

    left: 0;

    width: 600px;
    height: 124px;
}
#main-content-footer a h2 {
    display: none;
}



/**
 * main navigation
 */
  
#navigation-outer {

} 
#menu-main h3 {
	display: none;
}
#menu-main span {
	display: none;
}
#menu-main {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/navigation-background.jpg);
	background-repeat: no-repeat;
	height: 350px;
}

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width: 172px;
}

#navigation a.head {
	border-bottom: solid 1px #FFFFFF;
	background: url(../images/collapsed.gif) no-repeat scroll 98% 50%;
	color: #000;
	display: block;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-indent: 10px;
	text-decoration: none;
	font-weight: 200;
	height: 22px;
}

#navigation a.head:hover {
	color: #FFF;
}

#navigation a.non-expand-head {
	background: none;
	border-bottom: solid 1px #FFFFFF;
	color: #000;
	display: block;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-indent: 10px;
	text-decoration: none;
	font-weight: 200;
	height: 22px;
}

#navigation a.non-expand-head:hover {
	color: #FFF;
}

#navigation a.selected {
	background-image: url(../images/expanded.gif);
	border-bottom: solid 1px #663399;
	background-color: #663399;
	color: #cab9dd;
}

#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin: 0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; 
	display:inline;	
}

#navigation li ul {
	background-color: #663399;
	padding: 5px 0px 5px 0px;
}

#navigation li li a {
	margin: 0px 20px 5px 20px;
	color: #cab9dd;
	display:block;
	text-decoration: none;
	font-weight: 200;
	font-size: 10px;
}
#navigation li li a:hover {
	color:#FFF;
}


/**
 * main content 
 */
#main-content {
}

#main-content p.breadcrumb {
	padding: 7px 0px 0px 10px;
	margin: 0px;
	height:22px;
	width: 590px;
	background-color: #DEEBF2;
}
.right {
	float: right;
}
.center {
	text-align: center;
}




/**
 * utility 
 */
#utility {
	background-image: url(../images/homepage-utility.jpg);
	height: 435px;
}
 
 

/**
 * Forms 
 */
form {
	margin: 0px 0px 0px 0px;
}
fieldset {
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
fieldset legend {
	display: none;
}
input.textbox,
input.textbox-small,
input.textbox-medium,
input.button,
input.button-next,
select.listbox,
textarea {
	border: 1px solid;
}
input.textbox,
input.textbox-small,
input.textbox-medium,
input.button,
input.button-next,
select.listbox
textarea {
}
input.textbox:hover,
input.textbox-small:hover,
input.textbox-medium:hover,
input.button:hover,
input.button-next:hover,
textarea:hover,
select.listbox:hover {
}
input.textbox:focus,
input.textbox-small:focus,
input.textbox-medium:focus,
textarea:focus,
textarea:focus,
select.listbox:focus {
}
input.textbox,
input.textbox-small,
input.textbox-medium {
	padding: 1px 3px 1px 3px;
}
input.textbox {
	width: 206px;
}
input.textbox-small {
	width: 60px;
}
input.textbox-medium {
	width: 110px;
}
textarea.textbox,
textarea.textbox-medium ,
textarea.textbox-large {
	padding: 1px 3px 1px 3px;
}
textarea.textbox {
	height: 100px;
	width: 210px;
}
textarea.textbox-medium {
	height: 120px;
	width: 210px;
}
textarea.textbox-large {
	height: 100px;
	width: 386px;
}
input.listbox {
}
input.button,
input.button-next {
	cursor: pointer;
	padding: 0px 6px 0px 6px;
}
.formrow {
  clear:both;
  padding:0px 0px;
}

p.label {
	float:left;
	font-weight:bold;
	margin:0px 0px 4px;
	padding:0px 0px 5px;
	text-align:right;
	width:30%;
}

p.input, p.submit, p.formerror {
margin:0px 0px 4px 32%;
text-align:left;
}

p.formerror {
	font-weight: bold;
	color: #df2828;
	margin-bottom: 0.5em;
}

a {
	color: #663399;
}

a:visited {
	color: #663399;
}

a:hover {
	color: #000000;
}

