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

body {
/*background:#F0E78C url(images/graphics/bg.jpg) top repeat-x;
background:url(images/background2.jpg) no-repeat top center fixed;*/
background:#F0E78C url(images/graphics/background-smushed.jpg) no-repeat top center fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
margin:0;
color:#333;
text-align:center;
}

h1 {
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color: #000; /*#1C390B;*/
display:inline;
}

h2 {
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
font-size:14px;
color:#0B462A;
display:inline;
}

h3 {
font-size:13px;
color:#15750A;
display:inline;
}

a:link, a:visited {
color:#333;
border-bottom:1px dotted #333;
text-decoration:none;
}

a:hover, a:active {
color:#666;
border-bottom:1px dotted #666;
text-decoration:none;
}

a.aNoHover {
border:none;
margin:0;
}

a:hover .imgPicture, a:active .imgPicture {
border:2px solid #FFF;
}

.imgPicture {
border:2px solid #CCC;
}

.divClearer {
clear:both;
}

#container {
width:900px;
margin:0 auto;
border-left:5px solid #7D7838;
border-right:5px solid #7D7838;
background-color:#BDB76B;
text-align:left;
}

.maincontent {
padding:10px;
}

#divCenterGallery {
margin:0 auto;
}

#divHeaderContainer {
width:900px;
margin:0 auto;
text-align:left;
position:relative;
height:95px;
}

#divSubHeading {
position:absolute;
right:0;
top:5px;
color:#444;
font-size:0.8em;
}

#header {
position:relative;
height:238px;
width:900px;
margin:0 auto;
}

#logo {
position:absolute;
top:10px;
left:10px;
}

#logo img {border:none;margin:0;}
#logo a {border:none;margin:0;}

#divVetLogo {
background:url(images/graphics/vet-logo.png) no-repeat left top;
position:absolute;
right:10px;
bottom:0px;
width:45px;
height:86px;
}

#divVetMessage {
position:absolute;
right:55px;
bottom:10px;
color:#F0E78C;
font-size:1.4em;
font-weight:bold;
}

#footer {
color:#FFF;
width:880px;
margin:0 auto;
background:#666633;
padding:10px;
}

#footer a {
color:#FFF;
border-color:#FFF;
}

#footer ul {
width:100%;
text-align:center;
margin:auto;
list-style-type:none;
padding:0;
}

#footer li {
float:left;
padding:5px;
}

.articles {
padding:10px 10px 0 10px;
background:url(images/graphics/main-bg.jpg) repeat-x top;
}

.gallerydesc {
font-size:12px;
}

.divGalleryGroup {
padding:20px;
width:250px;
float:left;
text-align:center;
}

.contactbar {
background-color:#595727;
color:#FFFFFF;
padding:5px;
}

.adminmenu a:link, .adminmenu a:active, .adminmenu a:visited {
background-color:#666666;
color:#FFFFFF;
display:block;
padding:8px;
text-decoration:none;
}

fieldset {
padding:10px;
border: solid 1px #006600;
}

textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

.latestnews {
background-color:#7E7A3A;
padding:0 10px;
color:#FFF;
}

.latestnews h1 {
color:#FFF;
}

.imgborder {
border-style:solid 2px #595727;
}

.animalborder {
border-style:10px solid #7A7436;
}

.animalborder:hover {
border-style:10px solid #595727;
}

.footer {
font-size:10px;
color:#FFFFFF;
background-color:#595727;
padding-top:7px;
padding-bottom:7px;
}

.footer a {
font-size:0.8em;
}

/*================== BUTTONS =================== */

.btn {
padding-top:19px;
text-align:center;
font-weight:bold;
display:block;
width:200px;
height:31px;
background:url(images/graphics/btn-sprite.png) left top;
}
.btn:link, .btn:visited, .btn:hover, .btn:active {
color:#FFF;
border:none;
}
.btn:hover, .btn:active {
background:url(images/graphics/btn-sprite.png) left bottom;
}




/*================== MISC STYLING =================== */

.floatLeft {
float:left;
}

.floatRight {
float:right;
}

.margin5 {
margin:5px;
}
