#header
{
    width: 100%;
    height: 120px;
    border-bottom: 5px solid #c2c2c2;
    margin: 0px 0px 15px 0px
}

#header
{
    background-color: #ffe533;
    background-image: url(images/header.gif); background-repeat: repeat-x;
    /**/
}

#hp 
{
    background-color: #ffe533;
    background-image: url(images/background.gif); background-repeat: no-repeat; background-position:right top;
    /*background-image: url(images/hex.gif); background-repeat: no-repeat; background-position:right bottom;*/
}

#headerhome span, #header span
{
    float: left;
    font-size: 10px;
}


#header img
{
    position: relative;
    top: 25px;
    left: 30px;
    border: none;
    float: left;
}

#headerhome img
{
    margin: 0px 0px 30px 0px;
    border: none;
}

#locationsearch
{
    width: 300px;
    float: right;
    margin: 40px 50px 0px 0px;
}

#locationsearch label
{
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: bold;
    margin: 0px 0px 3px 0px;
    font-weight: bold;
    text-align: left;
    width: 285px;
}

#locationsearch input
{
    width: 210px;
    margin: 0px;
    border: 1px solid #000;
    padding: 2px;
}

#locationsearch button
{
    width: 70px;
    padding: 0px;
    height: 24px;
    font-size: 11px;
    margin-left: 5px;
}



/* for homepage only */




#headerhome
{
    margin: 0 auto 0 auto;
    padding: 0px;
    /*height: 130px;*/
    width: 290px;
    text-align: left;
}

#hp #locationsearch
{
    float: none;
}

/* homepage */

#hp
{
    text-align: center;
}

#hp p a
{
    font-size: 11px;
    color: #222;   
}

#hp p
{
    margin-top: 50px;
}

#hp .top
{
    border: none;
}
#hp .sitelinks a
{
    border-left: none;
}



/* AJAX STYLES FOR LOCATION INPUT */

	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:210px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
/*
#tabs {width: 770px; float:right;}
#tabs ul {margin: 0; padding: 0; list-style: none; float: right;}
#tabs li {float: left; margin: 12px 3px 0 0; padding: 0; line-height: 18px; vertical-align: middle;}
#tabs li a { font-size: 9px; display: block; width: auto;  margin: 0 0 0 0; padding: 5px 5px 3px 5px; color: #777; font-weight: bold; text-align: center; text-decoration: none;}
.off {background-color: #ccc;}
#on, #tabs li a:hover {background-color: yellow;}



/*.off {background-image: url(images/tab-off.gif); background-repeat: no-repeat;}
#on, #tabs li a:hover {background-image: url(images/tab-on.gif); background-repeat: no-repeat;}*/

