body {

	font: 11px verdana, arial, sans-serif;

	color: #555555;

}



* {margin:0; padding:0;}



div#global{

	margin: 0 auto;

	width: 774px;

}



/* page structure*/

div#header {

	height: 155px;

	background: url(../Images/logoluxw425x60.jpg) no-repeat;

}



div#headtext {

	width: 350px;

	height: 63px;

	float: right;

	background: url(../Images/wadr6x60.gif) repeat-x;

	color: White;

	text-align: center;

	font: 1em  verdana, arial, sans-serif;

	font-weight: bold;

}





/* LIST-BASED MENU */

/* the horizontal menu starts here */

div#listmenu {

	width: 774px; /* makes the div full width */

	float: left; /*makes the div enclose the list */

	border-top: 1px solid #069; /* draws line on top edge of div */

	border-bottom: 1px solid #069; /* draws line on bottom edge of div */

	font-size: 0.8em; /* SET FONT-SIZE HERE */

	background-color: #003377; /* colors the div */

	margin-top: 0px;

	font-weight: bold;

	color: White;

}

div#listmenu ul {margin:0 0 0 30px;/* indents ul from edge of container */

	}

div#listmenu li {

	z-index: 100; /* had to add this to make the drop be on top in Safari */

	float: left; /* causes the list to align horizontally instead of stack */

	position: relative; /* positioning context for the absolutely positioned drop-down */

	list-style-type: none; /* removes the bullet off each list item */

	background-color: #003377; /*sets the background of the menu items */

	border-right: 1px solid white; /* creates dividing lines between the li elements */

	border-left:1px solid white; /*the first vertical line on the menu */

}

div#listmenu li:first-child {

	border-left:1px solid white; /*the first vertical line on the menu */

	}

div#listmenu li:hover { 

	background-color:#FFF; /*sets the background of the menu items */

	}

div#listmenu a {



	display:block; /*makes rolled list items in drop down highlight link text, and wrapped lines indent correctly */

	padding:0 6px; /*creates space each side of menu item's text */

	text-decoration:none;	 /* removes the underlining of the link */

	color:white;	/* sets the type color */

	}

div#listmenu a:hover {

	color:red;

	background-color:#FFF; /*sets the background of the menu items */

	}

/* the horizontal menu ends here */



div#content{

	margin-top: 20px;

	padding-right: 3px;

	padding-top: 3px;

	background-color: White;

}



div#narrowcol{

	width: 290px;

	float: right;

}



div#block1 {

	background-color: #FFE6C3;

	border: 1px solid #FFC371;

	padding: 10px;

	margin-top: 15px;

}



div#block2 {

	background-color: #BFD5FF;

	border: 1px solid #75A3FF;

	padding: 5px;

	margin-top: 5px;

}



div#maincol{

	width: 440px;

	margin-left: 20px;

}



div#pgfooter {

/*	position: relative; */

	clear: both;

	width: 774px;

	margin-top: 10px;

	margin-bottom: 5px;

	font-size: 0.8em;

	color: gray;

	text-align: right;

}



div#pgfooter a {

	color: Silver;

}



div#content ul{

	margin-left: 2em;

}



h1{

	margin-top: 0.5em;

}



div#maincol h1{

	color: green;

	font-size: 1.4em;

}



div#narrowcol h1{

	margin-left: 0.3em;

	font-size: 1.2em;

}



h2{

	color: #0099CC;

	margin-top: 1em;

	margin-bottom: 0.5em;

	font-size: 1.4em;

	font-weight: lighter;

}



a span {

	font-size: 0.8em;

}



div#contact{

	margin-top: 2px;

	padding: 1em;

	background-color: #FFC7A5;

	border: 1px solid #FF9D62;

}



a {

	color: #1081b9;

	text-decoration: none;

}

a:hover {

	/*background: transparent; /* needed for IE to allow hover on sub elements */

	text-decoration: underline;

}

a:hover span {

	text-decoration: underline;

}



div#block1 em: {

	font: bold;

	color: #C62839;

}



div#block1 p: {margin-bottom: 1.2em;}


