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

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,
b, u, i, center,
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-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #999999;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

body.homePage {
	background-color: #fff;
	color: #000;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#title {
	background-image: url(../images/logo_bkg.gif);
	background-color: #ffffff;
	width: 100%;
}

#titleInner {
	width: 960px;	
}

#menuBar {
	position: relative;
	background-color: #000000;
	width: 100%;
	height: 27px;
	border-bottom: 1px solid #ffffff;
}

#menu {
	float: left;
	width: 450px;
}

#search {
	position: absolute;
	top: 0px;
	left: 740px;
	width: 204px;
	text-align: right;
	margin: 4px 0 0 0;
	height: 23px;
}

#search input[type=text] {
   top: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 12px;
   margin: 0px 6px 0px 0px;
   padding: 3px 6px;
   width: 165px;
   border: none;
   display: block;
}

#search #go {
    height: 19px;
}

#topicBar {
	position: relative;
	width: 100%;
	height: 27px;
	background-color: #999999;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
}

#topicBar #breadcrumb {
	margin: 0 18px;	
	width: 660px;
}

#topicBar #topicForm {
    position: absolute;
	top: 0px;
	left: 732px;
	width: auto;
}

#contentOuter {
	background: #FFFFFF;
	color: #000000;
	width: 100%;
	padding: 18px 0;
	overflow: auto;
}

#contentInner {
	background: #FFFFFF;
	width: 960px;
}

#content {
	background: #FFFFFF;
	margin: 18px 50px;
	font-size: 12px;
	line-height: 16px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
}

#content h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 2px 0;
}

#content p {
	margin-bottom: 12px;
}

#content a,
#content a:visited {
	color: #CC0000;
}

#content .footnote {
	font-size: 10px;
	line-height: 13px;
}

#content .muslinWarning {
	font-weight: bold;
	color: #a00;
}

#content a:hover {
	color: #FF0000;
}

#content .thumbTable a {
	text-decoration: none;
	display: block;
	margin-bottom: 16px;
}

#content .thumbTable {
	font-size: 10px;
	line-height: 12px;
	width: 750px;
	margin: 0 auto;
}

#content .thumbTable td {
	width: 150px;
	text-align: center;
	vertical-align: top;
}

#content .thumbTable td img {
	height: 175px;
}


#subTopicBarOuter {
	position: relative;
	width: 100%;
	height: 27px;
	background-color: #999999;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
}

#subTopicBarInner {
	margin: 0 18px;	
}

#thumbsOuter {
	background-color: #000000;
	color: #ffffff;
	width: 100%;
	overflow: auto;
}

#thumbsInner {
	margin: 12px 18px;	
	width: 924px;
	color: #999;
}

#thumbsInner a,
#thumbsInner a:visited {
	text-decoration: none;
	color: #ffffff;
}

#thumbsInner .thumbTable a {
	display: block;
	margin-bottom: 16px;
	color: #CCC
}

#thumbsInner .thumbTable a:hover {
	color: #FFFFFF;
}

#thumbsInner a:hover {
	color: #CCC;
}

#thumbsInner .thumbTable {
	font-size: 10px;
	line-height: 12px;
	width: 800px;
	margin: 0 auto;
}

#thumbsInner .thumbTable td {
	width: 150px;
	text-align: center;
	vertical-align: top;
}

#thumbsInner .thumbTable td img {
	height: 175px;
	border: 4px solid #CCC;
}

#thumbsInner .thumbTable td img:hover {
	border: 4px solid #FFF;
}

.thumbTable img {
	margin: 0 6px;	
}

#footerOuter {
	width: 960px;
}

#footerInner {
	margin: 24px 18px 6px 18px;	
}

.navLinks {
	width: 100%;
	text-align: center;
}

.textPage {
	width: 640px;
	margin: 0px auto;
}

#content .textPage h1 {
	color: #666;
	margin-bottom: 16px;
}

#content p.question {
font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding-top: 8px;
	margin-bottom: 4px;
	padding-bottom: 0;
	color: #c00;
}

img.social {
	margin: 0 0 8px 0;	
}

#homeContentOuter {
	width: 960px;
}

#homeSlideshow {
    position:relative;
    height: 508px;
	width: 350px;
	margin: 8px 0 0 15px;
	float: left;
	display: inline;
}

#homeSlideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#homeSlideshow img.active {
    z-index:10;
    opacity:1.0;
}

#homeSlideshow img.last-active {
    z-index:9;
}

#homeCopy {
	margin-left: 8px;
	margin-top: 8px;
	overflow: auto;
	width: 580px;
	float: left;
}

#homeSearch {
	width: 580px;
	height: 204px;
	background-image: url(../images/search_icon.gif);
	background-color: #999;
	background-repeat: no-repeat;
}

#homeForm {
	padding: 40px 0 0 186px;	
}

#homeForm #keyword {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 1em;
   margin: 0px 6px 0px 0px;
   padding: 3px 6px;
   width: 245px;
   border: 1px solid #fff;
   display: block;
}

#search #go {
    height: 19px;
}


#homeText {
	width: 580px;
	height: 270px;
	background-image: url(../images/home_textfade.jpg);
	background-color: #333;
	background-repeat: no-repeat;
	margin: 4px 0;
}

#homeText p {
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 12px;
}

#homeText h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #FFC;
	line-height: 24px;
	margin-bottom: 12px;
}

#homeTextInner {
	padding: 12px 40px 12px 24px;	
}

#homeCopyright {
	background-color: #999;
	color: white;
	font-size: 10px;
	line-height: 14px;
	height: 26px;
	overflow: hidden;
}

#homeCopyright p {
	padding: 6px 24px 0 24px;	
}

#backgroundUnit  {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 1.2em;
}

#backgroundUnit .muslinTitle {
	font-weight: bold;	
}

#backgroundUnit img {
	border: 4px solid #fff;
	margin-bottom: 6px;
}

.larger {
	font-size: 14px;
	line-height: 19px;
}