/*   
Theme Name: Albatoul Group Custom Theme
Theme URI: http://www.albatoulgroup.com/
Description: Custom theme generated by Lewis Media Group, LLC
Version: 1.0
Author: Lewis Media Group
Author URI: http://www.windycitywebsites.com/
Version: 1
*/

@media screen {

* { margin: 0; padding: 0; }
body { background: white; font: 14px/1.4 myriad-pro,Arial, Helvetica, sans-serif;; }
.wf-inactive body { font: 13px/22px Arial, Helvetica, sans-serif; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

html,body,p,h1,h2,h3,ul,ol,li,a { font-family:myriad-pro,Arial, Helvetica, sans-serif; }

#page-wrap { width: 960px; margin: 20px auto; }

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { font-size:36px; }
h2 { }
h3 { }

p { font-size:14px;color:rgb(114,114,114);margin: 0 0 23px 0;line-height:22px; }
a { }
a:link,a:visited,a:hover,a:active { color:rgb(62,135,159); }
a img { border:none; }
a:link,a:visited { text-decoration:none; }
a:hover,a:active { text-decoration:underline; } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }

form { }
input[type=text] { }
textarea { }

/* BEGIN Custom Elements */

a:link,
a:visited { text-decoration:none; }

a:hover,
a:active { text-decoration:underline; }

.canvasWhite {
	margin:0px auto;
	overflow:hidden;
}

#canvasBkg {
	margin:0px auto;
	overflow:hidden;
	background:url(images/slider_area_bkg.png);
}

.canvasGray {
	margin:0px auto;
	overflow:hidden;
	background:#676767;
	height:49px;
}

#header {
	margin:0px auto;
	width:960px;
	height:146px;
	position:relative;
	background:url(images/header_bkg.jpg);
}

#logo {
	position:absolute;
	top:25px;
	left:36px;
}

#nav {
	margin:0px auto;
	width:960px;
	height:34px;
	background: #02a2d8; /* Old browsers */
	background: -moz-linear-gradient(top, #02a2d8 0%, #008fbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02a2d8), color-stop(100%,#008fbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #02a2d8 0%,#008fbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #02a2d8 0%,#008fbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #02a2d8 0%,#008fbf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #02a2d8 0%,#008fbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a2d8', endColorstr='#008fbf',GradientType=0 ); /* IE6-9 */	
}

#social {
	float:right;
}

#social img {
	float:left;
	margin:6px 13px 0 0;
}

#navLinks {
	float:left;
	height:34px;
	padding-left:11px;
}

.menu-item:hover { background:rgb(0,136,182); }

.wf-inactive #megaMenu ul.megaMenu > li > a { font-size:12px; }

#sliderArea {
	margin:0px auto;
	width:960px;
	background:#FBFBFB;
}
	
#midArea {
	margin:0px auto;
	width:960px;
	overflow:hidden;
	height:49px
}

#midAreaLeft {
	float:left;
	margin-left:25px;
	width:710px;
	height:49px;
}

#midAreaLeft p {
	line-height:49px;
	font-size:12px;
	font-family:inherit;
	color:#b8b8b8;
}

#midAreaLeft a:link,
#midAreaLeft a:visited,
#midAreaLeft a:hover,
#midAreaLeft a:active { color:#b8b8b8; }

#midAreaLeft a:link,
#midAreaLeft a:visited { text-decoration:none; }

#midAreaLeft a:hover,
#midAreaLeft a:active { text-decoration:underline; }

#midAreaLeft span {
	padding: 0 17px;
}

#midAreaRight {
	float:left;
	width:225px;
	height:49px;
	line-height:49px;
	font-size:12px;
	font-weight:bold;
}

#midAreaRight a:link,
#midAreaRight a:visited,
#midAreaRight a:hover,
#midAreaRight a:active { color:#FFF; }

#midAreaRight a:link,
#midAreaRight a:visited { text-decoration:none; }

#midAreaRight a:hover,
#midAreaRight a:active { text-decoration:underline; }

#midAreaRight a:link,
#midAreaRight a:visited,
#midAreaRight a:hover,
#midAreaRight a:active {
	color:#FFF;
}

#footer {
	margin:0px auto;
	width:960px;
	overflow:hidden;
	color:rgb(136,136,136);	
	font-size:12px;
	padding-top:37px;
	line-height:21px;
}

#footer p,
#footer ul,
#footer li,
#footer a { font-size:12px; }

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active { color:rgb(136,136,136); }

.footerHead { font-size:13px;padding-bottom:8px; }	

.footerAreas {
	float:left;
	padding-left:27px;
	overflow:hidden;
}

#mainWrapper {
	width:960px;
	margin:0px auto;
	padding: 34px 0 34px 0;
	overflow:hidden;
	background:url(images/shadow-bkg.jpg) top center no-repeat;
}

#twoColWrapper {
	margin:0px auto;
	padding:0;
	background:url(images/bkg_2col.png) repeat-y;
	overflow:hidden;
}

#mainFullWidth {
	margin:0px auto;
	width:923px;
	padding-left:37px;
	overflow:hidden;
}

#mainFullWidth p { margin: 0 37px 26px 0; }

#projectContent ol li { 
	list-style-type: square;
	color:rgb(114,114,114);
	font-size:14px;
	margin: 0 0 0 18px;
	line-height:23px;
}

#projectContent ol { margin: 0 0 23px 0; }

#mainFullWidth ol li { 
	list-style-type: square;
	color:rgb(114,114,114);
	font-size:14px;
	margin: 0 0 0 18px;
	line-height:23px;
}

#mainFullWidth ol { margin: 0 0 23px 0; }

#wrapSubPage p { margin: 0 0 26px 0; }

#mainTwoColLeft {
	float:left;
	width:568px;
	padding:0 32px 0 37px;
}

#mainTwoColRight {
	float:left;
	width:278px;
	padding:0 20px 0 25px;
}

#breadcrumbs {
	padding:0;
	margin:0px auto;
	text-align:left;
	font-size:12px;
	padding-bottom:35px;
	color:rgb(101,101,101);
}

#breadcrumbs a:link,
#breadcrumbs a:visited { color:rgb(101,101,101); text-decoration:none; }

#breadcrumbs a:hover,
#breadcrumbs a:active { color:rgb(101,101,101); text-decoration:underline; }

#headlineSubPage {
	margin:0px auto;
	height:70px;
	padding:0;
	margin-bottom:30px;
	margin-right:37px;
	border-bottom:1px solid rgb(221,221,221);
}

#headlineProductPage {
	margin:0px auto;
	padding:0;
	margin-bottom:25px;
	text-align:left;
}

#wrapSubPage {
	margin:0px auto;
	padding:0;
	margin-bottom:30px;
	margin-right:37px;
	border-bottom:1px solid rgb(221,221,221);
}

#subPageNavFoot {
	margin:0px auto;
	padding:28px 0 0 0;
	text-align:left;
}

#subPageNavFoot a:link,
#subPageNavFoot a:visited,
#subPageNavFoot a:hover,
#subPageNavFoot a:active {
	float:left;
	background:rgb(74,74,74);
	line-height:0px;
	padding:13px 20px;
	font-size:12px;
	color:white;
	text-align:center;
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}

#subPageNavFoot a:hover { background:rgb(99,99,99); }

/* BEGIN feature area headers */

.featureBkg {
	width:960px;
	height:103px;
	overflow:hidden;
	margin:0px auto;
	padding:0;
}

.splashContact { background:url(images/feature_bkg_contact_us.jpg); }
	
.splashWhoWeAre { background:url(images/feature_bkg_who_we_are.jpg); }
	
.splashProjects { background:url(images/feature_bkg_project_achievements.jpg); }
	
.splashDivisions { background:url(images/feature_bkg_divisions_affiliations.jpg); }

.splashClients { background:url(images/feature_bkg_clients.jpg); }
	
.splashProducts { background:url(images/feature_bkg_products_overview.jpg); }

/* BEGIN custom loop query wrappers */

.postLoopFourColWhite {
	float:left;
	margin:0 30px 30px 0;
	width:200px;
	height:133px;
	background:url(images/feature_canvas_4_white.png) top left no-repeat;
	position:relative;
}

.fourColInnerWrapper {
	position:relative;
	top:8px;
	left:5px;
	width:190px;
	height:117px;
	background:none;
}

.fourColInnerWrapper:hover .fourColWhiteText { 
	opacity:0.85;
}

.fourColWhiteImg {
	margin:10px;
}

.fourColWhiteText {
	position:absolute;
	bottom:0;
	width:180px;
	text-align:center;
	line-height:24px;
	padding:5px;
	color:#FFF;
	background:#000;
	opacity:0;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.25s;
	/* WebKit */
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.25s;
	/* Opera */
	-o-transition-property: opacity;
	-o-transition-duration: 0.25s;
	/* Standard */
	transition-property: opacity;
	transition-duration: 0.25s;
}

.postLoopFourCol {
	float:left;
	margin-right:30px;
	width:200px;
	height:315px;
	background:url(images/feature_canvas_4_column.png) top left no-repeat;
	position:relative;
}

.fourColImg {
	position:absolute;
	top:4px;
	left:5px;
	width:190px;
	height:118px;
}

.fourColTextArea {
	position:absolute;
	top:145px;
	left:0;
	width:200px;
	height:165px;
}

.fourColTextArea h2 {
	color:rgb(48,48,48);
	font-size:17px;
	margin:0;
	padding:0;
	padding-left:2px;
	padding-bottom:17px;
}

.fourColTextArea p {
	font-size:12px;
	color:rgb(48,48,48);
	line-height:14px;
	margin:0;
	margin:0 0 17px 2px!important;
}

.fourColTextArea a:link,
.fourColTextArea a:visited,
.fourColTextArea a:hover,
.fourColTextArea a:active {
	float:left;
	background:rgb(74,74,74);
	line-height:0px;
	padding:13px 20px;
	font-size:12px;
	color:white;
	text-align:center;
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.fourColTextArea a:hover { background:rgb(99,99,99); }

.postLoopThreeCol {
	float:left;
	margin-right:37px;
	width:270px;
	height:378px;
	background:url(images/feature_canvas_3_column.png) top left no-repeat;
	position:relative;
}

.postLoopThreeColMini {
	float:left;
	margin-right:37px;
	width:270px;
	height:175px;
	margin-bottom:33px;
	margin-top:8px;
	background:url(images/feature_canvas_3_column.png) top left no-repeat;
	position:relative;
}

.threeColImg {
	position:absolute;
	top:5px;
	left:6px;
	width:258px;
	height:161px;
}

.threeColTextArea {
	position:absolute;
	top:189px;
	left:0;
	width:270px;
	height:165px;
}

.postLoopThreeColMini:hover .threeColTitleArea { opacity:1; }

.threeColTitleArea {
	position:absolute;
	top:126px;
	left:6px;
	width:258px;
	height:40px;
	background:#000;
	opacity:0.85;
}

.threeColTitleArea:hover {
	cursor:pointer;
	opacity:1;
}

.threeColTitleArea h2 {
	line-height:40px;
	text-align:center;
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:15px;
	font-weight:400;
	margin:0;
	padding:0;
}

.threeColTextArea h2 {
	color:rgb(48,48,48);
	font-size:17px;
	margin:0;
	padding:0;
	padding-left:2px;
	padding-bottom:17px;
}

.threeColTextArea p {
	font-size:12px;
	color:rgb(48,48,48);
	line-height:16px;
	margin:0 0 17px 2px!important;
}

.threeColTextArea a:link,
.threeColTextArea a:visited,
.threeColTextArea a:hover,
.threeColTextArea a:active {
	float:left;
	background:rgb(74,74,74);
	line-height:0px;
	padding:13px 20px;
	font-size:12px;
	color:white;
	text-align:center;
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.threeColTextArea a:hover { background:rgb(99,99,99); }

.postLoopExcerpt {
	float:left;
	margin-right:30px;
	width:430px;
	height:85px;
	background:url(images/feature_canvas_excerpt.png) top left no-repeat;
	position:relative;
	margin-bottom:35px;
}

.excerptImg {
	position:absolute;
	top:3px;
	left:3px;
	width:108px;
	height:77px;
}

.excerptTextArea {
	position:absolute;
	left:127px;
	top:0;
	width:303px;
	height:85px;
}

.excerptTextArea h2 {
	color:rgb(48,48,48);
	font-size:17px;
	margin:0;
	padding:0;
	padding-bottom:14px;
}

.excerptTextArea p {
	font-size:12px;
	color:rgb(48,48,48);
	line-height:14px;
	margin:0!important;
}

.excerptTextArea a:link,
.excerptTextArea a:visited,
.excerptTextArea a:hover,
.excerptTextArea a:active {

}

.excerptTextArea a:hover {  }

/* BEGIN footer contact form elements */

#wpcf7-f931-t1-o1 p,
#wpcf7-f931-p65-o1 p {
	margin:0 0 10px 0;
}

#wpcf7-f931-t1-o1 span.wpcf7-not-valid-tip,
#wpcf7-f931-p65-o1 span.wpcf7-not-valid-tip {
	position: absolute;
	top: -5px;
	left: 2px;
	width:233px;
}

#wpcf7-f931-t1-o1 input[type="text"],
#wpcf7-f931-p65-o1 input[type="text"] {
	width:227px;
	padding:8px;
	font-size:12px;
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	background:rgb(235,235,235);
	border:none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#wpcf7-f931-t1-o1 textarea,
#wpcf7-f931-p65-o1 textarea {
	width:227px;
	height:137px;
	padding:8px;
	font-size:12px;
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	background:rgb(235,235,235);
	border:none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#wpcf7-f931-t1-o1 input[type="submit"],
#wpcf7-f931-p65-o1 input[type="submit"] {
	padding:6px 9px 6px 9px;
	background:rgb(235,235,235);
	border:1px solid rgb(178,178,178);
	cursor:pointer;
	font-size:12px;
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	color:rgb(114,114,114);
}

/* BEGIN Standard Form Elements CSS */

.wpcf7 span.wpcf7-not-valid-tip {
	position: absolute;
	top: -5px;
	left: 2px;
}

.wpcf7 label {
	display: inline-block;
	float: left;
	clear:left;
	line-height: 28px;
	width: 155px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0;
	padding: 0 10px 0 0;
}

.required {
	background: url(images/required_indicator.png) right no-repeat;
}

.fileUpload {
	padding: 8px 0 0 0;
}

.wpcf7 input[type=text],
.wpcf7 textarea {
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	width: 280px;
	margin: 0;
	padding: 7px 4px 8px;
	color: #666;
	background: whiteSmoke;
	border: 1px solid #CCC;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear: none;
	font-size: 14px;
	line-height: 14px;
}

.wpcf7 select {
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	width: 288px;
	margin: 0;
	color: #666;
	background: whiteSmoke;
	border: 1px solid #CCC;
	margin: 5px 0;
	clear: none;
	font-size: 14px;
	line-height: 14px;
	padding: 6px;
}

.wpcf7 textarea {
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	height: 125px;
	line-height: 22px;
	padding: 4px;
}

.wpcf7 input[type=submit] {
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	cursor: pointer;
	border: 1px solid #222;
	background: #333;
	color: white;
	width: auto;
	padding: 8px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7 input[type=submit]:hover {
	background: #444;
}

.captchaInput {
	width: 195px!important;
}

.dateInput { 
	width: 120px!important; 
	margin-right: 7px!important; 
}

.timeInput { 
	width: 145px!important; 
	margin-right: 7px!important; 
	font-size: 12px!important; 
}

.captchaImage {
	margin: 7px 5px 7px 0;
	padding: 3px;
	border: 1px solid #CCC!important;
	float: left;
}

.prescrInput { 
	float:left;
	width:auto!important; 
	margin-right: 7px!important; 
	font-size: 11px!important; 
	text-transform: uppercase;
}

.wpcf7 h2 {
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	margin: 30px 0 20px 0;
	border-bottom: 1px solid #D4D8DD;
	padding-bottom: 8px;
}

/* BEGIN inline contact form button elements */


#inlineContact {
	margin:0px auto;
	text-align:left;
	padding:0;
	height: 50px;
}

#inlineContact a:link,
#inlineContact a:visited,
#inlineContact a:hover,
#inlineContact a:active {
	float:left;
	background:rgb(74,74,74);
	line-height:0px;
	padding:13px 20px;
	font-size:12px;
	color:white;
	text-align:center;
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#inlineContact a:hover { background:rgb(99,99,99); }


/* BEGIN feature box custom elements */

.featureBox {
	float:left;
	width:210px;
	padding-left:65px;
	margin-left:30px;
	height:auto;
	overflow:hidden;
}

.featureBox h2 {
	font-size:21px;
	line-height:21px;
	padding:0;
	margin:0;
	padding-bottom:18px;
	font-family:inherit;
	font-weight:200;
}

.featureBox p { color:rgb(48,48,48);font-size:14px;line-height:21px;padding:0!important; }

.featureBox a { font-weight:700; }

.innerNav a:link,
.innerNav a:visited,
.innerNav a:hover,
.innerNav a:active { text-decoration:none;color:#303030;font-weight:normal; }

.innerNavB a:link,
.innerNavB a:visited,
.innerNavB a:hover,
.innerNavB a:active { text-decoration:none;color:#727272;font-weight:normal; }

.BoxA { background:url(images/featurebox_what_we_do.png) top left no-repeat; }
.BoxB { background:url(images/featurebox_who_we_represent.png) top left no-repeat; }
.BoxC { background:url(images/featurebox_what_we_have_achieved.png) top left no-repeat; }


/* BEGIN projects page custom elements */

#ongoingWrap {
	margin:0px auto;
	overflow:hidden;
	padding:0;
	margin-bottom:26px;
	text-align:left;
	padding:35px 0 10px 0;
	border-top:1px solid rgb(221,221,221);
	border-bottom:1px solid rgb(221,221,221);	
}

/* BEGIN division page custom elements */

.divisionWrap {
	margin:0px auto;
	overflow:hidden;
	padding:0;
	padding-top:36px;
	margin-top:22px;
	border-top:1px solid rgb(221,221,221);
}

.divisionLeft {
	float:left;
	width:284px;
	text-align:left;
}

.divisionRight {
	float:left;
	width:602px;
	text-align:left;
}

.divisionRight p { margin:0 0 18px 0!important; }

.supportingMediaHeader { margin-top:26px; }

/* BEGIN sliding div custom elements */

#slidingDiv, #slidingDiv1, #slidingDiv2, #slidingDiv3, #slidingDiv4{
	overflow:hidden;
	margin:0;
	padding:0;
	margin: 0 0 23px 0;
	display:none;
	margin-left:145px;
}

.slideTitle {
	margin:0px auto;
	text-align:left;
	padding:0;
	padding: 14px 0px;
	clear:left;
	line-height:26px;
	color: #444;
	font-size:18px;
}

.slideTitle a:link,
.slideTitle a:visited,
.slideTitle a:hover,
.slideTitle a:active {
	float:left;
	background:rgb(74,74,74);
	line-height:0px;
	padding:13px 0 13px 0;
	width:125px;
	margin-right:19px;
	font-size:12px;
	color:white;
	text-align:center;
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.slideTitle a:hover { background:rgb(99,99,99); }

/* BEGIN custom gallery elements */

div#preloadDropdown {
	background-image: url('http://www.albatoulgroup.com/wp-content/plugins/radykal-fancy-gallery/images/uniform/sprite.png');
	display:none;
}

div#preloadBrowseTitle {
	background-image: url('http://www.albatoulgroup.com/wp-content/uploads/2012/01/browse_galleries.png');
	display:none;
}

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url('http://www.albatoulgroup.com/wp-content/plugins/radykal-fancy-gallery/images/uniform/sprite.png');
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
  float:left!important;
}

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('http://www.albatoulgroup.com/wp-content/plugins/radykal-fancy-gallery/images/uniform/bg-input-focus.png') repeat-x 0px 0px;
  background: url('http://www.albatoulgroup.com/wp-content/plugins/radykal-fancy-gallery/images/uniform/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}


.albumMessage { margin:0!important;padding:15px 0 0 23px!important; }

.fg-listItem {
	margin-right: 40px!important;
	margin-bottom: 18px!important;
}

#galleryHeader {
	padding:0;
	margin:0px auto;
	text-align:left;
	font-size:36px;
	color:#000;
	letter-spacing:2px;
	padding-bottom:28px;
	clear:left;
}

#mainFullWidth h3,
#mainTwoColLeft h3 {
	padding:0;
	margin:0px auto;
	text-align:left;
	font-size:36px;
	color:#000;
	letter-spacing:2px;
	padding-bottom:28px;
	clear:left;
}

#mainFullWidth h4 {
	padding:0;
	margin:0px auto;
	text-align:left;
	font-size:14px;
	font-weight:600;
	color:#444;
	letter-spacing:2px;
	padding-bottom:7px;
	padding-top:28px;
	clear:left;
	text-decoration:underline;
}

#mainFullWidth h5 {
	padding:0;
	margin:0px auto;
	text-align:left;
	font-size:17px;
	font-weight:600;
	color:#444;
	letter-spacing:normal;
	padding-bottom:17px;
	padding-top:11px;
	clear:left;
	text-decoration:none;
}

ol.itemListFeature {
	margin-bottom: 20px;
	margin:0 0 21px 36px!important;
	list-style: none;
}

ol.itemListFeature li {
	font-size: 15px!important;
	font-weight:600;
	margin: 0 0 5px 18px;
	padding-bottom: 5px;
}

#productCustomContent br { margin:0;padding:0;width:0;height:0;display:none; }

dl.attachments dd.caption { color: #999; }

/* BEGIN Project Achievements */

.skin-pagecurl { margin-bottom:23px; }

#projectFeatureLogo {
	text-align:center;
	padding:0;
	margin:0px auto;
	padding-top:6px;
	padding-bottom:75px;
	overflow:hidden;
}

#projectSupportingLogos {
	text-align:center;
	overflow:hidden;
}

#projectSupportingLogos img {
	opacity: 0.3;
	padding:0;
	margin:0px auto;
	padding-top:6px;
	padding-bottom:75px;
}

#projectOverview {
	margin:0px auto;
	text-align:left;
	padding:0;
	padding-bottom:18px;
	margin-bottom:22px;
	border-bottom:1px solid rgb(230,230,230);
}

#projectOverview p {
	margin:0;
	padding:0;
	font-size:12px;
	color:rgb(63,63,63);
	line-height:28px;
}

.mediaHead {
	font-size:27px;
	color:rgb(63,63,63);
	line-height:27px;
	padding:17px 0 17px 0;
}

.achievementTitle {
	line-height:44px;
	padding:0 0 25px 0!important;
}

#projectNav { 
	padding: 16px 0 3px 0; 
	overflow:hidden;
}

#projectNavLeft a:link,
#projectNavLeft a:visited,
#projectNavLeft a:hover,
#projectNavLeft a:active {
	float:left;
	border:1px solid rgb(223,223,223);
	line-height:0px;
	text-align:center;	
	margin-right:14px;
	font-size:12px;
	color:rgb(97,97,97);
	padding:13px 20px;
	background:rgb(249,249,249);
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	margin-bottom:18px;
}
#projectNavRight a:link,
#projectNavRight a:visited,
#projectNavRight a:hover,
#projectNavRight a:active {
	float:left;
	border:1px solid rgb(223,223,223);
	line-height:0px;
	text-align:center;		
	font-size:12px;
	color:rgb(97,97,97);
	background:rgb(249,249,249);
	padding:13px 20px;	
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}

#projectNavLeft a:hover  { background:rgb(230,230,230); }
#projectNavRight a:hover { background:rgb(230,230,230); }

.mediaHead {
	font-size:27px;
	color:rgb(63,63,63);
	line-height:27px;
	padding:0 0 17px 0;
}

/* BEGIN Slider Area Custom Elements */

.index { visibility:hidden;display:none; }

dd { background-size:auto; }

.spine {
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
}

.slideBox {
	float:right;
	width:270px;
	height:226px;
	overflow:hidden;
	background:url(images/slide_bkg.png);
	padding:17px 25px;
}

.slideText {
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	line-height:22px;
	margin:0 0 15px 0!important;
}

.slideButton a:link,
.slideButton a:visited,
.slideButton a:hover,
.slideButton a:active { 
	float:left;
	font-family:myriad-pro,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:12px;
	padding: 7px 14px;
	background:url(images/slider_button_bkg.png);
	border:1px solid #000;
	text-decoration:none;
}

.slideButton a:hover { 
	text-decoration:none;
	background:rgb(2,162,216); 
}


.slideHeader {
	color:white;
	font-family:myriad-pro,arial;
	font-size:24px;
	font-weight:normal;
	letter-spacing:3px;
	border-bottom:1px solid rgb(122,122,125);
	line-height:26px;
	text-shadow: 1px 1px 1px #000;
}

.wf-inactive .slideHeader { font-size:19px; }

.wf-inactive .skin-slidedeck-classic dl.slidedeck > dt { font-size:13px; }

.wf-inactive .slideText { font-size:13px; }

/* GRAVITYFORMS Customization */

.gform_wrapper {
	margin:0!important;	
}

li.gfield { margin:0; }

.gform_wrapper .left_label .gfield_label {
	font-weight:normal!important;
}

.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large,
.gform_wrapper textarea.textarea {
	width: 260px!important;
}

.gform_wrapper .right_label input.medium,
.gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium,
.gform_wrapper .left_label select.medium {
	width: 260px!important;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
	font-family:myriad-pro,Arial, Helvetica, sans-serif!important;
	width: 260px;
	margin: 0;
	padding: 7px 4px 8px 4px!important;
	color: #666;
	background: #FBFBFB;
	border: 1px solid #CCC;
	clear: none;
	font-size: 14px!important;
	line-height: 14px;	
}

.gform_wrapper textarea {
	font-family:myriad-pro,Arial, Helvetica, sans-serif!important;
	width: 260px;
	margin: 0;
	padding: 7px 4px 8px 0!important;
	color: #666;
	background: #FBFBFB;
	border: 1px solid #CCC;
	clear: none;
	font-size: 14px!important;
	line-height: 14px;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-family:myriad-pro,Arial, Helvetica, sans-serif!important;
	font-size:14px!important;
	cursor: pointer;
	border: 1px solid #222;
	background: #333;
	color: white;
	width: auto;
	padding: 8px 18px;
	height: auto;
}

.gfield_label { 
	font-family: myriad-pro,Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
}

.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction {
margin-left: 33%!important;
}

.gform_wrapper .validation_error { font-family:Arial, Helvetica, sans-serif;font-size:14px; }

.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
    padding: 16px 0 10px 32%!important;
}

.gform_description { font-size:14px;color:rgb(114,114,114);line-height:23px; }

.gform_heading { margin-bottom:33px!important; }

dl.attachments-large, dl.attachments-medium, dl.attachments-small { border:none!important; }
dl.attachments { width:auto!important; }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */