/* Brad Edit - Removed for testing 

*{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow:none;
text-rendering: optimizeLegibility;
}

*/


a:hover {
	text-decoration: underline;
	color: #007c41;
}

.content a:hover {
	text-decoration: underline !important;
}

.content a:link {
	color: #007c41;	
}

.content a:visited {
	color: #007c41;	
}

.standard-footer a:link {
	color: #007c41;
}

.standard-footer a:visited {
	color: #007c41;
}

.standard-footer a:hover {
	text-decoration: underline !important;
}

#logo img {
    height:45px; 

}

#mainMenu.menu_ua {
    float:left;
	font size: 18px; /* Brad Edit */
}

.topbar_ua{
    padding:10px 0 10px 0;
}

.ua-menu-top li {
    margin:0;
    padding:0;
}

.ua-menu-top a {
    line-height:45px; /* was 45px */
    border-right: 1px solid #eee;
    padding:0 7px 0 7px;
	color:#9999a5; /* Brad Edit */
}


.ua-menu-top a:hover {
	color:#cccccc;
	text-decoration: underline !important; /* Brad Edit */

}



.ua-menu-top li.menuitem-last a {
    border-right:0;
}

.ua-menu-top li:last-child a {
    border-right:0;
}


.ua-search .searchInputContainer .NormalTextBox {
    padding-top: 0 !important;
}


#page-title {
    border-bottom: 3px solid #ffdb05;
    padding: 20px 0;


}
.page-title * {
    color:white !important;
	margin-top: 3px; /* Brad Edit (added to correct title spacing) */
	margin-bottom: 5px; /* Brad Edit (added to correct title spacing) */
	font-family: Din_Medium, "Open Sans", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 5px rgba(0,0,0,.35);

}

.page-title a:hover {
	color:#FFDB05 !important;
	
}

.page-title h3 {
    padding-bottom:0;
    margin-bottom:0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.ua-search input {
height: 2.745em;
 border-radius: 4px 0 0 4px;
 border:0;

 background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    padding-left:10px;
    width:125px !important;
}

.ua-search a.SkinObject {
    border-radius: 0 4px 4px 0;
    box-shadow: none;
    height: 2.745em;
    margin: 0 0 0 -0.357em;
    padding: 0.7em 0.8em;
    right: 0;
    text-align: center;
    background-image: linear-gradient(to bottom, #f4f4f4, #dfe9e3);
    background-repeat: repeat-x;
    border-color: #dfe9e3 #d0dfd6 #b8cec1 #dfe9e3;

    color: #007c41;
    text-shadow: 0 1px 1px #fff;


}

.ua-search .dnnSearchBoxClearText.dnnShow {
    margin-top:-25px;
}

.Body {
	background-color: #F2F5F3; /* Brad Edit */

}

#header, #page-title {
	background-color: #F2F5F3; /* Brad Edit */



}



#mainMenu > ul {  /* Brad Edit */
	height: 25px;
	line-height: 15px;
	font-size: 15px; /* Brad Edit (was 15px) */
	font-weight: 600;
	/* border-bottom: 1px solid #ccc; */
	
}

#mainMenu > ul > li > a {  /* Brad Edit */
	font-family: Din_Medium, "Open Sans", Helvetica, Arial, sans-serif;
	height: 25px;
	line-height: 25px; /* was 15px */
	font-size: 15px;
	font-weight: 700;
	/* border-left: 1px solid #ccc; */
	/* border-right: 1px solid #ccc; */
	padding: 10px 20px 25px 10px; /* Brad Edit (was 10px all around) */
	margin-left: -1px;
    margin-right: -1px;
	color: #555;

}



#mainMenu > ul > li > a:hover {  /* Brad Edit */

	color: #bbb;
	
}

.page-bottom {
    border-top: 3px solid #ffdb05; /* Brad Edit */
    padding: 20px 0;
	border-right: 1px solid #aaa;	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.page-title-bottom {
    color:white !important;
	margin-top: 3px; /* Brad Edit (added to correct title spacing) */
	margin-bottom: 5px; /* Brad Edit (added to correct title spacing) */
	font-family: Din_Medium, "Open Sans", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 5px rgba(0,0,0,.35);	
}

.standard-footer {
    margin: 20px 0 -4px 0;
    box-shadow: inset 0 5px 30px rgba(0,110,65,.08),inset 0 1px 3px rgba(0,0,0,.15);
    border-bottom: 1px solid rgba(0,50,25,.15);
    border-top: 1px solid rgba(0,50,25,.2);
    background: rgba(255,200,10,.05);
}



hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, .1));
}
