/* CSS Document */
/* Brand New Day Master CSS File */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #C43C08;
	text-transform: capitalize;
	line-height: 1.1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C43C08;
	text-transform: capitalize;
	font-style: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C43C08;
	text-transform: capitalize;
}


/* Layout Section */
#divHeaderWrapper{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-bottom-color: #cccccc;
}
#divHeader {
	float:none;
	width: 740px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	height: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}
#divUtil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	margin: 0px;
	height: 12px;
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Formatting setting for top utility navigation */

	#divUtil a:link {color: #000099;
	text-decoration: none;}

	#divUtil a:hover {color: #000099;
	text-decoration: underline;}

	/*#divUtil a:visited {color:#666666;
	text-decoration:none;} */
/*End top utilitiy formatting */

#divNavWrapper {
	width:100%;
	background-color:#FBCF24;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	background-image: url(../bgs/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: top;
	
}
#divNav {
	float:none;
	width: 740px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FBCF24;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../bgs/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
	padding-left: 40px;
}
#divCaptionWrapper {
	width:100%;
	background-color:#0000F8;
	margin: 0px;
	padding: 0px;
	background-image: url(../bgs/bg_blue_wash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
#divCaption {
	float:none;
	width: 778px;
	margin-left:auto;
	margin-right:auto;
	background-color:#0033FF;
	height: 115px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C43C08;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C43C08;
	border-left-color: #C43C08;
}
#divFirstContWrapper {
	position: relative;
	width: 100%;
}
#divContentWrapper{
	position: relative;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#tblContent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C43C08;
	border-left-color: #C43C08;
	background-color: #EBF0FF;
}

#tdSideMenu{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #EBF0FF;
	vertical-align: top;
}
/* SideMenu Navigation */

#tdSideMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#tdSideMenu a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 185px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C43C08;
	
}
#tdSideMenu a:hover {
	background-color: #C43C08;
	font-weight: normal;
	color: #FFFFFF;
}
/* End Side Menu Navigation */

#divRightMenu{
	float:right;
	width: 150px;
	padding-right: 10px;
	background-color: #CCCCCC;
}
#tdActualContent{
	width:537px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.7em;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C43C08;
	background-image: url(../bgs/grgrad.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* Formatting setting for Actual Content Links */
	#tdActualContent a:link {color: #000099;
	text-decoration: none;}

	#tdActualContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000099;
}

	#tdActualContent a:visited {color:#666666;
	text-decoration:none;} 
	
/*End Breadcrumbs Actual Content Links */


#divBreadCrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height: 12px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/* Formatting setting for BreadCrumbs navigation */
	#divBreadCrumbs a:link {color: #000099;
	text-decoration: none;}

	#divBreadCrumbs a:hover {
	color: #000099;
	text-decoration: underline;
	background-color: #EBF0FF;
}

	#divBreadCrumbs a:visited {color:#666666;
	text-decoration:none;}
	
/*End Breadcrumbs navigation formatting */

#divFooter{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	background-color: #1B2A51;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C43C08;
}

#divFooter img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
#divFooterCont {
	height: 45px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#divFooterCont a:link {color: #FFFFFF;
	text-decoration: none;}

	#divFooterCont a:hover {
	color: #FBCF24;
	text-decoration: underline;
}

	#divFooterCont a:visited {color:#FFFFFF;
	text-decoration:none;} 

/* End of Layout section */
 /* Misc. Formatting items */
 
.image_right {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 2px solid #000000;
	margin-top: 5px;
	margin-left: 8px;
}
.image_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 2px solid #000000;
	margin-top: 5px;
	margin-left: 8px;
}

.bold {
	font-weight: bold;
}
.selected #tdSideMenu a:hover {
	background-color: #C43C08;
	font-weight: normal;
	color: #FFFFFF;
}
/*End of Misc. Formatting items */
.td_propertylisting_header {
	background-color: #EBF0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	border: 1px solid #333333;
}
.td_propertylisting_data{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #333333;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}
.photo_space {
	padding: 0px;
	border: 1px solid #333333;
	margin: 5px;
}
.photo_centered {
	padding: 0px;
	border: 1px solid #333333;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:25%;
	margin-right:25%;
}

.photo_centered_no_link {
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:25%;
	margin-right:25%;
	border: 1px solid #FFFFFF;
}
	.photo_centered_no_link  a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
}

	.photo_centered_no_link  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FFFFFF;}

	.photo_centered_no_link  a:visited {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #FFFFFF;
} 
