/*defaults*/
body 	{background:#305019 repeat-x 0 0; color:#000000; margin:0px 0; padding:0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:90%;}
p		{margin:0 0 5px 15px; padding:5px 25px 0 0;}
a		{color:#036703; text-decoration:underline; outline:none;}
a:hover	{color:#000; text-decoration:none; outline:none;}
ul, li, ol {margin: 0 0 5px 20px;/* sets the margins */
			padding: 0 0 0 5px;/* sets the padding */
			line-height: 1.3em;}

/*structural elements*/
html 		{min-height: 100%; margin-bottom: 1px;}
#container	{margin:0px auto; padding: 0px 0px 0px 0px; text-align:center; width:1003px; height:100%; background:#DBC890;}
#holder		{width:100%; padding:10px 20px 10px 20px; background:#DBC890; text-align:left;}
#navigation	{padding:10px; color: #FFFFFF; background-color: #660000; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}
#header		{background:#DBC890 url('../images/cacs_logo.jpg') no-repeat 0px 10px; padding:10px; height:200px;}
#content	{float:left; width:500px; padding:20px 10px 0 0; line-height:160%;}
#event		{float:right; width:447px;}
.eventItem	{background:#DBC890; border:1px solid #036703;}
#footer		{clear:both; width:100%; font-size:80%; background:#DBC890; padding:20px; text-align:center; border-top:2px solid #036703;}
#copyright	{float:center;}
#hr 		{color: #305019;}
#img		{margin:15px; border:1px solid #036703;}

/*headings*/
#content h1		{font-family: serif, Arial; font-size:170%; font-weight:bold; line-height:100%; margin:0; padding:10px 0 15px 0; color:#660000;}
#content h2		{font-family: serif, Arial; font-size:150%; font-weight:bold; line-height:90%; margin:0; padding:10px 0 13px 0; color:#660000;}
#content h3		{font-family: serif, Arial; font-size:130%; font-weight:bold; line-height:80%; margin:0; padding:10px 0 11px 0; color:#660000;}
#content h4		{font-family: serif, Arial; font-size:110%; font-weight:bold; line-height:70%; margin:0; padding:10px 0 9px 0; color:#660000;}
#content h5		{font-family: serif, Arial; font-size:90%; font-weight:bold; line-height:60%; margin:0; padding:10px 0 7px 0; color:#660000;}
#content h6		{font-family: serif, Arial; font-size:70%; font-weight:bold; line-height:50%; margin:0; padding:10px 0 5px 0; color:#660000;}

/*navigation*/
#navigation ul 		{margin:0; padding:0;}
#navigation li 		{margin:0; padding:0; list-style:none; display:inline;}
#navigation a		{color:#DCCC91; padding:0 10px 0 10px; text-decoration:none; outline:none;}
#navigation a:hover	{color:#FAD40D; outline:none;}

#footer ul 		{margin:0; padding:0;}
#footer li 		{margin:0; padding:0; list-style:none; display:inline;}
#footer a		{color:#036703; font-weight:bold; padding:0 5px 0 5px; text-decoration:underline; outline:none;}
#footer a:hover	{color:#660000; text-decoration:none; outline:none;}


.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
