@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #444;
	background: #252525;
}
.page { font-size: 1em; }

h1 { font-size: 2.2em; font-family: Arial, Helvetica, sans-serif; color: #666; margin: 0px 0px .5em 0px; font-weight: normal; }
h2 { font-size: 1.8em; font-family: Arial, Helvetica, sans-serif; color: #333; margin: -.5em 0px .25em 0px; }
h3 { font-size: 1.25em; color: #333; line-height: 140%; margin: 0em 0px .5em 0px; }
h6 { font-size: .1em; color: #666; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; font-size: 1.1em; line-height: 160%; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #d75e34; font-weight: bold; text-decoration: none; }
a:hover { color: #ffa586; }

figure { display: block; margin: 0px; padding: 0px; }

figure .figure_photo {
	background: url(../images/tom-debbie-big.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 400px;
	float: left;
	margin: 0px 15px 20px 0px;
	height: 313px;
	border: 1px solid #000;
}
figure .figure_photo1 {
	background: url(../images/crescent-bar-big.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 700px;
	float: right;
	margin: 0px 0px 10px 15px;
	height: 462px;
	border: 1px solid #000;
}

/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 100%; max-width: 2400px; }
.page header {
	display: block;
	position: relative;
	height: 50px;
	padding: 80px 25px 20px 420px;
background: -moz-linear-gradient(top, #4e84c4 40%, #375f8f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#4e84c4), color-stop(90%,#375f8f));
}
.page header a.logo {
	position: absolute;
	top: 10px;
	left: 25px;
	display: block;
	width: 400px;
	height: 122px;
	background: url(../artwork/CBVR-logo-big.png) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 85px;
	left: 425px;
	display: block;
	width: 660px;
	height: 30px;
	background: url(../artwork/tagline-big.png) no-repeat 0px 0px;
}
.page header a.properties {
	position: absolute;
	top: 10px;
	right: 15px;
	display: block;
	width: 170px;
	height: 65px;
	background: url(../artwork/properties-btn1.png) no-repeat 0px 0px;
}
.page header a:hover.properties {
	position: absolute;
	top: 10px;
	right: 15px;
	display: block;
	width: 170px;
	height: 65px;
	background: url(../artwork/properties-btn2.png) no-repeat 0px 0px;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0 0 10px 0; padding: 0px; height: 50px; background-color: #e3ebf4; }
/*Begin navigation*/
nav
{ width: 100%;
	align: left;
	height: 40px;
	background-color: #e3ebf4; }
nav ul
{	float: left; }
nav ul li 
{	float: left;
	list-style: none;
	position: relative;
	z-index:100; }
/*Main nav buttons*/	
nav ul li a
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #ea6503;
	text-decoration: none;
	font-size: 1em;
	padding: 0px 100px 10px 0px; }
nav ul li ul 
{ display: none; position: absolute; background-color: #3684d2; padding: 5px; font-size: .8em; }
nav ul li:hover ul 
{ display: block; }
nav ul li ul li
{ width: 200px; }
nav ul li ul li a
{ padding: 8px 14px; color: #fff; }
nav ul li ul li a:hover 
{ background-color: #acc5e6; color: #000; }
/*End nav menu*/
.page .page_content .page_content_container_heading { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_top { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_left { width: 100%; float: left; margin: 0px 0 0 0; padding: 0px; }
.page .page_content .page_content_container_right { width: 45%; float: right; margin: 0px; padding: 0px; }
.page .page_content .content {
	margin: 15px 15px 15px 15px;
	padding: 0px;
}
.page .page_content .content_sidebar {
	margin: 15px 20px 20px 20px;
	padding: 20px 20px 0 20px;
	border: 0px solid #bdbdbd;
	background: #ddeaff;
}

.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 45px 10px 15px 20px;
	font-size: .9em;
	color: #757575;
	background-color: #fff;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #4e84c4 40%, #375f8f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#4e84c4), color-stop(90%,#375f8f));
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Vertical Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 0px; }
	.page { margin: 0px; padding: 0px; font-size: .8em }
h1 { font-size: 1.9em; color: #666; margin: 0px 0px .5em 0px; }
	h2 { font-size: 1.5em; }
	h3 { font-size: 1.1em; color: #000; line-height: 120%; margin: 0em 0px .75em 0px; }
	.page header {
	display: block;
	position: relative;
	height: 60px;
	padding: 55px 10px 0px 200px;
background: -moz-linear-gradient(top, #4e84c4 40%, #375f8f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#4e84c4), color-stop(90%,#375f8f));
}
.page header a.logo {
	position: absolute;
	top: 15px;
	left: 0px;
	display: block;
	width: 200px;
	height: 61px;
	background: url(../artwork/CBVR-logo-sml.png) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 90px;
	left: 5px;
	display: block;
	width: 230px;
	height: 14px;
	background: url(../artwork/tagline-sml.png) no-repeat 0px 0px;
}
.page header a.properties {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 120px;
	height: 46px;
	background: url(../artwork/properties-btn3.png) no-repeat 0px 0px;
}
.page header a:hover.properties {
	position: absolute;
	top: 10px;
	right: 15px;
	display: block;
	width: 120px;
	height: 46px;
	background: url(../artwork/properties-btn4.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0 0 10px 0; padding: 0px; height: 30px; background-color: #e3ebf4; }
/*Begin navigation*/
nav
{ width: 100%;
	align: left;
	height: 30px;
	background-color: #e3ebf4; }
nav ul
{	float: left; }
nav ul li 
{	float: left;
	list-style: none;
	position: relative;
	z-index:100; }
/*Main nav buttons*/
nav ul li a
{ display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #ea6503;
	text-decoration: none;
	font-size: .9em;
	padding: 0px 10px 3px 0px; }
nav ul li ul 
{ display: none; position: absolute; background-color: #3684d2; padding: 5px; font-size: .85em; }
nav ul li:hover ul 
{ display: block; }
nav ul li ul li
{ width: 150px; }
nav ul li ul li a
{ padding: 4px 6px; color: #fff; }
nav ul li ul li a:hover 
{ background-color: #acc5e6; color: #000; }
/*End nav menu*/
.page .page_content .page_content_container_heading { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_top { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_left { width: 100%; float: left; margin: 0px 0 0 0; padding: 0px; }
figure .figure_photo {
	background: url(../images/tom-debbie-sml.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 200px;
	float: left;
	margin: 0px 10px 20px 0px;
	height: 157px;
	border: 1px solid #000;
}
figure .figure_photo1 {
	background: url(../images/crescent-bar-sml.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 200px;
	float: right;
	margin: 0px 0px 10px 10px;
	height: 132px;
	border: 1px solid #000;
}
figure figcaption { font-size: .9em; display: block; color: #000; float: left; margin: 160px 0px 5px 0px; padding: 0px 10px 0px 0px; }
.page .page_content .content {
	margin: 5px 5px 5px 10px;
	padding: 0px;
}

	.page footer { font-size: .8em; }
}
/* Small Screen Horizontal Rules */
@media screen and (min-width: 501px) and (max-width: 800px) {	
	body { padding: 0px; }
	.page { margin: 0px; padding: 0px; font-size: .9em }
	h1 { font-size: 1.75em; color: #666; margin: 0px 0px .5em 0px; }
	h3 { font-size: 1.2em; color: #000; line-height: 120%; margin: 0em 0px .75em 0px; }
	.page header {
	display: block;
	position: relative;
	height: 60px;
	padding: 70px 20px 0px 320px;
background: -moz-linear-gradient(top, #4e84c4 40%, #375f8f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#4e84c4), color-stop(90%,#375f8f));
}
.page header a.logo {
	position: absolute;
	top: 5px;
	left: 15px;
	display: block;
	width: 300px;
	height: 92px;
	background: url(../artwork/CBVR-logo-med.png) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 100px;
	left: 15px;
	display: block;
	width: 328px;
	height: 20px;
	background: url(../artwork/tagline-med.png) no-repeat 0px 0px;
}
.page header a.properties {
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
	width: 120px;
	height: 46px;
	background: url(../artwork/properties-btn3.png) no-repeat 0px 0px;
}
.page header a:hover.properties {
	position: absolute;
	top: 10px;
	right: 15px;
	display: block;
	width: 120px;
	height: 46px;
	background: url(../artwork/properties-btn4.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0 0 10px 0; padding: 0px; height: 40px; background-color: #e3ebf4; }
/*Begin navigation*/
nav
{ width: 100%;
	align: left;
	height: 40px;
	background-color: #e3ebf4; }
nav ul
{	float: left; }
nav ul li 
{	float: left;
	list-style: none;
	position: relative;
	z-index:100; }
/*Main nav buttons*/
nav ul li a
{	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #ea6503;
	text-decoration: none;
	font-size: .9em;
	padding: 0px 50px 5px 0px; }
nav ul li ul 
{ display: none; position: absolute; background-color: #3684d2; padding: 5px; font-size: .9em; }
nav ul li:hover ul 
{ display: block; }
nav ul li ul li
{ width: 170px; }
nav ul li ul li a
{ padding: 8px 14px; color: #fff; }
nav ul li ul li a:hover 
{ background-color: #acc5e6; color: #000; }
/*End nav menu*/
.page .page_content .page_content_container_heading { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_top { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_left { width: 100%; float: left; margin: 0px 0 0 0; padding: 0px; }
figure .figure_photo {
	background: url(../images/tom-debbie-med.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	margin: 0px 10px 15px 0px;
	height: 235px;
	border: 1px solid #000;
}
figure .figure_photo1 {
	background: url(../images/crescent-bar-med.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 400px;
	float: right;
	margin: 0px 0px 10px 15px;
	height: 264px;
	border: 1px solid #000;
}
figure figcaption { font-size: .9em; display: block; color: #000; float: left; margin: 240px 0px 5px 0px; padding: 0px 10px 0px 0px; }
.page .page_content .content {
	margin: 15px 15px 15px 15px;
	padding: 0px;
}

.page footer {
	display: block;
	border-top: 0px solid #ddd;
	padding: 15px 10px 15px 10px;
	font-size: .9em;
	color: #757575;
	background-color: #fff;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #4e84c4 40%, #375f8f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#4e84c4), color-stop(90%,#375f8f));
}
}

/* Medium Screen Rules */
@media screen and (min-width: 801px) and (max-width: 1100px) {
.page { margin: 0px; padding: 0px; font-size: .9em; }
h3 { font-size: 1.25em; color: #000; line-height: 120%; margin: 0em 0px .75em 0px; }
p { margin: 0px 0px .5em 0px; font-size: 1.1em; line-height: 160%; }
	.page header {
	display: block;
	position: relative;
	height: 60px;
	padding: 65px 20px 0px 320px;
background: -moz-linear-gradient(top, #4e84c4 40%, #375f8f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#4e84c4), color-stop(90%,#375f8f));
}.page header a.logo {
	position: absolute;
	top: 15px;
	left: 25px;
	display: block;
	width: 300px;
	height: 92px;
	background: url(../artwork/CBVR-logo-med.png) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 75px;
	left: 325px;
	display: block;
	width: 328px;
	height: 20px;
	background: url(../artwork/tagline-med.png) no-repeat 0px 0px;
}
.page header a.properties {
	position: absolute;
	top: 10px;
	right: 15px;
	display: block;
	width: 120px;
	height: 46px;
	background: url(../artwork/properties-btn3.png) no-repeat 0px 0px;
}
.page header a:hover.properties {
	position: absolute;
	top: 10px;
	right: 15px;
	display: block;
	width: 120px;
	height: 46px;
	background: url(../artwork/properties-btn4.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0 0 10px 0; padding: 0px; height: 40px; background-color: #e3ebf4; }
/*Begin navigation*/
nav
{ width: 100%;
	align: left;
	height: 40px;
	background-color: #e3ebf4; }
nav ul
{	float: left; }
nav ul li 
{	float: left;
	list-style: none;
	position: relative;
	z-index:100; }
/*Main nav buttons*/
nav ul li a
{ display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #ea6503;
	text-decoration: none;
	font-size: .9em;
	padding: 0px 70px 7px 0px; }
nav ul li ul 
{ display: none; position: absolute; background-color: #3684d2; padding: 5px; font-size: .85em; }
nav ul li:hover ul 
{ display: block; }
nav ul li ul li
{ width: 180px; }
nav ul li ul li a
{ padding: 8px 14px; color: #fff; }
nav ul li ul li a:hover 
{ background-color: #acc5e6; color: #000; }
/*End nav menu*/
.page .page_content .page_content_container_heading { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_top { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_left { width: 100%; float: left; margin: 0px 0 0 0; padding: 0px; }
figure .figure_photo {
	background: url(../images/tom-debbie-med.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	margin: 0px 10px 15px 0px;
	height: 235px;
	border: 1px solid #000;
}
figure .figure_photo1 {
	background: url(../images/crescent-bar-med.jpg) 50% 0px;
	background-repeat: no-repeat;
	width: 400px;
	float: right;
	margin: 0px 0px 10px 15px;
	height: 264px;
	border: 1px solid #000;
}

.page .page_content .page_content_container_right { width: 50%; float: right; margin: 0px; padding: 0px; }
.page .page_content .content {
	margin: 15px 15px 15px 15px;
	padding: 0px;
}

}

.white {
	color: #FFF;
}
.orange {
	color: #C30;
}
