@charset "UTF-8";
/* CSS Document */

#ContactUs_Title
{
	width: 750px;
	height: 95px;
	position: relative;
}

#ContactUs_Result
{
	width: 750px;
	position: relative;
}

#ContactUs_HalfField_Left
{
	width: 355px;
	height: 50px;
	position: relative;
	float:left;
}

#ContactUs_HalfField_Right
{
	width: 355px;
	height: 50px;
	position: relative;
	float:right;
}

#ContactUs_FullField
{
	width: 750px;
	height: 50px;
	position: relative;
	clear:both;
}

#ContactUs_CommentField
{
	width: 750px;
	height: 150px;
	position: relative;
	clear:both;
}


#Body
{
	width: 100%;
	margin-top:10px;
	padding-top: 20px;
	background-color: #FFF;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color: #333;
	padding-bottom: 10px;
	overflow: auto;
}

#Body_TopContent
{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	clear:both;
	padding-bottom: 20px;
}

#Body_BottomContent
{
	width: 1000px;
	overflow: auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	clear:both;
}

#Body_SideBar
{
	width: 225px;
	border-right:thin dotted #999;
	float:left;
	padding-right:10px;
}

#Body_Main
{
	width: 750px;
	float: right;
}

h1
{
	margin-top: 0px;
	font-size: 24px;
	font-weight:bold;
}

a.Body_SideBar
{
	text-decoration:none;
}

h1.Body_SideBar
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #60C;
	text-decoration:none;
}

h2.Body_SideBar
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #666;
}

h1.Error
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #F00;
}

p
{
	font-size: 12px;
	margin-top:0px;
}

/* Template */

body
{
	margin: 0;
	background-image: url(/images/Body_Background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
}

#Header
{
	width: 1050px;
	height: 140px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#Header_Banner
{
	width: 1000px;
	height: 70px;
	position: relative;
	background-image: url(/images/Header_Banner_Logo.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 25px;
	text-align:right;
	color: #666666;
}

#Header_MainNavigation
{
	width: 1000px;
	height: 20px;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	text-align:left;
	color: #666666;
	font-size: 0px;
}

#Header_SubNavigation
{
	width: 1000px;
	height: 15px;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	text-align:right;
	color: #FFFFFF;
	padding-top:5px;
}

#Body_Quicklinks_Banner
{
	width: 750px;
	height: 25px;
	position: relative;
}

#Body_Quicklinks_Header
{
	width: 750px;
	height: 15px;
	position: relative;
}

#Body_Quicklinks_Header_Col
{
	width: 150px;
	height: 15px;
	position: relative;
	float: left;
}

#Body_Quicklinks_Content
{
	width: 750px;
	height: 220px;
	position: relative;
}

#Body_Quicklinks_Content_Col
{
	width: 140px;
	height: 210px;
	position: relative;
	float: left;
	padding:5px;
}

#Footer
{
	width: 100%;
	height: 90px;
	position: relative;
	background-image: url(/images/Footer_Background.jpg);
	background-repeat: repeat-x;
	clear:both;
}

#Footer_Content
{
	width: 1000px;
	height: 30px;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	text-align: right;
	color: #FFFFFF;
	padding-top:60px;
	margin-right: auto;
	margin-left: auto;
}

a.EMail
{
	color: #FFFF00;
}

a.Legal
{
	color: #6600CC;
}

a:hover.Legal
{
	color: #FFFFFF;
}

a.SubNavigation
{
	color: #FFFFFF;
}

a:hover.SubNavigation
{
	color: #FFFF00;
}

ul.Quicklinks
{
	color: #FFFFFF;
	padding-left:15px;
	margin:0;
	list-style-type: disc;
}

li.Quicklinks
{
	margin-bottom: 3px;
}

a.Quicklinks
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.Quicklinks
{
	color: #999999;
}