/* 
  --------------------------------------
  PVII Mirage
  by Project Seven Development
  www.projectseven.com
  Layout09: 1-Col+ 2-Col Section
  --------------------------------------
*/


body {
	font-family: Calibri, Arial, sans-serif;
	font-size: 100%;
	color: #CCC;
	margin: 0px;
	padding: 0px 0px 80px;
	min-width: 982px;
	background-color: #222222;
}
#masthead {
	background-image: url(images/mirage_masthead.jpg);
	background-repeat: repeat-x;
}
#logo {
	background-image: url(images/mirage_tag.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tagline {
	padding: 0px 0px 0px 48px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: -6px 0 36px 0;
}
/*Structural */
#content-wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #222222;
}
#footer {
	margin: 0px auto;
	width: 900px;
	background-image: url(images/col1-mirage_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;
	font-size: 11px;
	text-transform: uppercase;
}
#bottom-navigation {
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0;
	padding: 0;
	background-color: #000;
	background-image: url(images/mirage_bottom-nav.jpg);
	background-repeat: repeat-x;
	color: #CCC;
	z-index: 9999999;
}
#nav-wrapper {
	width: 900px;
	margin: 0 auto;
}
/*CONTENT*/
.column-heading-wrapper {
	background-image: url(images/header-mid.jpg);
	background-repeat: repeat-x;
}
.column-heading {
	background-image: url(images/header-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.column-heading h1 {
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	background-image: url(images/header-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #CCC;
	padding: 6px 20px;
}
.content {
	padding: 20px 32px;
	font-size: 13px;
	line-height: 1.35;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 16px 0 0 0;
}
h3 {
	font-size: 19px;
	font-weight: normal;
	margin: 22px 0 0 0;
}
p {
	margin: 8px 0 16px 0;
	line-height: 1.35;
}
.topper {
	margin: 0;
}
.page-popper {
	background-color: #101010;
	color: #CCC;
	padding: 20px 20px 12px 20px;
	font-size: 12px;
	border: 2px solid #101010;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	margin-bottom: 16px;
}
.page-popper-gray {
	background-color: #8A8A8A;
	color: #FFF;
	padding: 20px 20px 12px 20px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	margin-bottom: 16px;
}
.section-box-wrapper {
	background-color: #FFF;
	margin: 24px 0;
	border: 1px solid #757575;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.clear-float {
	clear: both;
}
.section-boxes {
	background-image: url(images/col1-mirage_vrule.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.section-left {
	float: left;
	width: 416px;
}
.section-right {
	float: left;
	width: 416px;
}
.section-content {
	padding: 20px 30px;
	color: #000;
}
.caption {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #EEEEEE;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	color: #FFFFFF;
}
