/* 
  ================================================
  PVII Existentiality
  Copyright (c) 2009 Project Seven Development
  www.projectseven.com
  Layout 03: 3Col (Black)
  ================================================
*/

body {
	font-family: Calibri, Arial, sans-serif;
	background-color: #93DAEA;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
#masthead {
	background-image:url(../../images/CBCMastheadtile3b.png);
	background-repeat: repeat-x;
	background-color: #fff;
}
#logo {
	width: 980px;
	margin: 0 auto;
}
#phone {
	float: right;
	position: absolute;
	visibility: visible;
	height: auto;
	width: auto;
	top: 13px;
	right: 2%;
	left: 98%;
}
#layout {
	background-image: url(img/existBlack_sbm_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 980px;
}
.column {
	float: left;
}
#left-column {
	width: 370px;
	margin-right: 10px;
	margin-left: 10px;
}
#mid-column {
	width: 200px;
	margin-right: 10px;
	background-image: url(img/home_middle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#right-column {
	width: 370px;
}
.maincontent {
	padding: 20px 32px 0 32px;
	font-size: 1em;
	line-height: 1.5;
}
.maincontent p, .midcontent p {
	margin: 3px 0 12px 0;
}
.midcontent {
	font-size: 0.90em;
	line-height: 1.35;
	color: #333;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.midcontent h3 {
	font-size: .9em;
	margin: 20px 0px 6px;
	text-transform: uppercase;
	font-weight: normal;
}
.midcontent h2, .midcontent h3 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 20px 0px 6px 0px;
}
.midcontent h3 {
	font-size: 13px;
}
.maincontent h1, .maincontent h2, .maincontent h3 {
	margin: 24px 0 0 0;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.maincontent h2 {
	font-size: 1em;
}
.maincontent h3 {
	font-size: .95em;
}
.maincontent .zero-margin, .midcontent .zero-margin {
	margin-top: 0;
}
#layout-bottom {
	background-image: url(img/existBlack_sbm_bottom.png);
	background-repeat: no-repeat;
	height: 32px;
	background-position: left bottom;
	clear: both;
}
#footer {
	margin: 12px auto;
	width: 980px;
	font-size: 0.85em;
	text-transform: none;
	letter-spacing: 0.1em;
	text-align: center;
}
.quotation {
	font-size: 0.95em;
	line-height: 1.2;
	font-style: italic;
	font-weight: lighter;
	color: #7C3901;
}
/*LINK STYLES*/
.maincontent a, #footer a {
	color: #7a3b06;
}
.maincontent a:hover, .maincontent a:focus,
#footer a:hover, #footer a:focus {
	color: #000;
}
.midcontent a {
	color: #699;
}
.midcontent a:hover, .sidecontent a:focus {
	color: #FFF;
}
/*EXTRA STYLES for STATIC MENU BAR*/
.menubar {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}
.menubar li {
	list-style-type: none;
	margin-bottom: 4px;
}
.menubar a {
	background-color: #699;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 6px 12px;
	border-top: 1px solid #81ABAB;
	border-right: 1px solid #568181;
	border-bottom: 1px solid #568181;
	border-left: 1px solid #81ABAB;
	zoom: 1;
}
.menubar a:hover, .menubar a:focus {
	background-color: #999;
	border-color: #ACACAC #8B8B8B #8B8B8B #ACACAC;
}
.pdflist {
	line-height: 1.2em;
	list-style-position: outside;
	list-style-image: url(../images/icon_pdf.gif);
}
.purple2587 {
	color: #824bb0;
}
