html, body
{
	margin: 0;
	padding: 0;
	background-color:#7697b5;
	font-family: Arial, Verdana, sans-serif;	
	font-size: 12px;
}

/* Wraps the entire page */
#wrapper
{
	width: 900px;
}

/*////////////////////////////////////////////////////
HEADER
////////////////////////////////////////////////////*/

/* The page header */
#header
{
	background-image: url(../images/homeHeader.jpg);
	background-repeat: no-repeat;	
	height: 162px;
	position: relative;
	z-index: 3000;
}

/* Identifies the clickable area for the IACPNet logo */
#header #logo
{
	cursor: pointer;
	position: absolute;
	/*border: solid 1px black;*/
	width: 150px;
	height: 150px;
	left: 50px;
	top: 7px;
	z-index: 3001;
}

/* Controls the main navigation container */
#header .mainNav
{
	position: absolute;		
	top: 127px;
	left: 0px;
	width: 100%;
	z-index: 3000;
}

/* Controls the hover / selected states for the top-level menu items */
#header .mainNav ul li:hover,
#header .mainNav ul li.selected,
#header .mainNav ul li.active
{
	/*background-color: #7697B5;*/
	color: #FFCC33;		
}

/* Controls the main navigation list */
#header .mainNav ul
{
	margin: 0;
	padding-right: 7px;
	float: right;
	line-height: 35px;
}

/* Controls each item in the main navigation */
#header .mainNav ul li
{
	cursor: pointer;
	list-style: none;
	float: left;
	padding: 0 35px 0 0;
	color: white;
	font-size: 14px;	
	font-weight: bold;
	text-transform: uppercase;
}

/* Controls the link items in the main navigation */
#header .mainNav ul li a
{
	color: white;
	text-decoration: none;
	/* display: block; */
	width: 100%;
	height: 100%;
}

/* Controls the link items active / hover state */
#header .mainNav ul li.active a,
#header .mainNav ul li.selected a,
#header .mainNav ul li:hover a
{
	color: #FFCC33;
	text-decoration: none;
}

#header .mainNav .subMenu
{
	position: absolute;
	display: none;		
	min-width: 100px;	
	z-index: 3000;
}

#header .mainNav .subMenu div.bg
{
	background-color: #003366;
	height: 100%;	
}

#header .mainNav .subMenu ul
{
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
}

#header .mainNav .subMenu ul li
{		
	float: none;
	font-size: 12px;
	font-weight: normal;
	border-top: dotted 1px #666666;
	line-height: 15px;
	text-transform: none;
	padding: 0 5px;
}

#header .mainNav .subMenu a
{
	height: auto;
	width: auto;
}

#content.home
{
	background-image: url(../images/homeBackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	text-align: left;
	padding: 0;
	clear: both;
	min-height: 375px;
	max-height: 375px;
	height: 375px;
	z-index: 0;
}

#content
{
	background-image: url(../images/shadow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	text-align: left;
	padding: 20px;
	clear: both;
	position: relative;
	z-index: 0;
}

#header .mainNav div.bg
{
	position: absolute;
	opacity: 0.60;
	filter: alpha(opacity=60);	
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;	
}

/*////////////////////////////////////////////////////
CALLOUT STYLES
////////////////////////////////////////////////////*/

#callout
{
	display: none;
	width: 150px;
	min-height: 60px;
	text-align: left;
	font-size: 12px;	
}

#callout .calloutBox
{
	position: absolute;	
	background-color: #ececee;	
	border: solid 1px #999999;
	width: 130px;	
	top: 10px;
}

#callout .calloutPointer
{
	position: absolute;
	width: 19px;
	height: 21px;
	background-image: url(../images/pointer.gif);
	right: 0px;
	top: 0px;
}

#callout .calloutBox .title
{
	padding: 0 5px 0 5px;	
	line-height: 13px;
	font-weight: bold;
	font-size: 11px;	
	color: #4A6E92;
}

#callout .calloutBox .body
{
	padding: 0 5px 5px 5px;
	color: #333333;
	font-size: 11px;
	line-height: 13px;	
}

/*////////////////////////////////////////////////////
WATERMARK STYLES
////////////////////////////////////////////////////*/

.watermark
{	
	text-align: left;
	color: black;
}

.watermark.on
{	
	text-align: right;
	color: #777777;
}

/*////////////////////////////////////////////////////
ACCORDION EXPANDER STYLES
////////////////////////////////////////////////////*/

ul.accordion
{	
	padding: 0;
	margin: 0;
}

ul.accordion div.bg
{
	position: absolute;
	opacity: 0.25;
	filter: alpha(opacity=25);	
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;	
}

ul.accordion li.heading
{	
	list-style: none;	
	background-color: #003366;
	color: white;	
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

ul.accordion li.expander
{
	list-style: none;
	list-style-image: none; 		
	cursor: pointer;
	margin: 1px 0 0 20px;
}

ul.accordion li.expander .title
{
	background-image: url(../images/arrow-right.jpg);	
	background-repeat: no-repeat;
	background-position: 10px 0;	
	width: auto;
	color: #001144;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;	
	line-height: 22px;
	padding-left: 40px;
	position: relative;
	z-index: 0;
	height: 22px;
	max-height: 22px;
	min-height: 22px;
	letter-spacing: 0.5px;
}

ul.accordion li.expander.open .title
{
	background-image: url(../images/arrow-down.jpg);	
	background-color: #003366;	
	color: #ffcc33;	
}

ul.accordion li.expander .body
{
	display: none;
	cursor: default;
	position: relative;
	height: 200px;
	color: #000033;
	padding: 11px 5px 15px 15px;	
	font-weight: bold;
	font-size: 13px;
}

ul.accordion li.expander .body p
{
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.accordion li.expander .body strong
{	
	color: white;
}

ul.accordion li.expander.open .body
{
	display: block;
	z-index: 0;	
	line-height: 19px;
	font-size: 13px;
}

ul.accordion .body div.bg
{
	background-color: white;
	height: 226px;
	width: 413px;
}

ul.accordion li.expander .title div.bg
{
	background-color: white;
	opacity: 0.20;
	filter: alpha(opacity=20);
	height: 22px;
	
}

ul.accordion li.expander.open .title div.bg
{
	background: none;	
}

/*////////////////////////////////////////////////////
QUOTES
////////////////////////////////////////////////////*/

.quote
{
	color: #888888;
	font-size: 14px;	
	font-style: italic;
	line-height: 20px; 
}

.quote:before
{
	content: url(../images/left-quote.gif);
}

.quote:after
{
	content: url(../images/right-quote.gif);
}

.quote-attribution
{	
	color: #888888;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	margin-top: 15px;
}

/*////////////////////////////////////////////////////
FOOTER
////////////////////////////////////////////////////*/

#footer
{
	background-image: url(../images/footer-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
	text-align: left;	
	clear: both;
	position: relative;
	font-size: 10px;	
}

#footer .nav
{
	border: solid 1px white;	
	height: 30px;
	background-color: #90ACC4;
	position: relative;
}

#footer .nav ul li a
{
	color: white;
	text-decoration: none;	
	height: 100%;
	float: left;
	display: block;	
}

#footer .nav ul li a:hover
{
	color: #FFCC33;
}

#footer .nav ul
{
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#footer .nav ul li
{
	cursor: pointer;
	list-style: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: white;	
}

#footer .nav ul li:hover,
#footer .nav  ul li.selected,
#footer .nav  ul li.active
{
	background-color: #003366;
	color: #FFCC33;
}

#footer .subMenu
{
	display: none;
	position: absolute;
	background-color: #003366;
	min-width: 125px;
}

#footer .subMenu ul
{
	padding: 0;		
	list-style: none;
	list-style-image: none;
}

#footer .subMenu ul li
{	
	float: none;
	margin: 0;
	padding: 0;	
	border-bottom: dotted 1px #666666;
	line-height: 15px;
	font-size: 10px;
	color: white;
}

#footer .subMenu ul li a
{
	padding: 0 5px 0 5px;
	display: block;	
	height: auto;
	float: none;
}

#footer h3
{
	color: #666666;
	margin: 0 0 5px 0;
}

/*////////////////////////////////////////////////////
CONTENT STYLES
////////////////////////////////////////////////////*/

#content a
{
	color: #336699;
	text-decoration: none;
}

/* 19U */
#content a.brown
{
	color: #663333;
}

/* 19U */
#content a:hover
{
	text-decoration: underline;
}

.fillWidth
{
	width: 100%;
}

.bold
{
	font-weight: bold;	
}

.blue
{
	color: #336699;
}

.right
{
	text-align: right;	
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.flushTop
{
	margin-top: 0;
	padding-top: 0;
}

.flushBottom
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.flushLeft
{
	margin-left: 0;
	padding-left: 0;
}

.flushRight
{
	margin-right: 0;
	padding-right: 0;
}

.marginLeft
{
	margin-left: 15px;
}

.marginRight
{
	margin-right: 15px;
}

.gray
{
	color: #666666;
}

.black
{
	color: black;	
}

/* Heading */
div.heading
{
	background-color: #7697b5;	
	color: white;
	font-size: 18px;
	font-weight: bold;
}

h1
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	margin: 10px 0 10px 0;
	color: #003366;
}

div.heading h1
{
	color: white;
	padding: 3px;
	margin: 0;
}

div.heading .option
{
	padding: 5px;
	font-size: 10px;
	color: white;
	height: 100%;		
	line-height: 20px;;
}

div.heading .option:hover
{
	background-color: #dcdcdc;
	color: #336699;
}

/* Subheading */
div.subheading
{
	background-color: #dcdcdc;	
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

h2
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	margin: 20px 0 0;
	color: #376692;
}

div.subheading h2
{
	color: #333333;
	padding: 5px;
	margin: 0;
}


/* 1F, 1G */
textarea, input
{	
	background-color: #ececee;
	border: 1px solid #999999; 
	padding: 2px;
	margin: 3px;	
}

/* 6, 7A, 7C */
div.graybox
{
	background-color: #dcdcdc;
}

/* 6, 9 */
div.grayborder
{
	border: solid 1px #BBBBBB;
}

/* 8 */
table.graybox
{
	background-color: #AAAAAA;
	border: solid 1px gray;
	width: 100%;
}

table.graybox td
{	
	border: solid 1px #999999;
	border-collapse: collapse;
}

/* 8 */
table.graybox th
{
	background-color: #cccccc;
	border: solid 1px #999999;
	border-collapse: collapse;
}

/* 9 */
table.whitebox
{
	background-color: white;
	border: solid 1px #999999;
	width: 100%;
}

/* 9 */
table.whitebox td
{

	border: solid 1px #cccccc;
	border-collapse: collapse;
}

/* 12N */
.navOption a:before
{
	content: url(../images/more-blt.gif);
	padding-right: 3px;
	vertical-align: text-top;
}

/* 19G */
.linkSubtitle
{
	color: #663333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

form,fieldset
{
	margin:0;
	padding:0;
	border:none;
}

/* 19E */
form label
{
	display: block;
	/*width: 100px;	*/
}

/* 19C */
form .hint
{
	font-size: 10px;
	color: #999999;
}

/* 19D */
form .hint strong
{
	color: #333333;
}

/* 13E */
.navOption
{
	border-top: solid 1px #999999;
	padding: 0 10px 0 0;	
	margin: 10px 0 0 0;
}

/* 19I */
.navOption h1
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #336699;
}

/* 19J */
.navOption a
{
	color: #336699;
	text-decoration: none;
	display: block;
}

/* 19J - rollover state */
.navOption a:hover
{
	text-decoration: underline;
}

/* 19M */
.subTitle
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

/* 19O */
/*p
{
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}*/

/* 19T -- use <strong> tags for bold */
h3
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
	color: #336699;	
}

/* 19W -- use <strong> tags for bold */
.recordHeading
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;	
	color: #666666;	
	line-height: 16px;
}

/* 19AC */
.footnote
{
	color: black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

/* 17 */
div.recordDivider
{
	background-image: url(../images/badgeLines.gif);
	height: 29px;
	line-height: 27px;
	padding-left: 40px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

/* 13E */
hr, .grayline
{
	border: none;
	border-top: solid 1px #CACCC9;
	height: 1px;	
}

/*////////////////////////////////////////////////////
ELEMENT STYLES
////////////////////////////////////////////////////*/

#message
{
	position: absolute;
	color: white;
	top: 30px;
	left: 150px;
	width: 210px;
	font-size: 13px;
	line-height: 20px;
}

#login
{
	position: absolute;
	top: 200px;
	left: 150px;
	color: white;
	font-weight: bold;
}

#login h3
{
	color: #FFCC33;
	text-transform: uppercase;
	margin: 0;
}

#login input
{
	width: 137px;
}

#login input.submit
{
	background-image: url(../images/searchButton.gif);
	width: 23px;
	height: 25px;
	border: none;
	cursor: pointer;	
}

#login #errorMessage
{
	color: #00EEEE;
	font-weight: bold;
	margin-left: -130px;		/* Added 11/30/09 for better placement on page - DKW */
	width: 220px;			/* Added 11/30/09 for better placement on page - DKW */
	position: relative;
	left: 0px;
}

#login #errorMessage a
{
	color: #FFCC33;
}

#expanders
{
	position: absolute;
	left: 460px;
	top: 25px;
	width: 433px;
}

sup small
{
	font-size: 70%;
}

ul
{
	list-style-image: url(../images/bullet.gif);
	padding-left: 20px;
}

ul.arrow
{
	list-style-image: url(../images/blue-blt.gif);
}

ul.horizontal li
{
	float: left;
	margin-right: 60px;
	margin-bottom: 20px;
}

form table th
{
	text-align: right;
	width: 100px;
}

form table td input[type="text"]
{
	width: 100%;
}

div#tourImage
{
	background-image: url(../images/tour-image.jpg);
	background-repeat: no-repeat;
	width: 567px;
	height: 476px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

a.red
{
	color: #973238 !important;
	font-weight: bold;
}

a img
{
	border: none;
}


/* InField Watermark - added 06/23/10 DKW */
p.inFieldWatermark 
{ 
  position:relative;
  color: #848282;
  font-weight: normal;
  margin: 3px;
  padding: 0px;
  display: block;
}

p.inFieldWatermark input
{
  margin: 0px;
}

p.inFieldWatermark label  
{ 
  position:absolute; 
  top:4px; 
  left:8px;
}
