@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #06F;
	background-image: url(images/bg.jpg);
	font-size: 70%;
}
#container {
	width: 740px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	background-color: #FFF;
	padding-top: 10px;
}
#mainContent {
	padding: 0 20px;
}

#mainContent a:hover{
	color:C0D72F;
	text-decoration: none;
}
#mainContent a:link {
	color:#3765af;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #000;
	text-decoration: underline;
}

#headimg {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: -10px;
}
#footimg {
	position: relative;
	width: 716px;
	left: -12px;
	top: -5px;
}


#map {
	width: 644px;
	margin-right: auto;
	margin-left: auto;
}
#button {
	background-image: url(images/ca-button.gif);
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 152px;
}
#button li span {
	display: none;
}
#button li {
	list-style-type: none;
}

#button li, #button a {  
   height:32px;    /* Each button must have the same height, define it here */  
   display:block;  
   margin:0;  
   padding:0;  
    }
#button a:hover {
	background-image: url(images/ca-button.gif);
	background-position: -0px -32px;
}

#button a:active {
	background-image: url(images/ca-button.gif);
	background-position: -0px -62px;
}
#suform {
	position: relative;
	width: 580px;
	left: 120px;
	top: 90px;
}
#emailbg {
	background-image: url(images/emailbg.gif);
	background-repeat: no-repeat;
	height: 500px;
	position: relative;
	left: -12px;
	width: 716px;
}
.line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	margin-top: 8px;
}
.indent {
	position: relative;
	left: 10px;
}

.center {
	text-align: center;
}
.nudgeup {
	position: relative;
	top: -18px;
}
.addthis_button {
	position: relative;
	z-index: 2;
	top: 16px;
	float: right;
}

