﻿* { margin: 0; padding: 0; }
body {
	background-color: #d0d0d0;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
}
h1 { font-size: 1.3em; color: #081C59; font-weight: bold; font-family: Trebuchet MS; }
h2 { font-size: 1em; font-family: Arial; color: #000000; font-weight: bold; }
ul { padding: 20px 20px 20px 40px; }
ol { padding: 5px 20px 20px 40px; }
img { border: 0px; }
p { margin: 20px 0px 20px 0px; }
.content { padding: 10px 5px 5px 5px; }
.content a { color: #081C59; text-decoration: none; }
.content a:link { color: #081C59; text-decoration: none; }
.content a:visited { color: #081C59; text-decoration: none; }
.content a:hover {color: #081C59; text-decoration: underline; }

.caseButton { text-align: center; float: right; padding: 0px 0px 0px 3px; margin: 0px 0px 0px 3px; }

.BoxContents { padding: 5px 5px 5px 5px; }

.ContentBox {
    background-image: url('images/boxbg1.jpg');
	background-repeat: repeat-x;
	padding: 5px 5px 5px 5px;
	border: solid 1px #c0c0c0;
}

.FAQQuestion
{
	font-size: 1em;
	font-family: Arial;
	color: #081C59;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Resource box settings */
.rbroundbox {
    width: 190px; 
    background: #6793dc url(images/ResourceBox_Bottom.gif) no-repeat left bottom;
    color: #ffffff; 
    font-size: .8em;
    margin: 1em auto 1em auto;
}

.rbroundbox h2 {
    background: url(images/ResourceBox_Top.gif) no-repeat left top;
 	font-weight: bold;
	color: #ffffff;
	font-size: 1.3em;
	text-align: center;
}

.rbroundbox a { color: #ffffff; text-decoration: none; }
.rbroundbox a:link { color: #ffffff; text-decoration: none; }
.rbroundbox a:visited { color: #ffffff; text-decoration: none; }
.rbroundbox a:hover {color: #ffffff; text-decoration: underline; }
/* End Resource Box Settings

/* Master Page Styles */
#MainContainer {
	width: 770px;
	margin: auto;
	background-color: #ffffff;
	background-image: url('images/contentback.jpg');
	background-repeat: repeat-y;
	padding-bottom: 0px;
}

#Header { text-align: center; height: 120px; }
#NavBar {	
	margin: auto;
	height: 30px;
	background-color: #95122B;
	text-align: center;
}

.submenu { text-align: left; }
#ContentContainer { width: 764px; margin: auto; }

#Copyright
{
	clear: both;
	height: 20px;
	background-color: #95122B;
	text-align: center;
	padding: 15px 0px 0px 0px;
	font-size: 10px;
	color: #ffffff;
	width: 764px;
	margin: 10px auto auto auto;
}

#Copyright a { color: #ffffff; text-decoration: none; }
#Copyright a:link { color: #ffffff; text-decoration: none; }
#Copyright a:visited { color: #ffffff; text-decoration: none; }
#Copyright a:hover {color: #ffffff; text-decoration: underline; }
/* End Master Page Styles */

/* General Styles */
.BlueInfoBox {
	background-image: url('images/boxbg2.jpg');
	background-repeat: repeat-x;
	font-size: 12px;
}

.GrayInfoBox {
	background-image: url('images/boxbg1.jpg');
	background-repeat: repeat-x;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

/* End General Styles */

/* Default.aspx Styles */
#IntroText {
    border: solid 1px #c0c0c0;
	background-image: url('images/boxbg1.jpg');
	background-repeat: repeat-x;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
}
#FlashIntro { width: 350px; float: right; padding: 0px 0px 1px 5px; margin-top: 15px; }
#SecondaryBar { padding: 5px 10px 5px 10px; clear: both; }
#FeaturedPractice { float: left; width: 300px; margin-left: 20px; }
#RealEstateFeatureBox {
    float: right; 
    margin-right: 20px; 
    background: url(images/refeature_tile.jpg) repeat-y; 
    width: 328px;
    text-align: center;
    color: #081C59;
}
#RealEstateFeatureBox .last { background: url(images/refeature_bottom.jpg) no-repeat left bottom; }
/* End Default.aspx styles */

/* About Page Styles */
#AboutBox {
	background-image: url('images/boxbg1.jpg');
	background-repeat: repeat-x;
	padding: 5px 5px 0px 5px;
}
/* End About Page Styles */

/* Contact Page Styles */
#ContactLeftColumn {
	width: 210px;
	float: left;
	background-repeat: repeat-x;
	text-align: center;
}

#ContactLeftColumn a {color: #ff0000; text-decoration: none;}
#ContactLeftColumn a:hover {text-decoration: underline;}
#ContactRightColumn {
	background-image: url('images/boxbg1.jpg');
	background-repeat: repeat-x;
	margin-left: 220px;
	border: solid 1px #c0c0c0;
}

/* End Contact Page Styles */

/* Real Estate Page Styles */
#reLeftColumn { width: 210px; float: left; }
#reRightColumn { margin-left: 220px; width: auto; }
/* End Real Estate Page Styles */

/* People Detail Page Styles */
#pdLeftColumn { width: 260px; float: left; }
#pdRightColumn { margin-left: 270px; width: auto; }
#pdContent { min-height: 350px; }
/* End People Detail Page Styles */

/* Real Estate Fee Page Styles */
.FeeTable { margin-left: 10px; width: 85%; }
.FeeTable td { width: 50%; }
.feeNote { font-size: .8em; padding-left: 10px; }
/* End Real Estate Fee Page Styles */