/* ONR Real Estate Project - Colour Styles for Design 2E */

/* Colours */

/* #797979; /* colour 0 */ /* body behind gradient - medium gray */
/* #3d3d3d; /* colour 1 */ /* page wrapper - charcoal */
/* #ffffff; /* colour 2 */ /* menu bar - white */
/* #10307c; /* colour 3 */ /* menu bar rollover - burgundy */
/* #3d3d3d; /* colour 4 */ /* menu bar font - charcoal */
/* #ffffff; /* colour 5 */ /* menu bar rollover font - white */
/* #f8f8f8; /* colour 6 */ /* main content background - off white */
/* #e6e2e1; /* colour 7 */ /* sidebar background - light gray */
/* #3d3d3d; /* colour 8 */ /* main content font - charcoal */
/* #3d3d3d; /* colour 9 */ /* sidebar content font - charcoal */
/* #797979; /* colour 10 */ /* default link hover colour - medium gray */
/* #10307c; /* colour 11 */ /* heading 1 colour - burgundy */
/* #797979; /* colour 12 */ /* p1 colour - medium gray */
/* #000000; /* colour 13 */ /* content h2 - black */
/* #000000; /* colour 14 */ /* sidebar h2 - black */
/* #10307c; /* colour 15 */ /* more button background - burgundy */
/* #ffffff; /* colour 16 */ /* more button font colour - white */
/* #000000; /* colour 17 */ /* more button rollove font - black */
/* #3d3d3d; /* colour 18 */ /* sidebar rule - charcoal */
/* #797979; /* colour 19 */ /* footer font colour - medium gray */
/* #e6e2e1; /* colour 20 */ /* footer link hover - light gray */

body {
	background: #797979; /* colour 0 */
}
#body_wrapper {
	background:url(/images/Templates/2/main_bge.jpg); /* change for each colour wave */
}
#page_wrapper {
	background: #3d3d3d; /* colour 1 */
}
#slogan {
	background: url(/images/Templates/2/design2_bg1e.jpg); /* change for each colour wave */
}
#main_menu {
	background: #3d3d3d; /* colour 2 */
}
#main_menu li a {
	color: #FFFFFF; /* colour 4 */
}
#main_menu li a:hover {
	background: #10307c; /* colour 3 */
	color: #ffffff; /* colour 5 */
}
#content_v1 {
	background: #FFFFFF; /* colour 1 */
}
#content_wrapper {
	background:url(/Sites/neilwarshafskycom/Root/Web/Images/bg.jpg); /* change for each colour wave */
}
#primary_content {
	color: #3d3d3d; /* colour 8 */
}
#primary_content a {
	color: #3d3d3d; /* colour 8 */
}
#primary_content a:hover {
	color: #bf3a17; /* colour 10 */
}
h1 {
	color: #10307c; /* colour 11  c60606 */
}
#primary_p1 {
	color: #797979; /* colour 12 */
}
#primary_content h2 {
	color: #000000; /* colour 13 */
}
#primary_p3 {
	list-style: none;
}
#primary_p3 li {
	background:url(/images/Templates/2/checkmark_e.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: #000000; /* colour 14 */
}
#secondary_content .more_link {
	color: #ffffff; /* colour 16 */
	background: #10307c; /* colour 15 */
}
#secondary_content .more_link:hover {
	color: #000000; /* colour 17 */
}
.hr {
	border-bottom: 1px solid #3d3d3d; /* colour 18 */
}
#footer {
	position: relative;
	background: #3d3d3d; /* colour 1 */
	color: #797979; /* colour 19 */
}
#footer a {
	color: #797979; /* colour 19 */
}
#footer a:hover {
	color: #e6e2e1; /* 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:190px;
	position: absolute;
	top: 134px;
	left: 0px;
}
#logo a {
	display: block;
	height: 70px;
	width: 224px;
	text-indent: -999999px;
	position: absolute;
	top: 15px;
	left: 20px;
}
#img1 {
	height: 190px;
	width: 776px;
}
#slogan {
	height:37px;
	width: 396px;
	position: absolute;
	top: 42px;
	left: 370px;
	background-repeat: no-repeat;
	text-indent: 0px;
	font-size:14px;
	color:#3d3d3d;
	font-weight:bold;
}
#main_menu {
	height: 40px;
	width:776px;
	position: absolute;
	top: 94px;
	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: 314px;
}
#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;
	text-align:justify;
}
#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-weight: bold;
	font-size: 12pt;
}
#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;
}
#table_a td {
	padding:3px;
}
#logo a {
	background: url(/images/Templates/2/logo.png) no-repeat;
}
#img1 {
	background: url(/images/Templates/2/img1.jpg) no-repeat;
}
#logo a {
	background: url(/Sites/neilwarshafskycom/Root/Web/Images/logo.jpg) no-repeat;
}
#img1 {
	background: url(/Sites/neilwarshafskycom/Root/Web/Images/banner.jpg) no-repeat;
}
#slogan {
	background: url(/Sites/neilwarshafskycom/Root/Web/Images/slogan.jpg);
}

/* 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: #f8f8f8; /* colour 6 */
}

