/* hoa web main css file */
/* understanding abbreviations
clist - client list
ct - client testimonial
ml - Menu left
oa - our awards
oc - our clients
od - our difference
om - miscellaneous, privacy policy
opsp - our personal search process -dyslexic version: osps
ss - Success stories
ssearches - Successful searches

*/
html, body{
	margin : 0;
	padding : 0;
}
a {
	text-decoration : none;
	color:#A50000;
}
a:hover, a:visited{
	color:#A50000;
}
body{
	color:#444444;
	font-family :  Verdana,  Arial,  sans-serif;

}
h2{
   margin:0px;
	font-family :  Arial, sans-serif;
	font-size : 12px;
	color:#A50000;
	padding-top:20px;
	padding-bottom:5px;
}
h3{
	color : #A50000;
	font-size: 10px;
	margin: 0px 3px;
	padding: 0px;
}
img {
	border : none;
}
table.wrapper{
	width:100%;
	height:100%;
}
p{
    margin-top:0px;
	margin-bottom:8px;
	font-size : 9px;
	line-height: 14px;
}
td.wrapper{
	vertical-align:middle;
	text-align: center;
}

#bannerImg{
	position:absolute;
	left:0px;
	top:0px;
	width:611px;
	height:144px;
	background-repeat : no-repeat;
	background-position : top;
}

#container{
	position:relative;	
	width:800px;
	height:600px;
	margin: 0 auto;
	text-align: left;
}

#content{
	position:absolute;
	left:146px;
	top:169px;
	width:464px;
	height : 431px;
	margin: 0px;
	padding: 0px;
	background-image : url(../images/leftsidedivider_v.jpg);
	background-repeat : no-repeat;
	background-position : left bottom;
	overflow : hidden;
}
#footerNav{
	width:464px;
	text-align : center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom:0px;
	padding: 0px;
	font-family : Verdana,  Arial,  sans-serif;
	font-size:8px;
	color:gray;
	z-index : 50;
	background-color : White;
}
.fieldText
{
/*   font-size : 11px; */
}
.formLabel{
	line-height:20px;
}
.formText{
	font-size : 9px;
	line-height: 14px;
}

.footerNavMenu{
	width: 100%;
   padding-left: 3px;
	padding-right: 3px;
}

.footerNavMenu a {
	text-decoration: none;
}
.footerNavMenu a:hover{
	color:#a00;
}

#leftMenuHolder{
	padding-top:0px;
}
#leftNav{
	position:absolute;
	left:0px;
	top:169px;
	width:146px;
	height:350px;
/*	z-index:-1;*/
}


#logoHolder{
	position:absolute;
	right:0px;
	top:0px;
	height:144px;
	width:190px;
/*	background-image: url(../images/logo_hdr.gif);
	background-repeat : no-repeat;
*/	
	cursor:pointer;
}
#mainMenuHolder{
	position:absolute;
	right:190px;
	top:3px;
	width:561px;
	z-index:90;
}

#mainNav{
	position:absolute;
	left:0px;
	top:144px;
	height:25px;
	width:800px;
	background-image : url(../images/menuolive.gif);
	background-repeat : no-repeat;
	text-align : right;
}
#rightCol{
	position:absolute;
	right:0px;
	top:169px;
	width:190px;
	height:431px;
}
#rightCol a{
	text-decoration : none;
	color:#A50000;
}
#rightCol a:hover, a:visited{
	color:#A50000;
}
#rightCol h2{
	margin-bottom:5px;
}
#rightCol ul{
	list-style : none;
	margin: 0px;
	padding : 0px;
}
#rightCol ul li{
/*		font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
*/		font-size : 11px;
}
#rightDividerV{
	position:absolute;
	right:190px;
	bottom:0px;
	height:600px;
	width:1px;
	background-repeat: no-repeat;
	background-position :  left bottom;
/* 	z-index:5; */
}
#ssAnswer{
	margin-top:6px;
	font-family : Georgia, Verdana,  Arial,  sans-serif;
	font-size : 46px;
	text-align:center;
	color:olive;
}

.clist{
	float:left;
	width:214px;
	font-size : 9px;
	line-height: 14px;
	padding-left:5px;
}

.contentHeader{
	margin-top:24px;
	margin-left : 16px;
	margin-bottom:5px;
}
.contentList p{
	margin-left : 50px;
}
.contentSection{
	position:relative;
	margin-top:10px;
	margin-left: 15px;
	margin-right:20px;
	width:430px;
	height:400px;
}
.contentSection ul li{
	font-family : Verdana,  Arial,  sans-serif;
	font-size:10px;
	margin-bottom:3px;
}
.goldTxt{
/*	color:#9B8957;*/
	color:#8F7647;
}
.redHeader{
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	color:#A50000;
	padding-top:20px;
	padding-bottom:5px;
}
.moreLink{
	color:#A50000;
}
.moreLink a{
	color:#A50000;
}
.moreLink a:hover{
	color: white;
	background-color : #A50000;
}

/*
.otherSS{
	font-family : Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .7em;
}

.otherSS, .otherSS ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.otherSS a, .otherSS a:hover,  .otherSS a:visited{
	 text-decoration: none;
	 color:#000;
	 display: block;
}
*/
.ourDiff{
	font-style : italic;
	font-weight : bold;
}
.redStar{
	font-size:9px;
	color:#A50000;
}
.rightColFootNote{
	font-size : 9px;
}
.rightColSection{
	padding-left:10px;
	padding-right:10px;
}

.scrollerAbsDiv  { 
	position: absolute; 
	visibility: hidden; 
	overflow: hidden;
	z-index:40;
 }

.waDdl { /* used for all drop down lists */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.waDetailsView{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#333333;
}
.waFormView
{
    margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#333333;
}
.waGridView{
	background-color : #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}
.waLabel{ /* used for all forms labels */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.waLabel106
{
    float:left; 
    display:block; 
    width:106px;
}
.waSmallLabel
{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
.waLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.waLink{
	color:#5400A8;
}
.waLink a:active
{
    background-color:White;
}
.waLink  a:hover{
	background-color : #E7E7FF;
}
.waLoginStatus{
	position:absolute; 
	right:60px; 
	top:132px;
	font-size:10px;
}
.waCheckBox { /* used for all radio buttons */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.waButton
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;    
}
.waDropDownList { /* used for all dropdownlists obsolete */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.waRadioBtn { /* used for all radio buttons */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.waRadioBtnLst { /* used for all radio buttons */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.waSectionHdr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.waTextBox{ /* used for all forms text boxes */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.waTitleBox
{
	margin-left:5px;
	margin-bottom:10px;
}

/*ASP.NET Control  styles ---*/
.waAlternatingRowStyle{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F7F7F7;
}
.waAlternatingRowStyle td{
    padding-left:5px;
    padding-right:5px;
}
.waEditRowStyle{
	background-color:#E7E7FF;
}
.waFooterStyle{
	background-color:#E7E7FF;
	color:#FFFFFF;
}
.waHeaderStyle{
	background-color:#4A3C8C;
	color:#F7F7F7;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.waHeaderStyle a:link, .waHeaderStyle a:visited
{
    color:#FFFFFF;
    text-decoration:none;
}
.waHeaderStyle a:hover
{
    color:#4A3C8C;
    background-color:#E7E7FF;
}

.waPagerStyle{
	background-color : #E7E7FF;
	color:#4A3C8C;
	font-family:Arial, Helvetica, sans-serif;
}
.waPagerStyle a:link, .waPagerStyle a:visited{
	color:#4A3C8C;
	text-decoration:none;
}
.waPagerStyle a:active
{
    color:#4A3C8C;
    background-color:Orange;
}
.waPagerStyle a:hover{
	color:#4A3C8C;
	background-color:#FFFFFF;
	text-decoration:none;
}
.waSelectedRowStyle{
	color:#4A3C8C;
	background-color : #FFFFCC;
	font-family:Arial, Helvetica, sans-serif;
}
.waRowStyle{
	color:#4A3C8C;
	background-color : #E7E7FF;
	font-family:Arial, Helvetica, sans-serif;
}
.waRowStyle td{
    padding-left:5px;
    padding-right:5px;
}
