html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong { font-weight:bold; }


body { font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; }
img { border:0; }
a { color:#bf843d;	font-weight:normal;	text-decoration:none; }
a:hover {	text-decoration:underline; }

.constrain { width:940px; }
.floatL { float:left; }
.floatR { float:right; }
.clear { clear:both; }

/* ---------- SHARED ELEMENTS ---------- */

h2 { font-size:20px; }

#logoInfo {
	float:left;
	width:335px;
	height:203px;
	display:block;
	background-image:url('/images/logo.gif');
	background-repeat:no-repeat;
	margin-bottom:4px;
}
#aLogo:hover { text-decoration:none; }
#aLogo {
	float:right;
	font-size: 12px;
	color:#AEC6DE;
	text-align: right;
	margin:146px 10px 0 0;
}
#divMenuSeparator {
	float:left;
	height:15px;
	width:100%;
	background-image:url('/images/menu-separator-bg.gif');
	background-repeat:repeat-x;
	font-size:1px;
}
#mainContent {
	margin:0 0px 31px 0px;
	padding:30px 30px 30px 60px;
	background-color:#e6e6e6;
	color:#666666;
	font-size:12px;
	line-height: 17pt;
}
h1.header {
	padding:12px 15px 12px 60px;
	float:left;
	font-size:38px;
	color:#b4aa92;
	font-weight:100;
	text-transform:lowercase;
}
.instructions { margin-bottom:25px; }
#divCol1, #divCol2 { float:left; width:40%; }
#divCol1{
	margin-right:25px;
}

/* ---------- MAIN MENU ---------- */

#ulNav {
	float:left;
	margin:189px 20px 4px 0;
}
#ulNav a { display: block; }
#ulNav li { display:inline; float:left; margin-left:30px; }
#ulNav ul {
	position: absolute;
	width:160px;
	left: -999em;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:20px;
	background-image:url('/images/pixel.gif');
	z-index:999;
}
#ulNav ul, #ulNav ul a { width:170px; }
#ulNav li:hover ul, #ulNav li.sfhover ul { left: auto; }
#ulNav ul li {
	margin:3px 0 0 0;
	background-image:url('/images/nav-gray-bg.png');
	background-repeat:no-repeat;
}
#ulNav ul a {
	display: block;
	color:#ffffff;
	width:160px;
	background-image:url('/images/greenArrow.gif');
	background-repeat:no-repeat;
	background-position:3px;
	padding:4px 4px 4px 21px;
}
#ulNav ul a:hover{
	text-decoration:none;
	border: 2px solid #cfa87a;
	background-image:url('/images/blackArrow.gif'); 
	padding:2px 2px 2px 19px;
}

/* ---------- SUB MENU ---------- */

ul.menuSubmenu {
	float:left;
	margin:27px 0 0 18px;
}
ul.menuSubmenu li {
	padding-left:30px;
	display:inline;
	list-style-type:none;
	font-weight:bold;
	background-image:url(/images/submenu-li-bg.gif);
	background-repeat:repeat-y;
	line-height:1.1em;
}
ul.menuSubmenu li.first {
	padding:0;
	background:none;
}
ul.menuSubmenu li a {
	color:#666666;
	text-decoration:none;
}
ul.menuSubmenu li a:hover, ul.menuSubmenu li a.current  {
	color:#191919;
	text-decoration:none;
}

/* ---------- Tooltip plugin ---------- */

#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
	border: 1px solid #BF843D;
	opacity: 0.85;
	background-color:#FFFFFF;
}
#tooltip h3 {
	color:#333333;
	font-size:13px;
	font-weight:bold;
}

/* ---------- FOOTER ---------- */

#divFooter {
	float:left;
	width:100%;
	font-size:10px;
	color:#8B8078;
	padding:0;
	line-height:16px;
}
#divFooter .floatL { padding:6px 0 6px 40px; }
#divFooter .floatR { padding:6px 27px 6px 0; text-align:right; }
#imgFooterHR { clear:both; height:2px; width:100%; }

#divFooter .emphasis { text-transform:uppercase; color:#659599; }

#usefulLinks { font-size:9px; }
#divCopyright a { color:#8B8078; font-weight:normal; cursor:text; }
#divCopyright a:hover { text-decoration:none; }