@charset "utf-8";
/* CSS Document */

#PageGapT {
	height:20px;
}
#PageLT {
	float:left;
	height:8px;
	width:8px;
	font-size:1px;
	background-image:url(/Images/Page/PageLT.gif);
	background-repeat:no-repeat;
	background-color:#fff;
}
#PageRT {
	float:right;
	height:8px;
	width:8px;
	font-size:1px;
	background-image:url(/Images/Page/PageRT.gif);
	background-repeat:no-repeat;
	background-color:#fff;
}
#PageT {
	height:8px;
	width:auto;
	font-size:1px;
	background-color:#FFF;
}
#header {
	background-color:#fff;
	padding: 2px 10px 0px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 6pt 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #UpperDiv {
	width:100%;
	height:50px;
	padding:0 0 5px 0;
}
#header #UpperDiv #UpperDivC {
	height:50px;
}
#header #UpperDiv #UpperDivL {
	float:left;
	width:260px;
	height:50px;
}
#header #UpperDiv #UpperDivR {
	float:right;
	width:260px;
	height:50px;
}
#header #UpperDiv #UpperDivR #Contact {
	height:20px;
	margin:8px 0 0 0;
	text-align:right;
}
#header #UpperDiv #UpperDivR #Contact a {
	font-size: 10.5pt;
}
#header #UpperDiv #UpperDivR #ShareButtons {
}
#header #UpperDiv #UpperDivR #ShareButtons #FacebookShareButton {
    text-decoration:none;
    float:right;
	display:-moz-inline-block;
	display:inline-block;
	padding:1px 20px 0 5px;
	height:15px;
	font-size: 10pt;
	border:1px solid #d8dfea; 
	margin:0 5px 0 0;
	color:#3b5998;
    background:url(/Images/ThirdParty/Facebook/facebook_share_icon.gif) no-repeat top right; 
} 
#header #UpperDiv #UpperDivR #ShareButtons #FacebookShareButton:hover {
	color:#fff;
	border-color:#295582;
	background:#3b5998 url(/Images/ThirdParty/Facebook/facebook_share_icon.gif) no-repeat top right;
	text-decoration:none; 
} 
#header #UpperDiv #UpperDivR #ShareButtons #MySpaceShareButton {
    text-decoration:none;
    float:right;
	display:-moz-inline-block;
	display:inline-block;
	padding:1px 28px 0 5px;
	height:15px;
	font-size: 10pt;
	border:1px solid #d8dfea; 
	color:#3b5998;
    background:url(/Images/ThirdParty/MySpace/post_myspace_icon.gif) no-repeat top right; 
} 
#header #UpperDiv #UpperDivR #ShareButtons #MySpaceShareButton:hover {
	color:#fff;
	border-color:#295582;
	background:#3b5998 url(/Images/ThirdParty/MySpace/post_myspace_icon.gif) no-repeat top right;
	text-decoration:none; 
} 
#header #UpperDiv #UpperDivR #SearchForm {
	height:20px;
	text-align:right;
}
#header #UpperDiv #UpperDivR #SearchForm #SearchBox {
	height:20px;
	border-width:1px;
	border-style:solid;
}
#header #UpperDiv #UpperDivR #SearchForm #SearchButton {
	height:20px;
	width:20px;
	border-width:0;
	vertical-align:bottom;
}
#header #UpperDiv #TypeHausLogo {
	float:left;
}
#header #MenuMainDiv {
	clear:both;
}
#header #MenuMainDiv #EndCapL {
	float:left;
	height:20px;
	width:10px;
	background-repeat:no-repeat;
	border-width: 0 1px 0 0;
	border-style:none solid none none;
}
#header #MenuMainDiv #EndCapR {
	float:right;
	height:20px;
	width:10px;
	background-repeat:no-repeat;
}
