/* CSS Document */

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;

}
/*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;
}

.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  
}

.errortext {
 
  font: bold smaller sans-serif;
}
div#footer {
	margin-top:20px;
	font-size: 12px;
	color:#87613A;
	width:98%;
	margin:0 auto;
	min-width:900px;
	height: 72px;
	margin-top:10px;
	background-position: bottom;
	background-image: url(/images/footer.gif);
	background-repeat: repeat-x;
	position:relative;
	clear:both;
}
div#footer a{
	color:#87613A;
}
a:link {
    color: #0000FF;
}

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