/* CSS Document */

* {
	margin-top: 0;
}

img {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #004;
	background: #FFF url(../images/body_back.gif) repeat-y;
	font-size: 14px;
}

/*#Wrapper {
	width: 1000px;
}

body>#Wrapper {
	width: auto;
	min-width: 1000px;
}*/

#Header {
	height: 164px;
	background: url(../images/header_pattern.gif);
}

#Header h1 {
	margin: 0;
	width: 319px;
	height: 97px;
	position: absolute;
	margin-left: 20px;
	margin-top: 18px;
	background:  url(../images/title_w_pattern.gif) no-repeat;
}

#Header h1 a {
	display: block;
	width: 319px;
	height: 0;
	padding-top: 97px;
	/*background: url(../images/title_w_pattern.gif) no-repeat;*/
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

#Header p {
	float: right;
	margin: 15px 20px 0 0;
	width: 286px;
	height: 0;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	padding-top: 96px;
	background: url(../images/address.gif) no-repeat;
}

#MainNav {
	position: absolute;
	width: 100%;
	margin: 124px 0 0 0;
	height: 40px;
	background: url(../images/nav_back01.gif) repeat-x;
	overflow: hidden;
}

#Header>#MainNav {
	width: auto;
	min-width: 100%;
}
	
#MainNav #Links {
	margin-top: 4px;
	height: 36px;
	background: url(../images/nav_links_back2.gif) repeat-x;
	float: left;
}

#MainNav #Links ul {
	margin: 0px;
	padding: 0 25px 0 0;
	list-style-type: none;
	list-style-image: none;
	background: url(../images/nav_links_right2.gif) no-repeat right;
	height: 36px;
	float: left;
}

#MainNav #Links ul li {
	float: left;
	margin: 0;
	padding: 0;
}

/* must include all link state to ensure that x2cms does not override with user styles */
#MainNav #Links ul li a, #MainNav #Links ul li a:link, #MainNav #Links ul li a:visited, #MainNav #Links ul li a:focus,
	#MainNav #Links ul li a:hover, #MainNav #Links ul li a:active {
	display: block;
	height: 0;
	padding-top: 27px;
	overflow: hidden;
	margin: 0 5px 0 20px;
	font-size: 0px;
	line-height: 0px;
}

#MainNav #Links ul li a.SkipNav {
	width: 0px;
	margin: 0;
	padding: 0;
}

#MainNav #Links ul li a.Home {
	width: 54px;
	/*background: url(../images/home.gif) no-repeat;*/
}

#MainNav #Links ul li.Home {
	background: url(../images/home.gif) no-repeat 20px top;
}

#MainNav #Links ul li a.About {
	width: 106px;
	/*background: url(../images/about_lubs.gif) no-repeat;*/
}

#MainNav #Links ul li.About {
	background: url(../images/about_lubs.gif) no-repeat 20px top;
}

#MainNav #Links ul li a.Links {
	width: 123px;
	/*background: url(../images/links_data.gif) no-repeat;*/
}

#MainNav #Links ul li.Links {
	background: url(../images/links_data.gif) no-repeat 20px top;
}

#MainNav #Links ul li a.Careers {
	width: 70px;
	/*background: url(../images/careers.gif) no-repeat;*/
}

#MainNav #Links ul li.Careers {
	background: url(../images/careers.gif) no-repeat 20px top;
}

#MainNav #Links ul li a.Contact {
	width: 101px;
	/*background: url(../images/contact.gif) no-repeat;*/
}

#MainNav #Links ul li.Contact {
	background: url(../images/contact.gif) no-repeat 20px top;
}

#MainNav form#Login {
	float: right;
	margin-top: 4px;
	padding-right: 10px;
}

#MainNav form#Login label span {
	display: block;
	float: left;
	height: 0px;
	width: 155px;
	padding-top: 27px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	background: url(../images/login.gif) no-repeat top left;
}

#MainNav form#Login label input {
	float: left;
	margin: 2px 0;
}

#MainNav form#Login input.button {
	float: left;
	margin: 0 0 0 5px;
	height: 0;
	width: 33px;
	padding-top: 27px;
	background-color: transparent;
	border: 0;
	line-height: 0px;
	font-size: 0px;
	background-image: url(../images/go.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	text-align: right;
	color: #AF94D8;
}

#LeftNav {
	float: left;
}

#LeftNav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 40px 0 0 20px;
	padding: 0;
}

#LeftNav ul li.listsection {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

#LeftNav ul li {
	margin-bottom: 3px;
}

/* must include all link state to ensure that x2cms does not override with user styles */
/* also must supply font family, size, and color for all link states or they will be overridden by x2cms font styles */
#LeftNav ul li a, #LeftNav ul li a:link, #LeftNav ul li a:visited, #LeftNav ul li a:focus, #LeftNav ul li a:hover, #LeftNav ul li:active {
	color: #004;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#LeftNav ul li a:link, #LeftNav ul li a:visited {
	text-decoration: none;
}

#LeftNav ul li a:focus, #LeftNav ul li a:hover {
	text-decoration: underline;
}

#LeftNav ul li a:active {
	text-decoration: none;
}

#ContentWrapper {
	margin-left: 250px;
	padding-top: 20px;
	width: 95%;
}

#PageBody>#ContentWrapper {
	width: auto;
	min-width: 730px;
}

#ContentHead {
	width: 730px;
}

#ContentHead img {
	margin: 0 4px;
}

#ContentHead .rule {
	/*width: 730px;*/
	height: 3px;
	overflow: hidden;
	background: url(../images/rule.gif) repeat-x top left;
}

#Content {
	margin-top: 20px;
}

#BottomNav {
	clear: both;
	margin-left: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 730px;
}

#BottomNav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#BottomNav li {
	display: inline;
}

#BottomNav li a, #BottomNav li a:link, #BottomNav li avisited, #BottomNav li afocus, #BottomNav li a:hover, #BottomNav li a:active {
	font-size: 10px;
	line-height: 10px;
	padding: 0 5px;
	border-right: #BEF solid 1px;
	border-left: #BEF solid 1px;
	margin: 0;
	color: #004;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#BottomNav li a:link, #BottomNav li a:visited {
	text-decoration: none;
}

#BottomNav li a:focus, #BottomNav li a:hover {
	text-decoration: underline;
}

#BottomNav li a:active {
	text-decoration: none;
}

#Content ul {
	list-style-image: url(../images/bullet.gif);
}

#Content li {
	margin-bottom: 3px;
}

form fieldset {
	border: 0;
}

form fieldset br {
	display: none;
}

form fieldset label {
	display: block;
	margin-bottom: 5px;
	clear: both;
}

form fieldset label span {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
}

form fieldset div.radio {
}

form fieldset .radio span {
	float: left;
	width: 150px;
	display: block;
	padding-right: 5px;
	text-align: right;
}

form fieldset .radio label {
	display: block;
	float: left;
	padding: 0 5px 10px 0;
	clear: none;
}

form div.buttons {
	margin-left: 170px;
}

form#contact {
	margin-bottom: 30px;
}

/* override x2cms tabel heights */

table#idContentTbl {
	height: auto;
	width: 95%;
}