﻿
/********************** TOP NAV CONTROL **********************************/
#topnav, .topnav 
{
    float:left;
	font-size: 12px;
	margin: 0 auto;
	width: 762px;
	background-image: url(/App_Themes/clean/images/nav-bkg.gif);
	background-repeat:repeat-x;
	height: 30px;
    
}
.topnav_left
{
    float:left;
	margin-left:15px;
	width: 5px;
	height: 30px;
	background-image: url(/App_Themes/clean/images/nav-left-cap.gif);
	background-repeat:repeat-x;

}
.topnav_right
{
    float:left; 
	margin-right:18px;
	width: 200px;
	height: 30px;
	background-image: url(/App_Themes/clean/images/hdrnav-right-cap.jpg);
	background-repeat:repeat-x;
	background-position:top right;
}
#topnav ul 
{
	margin:0 0 0 0;
	padding:0px 10px 0 0;
	list-style-type:none;	
}

#topnav li.topnav_link 
{
	float:left;
	margin:0 7px 0 7px;
	text-align: center;	
}

#topnav li.topnav_link_active
{
	float:left;
	margin:0 7px 0 7px;
	text-align: center;	
	background-image: url(/App_Themes/clean/images/nav-bkg-over.gif);
	background-repeat:repeat-x;
	height: 30px;	
}
#topnav li.topnav_link a 
{
	float:left;
	display:block;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
}
#topnav li.topnav_link_active a 
{
	float:left;
	display:block;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	color:#4c5fc2;
	font-weight: bold;
}
#topnav a:hover 
{
    float:left;
	display:block;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
}

li.topnav_link:hover, li.topnav_hover 
{   
    float:left;
	font-size: 12px;
	background-image: url(/App_Themes/clean/images/nav-bkg-over.gif);
	background-repeat:repeat-x;
	height: 30px;	
}
li.topnav_separator
{
    float:left;
    margin: 3px 0 0 0;
    background-image: url(/App_Themes/clean/images/nav-vert-divider.gif);
    background-repeat: no-repeat;
    width:1px;
    height: 19px;
}
/**************** SEARCH BAR ***********************/
.SearchNav 
{
    float:left;
	font-size: 12px;	
	width: 957px;
	background-image: url(/App_Themes/clean/images/subnav-bkg.gif);
	background-repeat:repeat-x;
    background-position: bottom;
    height:44px;
}
.SearchNav_left
{
    float:left;	
	width: 5px;
	margin-left:15px;
	background-image: url(/App_Themes/clean/images/subnav-left-cap.gif);
	background-repeat:repeat-x;
    background-position: bottom;
    height:44px;

}
.SearchNav_right
{
    float:left;
	width: 5px;
	margin-right:18px;
	background-image: url(/App_Themes/clean/images/subnav-right-cap.gif);
	background-repeat:repeat-x;
    background-position: bottom;
    height:44px;
}

.SearchNav_What
{
    margin-top: 10px;
    padding-left: 70px;
	width: 150px;	
	background-image: url(/App_Themes/clean/images/subnav-what.gif);
    background-repeat: no-repeat;
    background-position: left center ;
    float:left;
}
.SearchNav_Where
{
    margin-top:10px;
    padding-left: 87px;
	width: 160px;
	background-image: url(/App_Themes/clean/images/subnav-where.gif);
    background-repeat: no-repeat;
    background-position: left center ;
    float:left;
}

.search_divider
{
	float: left;
	width: 21px;
	height: 44px;
    float:left;
}
.SearchNav_ShortLogin
{
    float:right;
    padding: 15px 10px 0 0;
}

