/* CSS Document */

body{
background-color: #656979;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
margin-top: 15px;
}

h1{
background-color: #0C53B5;
border: 1px #ffffff solid;
color: #FFFFFF;
font-size: 13px;
font-weight: normal;
margin: 0px;
margin-bottom: 10px;
padding: 2px;
text-align: center;
}

hr{
	border: 0;
	color: #0C53B5;
	background-color: #0C53B5;
	height: 1px;
}

img{
border: 0px;
}

a{
color: #0C53B5;
font-weight: bold;
text-decoration: none;
}

a:hover{
color: #CC0000;
}

li{
margin-top: 10px;
}

#content{
float: left;
text-align: justify;
width: 651px;
}

#copyright{
background-color: #5587CC;
border-top: 1px #ffffff solid;
border-bottom: 1px #ffffff solid;
clear: both;
color: #ffffff;
font-size: 13px;
text-align: right;
}

#creditfooter {
display: none;
}

#everything{
background-color: #D0DCF4;
border: 1px #ffffff solid;
margin-right: auto;
margin-left: auto;
width: 780px;
}

#mainbox{
background-image:url(layout/mainboxbg.gif);
background-repeat: repeat-y;
clear: both;
}

#leftnav{
border-top: 1px #ffffff solid;
float: left;
margin-top: 16px;
margin-bottom: 16px;
width: 129px;
}

#leftnav a {
background-color: #5587CC;
border-bottom: 1px #ffffff solid;
color: #ffffff;
display: block;
font-size: 13px;
font-weight: normal;
padding-left: 10px;
text-decoration: none;
}

#leftnav a:hover{
background-color: #0C53B5;
}

#leftnav .subleftnav{
background-color: #7EA4D9;
padding-left: 20px;
}

#swipe{
background-image: url(layout/swipe.gif);
background-position: bottom right;
background-repeat: no-repeat;
}

.hide{
	display: none;
}

.leftborder{
border-left: 1px #ffffff solid;
}

.nav{
background-color: #5587CC;
border-top: 1px #ffffff solid;
border-bottom: 1px #ffffff solid;
height: 16px;
width: 100%;
}

.nav a{
color: #ffffff;
float: left;
font-size: 13px;
font-weight: normal;
text-align: center;
text-decoration: none;
width: 129px;
}

.nav a:hover{
background-color: #0C53B5;
}

.padding{
padding: 20px;
padding-top: 10px;
}

.pixelno{
background-image: url(layout/noadopt.gif);
}

.show{
	display: inherit;
}

.title{
color: #0C53B5;
font-weight: bold;
}


/* DROP DOWN MENUS */

.dropmenudiv{
background-color: #7EA4D9;
position:absolute;
top: 0;
text-align: center;
visibility: hidden;
z-index:100;
}

.dropmenudiv a{
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
border-right: 1px solid #FFF; /*THEME CHANGE HERE*/
border-left: 1px solid #FFF; /*THEME CHANGE HERE*/
clear: left;
color: #ffffff;
display: block;
font-weight: normal;
text-decoration: none;
text-align: center;
width: 129px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0C53B5;
}
