@charset "utf-8";
/* CSS Document */

body {
	color: #003768;
  background-color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-image: url(../images/bg_blue_main.jpg);
	background-repeat: repeat-x;
	background-position: left 99px;		
}

body.subpage{
  background-image: url(../images/bg_blue_subpage.jpg);
}

a{
  font-weight: bold;
	text-decoration: none;
	color: #ee8a1d;
}

a:hover{
  text-decoration: underline;
}

strong{
  font-weight: bold;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: #009ddc;
	padding-bottom: 15px;
}

body.subpage h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: bold;
	color: #003768;
	padding-bottom: 10px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #003768;
	padding-bottom: 10px;
}

body.subpage h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #003768;
	padding-bottom: 10px;
}



h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #003768;
	padding-top: 5px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #003768;
	padding-bottom: 20px;
  line-height: 1.5;
}


ul{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}

li{
  font-size: 1.1em;
}

#bodyContainer{
  width: 950px;
	float: left;
}



div.pageSection{
	width: 902;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c5e6f6;
	float: left;
	margin-left: 25px;
	display: inline;
	padding-bottom: 20px;
}

div.firstSection{
	border-top-width: 0px;
}

div.pageSection h1{
  padding-top: 20px;
}

div.pageSection .leftContent{
	float: left;
	width: 430px;
}

div.pageSection .rightContent{
	float: left;
	width: 430px;
	margin-left: 40px;
}

div.pageSection div.leftNarrow{
	float: left;
  width: 370px;
}

div.pageSection div.leftNarrow p{
  width: 355px;
}

div.pageSection div.rightWide{
	float: left;
  margin-left: 40px;
  width: 490px;
	margin-top: 300px;
}

div.mainCallOut h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #d97a23;
}

h2.orangeTicker{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/orange_ticker.gif);
	text-align: center;
	height: 30px;
	width: 428px;
	padding-bottom: 0;
	padding-top: 0;
	line-height: 30px;
}

#bottomContent{
	margin-top: 50px;
	margin-left: 25px;
	width: 901px;
	float: left;
	display: inline;
}

#bottomContent div.rightContent a{
  color: #00325b;
}

#bottomContent p{
  padding-bottom: 10px;
}

body.subpage #bottomContent h1{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 3.3em;
	color: #FFFFFF;
}

body.subpage #bottomContent p{
  color: #FFFFFF;
}

body.subpage #bottomContent h3{
  color: #FFFFFF;
}

#bottomContent div.headingContainer{
	background-color: #C4E5F6;
	background-image: url(../images/bg_header_orange.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 140px;
}

#bottomContent div.headingContainer h1{
  color: #FFFFFF;
	padding-left: 250px;
	padding-top: 10px;
}

#bottomContent div.headingContainer h2{
	padding-left: 250px;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 25px;
}


#bottomContent div.headingContainer div.imageContainer{
	position: absolute;
	top: -62px;
	left: -25px;
}


#bottomContent div.bodyContent{
	background-color: #C4E5F6;
	background-image: url(../images/blue_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	width: 901px;
}


#bottomContent div.regionBodyContent{
	background-color: #009EDD;
	background-image: url(../images/darker_blue_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	width: 900px;
	position: relative;
}

#bottomContent div.leftContent{
  float: left;
	width: 380px;
	margin-left: 55px;
  display:inline;
	padding-bottom: 50px;
	margin-top: 15px;
}

div.regionImageContainer{
  position: absolute;
	top: -39px;
	left: -27px;
}

#bottomContent div.leftContent h2, #bottomContent div.rightContent h2{
  color: #40b6e5;
}

#bottomContent div.rightContent{
  float: left;
  width: 380px;
  margin-left: 55px;
	display: inline;
  padding-bottom: 50px;
	margin-top: 15px;	
}

#bottomContent div.regionBodyContent div.rightContent{
  margin-left: 450px;
	z-index: 10;
}

a.buttonBlue119x17{
	background-image: url(../images/btn_blue_119x17.gif);
	text-align: center;
	height: 17px;
	width: 111px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	font-weight: bold;
	margin-right: 5px;
	font-size: 11px;
}


a.buttonBlue119x17:hover{
  background-position: left -43px;
	text-decoration: none;
}

#bottomContent a.buttonBlue119x17{
	background-image: url(../images/btn_blue_119x17_dark.gif);
}

a.buttonBlue135x17{
	background-image: url(../images/btn_blue_135x17.gif);
	text-align: center;
	height: 17px;
	width: 135px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	font-weight: bold;
	margin-right: 5px;
	font-size: 11px;	
}

a.buttonBlue160x17{
	background-image: url(../images/btn_blue_160x17.gif);
	text-align: center;
	height: 17px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF !import	ant;
	font-weight: bold;
	margin-right: 5px;
	font-size: 11px;		
}

p.buttonBlue119x17 a,p.buttonBlue135x17 a,p.buttonBlue160x17 a{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#footerWrapper{
	background-image: url(../images/bg_blue_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer{
	background-image: url(../images/bg_blue_gradient_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Begin:Main Navigation */

div.topNavContainer{
  clear: both;
  float: right;
	margin-right: 30px;
	display: inline;
	margin-top: 4px;
	background-image: url(../images/top_nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	height: 26px;
}







/* End:Main Navigation */

ul.secondaryNav li.firstItem{
  border-left:none;
}

ul.secondaryNav li{
  color: #555555;
  float: left;
	list-style: none;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	padding-left: 10px;
  padding-right: 10px;
	border-left: solid 1px #0a6ec3;
}

ul.secondaryNav li a{
  color: #0a6ec3;
	font-weight: bold;
	text-decoration: none;
}

ul.secondaryNav li a:hover{
	text-decoration: underline;
}

.bottomNavContainer{
  float: left;
	margin-top: 100px;
	margin-right: 20px;
	display: inline;
	width: 450px;
	text-align: center;
}


#bottomContent div.regionBottomHeading{
	background-image: url(../images/darker_blue_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}

div.leftContainer{
  float: left;
	width: 645px;
}

div.rightContainer{
  float: right;
	width: 140px;
	margin-top: 0px;
	text-align: center;
}

.logoContainer{
  float: left;
	width: 242px;
	margin-top: 15px;
}

.pageTitleContainer{
  float: left;
	width: 242px;
	margin-left: 80px;
	margin-top: 33px;
}

img.luxLogo{
  margin-top: 20px;
}

div.mainCallOut{
  margin-left: 128px;
	margin-bottom: 80px;
	width: 225px;
}

#bodyContainer{
	background-repeat: no-repeat;
	background-position: left 110px;
}

#bodyContainer.home_page{
	background-image: url(../images/tear_blank.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: -1px 300px; 
}


/*** DEMO SKIN ***/





/* asdfsdafsdaff */

/*** DEMO SKIN ***/
.mainNav {
	float:			left;
	margin-bottom:	0em;
	margin-left: 40px;
	display: inline;
}
.mainNav a {
	border-top:		none;
	text-decoration:none;
	padding-top: 6.5px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.mainNav a, .mainNav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}

.mainNav li.firstItem{
  background-image: none;
}

.mainNav li {
	background-image: url(../images/top_nav_divider.gif);
  background-repeat: no-repeat;
	background-position: 0px 13px;
}
.mainNav li li {
  background-color: #0a6ec3;
	width: 150px;
	background-image: none;
}
.mainNav li li li {
	background:		#9AAEDB;
}
.mainNav li:hover, .mainNav li.sfHover,
.mainNav a:focus, .mainNav a:hover, .mainNav a:active {
	background-image: url(../images/bg_top_nav_hover_green.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-decoration: none;	
}

.mainNav li li:hover, .mainNav li li.sfHover,
.mainNav li li a:focus, .mainNav li li a:hover, .mainNav li li a:active {
	background-image: none;
  background-color: #c5e6f6;
	color: #00a0df;	
}

div.bottonLogoContainer{
  margin-top: 20px;
	margin-left: 100px;
	float: left;
	display: inline;
	clear:both;
	width: 500px;
}

div.bottonLogoContainer img.firstLogo{
  border-right: solid 1px #0066FF;
}

div.footerTagline{
  float: left;
	margin-left: 30px;
	display: inline;
	margin-top: 75px;
}

table{
  margin-bottom: 15px;
}

table.twoColumnList{
  margin-left: 5px;
}

table.twoColumnList td{
  padding: 2px;
	padding-right: 15px;
}

#bottomContent div.rightContent table{
  margin-left: 20px;
	color: #FFFFFF;
}

#bottomContent div.rightContent td{
  padding-right: 10px;
}

p.narrow{
  width: 600px;
}

div.leftNarrow td{
  width: 180px;
	vertical-align: top;
	padding: 5px;
}

div.rightContent table{
  margin-left: 10px;
}

div.leftNarrow table{
  margin-left: 10px;
}

div.rightContent td{
  width: 190px;
	vertical-align: top;
	padding: 5px;
}

td p{
  font-size: inherit;
	line-height: normal;
	padding-bottom: 0px;
}

.lightBlue{
  color: #009DDC;
}

img.leftAlign{
  float: left;
  padding-right: 15px;
	padding-bottom: 15px;
}

img.rightAlign{
  float: right;
  padding-left: 15px;
	padding-bottom: 15px;
}

a.btnLuxEmployee{
  display: block;
	width: 131px;
	height: 16px;
	background-image: url(../images/btn_employees.gif);
	background-repeat: no-repeat;
}

a.btnLuxEmployee:hover{
	background-position: 0px -33px;
}

.newsDate{
  padding-bottom: 0;
}

.newsTitle{
  color: #009DDC !important;
	font-size: 1.6em !important;
	padding-bottom: 0 !important;
}