 
body {
background:#ffffff none repeat scroll 0%;
}

#template3 div#page-container { 
	width: 805px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #cccccc;
	text-align: left; 
} 


#template3 div#left-column {
    border-right: 1px solid #CCCCCC;
    width: 25%;
}
#template3 div#content {
     border-left: 1px solid #CCCCCC;
    padding: 0;
    width: 70%;
}

#template3 .left-space {
    width: 179px;
 height: 174px;
}


 #custom-banner { 
	background: #ffffff; 
	padding: 0 10px 0 0px;
} 


#ua-banner {
padding:0pt 0px 20px;
}


#ua-site-tittle {
    clear: both;
    display: none;
}

.photo-container {
    border-bottom: 1px solid #888888;
    display: block;
    position: relative;
}

.watermark {
left:0pt;
position:absolute;
top:0pt;
}


#template3 .left-space-img {
    background: url("/som/images/logo-sm.png") no-repeat scroll 0 0 transparent;
    height: 174px;
    margin: 0;
}

.ua-main-photo {
     height: 173px;
}

#ua-main-image {
overflow: hidden;
}

div#navigation-top-1 {
    display: none;
}

div#navigation-top {
clear:both;
 display: none;
}



h3 {
color: #990000;
}



.ua-section-title {
color:#000000;
font-size: 16px;
padding:5px 0px 0px 10px;
float: left;
clear:none;
}

.ua-section-title a:link, a:visited, a:active {
text-decoration: underline;
}


.ua-left-image {
padding:5px 0px 0px 10px;

}

.address {
padding:5px 0px 0px 10px;
}


/* MENU STYLES */

.ua-folder-menu ul li a {
background-image: none;
}
.ua-folder-menu ul li.selected a {
color:#CC3300;
}


.ua-folder-menu ul ul li.selected a {
color:#003366;
}

.ua-folder-menu li.normal a {
color:#003366;
}

.ua-folder-menu ul ul li.normal a {
color:black;
}



/* End MENU STYLES */

div#content h3 {  
}

div#content h2 { 
color:#003366;
}



.three-columns .column-three {
border-left:0px;
}

.three-columns .column-two {
border-right:0px;
}

.three-columns{
width: 100%;
}

.ua-main-photo {
    background: none repeat scroll 0 0 #888888;
    height: 173px;
}

.ua-main-photo img{
text-align:left;
}


 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
