/* Basic settings to prime CSS ////////////////////////////////////////////////////////////*/

html, body {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #E1E4CA;
}
body, div, span, img, a, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, label, table, td, tr {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#container {  /* This div is necessary to work around a scrollbar bug in IE/Win */
	height: 100%;
	width: 100%;
	z-index: 0;
}

a {
	font-weight: bold;
	color: #006;
	font-style: normal;
	font-variant: normal;
	white-space: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
a:hover {
	color: #8C4216;
	text-decoration: underline;
}



/* Header section ////////////////////////////////////////////////////////////*/



#topWrap-1 {
	z-index: 60;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #9A9A47;
	border-bottom: 5px solid #fff;
}
#topWrap-2 {
	z-index: 60;
	position: relative;
	width: 760px;
	height: 100px;
	margin: 0 auto;
}


#logo {
	position: absolute;
	left: 0;
	display: block;
	width: 100px;
	height: 100px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	background-color: #809cc9;
}
#logo a {
	display: block;
	width: 100px;
	height: 100px;
	background-image: url(../../-art/template/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}
#logo a b {
	position: absolute;
	display: block;
	width: 1px;
	height: 1px;
	left: -999em;
}

#company {
	display: block;
	position: absolute;
	top: 10px;
	left: 120px;
	width: 620px;
	height: 44px;
}
#company a {
	font-size: 36px;
	line-height: 36px;
	color: #000;
	font-weight: bold;
	letter-spacing: 4px;
	text-decoration: none;
}

#motto {
	position: absolute;
	left: 290px;
	top: 44px;
	width: 450px;
	height: 28px;
	font-size: 20px;
	line-height: 20px;
	color: #E1E4CA;
}


#globalNav {
	z-index: 70;
	display: block;
	position: absolute;
	bottom: 0;
	left: 110px;
	width: 650px;
	height: 24px;
	list-style: none;
}
#globalNav li {
	display: inline;
	float: left;
	position: relative;
}
#globalNav li a,
#globalNav li b {
	font-size: 12px;
	line-height: 24px;
	display: block;
	padding: 0 10px;
}
#globalNav li.active a,
#globalNav li.active b {
	color: #E1E4CA;
}
#globalNav li a:hover,
#globalNav li.active a:hover,
#globalNav li b:hover,
#globalNav li.active b:hover {
	background-color: #fff;
	text-decoration: none;
	color: #8C4216;
}
#globalNav li a.sub,
#globalNav li b.sub {
	background-image: url(../../-art/bul_gt_006+.gif);
	background-repeat: no-repeat;
	background-position: right 11px;
}
#globalNav li a.sub:hover,
#globalNav li b.sub:hover {
	background-image: url(../../-art/bul_gt_006.gif);
}

#globalNav li ul { /* second-level lists */
	position: absolute;
	background-color: #9A9A47;
	width: 150px;
	border: 5px solid #fff;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style: none;
}
#globalNav li ul a,
#globalNav li.active ul a,
#globalNav li ul b,
#globalNav li.active ul b {
	display: block;
	width: 130px;
	font-size: 10px;
	line-height: 10px;
	padding: 10px 10px;
	color: #006;
}
#globalNav li ul b,
#globalNav li.active ul b {
	color: #E1E4CA;
}
#globalNav li ul a:hover,
#globalNav li ul b:hover {
	background-color: #fff;
	text-decoration: none;
}
#globalNav li ul ul {
	margin: 0 0 0 150px;
	top: 0;
}
#globalNav li:hover ul ul, #globalNav li:hover ul ul ul, #globalNav li.sfhover ul ul, #globalNav li.sfhover ul ul ul {
	left: -2000px;
}
#globalNav li:hover ul, #globalNav li li:hover ul, #globalNav li li li:hover ul, #globalNav li.sfhover ul, #globalNav li li.sfhover ul, #globalNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




/* Content section ////////////////////////////////////////////////////////////*/

#contentWrap {
	z-index: 10;
	position: relative;
	width: 755px;
	min-height: 100%;
	margin: 0 auto;
	border-right: 5px solid #fff;
}
#contentWrap2 {
	z-index: 10;
	position: relative;
	clear: none;
	width: 575px;
	margin: 0 0 0 175px;
	padding: 105px 0 0 0;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
}

#contentWrap2 p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 .75em 0;
	clear: none;
}
#contentWrap2 ul {
	position: relative;
	list-style: none;
	overflow: visible;
}
#contentWrap2 ul li {
	position: relative;
	display: block;
	padding: 0 0 .5em 1.5em;
	font-size: 12px;
	line-height: 16px;
	background-image: url(../../-art/bul_dot_4px_000.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	overflow: visible;
}
#contentWrap2 ol {
	position: relative;
	list-style-type: decimal;
	list-style-position: inside;
	overflow: visible;
}
#contentWrap2 ol li {
	position: relative;
	display: block;
	padding: 0 0 .5em 1.5em;
	font-size: 12px;
	line-height: 16px;
	text-indent: -1.5em;
	overflow: visible;
}


#leftWrap {
	z-index: 20;
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 -180px;
	width: 165px;
}

#leftLogo {
	position: relative;
	width: 200px;
	margin: 0 -45px 0 0;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
	border-top-style: none;
	background-color: #8C4216;
}
#leftLogo h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 16px;
}
#leftWrap h2 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 0px;
	border-bottom: 1px solid #9a9a47;
}

#leftWrap ul#sideNav,
#leftWrap ul#sideNav ul,
#leftWrap ul#sideNav li,
#leftWrap ul#sideNav a,
#leftWrap ul#sideNav b {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	background: none;
}
* html #leftWrap ul#sideNav ul,
* html #leftWrap ul#sideNav li,
* html #leftWrap ul#sideNav a,
* html #leftWrap ul#sideNav b {
	display: inline-block; /* This fixes a display bug in Win/IE6 */
}
#leftWrap ul#sideNav {
	margin: 20px 0 20px 0;
	list-style: none;
}
#leftWrap ul#sideNav li a,
#leftWrap ul#sideNav li b {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #9a9a47;
}
#leftWrap ul#sideNav li ul {
	margin: .3em 0 0 0;
}
#leftWrap ul#sideNav li ul li a,
#leftWrap ul#sideNav li ul li b  {
	margin: 0;
	padding: 0 0 .3em 12px;
	background-image: url(../../-art/bul_gt_9a9a47.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-transform: none;
	border: none;
}
#leftWrap ul#sideNav li ul li b  {
	background-image: url(../../-art/bul_dot_6px_000.gif);
	background-position: left 4px;
	color: #9a9a47;
}
#leftWrap ul#sideNav li ul li ul {
	margin: 0 0 .3em 12px;
}
#leftWrap ul#sideNav li ul li ul * {
	font-size: 10px;
	line-height: 12px;
}

#leftWrap blockquote {
	margin: 30px 0 0 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #9a9a47;
	text-align: left;
}
#leftWrap .credit {
	margin: 6px 0 24px 0;
	font-size: 10px;
	line-height: 14px;
	color: #9A9A47;
}


#content {
	z-index: 10;
	position: relative;
	float: left;
	clear: none;
	width: 495px;
	margin: 0;
	padding: 10px 40px 40px 40px;
}

#content h1 {
	margin: 0 0 .5em 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}
#content h1.section {
	margin-top: 1.5em;
}
#content h2 {
	margin: 1.5em 0 .5em -40px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	background-color: #CACDB5;
	padding: 2px 4px 4px 40px;
}
#content h2.first {
	margin: 0 0 .5em -40px;
}
#content h3 {
	margin: 1.5em 0 .2em 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
#content h3.first {
	margin: 0 0 .2em 0;
}

#content .note {
	font-size: 10px;
	color: #333317;
}
#content p.note {
	line-height: 12px;
}

#content p.sponsorCredit {
	font-size: 10px;
	color: #333317;
	margin: 3em 0 0 0;
}

#content dt,
#content dd {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
}
#content dl.faq {
	margin: 24px 0 0 0;
}
#content dl.faq dt {
	margin: 6px 0 6px 0;
	font-weight: bold;
}
#content dl.faq dd {
	padding: 0 0 10px 16px;
	border-bottom: 1px solid #9A9A47;
}

#content dl.index {
	margin: 0 0 24px 0;
}
#content dl.index dt {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}
#content dl.index dd {
	margin: 0 0 1em 0;
	font-size: 11px;
	line-height: 15px;
	color: #333317;
}


#content .imageRight,
#content .imageRightTop {
	display: inline;
	position: relative;
	float: right;
	margin: 0 -40px 10px 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: none;
	width: 270px;
	background-color: #E1E4CA;
}
#content .imageRightTop {
	margin-top: -10px;
	border-top: none;
}
#content .imageLeft {
	display: inline;
	position: relative;
	float: left;
	margin: 0 10px 10px -40px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: none;
	width: 270px;
	background-color: #E1E4CA;
}
#content .imageRight .caption,
#content .imageRightTop .caption,
#content .imageLeft .caption {
	margin: 10px;
	font-size: 10px;
	line-height: 14px;
	color: #333317;
}
#content .imageRight .credit,
#content .imageRightTop .credit,
#content .imageLeft .credit {
	margin: 10px;
	font-size: 9px;
	line-height: 13px;
	color: #9A9A47;
}

#content .imageRightInline {
	margin: 0 -30px 10px 10px;
	float: right;
}
#content .imageLeftInline {
	margin: 0 10px 10px -30px;
	float: left;
}


#content .boxLeft {
	display: inline;
	position: relative;
	float: left;
	margin: 0 10px 10px -40px;
	padding: 8px 10px 10px 40px;
	width: 222px;
	font-size: 12px;
	line-height: 16px;
	color: #333317;
	background-color: #FFFFCC;
}
#content .boxRight {
	display: inline;
	position: relative;
	float: right;
	margin: 0 -40px 10px 10px;
	padding: 8px 10px 10px 10px;
	width: 252px;
	font-size: 12px;
	line-height: 16px;
	color: #333317;
	background-color: #FFFFCC;
}


#content form p {
	display: inline-block;
	clear: left;
	margin: 0 0 .5em 0;
}
#content form p.first {
	margin: 2em 0 .5em 0;
}
#content form p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content form p {height: 1%;}
#content form p {display: block;}
/* End hide from IE-mac */

#content form label {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	font-size: 9px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #9a9a47;
	letter-spacing: .1em;
}
#content form label.last {
	margin: 0;
}
#content form label span.required,
#content span.required,
#content .required {
	color: #8C4216;
	font-weight: bold;
}

#content form select,
#content form input,
#content form textarea {
	padding: 2px;
	font-size: 10px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #000;
	letter-spacing: 0;
}


#content .error {
	margin: 20px 0;
	font-size: 14px;
	line-height: 18px;
	color: #f00;
	font-weight: bold;
}
#content .moreLink {
	font-size: 10px;
	white-space: nowrap;
}


#content li.pdf {
	background-image: url(../../-art/icons/page_white_acrobat.png);
	background-position: left top;
}
#content li.web {
	background-image: url(../../-art/icons/world_link.png);
	background-position: left top;
}
#content li.doc {
	background-image: url(../../-art/icons/page_word.png);
	background-position: left top;
}
#content li.pic {
	background-image: url(../../-art/icons/photo.png);
	background-position: left top;
}
#content li.audio {
	background-image: url(../../-art/icons/sound.png);
	background-position: left top;
}
#content li.video {
	background-image: url(../../-art/icons/film.png);
	background-position: left top;
}


#content ul.dateList {
	position: relative;
	list-style: none;
}
#content ul.dateList li {
	position: relative;
	display: block;
	padding: 0 0 .5em 3em;
	font-size: 12px;
	line-height: 16px;
	background: none;
}
#content ul.dateList li strong {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0 0 -3em;
	font-size: 12px;
	line-height: 16px;
}
#content .normalText {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#content hr {
	clear: both; 
	float: none; 
	background: #9A9A47;
	color: #9A9A47;
	margin: 0 0 10px 0px;
	height: 1px;
	width: 100%;
	border: none;
}


#subtext {
	z-index: 10;
	position: relative;
	width: 580px;
	margin: 20px 0 20px 175px;
	color: #9A9A47;
	font-size: 12px;
	line-height: 16px;
}



/* Buttons ////////////////////////////////////////////////////////////*/

a.button, button {
	margin: 0 .75em .75em 0;
	padding: 4px 10px;
	
	border: 2px solid #006;
	border-top: 2px solid #809cc9;
	border-left: 2px solid #809cc9;
	background-color: #CACDB5;
	
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #006;
	cursor: pointer;
}
button {
	width:auto;
	overflow:visible;
}
button:hover, a.button:hover{
	background-color: #FFFFCC;
	color: #8C4216;
	text-decoration: none;
}
a.button:active{
	background-color: #8C4216;
	border: 2px solid #006;
	border-right: 2px solid #809cc9;
	border-bottom: 2px solid #809cc9;
	color: #006;
	text-decoration: none;
}




/* Miscelaneous ////////////////////////////////////////////////////////////*/


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
