/*
	CSS styles for header specific elements
*/

html{
height: 100%;
}
body{
	background-image:url(/img/body/background_grad.jpg);
	background-color:#d6d6d6;
	margin:50px 0;
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
height:100%;
}

#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
height:100%;
}

body,p,ul,ol,dl,h1,h2,h3{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* enroll, contact, search bar	*/
.utilitybar {
	background-color:#900;
	width:800px;
	/* height:18px; */
	height: 25px;
	margin:0;
	padding:0;
	border:0;
	font-size:11px;
	font-family:Verdana, Interstate, "Trebuchet MS", Arial, sans-serif;
	text-align:left;
	color:#fff;
}
.utilitybar .enrollcontactlinks {
	float:left;
	padding:0;
	margin:6px 0;
	border:0;
}

.utilitybar form{
	padding:1px 0 0 0;
	margin:0 5px 0 0;
	border:0;
}
.utilitybar a{
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
	padding:0;
	margin:0 10px;
	border:0;
}
.utilitybar a:hover{
	color:#cc6;
}


.utilitybar #searchbox {
	float:right;
	padding:5px 10px;
}

.utilitybar #searchbox .searchtxtbox {
	border:1px solid #ccc;
	height:12px;
	width:100px;
	font-size:10px;
}
.utilitybar #searchbox .searchbutton {
	text-align:center;
	height:16px;
	
	background-color:#c63;
	font-size:10px;
	color:#fff;
	border:0;
	margin:0;
	padding:0;
}




/*	navigation section	*/
#navigation{
	width:800px;
	height:70px;
	padding:0;
	margin:3px 0 0 0;
	position:relative;
}

.hp_navigation{
	background-position:top;
	background-repeat:repeat-x;
	background-image: url(/img/header/homepage_grad_bg.jpg);
}

.sp_navigation{
	/*background-image: url(/img/header/grad_bg.jpg);*/
	background-image: url(/img/header/homepage_grad_bg.jpg);
}


#navigation #logo {
	float:left;
	padding:0;
	/*margin:0px 40px 0px 20px;*/
	margin: 0px 0px 0px 5px;
}


/*	4 button menu across top	*/
#navigation #tabbedheader {
	width:512px;
	text-align:center;
	float:left;
}
#navigation #tabbedheader ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation #tabbedheader li {
	margin: 0px;
	padding: 0px;
	float:left;
	width:128px;
	height:34px;
}
#navigation #tabbedheader a{
	display:block;
}



/*

Disappearing icon problem


#accounttripfinderlinks {
	float:right;
	position: relative;
	text-align:left;
	margin:0 10px;
	border:0;
	padding:0;
	height:100%;
}

#accounttripfinderlinks ul{
	padding:0;
	margin:8px 0 0 0;
}
#accounttripfinderlinks li{
	padding: 0 0 5px 0;
	margin:0;
	list-style-image:url(/img/header/star.gif);
}

#accounttripfinderlinks a {
	text-decoration:none;
	display:block;
	padding:5px 0 4px 0;
	margin:0 0 5px 0;
	padding:0;
	border:0;
}*/
#accounttripfinderpadding{

	padding:8px 19px 0 0;
	text-align:right;
	
	
}




#secondarynavigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	position:absolute;
	bottom:5px;
	left:175px;
	width:450px;
	margin:0;
	padding:0;
	text-align:center;
}
#secondarynavigation a:link, #secondarynavigation a:visited{
	text-decoration:none;
	color:#930;
	white-space:nowrap;
}
#secondarynavigation a:hover, #secondarynavigation a:active{
	text-decoration:underline;
	color:#930;
	white-space:nowrap;
}

