/* CSS Document */

.MainTopDivContainer {
	width:100%;
	height:105px;
	background-image:url(../images/TopBackground.png);
	background-position:top;
	background-repeat:repeat-x;
	align-content:center;
}

.TopTopContainer {
	width:1034px;
	height:70px;
	text-align:left;
}

.Logo {
	float: left;
	width: 206px;
	height: 44px;
	margin-top: 10px;
}

.TopMiddleSpace {
	float:left;
	width:490px;
	height:70px;
	color:#686868;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;"
}

.MainTopCTAcontainer {
	float:left;
	width:221px;
	height:70px;
}

.TopCTAcontainer {
	width:336px;
	height:31px;
	margin-top:25px;
}

.UserLoginButton {
	float:left;
	width:106px;
	height:31px;
}

.UserLoginButton:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.ContactUsButton {
	float:left;
	width:106px;
	height:31px;
	margin-left:9px;
}

.ContactUsButton:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.MenuContainer {
	width:1034px;
	height:35px;
	text-align:left;
}

.MenuSubContainer {
	float:left;
	width:813px;
	height:35px;
}

.MenuOptions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5e5e5e;
	margin-top:12px;
	margin-left:20px;
}

.ActiveMenuOption {
	color:#2362a9;
}

.MenuBarLinks {
	color:#5e5e5e;
	text-decoration:none;
}

.MenuBarLinks:hover {
	color:#2362a9;
	text-decoration:none;
}

.TopCallUsContainer {
	float:left;
	width:221px;
	height:35px;
}

.TopCallUsSubContainer {
	width:221px;
	height:21px;
	margin-top:6px;
}

.PhoneIcon {
	float:left;
	width:21px;
	height:21px;
}

.PhoneNumber {
	float:left;
	width:195px;
	height:21px;
	color:#2362a9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:3px;
	margin-left:5px;
}
