/* -----------------------------------------------
ACR Style Sheet
----------------------------------------------- */

/* -------------------
Content
---------------------- */

#content h3, #content h3 a, .title {
	color: #035f71;
	font: normal 26px/29px "Times New Roman", Times, serif !important;
	}
#content h4, #content h4 a {
	color: #035f71;
	font: normal 23px/26px "Trebuchet MS", Helvetica, sans-serif;
	}
#content h5, #content h5 a {
	color: #035f71;
	font: normal 20px/23px "Trebuchet MS", Helvetica, sans-serif;
	}
#content .home_content {
	}
#content .home_content h5, #content .home_content h5 a {
	color: #000;
	font-size: 100%;
	font-weight: bold;	
	margin: 0 !important;
	padding: 0 !important;
	}
#content .home_content p {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	}
#content .home_content p a {
	font-size: 80%;
	}
#content h6, #content h6 a {
	color: #3b3b3b;
	font: normal 16px/19px "Trebuchet MS", Helvetica, sans-serif;
	}
#content p {
   	font: normal 13px/16px "Trebuchet MS", Helvetica, sans-serif; /* Ektron override */
	margin-bottom: 20px;
	}
#content ul {
	clear: both;
	display: block;
	float: left;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 10px;
	padding-left: 15px;
	width: 100%;
	}
#content ol {
	clear: both;
	display: block;
	float: left;
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 10px;
	padding-left: 15px;
	width: 100%;
	}
#content ol li {
	display: list-item; /* fix for IE7 */
	}
#content ul li, #content ol li {
	clear: both;	
	width: 100%;
	}
#content img {
	clear: none;
	display: inline;
	float: left;
	padding: 0 20px 20px 0;
	}
#content hr {
	border-color: #ccc;
  	border-style: solid;
  	border-width: 1px 0 0 0;
  	clear: both;
  	height: 0;
  	margin: 20px 0;
	}
#content .starttime, #content .location, #content .description {
	font-weight: bold;
	}
#content .description {
	clear: none;
	display: inline;
	}
#content .innerdescription {
	clear: none;
	display: inline;
	}
#ctl00_ctl00_ContentMiddle_ContentPlaceHolderSecondary_lnkAnn {
	clear: both;
	display: block;
	float: left;
	margin-top: 10px;
	width: auto;
	}

/* -------------------
Forms
---------------------- */

form {
	clear: both;
	width: auto;
	}
fieldset a {
	vertical-align: top;
	}
legend {
	display: none;
	visibility: hidden;
	}
label {
	clear: both;
	display: block;
	margin-bottom: 2px;
	width: auto;
	}
input, textarea, #searchType input, #searchOptions td.value input {
	background-color: #fff;
	border-width: 2px !important;
	border-style: solid !important;
	border-top-color: #727272 !important;
	border-right-color: #b4b4b4 !important;
	border-bottom-color: #dadada !important;
	border-left-color: #b4b4b4 !important;
	clear: both;
	color: #4a4a4a !important;
	font-weight: bold !important;
	margin-bottom: 10px;
	padding: 2px !important;
	width: auto;
	}
.searchButton input {
	border: none !important;
	}
select {
	color: #4a4a4a;
	}
submit, reset {
	cursor: pointer;
	}
.buttons {
	clear: both;
	display: block;
	float: left;
	margin: 10px 0;
	width: 100%;
	}
.buttonReset, .buttonSubmit {
	border: none !important;	
	clear: none;
	color: transparent; /* button text disappears for IE7 */
	cursor: pointer;
	display: block;
	float: left;
	height: 21px;
	margin-right: 6px;
	text-indent: -999px;
	text-transform: capitalize; /* button text disappears for IE7 */
	width: 68px;
	}
.buttonReset {
	background: url("../images/buttons/button_reset.gif") no-repeat 0 0;
	}
.buttonSubmit {
	background: url("../images/buttons/button_submit.gif") no-repeat 0 0;
	}

/* -------------------
Tables
---------------------- */

table {
	float: left;
	}
table.tables {
	height: auto;
	table-layout: fixed;
	width: 100%;
	word-wrap: break-word;
	}
table.tables tr {
	height: auto;
	width: auto;
	}
table.tables th, table.tables td {
	border: 1px solid #035f71;
	height: auto;
	padding: 10px;
	width: auto;
	}
table.tables th {
	background-color: #035f71;
	color: #fff;
	font-weight: bold;
	}

/* -------------------
Content Style Guide
---------------------- */

h4.csg {
	color: #3b3b3b !important;
	font-weight: bold !important;
	}
#cms-login-menu {
	clear: both;
	display: block;
	float: left;
	margin-bottom: 50px;/* clears 4 stacked buttons */
	}