html { height: 100%; }

body {
	margin: 0;
	background-color: #CCCCCC;
	background-image: url(../images/archive_bkgnd_striped.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}

a { text-decoration: none; color: #448CCB; outline: none; }
a:hover { text-decoration: none; color: #000000; }
a:visited { color: #448CCB; }

table 	{ border: none; }
form 	{ border: none; margin: 0; padding: 0; }
img 	{ border: none; }
/*li { list-style-type: none; }*/

h2 {
    border-bottom: solid 1px;
    font-size: 25px;
	font-weight: bold;
	color: #0071BC;
	margin: 20px 10px 10px 30px;
}

#mainwrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

#ssahome_loginwrapper {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	display: inline;
}

#ssahome {
	background-color: #448CCB;
	float: left;
	width: 180px;
	color: #FFFFFF;
	text-align: center;
}

#ssahome a {
    color: #FFFFFF;
}


#ssahome a:hover {
    color: #000000;
}


#login {
	background-color: #D3DBE0;
	float: left;
	width: 780px;
}

#login a:hover {
    text-decoration: none; 
    color: #000000;
}

#loginpagewrapper {
    height: 300px;
    width: 560px;
    margin: 50px auto 0 auto;
}

#whylogin {
    /*font-size: 11px;*/
}

#archivehomebttn {
    margin-left: 30px;
}

.loginstatus {
	margin-right: 20px;
}

#nav_maincontentwrapper {
	height: 100%;
}

#header {
    /*margin-left: -1px;*/
}

#nav {
	width: 180px;
	background-color: #EBEBEB;
	/*height: 100%;*/
	clear: left;
	float: left;
}

#archiveyears {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}

#search {
	padding: 10px 0;
	background-color: #CCCCCC;
	align: center;
	text-align: center;
}

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color: #D3DBE0;
	width:180px;
}
#navigation a.head {
	cursor:pointer;
	border-bottom: 1px solid #FFFFFF;
	color:#000000;
	display:block;
	font-weight:bold;
	margin:0px;
	padding-left:20px;
	text-indent:14px;
	text-decoration: none;
	background: url(../images/archive_navigation.jpg) no-repeat;
	outline: none !important;
	height: 30px;
	line-height: 30px;
}
#navigation a.head:hover {
	color:#FFFFFF;
	background: url(../images/archive_navigation.jpg) no-repeat 0 -30px;
}
#navigation a.selected {
	color:#FFFFFF;
	background: url(../images/archive_navigation.jpg) no-repeat 0 -60px;
}
#navigation a.selected:hover {
	background: url(../images/archive_navigation.jpg) no-repeat 0 -60px;
}
#navigation a.current {
	/*background: url(../images/archive_navigation.jpg) no-repeat 0 -60px;*/
	/*background-color: #B1C5DE;*/
	background: url(../images/archive_checkmark.gif) no-repeat 20px;
}

#navigation ul {
	border-width:0px;
	margin:0px;
	padding-left :0px;
	text-indent:40px;
	background-color:#FAFAFA;
	
}
#navigation li {
	list-style:none outside none; display:inline;
	height: 20px;
	line-height: 20px;
	border-bottom-color: #EEEEEE;
}

#navigation li a:selected {
	background-color:#999999;
	/*color:#FF0000;*/
}

#navigation li li a:current {
	background-color:#999999;
	/*color:#FF0000;*/
}

#navigation li li a {
	color:#000000;
	display:block;
	text-indent:40px;
	text-decoration: none;
	
}
#navigation li li a:hover {
	background-color:#E5E5E5;
	/*color:#FF0000;*/
}

#navigation li li a:selected {
	background-color:#999999;
	/*color:#FF0000;*/
}

#navigation li li a:selected:hover {
	background: url(../images/archive_checkmark_hover.gif) no-repeat 20px;
	background-color:#999999;
	/*color:#FF0000;*/
}

.thumbcontent {
	float: left;
}

#viewselector {
	cursor: pointer;
}

.highlight { background: #FFFF40; }
/*img { border-width: 1px; border-style: solid;  }*/
.title { font-weight: bold; }
.link { font-size: 11px; color: gray; }
.resultdiv { width: 700px; }
.resultdiv a { text-decoration: underline; }

.rule { border-bottom: solid 1px #EBEBEB; }

#searchcontent {
    float: left;
    width: 700px;
    padding: 20px 30px 30px 30px;
}

#searchcontent h2 {
    margin: 0 0 10px 0;
}

#searchcontent p {
    margin-bottom: 10px;
}

.resultsreturnedheader {
    margin-bottom: 5px;
}

.resultsreturnedheader span {
    font-size: 16px;
    font-weight: bold;
}

#hometext {
    padding: 0 30px 0 40px;
}

#hometext h4 {
    margin-bottom: 20px;
}

#hometext p {
    margin: 10px 0;
} 

#thumbcontentheader {
	background-color: #FFFFFF;
	width: 780px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

#thumbcontentheader #title {
	margin-left: 30px;
	font-size: 25px;
	font-weight: bold;
	color: #0071BC;
}

#thumbcontentheader #viewselector {
	margin-top: 9px;
	margin-right: 16px;
	line-height: 50px;
	float: right;
}

#thumbs {
	width: 750px;
	padding: 0 15px;
}

#thumbs a {
	color: #000000;
	text-decoration: none;
	
}

#thumbs a div {
	/*background-color: #EBEBEB;*/
}

#thumbs a:hover .divthumb {
	border-color: #999999;
}

.divthumb {
	border: solid 1px;
	border-color: #FFFFFF;
	/*float: left;*/
	margin: 10px 15px 0 15px;
}

.divthumb div {
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #000000;
	width: 100%;
	color: #FFFFFF;
}

.imgthumb {
	/*margin-top: 10px;*/
}

.thumbcaption {
    width: 154px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
}

.zoomicon {
    cursor:pointer;
    float: left;
}

#zoomtip {
    border: solid 1px;
    font-size: 11px;
    background-color: #FFFFFF;
    padding: 5px;
    visibility: hidden;
    z-index: 100;
    position: absolute; 
}

.infoicon {
    cursor:pointer;
	float: left;
}

.infotip {
	background: #FFFFFF;
	background-image: url(../images/archive_infotip_bkgnd.jpg);
	width: 330px;
	height: 208px;
	visibility: hidden; 
	position: absolute; 
	top: 0;  
	left: 0; 
	z-index: 50;
	padding: 10px; 
	border: solid 1px;
	border-color: #999999;
}

.infotip li {
	margin-left: 20px;
}

.pager span {
    cursor: pointer;
    margin-right: 5px;
}



#footer {
	clear: left;
	background-image: url(../images/archive_footer_bkgnd.jpg);
	background-color: #D3DBE0;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-size: 11px;
}
	

