/* CSS Document */

body, html {
    margin: 0;
    padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#header
{
	
	width:98%;
	min-width:900px;
	height:100px;
	margin:0 auto;
	background-image: url(/images/cdc2a1_1x100.png);
	overflow:hidden;
	position:relative
	
}
div#logo{
	float:left;
}

a.ovalbutton{
background: transparent url('/images/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a.ovalbutton span{
background: transparent url('/images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
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 */
	float:right;
	position:relative;
	margin-top:75px;
}



div#search {
    background-color: #333333;
    text-align: right;
    color: #FF0033;
	width:98%;
    height: 27px;
	min-width:900px;
	margin:0 auto;
}
div#search a {
    float: right;
    line-height: 11px;
    margin: 0 10px 0 5px;
    text-align: left;
    text-decoration: none;
    color: #FF0033;
}
div#search a:hover {
    color: #fff;
}
div#search * {
    vertical-align: middle;
}
form{
	margin:0;
	padding:0;
}
/*menu buttons */
.menu {
padding:0 0 0 0px;
 margin:0; list-style:none; 
 height:35px; background:#fff url(/images/menu1.gif);
 position:relative; border:1px solid #000; 
 border-width:0 0px; border-bottom:1px solid #444;
 }
.menu li {float:left;}
.menu li a {display:block;
 float:left; height:35px; 
 line-height:35px; color:#aaa; 
 text-decoration:none; 
 font-size:11px; font-family:arial, verdana, sans-serif; 
 font-weight:bold; text-align:center;
  padding:0 0 0 8px; cursor:pointer;}
.menu li a b {float:left; 
display:block; 
padding:0 16px 0 8px;}
.menu li.current a 
{
color:#fff; 
background:url(/images/menu3.gif);}
.menu li.current a b {
background:url(button3.gif) no-repeat right top;
}
.menu li a:hover {color:#fff; 
background:#000 url(/images/menu2.gif);
}
.menu li a:hover b {
background:url(button2.gif) no-repeat right top;
}
.menu li.current a:hover 
{
color:#fff; background:#000 url(/images/menu3.gif); 
cursor:default;
}
.menu li.current a:hover b 
{
background:url(/images/menu3.gif) no-repeat right top;
}
div#top_menu{
width:98%;
margin:0 auto;
min-width:900px;
}


div#footer {
	margin-top:20px;
	font-size: 12px;
	color:#87613A;
	height: 72px;
	width: 98%;
	margin-left:1%;
	background-position: bottom;
	background-image: url(/images/footer.gif);
	background-repeat: repeat-x;
	min-width:900px;
}
div#footer a{
	color:#87613A;
}

a:link {
    color: #0000FF;
	text-decoration:none;
}

a:hover {
    color: #FF0000;
	text-decoration:underline;
}
a:active {
    color:#903;
    text-decoration:none;
}
a:visited {
	
	text-decoration:none;
}

/* breadcrumbs */
#breadcrumb ul li{
	list-style-image: none;
	display:inline;
	padding: 0 3px 0 0; 
	margin: 3px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #87613A;
	font-size:10px;
}
#breadcrumb ul{
	margin:0;padding:0;
	list-style-type: none;
	padding-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #87613A;
	font-size:10px;
}
#breadcrumb ul a{
	color:#87613A;
}
#breadcrumb ul li span.crumb_text{
	font-weight:bold;
	color:#000000;
}