/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*   maroon #601309 */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 2;
	margin: 0px;
	padding: 0px;


}

a:link, a:visited, a:hover {
	color: #601309;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #601309;
}

h2{
 font-size: 114%;
 color: #601309;
}

h3{
 font-size: 100%;
 color: #601309;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #601309;
}

h5{
 font-size: 70%;
 color: #601309;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}
input {

border: 1 solid #628ABA;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;

	width: 100%;
	height: 79px;
	background: url(header_background.jpg);
 background-repeat: repeat-x;
}



#logo
    {
position: absolute;
top:0px;

    left: 13%;
    }







#navBar{
	margin: 0 88% 0 0;
	padding: 0px;
	background-color: #F4F4F4;
	border-right: 1px solid #ddd;

    top: 0px;
}

#content{
    position: absolute;
    top: 95px;

    margin: 0 0 0 6%;
	width: 70%;

	font-family: Verdana;
}

.title
{
    position:absolute;
    font-size: 65%;
  	font-family: Verdana;
  	color: #601309;


    border-bottom: #ddd 1px dashed;
    border-right: #ddd 1px dashed;
    border-left: #ddd 1px dashed;
   	margin: 0 0% 0 15%;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F4F4F4;


    top: 100px;
}

.services
{
    font-size: 100%;

    width: 100%;
    margin: 15px 0 0 4%;
    line-spacing:100%;
}

}

.services img{
	float: left;
	padding: 8px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
#picture
    {
    position: relative;
    float: left;



}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{


padding-left: 0px;
padding-top: 15px;
}




/************** .feature styles ***************/

.feature{
   	margin: 40px 0% 0px 15%;


}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

#bullet {
	float: left;
	padding: 8px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** form style *****************/

#form
    {

    color: #647588;
    padding: 25px;
    border: #628ABA 1px dashed;
    background: #F4F4F4;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    height: 350px;
    width: auto;
    }
#form1col
{
    line-height: 15px;
    left: 0%;
    padding-right:25px;
    float: left;

}
#form2col
{
    line-height: 14px;
    top:0px;
   left: 20px;

}

/*** information style, used with realtors and contact page ***/

.info_wrap
{
    color: #647588;
    padding: 0px;
    margin-left: 50px;
    margin-bottom: 25px;
    height: auto;
    width: auto;
}





/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}







/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #F4F4F4;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;

	font-size: 90%;
}



#sectionLinks a:link{
	padding: 2px 0px 2px 15px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-bottom: 1px solid #ddd;
	padding: 2px 0px 2px 15px;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #ddd;
	padding: 2px 0px 2px 15px;
}

#calc
    {
    position: relative;
    right: 100%;
    }

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
 font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


.divider
{

    position:relative;
    padding: 5px 25px 5px 0px;
	font-size: 100%;
    left:0px;
    margin: 0 20% 0 0;

    width: 100%;
    border-top: #ddd 1px solid;

}

#copyright {
color: #ccc;

background-color:f4f4f4;

font-size:60%;
}




