/* ONR Real Estate Project - Colour Styles for Design 2A */

/* Colours */

/* #ffffff; /* colour 0 */ /* body behind gradient - white */
/* #ffffff; /* colour 1 */ /* page wrapper - white */
/* #ebead8; /* colour 2 */ /* menu bar - light tan */
/* #d3c69c; /* colour 3 */ /* menu bar rollover - dark tan */
/* #000000; /* colour 4 */ /* menu bar font - black */
/* #ffffff; /* colour 5 */ /* menu bar rollover font - white */
/* #ebead8; /* colour 6 */ /* main content background - light tan */
/* #dbd5bb; /* colour 7 */ /* sidebar background - medium tan */
/* #000000; /* colour 8 */ /* main content font - black */
/* #000000; /* colour 9 */ /* sidebar content font - black */
/* #bf3a17; /* colour 10 */ /* default link hover colour - rust */
/* #927f6e; /* colour 11 */ /* heading 1 colour - brown */
/* #bf3a17; /* colour 12 */ /* p1 colour - rust */
/* #bf3a17; /* colour 13 */ /* content h2 - rust */
/* #bf3a17; /* colour 14 */ /* sidebar h2 - rust */
/* #bf3a17; /* colour 15 */ /* more button background - rust */
/* #ffffff; /* colour 16 */ /* more button font colour - white */
/* #dbd5bb; /* colour 17 */ /* more button rollove font - medium tan */
/* #d3c69c; /* colour 18 */ /* sidebar rule - dark tan */
/* #927f6e; /* colour 19 */ /* footer font colour - brown */
/* #bf3a17; /* colour 20 */ /* footer link hover - rust */

body {
	background: #ffffff; /* colour 0 */
}

#body_wrapper { 
	background:url(/images/Templates/2/main_bga.jpg); /* change for each colour wave */
}

#page_wrapper {
	background: #ffffff; /* colour 1 */
}



#main_menu {
	background: #b3b2a6; /* colour 2 */
}


#main_menu li a {
	color: #000000; /* colour 4 */
}

#main_menu li a:hover {
	background: #d3c69c; /* colour 3 */
	color: #ffffff; /* colour 5 */
}

#content_v1 {
	background: #ffffff; /* colour 1 */
}

#content_wrapper {
	background:url(/images/Templates/2/design2_bg2a.jpg); /* change for each colour wave */
}


#primary_content {
	color: #000000; /* colour 8 */
}

#primary_content a {
	color: #000000; /* colour 8 */
}

#primary_content a:hover {
	color: #bf3a17; /* colour 10 */
}

h1 {
	color: #927f6e; /* colour 11 */
}

#primary_p1 {
	color: #bf3a17; /* colour 12 */
}

#primary_content h2 {
	color: #bf3a17; /* colour 13 */
}

#primary_p3 {
	list-style: none;
}

#primary_p3 li {
	background:url(/images/Templates/2/checkmark_a.gif); /* change for each colour wave */
}

#secondary_content {
	color: #000000; /* colour 9 */
}

#secondary_content a {
	color: #000000; /* colour 9 */
}
#secondary_content a:hover {
	color: #bf3a17; /* colour 10 */
}

#secondary_content h2 {
	color: #bf3a17; /* colour 14 */
}

#secondary_content .more_link {
	color: #ffffff; /* colour 16 */ 
	background: #bf3a17; /* colour 15 */
} 

#secondary_content .more_link:hover {
	color: #dbd5bb; /* colour 17 */
}

.hr {
	border-bottom: 1px solid #d3c69c; /* colour 18 */
}

#footer {
	position: relative;
	background: #ffffff; /* colour 1 */
	color: #927f6e; /* colour 19 */
}

#footer a {
	color: #927f6e; /* colour 19 */
}

#footer a:hover {
	color: #bf3a17; /* colour 20 */
}






/* ONR Real Estate Project - Layout Styles for Design 2 */

/* General Styles */

* {
	padding: 0;
	margin: 0;
	border: none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	overflow: -moz-scrollbars-vertical;
}

#body_wrapper {
	background-repeat: repeat-x;
}

#page_wrapper {
	width: 776px;
	margin: auto;
	text-align:left;
	position: relative;
}

.clearit {
	clear: both;
	height: 1px;
}

/* Banner and Main Menu */

#banner {
	width:776px;
	height:255px;
	position: absolute;
	top: 0px;
	left: 0px;

}



#img1 {
	height: 255px;
	width: 776px;
}



#main_menu {
	height: 40px;
	width:776px;
	position: absolute;
	top: 255px;
	left: 0px;
	background-repeat: repeat-x; 
}

#main_menu ul {
	list-style:none;
	padding-left: 60px; /* may need to adjust */
}

#main_menu li {
	display: inline;
	float: left;
	width: 130px;
}

#main_menu li a {
	text-decoration: none;
	display: block; 
	height: 40px;
	width: 120px;
	line-height: 40px;
	background-position: top;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	letter-spacing: -1px;
}


/* Content Styles */

#content_v1 {
	padding-top: 267px;
}

#content_wrapper {
	background-repeat: repeat-y;
	height: 100%;
}

#content_wrapper ul {
	margin-left: 20px;
	padding-top: 7px;
}

#content_wrapper li {
	margin: 3px 0 3px 0;
}

#primary_content {
	width: 420px;
	float: left;
	padding: 30px 25px 30px 25px;
}

#primary_content p, #primary_content ul, #primary_content li, #primary_contentr ol, #primary_content h2 {
	padding-top: 15px;
}


h1 {
	font-size: 19pt;
}

#primary_p1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

#primary_content h2 {
	font-size: 14pt;
	padding-top: 20px;
}

#primary_p3 {
	list-style: none;
	margin-top: -10px;
}

#primary_p3 li {
	padding-left: 25px;
	margin-left: -15px;
	background-repeat: no-repeat;
	background-position: 2px 12px;
}

#secondary_content {
	width: 256px;
	float: left;
	padding: 30px 25px 30px 25px;
}

#secondary_content p, #secondary_content ul, #secondary_content li, #secondary_content ol, #secondary_content h2 {
	padding-top: 10px;
}


#secondary_content h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15pt;
}

#secondary_content .more_link {
	height: 20px;
	width: 80px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	padding: 0 3px 0 3px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 170px;
} 

.hr {
	padding-top: 5px;
	padding-bottom: 10px;
}

/* Footer Styles */

#footer {
	position: relative;
	min-height:50px;
  	height:auto !important;
  	height:50px;
}

#copyright {
	position: absolute;
	top: 10px;
	left: 25px;
}

#secondary_menu {
	list-style:none; 
	position: absolute;
	top: 10px;
	right: 25px;
}

#secondary_menu li {
	display: inline;
}

#secondary_menu li a {
	text-decoration: none;
}






#img1 {
	background: url(/images/Templates/2/img1.jpg) no-repeat;
}






/* Single Column Template */

#single #primary_content {

width: 726px;

float: none;

padding: 30px 25px 25px 25px;

}
 

/* Double Column Template */

#double #secondary_content li {

padding-top: 0;

}

/* Single Column Template */

 

#single #content_wrapper  { 

background: #ebead8; /* colour 6 */

}

 

/* Double Column Template */

 

/* No additional CSS required */


#img1 {background: url(/Sites/futurebrightca/Root/Web/Images/banner_fb.jpg) no-repeat;} 



body {

}


