/* Oval Button ################################*/

a.ovalbutton1{
background: transparent url('../Images/Theme/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
font:normal 11px Verdana, Tahoma, Sans-Serif;

}

a.ovalbutton2{
background: transparent url('../Images/Theme/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
font:normal 11px Verdana, Tahoma, Sans-Serif;
}

a.ovalbutton3{
background: transparent url('../Images/Theme/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
font:normal 11px Verdana, Tahoma, Sans-Serif;
}

a.ovalbutton4{
background: transparent url('../Images/Theme/oval-green-left.gif') no-repeat top left;
display: block;
float: left;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
font:normal 11px Verdana, Tahoma, Sans-Serif;
}

a:link.ovalbutton1, a:visited.ovalbutton1, a:active.ovalbutton1,
a:link.ovalbutton2, a:visited.ovalbutton2, a:active.ovalbutton2,
a:link.ovalbutton3, a:visited.ovalbutton3, a:active.ovalbutton3,
a:link.ovalbutton4, a:visited.ovalbutton4, a:active.ovalbutton4{
color: #208BE1; /*button text color*/
border: 0px solid #E6E6E6;
}

a.ovalbutton1 span{
background: transparent url('../Images/Theme/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 7px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton2 span{
background: transparent url('../Images/Theme/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 7px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton3 span{
background: transparent url('../Images/Theme/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 7px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton4 span{
background: transparent url('../Images/Theme/oval-green-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 7px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton1:hover{ 
background-position: bottom left;
}
a.ovalbutton2:hover{ 
background-position: bottom left;
}
a.ovalbutton3:hover{ 
background-position: bottom left;
}
a.ovalbutton4:hover{ 
background-position: bottom left;
}

a.ovalbutton1:hover span{ 
background-position: bottom right;
color: black;
}
a.ovalbutton2:hover span{ 
background-position: bottom right;
color: black;
}
a.ovalbutton3:hover span{ 
background-position: bottom right;
color: black;
}
a.ovalbutton4:hover span{ 
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

#header #header-image {
	position: absolute;
	background: transparent url(../Images/Theme/header-image2.gif) no-repeat;
	width: 281px;
	height: 155px;	
	right: 10px; top: 0;
	z-index: 0;
}

/* Homepage Titles */
.Title2{
display:block;padding:0px 16px 0px 16px; margin: 2px 8px 0px 8px;
background: #e4f5d8; color:#999; font:normal 17px/29px "Trebuchet MS", Verdana, Tahoma;
}