/* CSS Document */

#Header 
{
	font-size: 12px;
}

.HeaderLink
{
    color:000000;
    
}

.HeaderLink:visited
{
    color:000000;
    
}

.HeaderLinkBold
{
    color:000000;
    font-weight:bold;
   
}

.HeaderLinkBold:visited
{
    color:000000;
    font-weight:bold;
}

#logo
{
	position: absolute;
	left: 5px;
	top: 34px;
}
#col2
{
	position: absolute;
	left: 480px;
	top: 60px;
	vertical-align: middle;
}
#col3
{
	position: absolute;
	left: 435px;
	top: 50px;
}
#col4
{
	position: absolute;
	left: 700px;
	top: 50px;
}
.searchBox{
	margin-top: 3px;
	padding-top: 3px;
	padding-left: 2px;
	width: 200px;
} 




#phone{
	
	font-size:18px;
	color: #990033;
	margin:5 0 5 0;
}



/* TOP of top navigation */
#topMenuTop
{
	position: absolute;
	width: 960px;
	height: 20px;
	
	margin: 0;	
	color: #FFFFFF; 
	background-color: #374490;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#topMenuTop a {
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold; 
	vertical-align: bottom;
}

/*
#topMenuTop a:hover, a:active {
	color: #D0D0D0;

}
*/

/* BOTTOM of top navigation */


#topMenuBottom a {
	color: #333333; 
	text-decoration: none; 
	font-size: 12px; 
	font-weight: bold; 
	vertical-align: bottom;
	padding:0 7 0 7;
}

#topMenuBottom
{ 
	position: absolute;
	top: 207px;
	width: 960px;
	height: 21px;
	margin: 0;
	color: #333333; 
	background-color: #cccccc;
}



#topMenuBottom a:hover, a:active {
	color: #990033;

}

#topMenuBottom div
{
	display: inline;
	float: left;
	height: 100%;
	line-height: 18px;
	padding: 0 9 0 9px;
}



.divider
{
	display: inline;
	float: left;
	height: 100%;
	line-height: 18px;
}

.topBar
{
    width:100%;
    background-color:#CCCCCC;
}

