﻿/********* Just for show *********/

body {
    margin: 0px auto;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
}
a {
    color: #022666;
}
#examples {
    width: 660px;
    margin: 0px auto;
    background-color: #FFF;
}
#examples ul {
    padding: 1em 2em;
}

/********* The important bits. *********/
/* NOTE: You may need to append "#wrap #content" to these */

#svmMenu {
    width: 660px;
    height: 304px;
    background-color: #FFF;
    border-bottom: 5px solid #00457C;
    overflow: hidden;
    position: relative;
    margin: 2em auto 2em auto;
}
#animal {
    left: 0px;
    background: url(../images/animal.jpg) no-repeat;
}
#public {
    left: 220px;
    background: url(../images/public.jpg) no-repeat;
}
#environmental {
    left: 440px;
    background: url(../images/environmental.jpg) no-repeat;
}
.pane {
    height: 309px;
    width: 440px;
    position: absolute;
    top: 0px;
}
.pane_left {
    width: 220px;
    float: left;
}
.pane_left h4 {
    width: 220px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 7px 0;
    font-size: 1.2em;
    color: #333;
    text-align: center;
}

.pane_left h4 a{
    width: 220px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 7px 0;
    color: #333;
    text-align: center;
	text-decoration:none;
}


.pane_left h4 a:hover{
    width: 220px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 7px 0;
    color: #333;
    text-align: center;
	text-decoration:none;
}


.pane_left p.foot {
    bottom: 0;
    font-size: 0.8em;
    height: 45px;
	line-height:14px;
    left: 0;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 200px;
    overflow: hidden;
}



.pane_right {
    width: 220px;
    float: right;
    background: #FFF url(../images/im_bg.gif) repeat-x;
    overflow: hidden;
    padding-top: 37px;
}
.pane_right p {
    padding: 1em 1em 0 1em;
    margin: 0px;
    font-size: 0.9em;
    line-height: 1.3em;
}
a.more {
    color: #CA0015;
    text-decoration: none;
}




