@charset "UTF-8";
/* Main Components */

h1,h2,h3,h4,h5,h6{font-family: "Garamond", "Times New Roman", serif;}

body{
	margin: 0 !important;
	font-size: 14px;
	background-color: #1C0D08;
	/*background-image: url('../images/bgrepeater.jpg');*/ 
	 /* Find background image */
}

#MasterContainer{
	background-color: #562610;
	padding: 0;
}

#pageContainer{
	background-color: #fcfcfc;
}

.sendButton{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	-border-radius:15px;
	
	background-color:#562610;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	font-family:Garamond,serif;
	font-size:14px;
	font-weight:bold;
	height:25px;
	margin:0 auto;
	padding-bottom:4px;
	text-align:center;
	width:155px;
}

#contactContent #contactForm .sendButton{
	color: #fff;
}

#contentContainer{
	margin: 0;
	padding: 15px;
}

#contentContainer p{
	margin-top: 0;
}

.mediumContent{
	width: 640px;
}

/* end Main Components */

/* Header */
/** Nav **/


#mainNavUl{
	margin: 0;
	background-image: url('../images/topbanrepeater.jpg'); /* Find gradient image */
	height: 50px;
	padding: 0;
}

.mainNavLi{
	margin: 0;
	float: left;
	height: 50px;
}

.mainNavAnchorFirst:hover, .mainNavAnchor:hover, .mainNavAnchorLast:hover {background: none;}
.mainNavAnchorFirst, .mainNavAnchor, .mainNavAnchorLast{
	padding: 0;
	background: none;
	text-align: center;
        font-family: Garamond, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	color: #544640;
	line-height: 50px;
	height: 50px;
	width: 160px;
	display: block;
	text-indent: -10px;
}
.mainNavAnchorFirst:hover, .mainNavAnchor:hover, .mainNavAnchorLast:hover {
	color: #544640;
	text-decoration: none;
}



.mainNavAnchorFirst, .mainNavAnchor,
.mainNavAnchorFirst:hover , .mainNavAnchor:hover {
        background-image: url('../images/symbol.png');
        background-position: right center;
        background-repeat: no-repeat;
	text-decoration: none;

}
#headerContainer{
	margin: 0 auto;
}
/** end Nav **/

/* end Header */

/* Slideshow */

#slideshow{
	/* may need to be modified as an object, and not through css */
	height: 250px;
	overflow: hidden;
}

/* end Slideshow */

/* Content */

.content{
	float: left;
	border: none;
	background-color: #FCFCFC;
	margin: 0;
}

/* end Content */

/* Sidebar */

#Sidebar{
	margin: 0;
	padding: 0;
	width: 320px;
	background: #562610;
	border: none;
	overflow: visible;
}

.sidebar{
	text-align: center;
	color: #562610;
	width: auto;
}

.sidebar #leadGenFormTitle, .sidebar #leadGenFormDescription{
/*	color: #fff; */
}

.sidebarButton, .sidebar #leadGenFormCallerBtn{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
        -khtml-border-radius:10px;
        -border-radius:10px;

	background-color:#342C29;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	font-family: Verdana,Geneva,sans-serif;
	height:25px;
	line-height:25px;
	width:155px;
	font-size: 12px;
	padding-bottom: 1px; 
	margin: 0 auto;
}

.sidebar h2, .sidebar #leadGenFormTitle{
	font-size:18px;
	line-height:40px;
	text-transform:uppercase;
	margin: 0;
}

.sidebar #leadGenFormContainer{
	color: #000;
}

.sidebar .contactInfo{
	background: none;
	padding: 20px 0 0;
}

.sidebarItem p{
	margin: 10px 0;
	height: 25px;
}

#networkItem{
	height: auto;
	font-size: 12px;
	border: none;
}

#networkItem p{
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
}

#networkItemContent a{
	color: #1C0D08;
	text-decoration: none;
}

.sidebarItem{
	border-bottom:1px solid #FFFFFF;
	height:200px;
	margin-bottom: 15px;
}

#relocationItem, #tourItem{
	cursor: pointer;
}

#socialNetworkIcons{
}

#socialNetworkIcons a{
	margin-right: 10px;
}

#socialNetworkIcons a img{
	border: none;
}

/* end Sidebar */

/* Home Page specific */

/** Top Content **/
#topContent{
        background-image: url('../images/centerbanrepeater.jpg');
        background-repeat: repeat-x;
	background-color: #B7AB93;
        height: 210px;
}

.topContentColContainer{
        float: left;
        width: 320px;
	height: 210px;
	text-align: center;
	cursor: pointer;
}

#topContentCol3Container{
	cursor: inherit;
}

.topContentCol{
	padding: 10px 13px;
}

.topContentColHeader, #leadGenFormTitle {
	font-family: "Garamond","Times New Roman",serif;
	font-weight: bold;
        text-indent: 15px;
        font-size: 20px;
        line-height: 36px;
        color: #544640;
	margin: 0;
	text-transform: uppercase;
}

.topContentColText, #leadGenFormDescription{
	height:40px;
	margin:0 0 10px;
	color: #544640;
	font-size: 12px;
	font-family: Verdana,Geneva,sans-serif;
}

#topContentCol1Text{
	height: 76px;
}

#topContentCol3 > h3 {
	background-image: url('../images/symbol.png');
        background-repeat: no-repeat;
        background-position: left center;
	text-align: left;
}

#topContentCol3 .sideTitle{
        font-size: 12px;
}

#topContentCol3 input, #topContentCol3 select {
        font-size: 12px;
        background-color: #e3d7bf;
        border: 1px solid #9b8f80;
}

#topContentCol3 input{ height: 15px;}
#topContentCol3 select{ height: 20px;}

/** end Top Content **/

/** Bottom Content **/

#bottomLeftContent{
	background-color: #F2EEE9;
	float: left;
	width: 640px;
}

#mortgageRates{
	background-color: #fcfcfc;
	width: 100%;
	height: 125px;
}

.mortgageRatesContainer{
	width: auto;
	padding: 15px 20px;
	text-align: left;
	font-family: Verdana,Geneva,sans-serif;
}

.mortgageRatesDisclaimer{
	font-family: Verdana,Geneva,sans-serif;
	font-size: 8px;
}

#homeSidebar{
	float: left;
	width: 320px;
	color: #fff;
}

#homeSidebarContent{
	margin-top: 20px;
	padding-left: 20px;
}

.homeSidebarItem{
	margin-bottom: 20px;
}

.homeSidebarItem > h2{
	text-transform: uppercase;
	background: url(/users/104/templates/Basic/images/symbol_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 20px;
	font-family: Garamond, serif;
}

.homeSidebarItem >p a{
	color: #fff;
	text-decoration: none;
}

/** end Bottom Content **/

/* end Home Page */

/* Footer */
#footerContainer{
	color: #ffffff;
	padding: 10px 0;
	margin: 0;
}

#footerContainer img{
	vertical-align: middle;
}


#footerContainer #copyright{
}
#footerContainer a, #footerContainer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Relocation Form */

#leadGenFormContainer .formFooter{
	margin-left: 0;
}

/* end Relocation Form */

/* misc */

.contentCap{
	background-color: #562610;
}
