/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Boardroom Theme
  ------------------------------------------------
*/

body {
	background-color: #FFF;
	background-image: url(img/body-bg.gif);
	background-repeat: repeat;
	font-family: "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	margin: 0px 0px 30px 0px;
}
/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
/*Logo and Banner*/
#logo {
	padding: 10px 20px;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
	text-align: center;
	background-color: #074619;
		background-image:url(img/dgren009.jpg);
	background-repeat:repeat;
	box-shadow: 0px 0px 30px #000;
}
#banner {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(img/masthead_bg.png);
}
#titleText {
}
#titleTextMobile {
	display: none;
}
/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.greencentered {
	color: #074619;
	text-align: center;
}
img.sidebar-images {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}
/*Layout Wrapper*/
#layout {
	max-width: 1260px;
	margin: 0px auto;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	border-radius: 0px 0px 7px 7px;
}
/*Default Row Structures*/
.affinity-row {
	padding: 0px;
}
/*This rule assigns a gray gradient background to every other row*/
.affinity-row:nth-child(even) {
	background-color: #EEE;
	background-image: -webkit-linear-gradient(#EEE, #CCC);
	background-image: linear-gradient(#EEE, #CCC);
}
/*Turns off the Background for Nested Rows*/
.affinity-row .affinity-row:nth-child(even) {
	background-color: transparent;
	background-image: none;
	background-image: none;
}
/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}
/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 50%;
	float: left;
}
/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 33.3333333%;
	float: left;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 25%;
	float: left;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}
/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}
/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 76%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 24%;
	float: left;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}
.left-border {
	border-left: 1px solid #000;
}
.right-border {
	border-right: 1px solid #000;
}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
/*Column Content*/
.column-content {
	line-height: 1.35;
	padding: 15px 24px;
}
.affinity-row.sidebar-right .column-content, .affinity-row.sidebar-left .column-content, .affinity-row.thirds.full-height .column-content {
	padding: 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/*Headings*/
h1, h2, h3, h4 {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 30px 0px 0px 0px;
}
.column-content h1:first-child, .column-content h2:first-child, .column-content h3:first-child, .column-content h4:first-child {
	margin-top: 10px;
}
/*Ordinary Link Styles*/
.column-content a {
	color: #06C;
}
.column-content a:hover, .column-content a:focus {
	color: #990000;
}
/* Special link styles for phone links */
.phone {
	color: #E84814;
}
.phone a:link, .phone a:visited, .footer.phone a:link, .footer.phone a:visited {
	color: #E84814;
	text-decoration: none;
	border-bottom: dashed 1px #E84814;
}
.phone a:hover, .phone a:focus {
	color: #0023CC;
	text-decoration: none;
	border-bottom: dashed 1px #0023CC;
}
/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 24px;
}
/*Footer and Copyright*/
.footer {
	color: #FFFFFF;
	font-size: 0.9em;
	border-radius: 0px 0px 5px 5px;
	border-top: 1px solid;
	border-color: #726561;
	background-color: #074619 !important;
	background-image:url(img/dgren009.jpg) !important;
	background-repeat:repeat;
/*
	background-image: -webkit-linear-gradient(#074619, #074619) !important;
	background-image: linear-gradient(#074619, #074619) !important;
*/
}
.footer h3, .footer h4 {
	font-family: "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.footer li {
	list-style-type: none;
	line-height: 1.65;
}
.footer a {
	color: #fff;
}
.footer a:hover, .footer a:focus {
	color: #CFC9C7;
}
.copyright {
	font-size: 0.85em;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	padding: 5px 10px 15px 20px;
}
ul.list-tick {
	margin: 14px 0 0 0;
	padding: 0;
}
ul.list-tick li {
	color: #FFFFFF !important;
	font-size: 0.9em !important;
	font-weight: normal !important;
	margin: 0;
	padding: 0px 0 2px 20px;
	list-style: none;
	background: url(img/icn_arrow.gif) no-repeat left 3px;
}
ul.homelist {
	margin: 14px 0 0 0;
	padding: 0;
}
ul.homelist li {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin: 0;
	padding: 0px 0 2px 26px;
	list-style: none;
	background: url(img/checkmark.png) no-repeat left 3px;
}
.inline-list {
	font-size: 1.1em;
	font-weight: bold;
	color: #074619;
	margin-top: 26px;
	padding: 0;
}
.inline-list li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
}
.recently {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.recently li {
	line-height: 1.5em;
	padding: 0 0 0 18px;
	background-position: top left;
	margin-bottom: 6px;
	background-image: url(img/link_go.png);
	background-repeat: no-repeat;
}
#socialbox img {
  padding:2px;	
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: linear;
  transition-delay: 0.1s;
}

#socialbox img:hover {
  opacity: 0.6;
}
.notice {
	position: relative;
	margin: 1em;
	color:#171717;
	background: #F9F9F9;
	padding: .7em 1em .7em 2em;
	border: 1px solid;
	border-left: 4px solid #DDD;
	border-radius: 0 6px 6px 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.notice:before {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: -17px;
	background-color: #DDD;
	color: #FFF;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-family: Georgia;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.info {
	border-color: #0074D9;
}
.info:before {
	content: "i";
	background-color: #0074D9;
}
.success {
	border-color: #2ECC40;
}
.success:before {
	content: "√";
	background-color: #2ECC40;
}
.warning {
	border-color: #FFDC00;
}
.warning:before {
	content: "!";
	background-color: #FFDC00;
}
.note {
	border-color: #973530;
}
.note:before {
	content: "!";
	background-color: #973530;
}
.error {
	border-color: #FF4136;
}
.error:before {
	content: "X";
	background-color: #FF4136;
}
.centertext {
	text-align: center;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 768px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3, .column-half, .column-third, .column-fourth, .column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
#banner {
	background-image: none !important;
}
.no-pad-left-top-bottom {
	padding: 0px !important;
}
.no-pad-right-top-bottom {
	padding: 0px !important;
}
#titleText {
	display: none;
}
#titleTextMobile {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 2em;
	font-weight: 400;
	color: #087B29;
	text-align: center;
	margin-bottom: 12px;
	display: block!important;
}
#titleTextMobile a:link, #titleTextMobile a:visited {
	color: #E84814;
	text-decoration: none;
}
#titleTextMobile a:hover, #titleTextMobile a:focus {
	color: #0023CC;
	text-decoration: underline;
}
}

/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
#layout {
	max-width: none;
}
}
