@charset "utf-8";
/* CSS Document */

#headerWrapper{
	width: 980px;
	margin: 0 auto;
	margin-top: 10px;
}

#headerOptions{
	height: 25px;
	float: right;
}
#headerOptions .center{
	float: left;
	background-color: #E6E6E6;
}
#headerOptions .center a{
	color: #000;
}
#headerOptions .center a:hover{
	color: #EE018D;
	text-decoration: underline;
}
#headerOptions .center .optionsLink{
	float: left;
	color: #000;
	border-right: 1px #000 solid;
	margin: 4px 0px;
	padding: 0px 15px;
	font-size: 10px;
}
#headerOptions .center a .optionsLink:hover{
	color: #EE018D;
	text-decoration: underline;
	cursor: pointer;
}
#headerOptions .center .socialize{
	float: left;
	margin-top: 4px;
	padding-left: 10px;
	padding-right: 5px;
}

#phoneChat{
	float: right;
}
#phoneChat div{
	float: left;
	text-align: right;
	margin-top: 20px;
	line-height: 17px;
}
#phoneChat .center{
	border-left: 1px #b0b0b0 solid;
	border-right: 1px #b0b0b0 solid;
	padding: 4px 15px;
	margin-left: 18px;
	margin-right: 18px;
}

#mainNav{
	width: 100%;
	border: 1px solid #80c9e9;
	background-image: url(/images/header/v2/mainNavBG.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#mainNav .mainNavBTN{
	float: left;
	border-right: 1px #c9cdce solid;
	margin: 6px 0px 5px 0px;
	
	/*padding: 2px 19px;
	color: #072f6c;
	font-weight: bold;*/
	
	padding: 1px 17px 2px;
	color: #0F7198;
	font-size: 14px;
}

#mainNav .mainNavBTN:hover{
	color: #EE018D;
	text-decoration: underline;
	cursor: pointer;
}

#mainNav .headerSearch input{
	float: left;
}
.searchInput{
	margin-top: 4px;
	margin-left: 8px;
}
.searchBTN{
	margin-top: 5px;
	margin-left: 6px;
}
