html
{
	background-image:url(../images/bg-home.gif);
	background-repeat:repeat-x;
}

body.home
{
	background-image:url(../images/header-home.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

.home-main
{
background-color:white;
height:242px;
margin:10px auto;
width:940px;
overflow:hidden;
}

.home-middle
{
background:transparent;
margin:10px auto;
width:940px;
}

.home-left
{
background-color:white;
float:left;
padding:10px 10px 20px 20px;
width:640px;
color: #001544;
font-size: 1.2em;
}

.home-left h1
{
font-size: 1.3em;
font-weight: normal;
}

.home-left h2
{
font-size: 1.3em;
font-weight: normal;
}

#home-top {
	height:39px;
	width: 960px;
	margin: auto;
}

#login, #login a {
	color:#fff;
}

#home-logo
{
	background:transparent url(../images/home-logo2.jpg) no-repeat scroll 0 0;
	float:left;
	height:133px;
	margin-left:150px;
	margin-top:35px;
	position:absolute;
	width:701px;
}

#home-search 
{
	float:left;
	height:250px;
	left:1058px;
	position:relative;
	top:90px;
}

#home-search form
{
	background-color:white;
	position:absolute;
	right:150px;
	top:50px;
	width:550px;
} 


#home-search ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#home-search li
{
float:left;
padding-bottom:10px;
padding-right:10px;
}

#home-search li a
{
border-left:1px solid white;
border-right:1px solid white;
color:#00144F;
padding-left:10px;
padding-right:10px;
}

#home-search li.selected a
{
border-left:1px solid #D75B00;
border-right:1px solid #D75B00;
color:#D75B00;
font-weight:bold;
}


#home-search li a.option:hover 
{
border-left:1px solid #D75B00;
border-right:1px solid #D75B00;
color:#D75B00;
padding-left:10px;
padding-right:10px;
text-decoration:none;
}



#home-search input
{
border:1px solid #2C4F7D;
font-size:1em;
height:17px;
margin:0;
padding:6px;
width:314px;
}

#home-search .submitButton
{
background-image:url(/images/home-button.gif);
background-position:left top;
background-repeat:no-repeat;
float:left;
height:31px;
padding-left:3px;
padding-right:0;
padding-top:0;
text-decoration:none;
}

#home-search .submitButton span
{
background-image:url(/images/home-button.gif);
background-position:right top;
background-repeat:no-repeat;
cursor:pointer;
display:block;
height:31px;
line-height:30px;
padding-left:0;
padding-right:0;
text-align:center;
float:left;
width:120px;
}

#home-search .submitButton:hover span
{
background-image:url(/images/home-button.gif);
background-position:right -31px;
background-repeat:no-repeat;
color:white;
display:block;
float:left;
width:120px;
}

#home-search-examples
{
	clear:left;
	padding-top:0px;
	font-size:0.8em;
	color:#00144F
}
.search-example a
{
	color:#00144F;
}


.black-row
{
background-color:#242424;
font-size:1px;
height:5px;
margin:0 auto;
position:relative;
width:940px;
}

.home-sidebar
{
background-color:transparent;
float:right;
text-align:left;
width:270px;
}

#search-input
{
	margin-top: 25px;
}

