@charset "UTF-8";
body  {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	background: #610A04 url(../Images09/main_background3.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.camaCSS #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*
old coding... won't let the header logo link

.camaCSS #logotop {
	width: 275px; 
	background: url(../images/cama_logo_top24.png) no-repeat;
	padding: 0px; 
	height: 95px;
}*/
#home {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
    left:0px;
    top:0px;
	
}
.camaCSS #header {
	width: 888px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF 60px; /* padding keeps the content of the div away from the edges */
	height: 56px;
	margin-left: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	position: absolute;
	top: 28px;
	left: 30px;
	width: 50%;
	float: left;
	line-height: 1.5em;
}

#header li  {
	float: left;
}
#header h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: normal;
	position: absolute;
	right: 34px;
	color: #999;
	top: 28px;
	clear: both;
	float: right;
	margin: 0px;
	padding: 0px;
	cursor: default;
	line-height: 1.5em;
}

#header li a:link,#header li a:visited {
	display:block;
	background-color: #FFF;
	padding-right: 4px;
	text-decoration: none;
	color: #000;
	padding-left: 4px;
}

#header li a:hover, #header li a:active {
	color: #900;
		
}

#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #000;
	cursor: default;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#SponsorsFooter {
	background-color: #FFF;
	height: 132px;
	width: 888px;
	margin-left: 60px;
	position: relative;
}
#SponsorsFooter p{
	position: absolute;
	left: 34px;
	top: 25px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	float: left;
	text-decoration: none;
	color: #666;
}
#SponsorsFooter img {
	position: absolute;
	left: 34px;
	top: 0px;
}
#Footer {
	height: 167px;
	width: 888px;
	margin-left: 60px;
	position: relative;
	background-image: url(../Images09/footer.png);
	background-repeat: no-repeat;
}
#Footer p {
	position: absolute;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	left: 34px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.camaCSS #container #Footer .FooterCAMALogo    {
	position: absolute;
	width: 140px;
	right: 122px;
	text-decoration: none;
	top: 2px;
}
.camaCSS #container #Footer p a:hover {
	color: #000;
	text-decoration: underline;
}
.camaCSS #container #Footer p a:link, #Footer p a:visited {
	text-decoration: none;
	color: #000;
}
.camaCSS #container #Footer .FooterAMANational    {
	position: absolute;
	width: 86px;
	right: 33px;
	top: 2px;
}
.camaCSS #container #Footer .FooterAMANational a #National AMA {
	position: absolute;
	top: 0px;
}
