/* CSS Document */

#nav1{
margin-top: 24px;
margin-bottom: 1px;
}

#nav1 ul {
text-align: center;
margin-left: 0;
padding-left: 0;

}

#nav1 li {
list-style-type: none;
padding: 0 .5em 0 .5em;
border-left: 2px solid #333466;
display: inline;
font-style: bold;
}

#nav1 li a{
color:#333466;
font: bold 12px arial, helvetica, sans-serif;
}

#nav1 li a:hover{
color:#333466;
font: bold 12px arial, helvetica, sans-serif;
}


#nav1 li:first-child {
border: none;
}

#nav1 li.first-child {
border: none;
}

#nav2{
margin-top: 24px;
margin-bottom: 1px;
}

#nav2 ul {
text-align: center;
margin-left: 0;
padding-left: 0;

}

#nav2 li {
list-style-type: none;
padding: 0 .5em 0 .5em;
border-left: 2px solid #333466;
display: inline;
font-style: bold;
}

#nav2 li a{
color:#333466;
font: bold 16px arial, helvetica, sans-serif;
}

#nav2 li a:hover{
color:#333466;
font: bold 16px arial, helvetica, sans-serif;
}


#nav2 li:first-child {
border: none;
}

#nav2 li.first-child {
border: none;
}

.grayButtons a{
	font-family:Georgia, Times New Roman, Times, serif;
    font-weight:bold;
	font-size: 14px;
	color: #333466;
	letter-spacing: 3px
}
.grayButtons a:hover{
	font-family:Georgia, Times New Roman, Times, serif;
    font-weight:bold;
	font-size: 14px;
	color: #000000;
	letter-spacing: 3px
}

.thumb_titles {
font-family:Georgia, Times New Roman, Times, serif;
    font-weight:bold;
	font-size: 14px;
	color: #666666;

}

.image_titles {
font-family:Georgia, Times New Roman, Times, serif;
    font-weight:bold;
	font-size: 14px;
	color: #333466;

}