@charset "utf-8";
/* CSS Document */

/*reset stuff*/

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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; - breaks ext buttons*/
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* 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: "" "";
}
/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
/* http://www.stuffandnonsense.co.uk/archives/mir_image_replacement.html */

.mir {
	letter-spacing: normal;
	text-indent: -999em;
	overflow: hidden;
}
/* Fixes extra wide button inputs in IE */

input.btn {
	padding: 0 0.25em;
	width: auto;
	overflow: visible;
}
/* end of reset */


/* interface styles */

p{
	font-size: 1.2em;
	line-height: 1.5em;
}

#homepageContainer {
	background:#FFFFFF none repeat scroll 0 0;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#homepageHeader {
	width: 100%;
	height: 110px;
	background-image:url(interface_images/header_background.jpg);
	background-repeat:no-repeat;
	padding: 0 10px;
}
#headergraphics {
	width: 950px;
	position: relative;
}
.headerTitle {
	position: absolute;
	left: 14px;
	top: 20px;
}
#headLinks {
	font-size: 1.2em;
	float: right;
	margin: 10px 30px 0 0;
} 
.headerHuglogo {
	position: absolute;
	right: 30px;
	top: 37px;
}
.headerMSDlogo{
	position: absolute;
	right: 140px;
	top: 43px;
}
#contentContainer {
	background-image:url(interface_images/content_background.gif);
	background-repeat: repeat-y;
	padding: 0 20px 10px 20px;
}
#hometopleft {
	width: 700px;
	float:left;
}
#introContainer {
	padding: 15px 0;
}
#introContainer h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #43566B;
	padding-bottom: 2px;
	border-bottom: 1px #43566B dotted;
}
#introContainer p {
	padding-top: 2px;
	display: inline;
}
#introContainer table {
	display: inline;
}
#searchContainer {
	background-image:url(interface_images/searchbox_background.gif);
	width: 310px;
	height: 235px;
	float: left;
	padding: 10px;
}
#searchContainer h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #43566B;
	padding-bottom: 2px;
}
/*#searchContainer input {
	margin: 10px 0;
} */
#searchContainer p {
	margin-bottom: 5px;
}
#searchContainer .paraSmall {
	font-size: 1.1em;
	clear: both;
	margin-bottom: 10px;
}

/* search button */
#freeTextForm {
	margin-top: 10px;
}
#extBtnSearch {
	float: left;
	margin-left: 3px;
}
/* tag search button */
#tagForm {
	margin-top: 10px;
}
#tagsearch {
	margin-right: 3px;
}

#tagsearch{
position:relative;
display:inline;
width:200px;
float:left;
}

.allKeywords li {
	font-size: 1.2em;
}

.searchSpacer {
	width: 100%;
	border-bottom: 1px #ADC8C8 dotted;
	height: 10px;
	margin-bottom: 10px;
	clear: both;
}
#iotw {
	width: 360px;
	float: right;
	position: relative;
}
#iotw img {
	cursor:pointer;
}
#iotwTitle {
	background-color:#43566B;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	position: absolute;
	bottom: 1px;
	left: 0px;
	width: 354px;
	text-align: right;
	padding: 3px;
}
#iotwTitle h2 {
	color:#EAEAA8;
	font-size: 1.3em;
	font-weight: bold;
}
#iotwTitle p {
	margin-top: -5px;
	color: #FFFFFF;
	font-weight: bold;
}
#iotwTitle a {
	font-weight:bold;
	color:#FFFFFF;
}

#signinContainer,
#collectionsContainer{
background-image:url(interface_images/joinbox_background.gif);
	width: 180px;
	float: right;
	margin-top: 15px;
	padding: 10px;
	height: 315px;
}
#signinBackground,
#collectionsContainerBG {
	background-color:#FFFFFF;
	padding: 10px;
	height: 295px;
}
#signinContainer h1 {
	font-size: 1.4em;
	font-weight:bold;
	color: #43566B;
	padding-bottom: 2px;
	border-bottom: 1px #43566B dotted;	
}

#joinnowContainer {
	width: 100%;
	clear:both;
	margin-bottom: 10px;
	margin-top: 4px;
}
.joinnowGraphic {
	float:left;
}
.joinnowLink {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	font-weight: bold;
}

.rememberme {
	margin: 10px 0 5px 0;
	font-size: 11px;
}
.rememberme label {
	margin-left: 3px;
}

#forgottenpasswordlink {
	margin-top: 15px;
	line-height: 1.1em;
	background-color:#FFFFFF;
}

#myImagesets {
	margin: 10px 0;
}
#myImagesets p {
	width: 100%;
}
#myImagesets a {
	display: block;
	float:left;
}
#myImagesets img {
	margin-right: 5px;
}


#collectionsContainer li {
	font-size:13px;
	padding-bottom: 5px;
}

#collectionsContainer h1 {
	font-size: 1.4em;
	font-weight:bold;
	color: #43566B;
	padding-bottom: 2px;
	border-bottom: 1px #43566B dotted;	
	margin-bottom: 10px;
}
/*#collectionsContainer li {
font-size:1.2em;
margin:1em 0;
} */



.horizontalbar {
	height: 9px;
	width: 100%;
	clear: both;
	background-image:url(interface_images/horizontal_bar.gif);
	background-repeat: repeat-x;
	margin:10px 0;
}
#updatesContainer {
	width: 330px;
	float: left;
}
#updatesContainer h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #43566B;
	padding-bottom: 2px;
	border-bottom: 1px #43566B dotted;
	margin-bottom: 10px;
}
#updatesContainer p {
	padding-bottom: 2px;
	border-bottom: 1px #43566B dotted;
	margin-bottom: 10px;
	line-height: 1.5em;
}
#updatesContainer p:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 40px;
}
#carouselContainer {
	width: 580px;
	float:right;
}
.carouselBox {
	width: 278px;
	height: 290px;
	background-image:url(../content/interface_images/nav_link.jpg);
	margin-left: 10px;
	float:left;
	border: 1px solid #2E81C5;
	overflow: hidden;
}
.carouselBox h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #43566B;
	background-image:url(interface_images/boxhead_background.gif);
	height: 20px;
	padding: 5px 1px 1px 5px;
	border-bottom: 1px solid #2E81C5;
}
.carousel-item {
	font-size: 1.2em;
	color: black;
	line-height: 1.3em;	
}
.carouselBox a:hover {
	color: black!important;
	text-decoration: none!important;
}
#footer {
	width: 100%;
	clear: both;
}
#footer p {
	text-align: center;
}
.footerBottom {
	margin-top: 10px;
	border-top: 1px #43566B dotted;
	font-size: 1.1em;
	color: #5A5F55;
	padding-top: 10px;
}
.footerBottom img {
	margin-bottom: -5px;
}

/* styles for flat pages */
#flatcontent {
	font-family:Arial, Helvetica, sans-serif;
}
#flatcontent h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #43566B;
	margin-bottom: 20px;
	padding-top: 20px;
}
#flatcontent h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
#flatcontent p {
	margin-bottom: 20px;
	width: 500px;
}
#flatcontent ol {
	list-style: disc inside none!important;
}
#flatcontent ol li {
	font-size: 1.2em;
	padding: 3px 0 3px 10px;
}

#contactForm textarea {
	width: 400px;
	height: 200px;
}

#registrationForm {
	font-size: 1.3em;
	width: 650px;
	float:left;
}
#registrationForm  td, #contactForm td {
	padding: 8px 3px 8px 0;
}
#registrationForm .labelcolumn {
	width: 120px;
}
#extBtnSubmit {
	padding: 40px 0;
}
#registrationForm .x-btn-text {
	font-size: 13px;
	font-weight:bold;
}
#registrationForm .help, #contactForm .help {
	color:#666666;
	display:block !important;
}
#registrationNotice {
	background-image:url(interface_images/horizontal_bar.gif);
	float:right;
	width: 200px;
	padding: 10px;
}
#registrationNotice p {
	width:auto;
}



#contactForm {
	font-size: 1.3em;
}
#contactForm .x-btn-text {
	font-size: 13px;
	font-weight:bold;
}

.error {
	color:#CC0000;
	font-size: 1em;
	font-weight: bold;
}

DIV.homeRow{
margin-bottom:0px;
}