
/*
Theme Name: Prodigy Group
Theme URI: http://honeycombwebworks.ca
Description: The theme for the Prodigy Group
Version: 1
Author: Ryan Leinweber, Teagan McKay
Tags: Prodigy Group

*/


html {
	margin-left: -1px;
	overflow-Y: scroll;
}



 /*Begin Typography & Colors */


#headtop {
	background:none;
	clear:both;
	}

#headtop img{
	float:left; 
	
}

.logo{
	float:left; 
	padding: 10px 0 0 14px;
		/*border:1px solid red;*/
}
.banner{
	float:right; 
		/*border:1px solid red;*/
}
#content {
	/*background: url(images/gradient.gif) no-repeat;*/
	font-size: 1.2em;
	/*border: 1px black solid;*/
	}
	
#content2 {
	clear: both;
	font-size: 1.2em;
	}

.widecolumn .entry p, .widecolumn .entry2 p, .widecolumn .entry3 p {
	font-size: 1.2em;
	}

.widecolumn .entry ul, .widecolumn .entry2 ul, .widecolumn .entry3 ul, .entry3 ol {
	font-size: 1.2em;
	}

.narrowcolumn .entry, .widecolumn .entry, .narrowcolumn .entry2, .widecolumn .entry2, .narrowcolumn .entry3, .widecolumn .entry3 {
	line-height: 2em;
	}

.widecolumn {
	line-height: 1.8em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 3em;
	text-align: left;
	line-height: 1em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #37939b;
	}

h2, h2 a, h2 a:visited {
	color: #7f7164;
	}

h3, h3 a, h3 a:visited {
	color: #b2bb1c;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited, .entry2 p a:visited, .entry3 p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #37939b;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family:Arial, Helvetica, sans-serif;
	background:#749b9a  url(images/grn-bg.gif) repeat-x top center;
	/*text-align: center;*/
	margin: 0px;
	padding: 0px;
	height: 100%;
	}

#wrapper_body {
	
	position:relative;
	background:  url(images/stretch.gif) repeat-y top center;
	/*border: 1px solid black;*/
	margin:0px;
	padding:0px;
	height: 100%;
	}
	
#wrapper {
	
	position:relative;
	min-height:100%;
	background: url(images/header_bg.jpg) no-repeat top;
	/*border: 1px solid black;*/
	margin:0px;
	padding:0px;
	
	}

#page {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 988px;
	/*&border:1px red solid;*/
	}
	
	

#header {
	margin:0px;
	padding:0px;
		/*border:1px solid red;*/
	}
		
#headtop {
	margin: 0;
	padding: 0;
	height: 173px;
		/*border:1px solid red;*/
	}
#headerbottom {
	/*padding: 0;
	height: 42px;
	border:1px solid green;
	background:#9a8c7e url(images/sub_nav_bg.gif) repeat-x;*/
	
	}

#headerbottom {
   float:left;
   width:100%;
   background:#fff;
   overflow:hidden;
   position:relative;
   background:#9a8c7e url(images/sub_nav_bg.gif) repeat-x;
   padding:10px 0px 6px 0px;
  
}

#headerbottom .current_page_parent a, .current_page_item a {
	background:none;
	}
	
#headerbottom ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#headerbottom ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   position:relative;
   right:50%;
   border-right:1px solid #83776b;  
	
}
#headerbottom ul li a {
   display:block;
   margin:0 0 0 1px;
   text-decoration:none;
   line-height:2em;
   font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	padding: 0px 10px 0px 10px;
}
#headerbottom ul li a:hover {
   background:#83776b;
}
#headerbottom ul li a.active,
#headerbottom ul li a.active:hover {
 
}
#headerbottom  .current_page_item a {
	background:#83776b;
	}
	
/*#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}*/

/*#content p, #content h1, #content h2, #content h3, #content table, #content hr, #content ul {
	margin-left: 30px;
	margin-right: 30px;
	}*/

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0;
	width: 450px;
	}

.widecolumn {
	padding: 0;
	margin: 0 0 0 0;
	/*width: 703px;
	border: 1px blue solid;*/
	}

.post {
	/*border: 3px black solid;*/
	clear:both;
	}

.slideshow {
	width: 230px;
	height: 710px;
	float: left;
	display:block;
	/*border: 1px red solid;*/
	
	}

.entry {
	
	
	margin: 0 ;
	
	display:block;
	/*border: 1px green solid;*/
	}
	
.entry p, .entry h1, .entry h2, .entry h3, .entry h4, .entry ul, .entry table, #blog_feed small, #blog_feed .postmetadata, .navigation  {
	margin-left:20px;
	margin-right:20px;
}


.entry2 {
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
	display:block;
	}

.entry3 {
	float:left;
	width: 600px;
	margin: 0 0 0 30px;
	/*border:1px solid blue;*/
	}

.entry3 p{
	margin:0 0 20px 0;
	}
.entry3 h2{
	line-height:2em
}

.entry3, .sidebar_pg {word-wrap: break-word;}

.post hr {
	display: block;
	
	}

.widecolumn .post {
	/*border:1px solid red;*/
	padding-bottom:20px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 10px 20px 10px 20px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding: 40px 0 10px 0;
	margin: 0;
	}

h2 {
	margin: 20px 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px 0 10px 10px;
	margin: 0;
	display: inline;
	clear: both;
	}

img.alignleft {
	padding: 0px 10px 10px 0;
	margin: 0;
	display: inline;
	clear: both;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul, html>body .entry2 ul, html>body .entry3 ul{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}





html>body .entry li, html>body .entry2 li, html>body .entry3 li, ul.dbem_events_list li{
	margin: 7px 0 8px 10px;
	/*border:1px solid red;*/
	}

.wrap_events_list ul li{
	list-style-type:none;
}

.wrap_events_list li h3 {
	margin:0;
	padding:0;
	display: inline;
	list-style-type: none;
	list-style-image: none;
	
	}

.entry3 .wrap_events_list ul li:before {
	content: "";
	
}

.entry ul li:before, .entry2 ul li:before, .entry3 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol, .entry2 ol, .entry3 ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li, .entry2 ol li, .entry3 ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

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

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form, .entry2 form, .entry3 form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
#respond p {
	text-align: left;
	
	}	

#respond {
	margin:20px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
.sidebar_pg { margin: 15px 20px 0 0; padding: 0; width:280px; float:right; }
.sidebar_pg p{ margin:10px 2px }
.sidebar_pg h2.widgettitle{color:#fff; line-height:42px; padding:0 0 0 20px; margin:0; background:#8bc0c5}
.sidebar_pg ul li{
	list-style:none;
	list-style-type:none;
	list-style-position:outside;
	margin:0 0 10px 0;
	}
.sidebar_pg ul{margin:0 0 20px 0; padding:0 5px;}


.sidebar_pg .widget_dbem_list ul {
	padding:0;
	margin:10px;
	}

.sidebar_pg .widget_dbem_list ul li{
	padding:0;
	margin:10px;
	list-style:none;
	list-style-type:none;
	list-style-position:outside;
	border-bottom:1px dotted #c2b8af;
	}

.sidebar_pg .widget_dbem_list a, .sidebar_pg .widget_dbem_list a:link, .sidebar_pg .widget_dbem_list a:active, .sidebar_pg .widget_dbem_list a:visited{
	color:#37939b;
	font-weight:bold;
	text-decoration:none;
	}
	
.sidebar_pg .widget_dbem_list a:hover{
	text-decoration:underline;
}

.sidebar_pg .widget_dbem_list ul ul, .sidebar_pg .widget_dbem_list ul ul li {

	margin:2px;
	border:none;
	}

.sidebar_pg .widget_dbem_list ul ul li:before {
		content: "\00BB \0020";
}
.sidebar_pg .social, .entry2 .social {
	margin: 0 6px 0 6px;
	}

.sidebar_pg ul li a:link {
	color: #75712d;
	font-weight:bold;
	text-decoration:underline;
	}
	
.sidebar_pg ul li a:hover {
	color: #528d93;
	text-decoration: none;
	}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Blog Feed */

#blog_feed{
	margin:0;
	padding:0;
}
#blog_feed h1{
	color:#749b9a;
	font-size:30px;

	
	padding:30px 0 0 0;
}

#blog_feed h1.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #749b9a;
	font-weight: bold;
	font-size: 3em;
	padding: 40px 0 10px 0;
	
	
	}

#blog_feed h2{
	font-size:26px;
	color:#6d9fa4;
	margin-bottom:10px;
}

#blog_feed h2.posttitle, #blog_feed h2.posttitle a, #blog_feed h2.posttitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #75712d;
}

#blog_feed h2 a, #blog_feed h2 a:link{
	color:#6d9fa4;
}
#blog_feed h2 a:hover{
	color:#b06233;
}

#blog_feed h3, #blog_feed h3 p{
	font-size:22px;
	font-weight:normal;
	color:#76722e;
margin-bottom:10px;
	
}

#blog_feed p{
	margin-bottom:5px;
	padding:0 ;
}

#blog_feed .hr{
	width:95%;
	border-top:1px dotted #76722e;
	margin:20px 0 20px 0;
}

#blog_feed .more-link, #blog_feed .more-link a, #blog_feed .more-link a:link{
	color:#b06233;
	font-size:14px;
	font-variant: small-caps;
}

#blog_feed .more-link a:hover{
	
}

#blog_feed .posttitle a:link, #blog_feed .posttitle a:visited {
	font-size:22px;
	font-weight:bold;
	color:#75712d;

	padding:10px 0 0 0;
}

#blog_feed .posttitle a:hover {
	color:#434014;
}

/* End Blog Feed */



/* Navigation */

#navmenu {
	
	margin-top:16px;
	float:left;
	/*border:1px solid red;*/
}


#dropmenu, #dropmenu ul {
	margin:0; 
	/*padding:0 0 0 16px; */ padding:0; 
	list-style-type:none; 
	/*list-style-image: none;*/
	list-style-position:outside;
	position:relative; 
	line-height:2.5em; 
	z-index:300; 
	width:100%;
	font-weight:normal;
}

#dropmenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	font-weight:bold;
	text-transform:uppercase;
	display:block; 
	
	padding: 8px 12px 8px;

	border-right:1px solid #e5aa10; 
	background:#efb214 url(images/nav-bg.gif) ;} 

#dropmenu .current_page_item a, #dropmenu .current_page_item a:link,
#dropmenu .current_page_parent a, #dropmenu .current_page_parent a:link{
	background:#f7d98d;
	
}

#dropmenu .current_page_item ul li a, #dropmenu .current_page_item ul li a:link,
#dropmenu .current_page_parent ul li a, #dropmenu .current_page_parent ul li a:link{
	background:none;
}

#dropmenu .current_page_item ul li a:hover,
#dropmenu .current_page_parent ul li a:hover{
	background:#f7d98d;
}

	
#dropmenu a:hover {
	color: #000;
	background:#f7d98d;
	text-decoration:none;
}

#dropmenu li {
	float:left; 
	position:relative;
}
#dropmenu li ul {
	position:absolute;
	padding:6px 0 6px 6px;
	display:none;
	width:126px; 
	top:41px; 
	left:-1px;
	/*border-top:1px solid #c8c8c8;*/ 
	/*width:14.1em;*/
	background:#efb214;
}
#dropmenu ul a {
	/*border-left:1px solid #c8c8c8;*/
}
/*#dropmenu li ul {
	border-top:1px solid #c8c8c8; 
	width:14.1em;
}*/
#dropmenu li ul a {
	font-size:12px;
	margin:0; 
	padding: 8px 10px 8px;
	text-transform:none;
	width:100px; 
	height:auto;
	float:left;
	border-right:none;
	border-bottom:1px solid #f3c54f;
	background-image:none;
	line-height:1.5em; 
}

#dropmenu li ul a:hover{
	color: #000;
	background:#fcd164;
	text-decoration:none;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

/*#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {
	left:12em; 
	margin:0px 0 0 10px;
}*/



#navmenu .page-item-14 a {
	border-right:none;
	}
	
.socialbtns {
	float:right;
	margin: 22px 18px 0 0;
	padding:0;
	}

/* End Navigation */


/* Footer */

#footer {
	padding: 0px;
	background:#9a8c7e;
	
	border-bottom:1px solid #679a99
	}

#footer p {
	padding: 0;
	margin: 8px 0 0 0;
	font-size:12px;
	color: white;
	}

#footer a:hover{
	text-decoration:underline;
}

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


#footer h3, #footer h3 a, #footer h3 a:link, #footer h3 a:visited, #footer h3 a:active{
		color:#fff;
}

#footer h3, #footer h3 a, #footer h3 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:10px;
	}
#footer .bottom {
	border-top:1px dotted #ada298;
	margin:14px 10px 0px 10px;
	text-align:center;
	}
#footer .box {
	float:left;
	margin:14px 0 14px 24px;
	height:134px;
	padding-right:24px;
	border-right:1px solid #ada298;
	}

#footer .box1 {
	float:left;
	margin:14px 7px 14px 24px;
	height:134px;
	}

#footer .box1 img {
	border:1px solid #ada298;
	}

#footer .box1 span, #footer .box span.social {	
	vertical-align:top;
	line-height:30px;
	padding-left:4px;
	}
	
#footer table, #footer tr, #footer td {
	margin:0;
	padding:0;
	}

.shaw {
	clear:right;
	float:right;
	padding:0;
	margin:38px 14px 7px 0;
}

.c02 {
	clear:right;
	float:right;
	padding:0;
	margin:7px 14px 0 0;
}

/* End Footer */



/* Formidable */

.frm_form_fields, .frm-show-form {text-align:left;}

.frm_form_fields input, .frm_form_fields select, .frm_form_fields textarea {border-color:#686868;}

#frm_field_8_container {width:47%; float:left;}
.frm_form_fields input#field_firstname {width:100%;}

#frm_field_9_container {width:47%; float:left; margin-left:6%;}
.frm_form_fields input#field_lastname {width:100%;}

#frm_field_10_container {width:64%; float:left;}
.frm_form_fields input#field_companyname {width:100%;}

#frm_field_17_container {width:30%; float:left; margin-left:6%;}
.frm_form_fields select#field_industry {width:100%;}

#frm_field_11_container {width:100%; float:left;}
.frm_form_fields input#field_address {width:100%;}

#frm_field_12_container {width:58%; float:left;}
.frm_form_fields input#field_city {width:100%;}

#frm_field_13_container {width:10%; float:left; margin-left:6%;}
.frm_form_fields input#field_province {width:100%;}

#frm_field_14_container {width:20%; float:left; margin-left:6%;}
.frm_form_fields input#field_postalcode {width:100%;}

#frm_field_15_container {width:30%; float:left;}
.frm_form_fields input#field_my3ed3 {width:100%;}

#frm_field_16_container {width:29%; float:left; margin-left:6%;}
.frm_form_fields input#field_cellphone {width:100%;}

#frm_field_18_container {width:29%; float:left; margin-left:6%;}
.frm_form_fields input#field_fax {width:100%;}

#frm_field_19_container {width:47%; float:left;}
.frm_form_fields input#field_email {width:100%;}

#frm_field_20_container {width:47%; float:left; margin-left:6%;}
.frm_form_fields input#field_website {width:100%;}

#frm_field_22_container {width:100%; float:left;}
.frm_form_fields #frm_checkbox_22-0 {float:left; width:10%;}
.frm_form_fields #frm_checkbox_22-1 {float:left; width:10%;}

#frm_field_23_container {width:100%; float:left;}
.frm_form_fields #frm_checkbox_23-0 {float:left; width:22%;}
.frm_form_fields #frm_checkbox_23-1 {float:left; width:22%;}
.frm_form_fields #frm_checkbox_23-2 {float:left; width:20%;}
.frm_form_fields #frm_checkbox_23-3 {float:left; width:32%;}

#frm_field_24_container {width:100%; float:left; margin-top:10px;}

#frm_field_25_container {width:100%; float:left; margin-top:10px;}

.form-btm {text-align:left; padding-top:20px;}


/* End Formidable */



/* Other Changes */

.native {
	float:left;
	padding:0;
	margin:0 0 6px 40px;
	}

.tourbutton {
	float:right;
	padding:0;
	margin: 30px 30px 0 0;
	}

.dl-photos-wrapper {
	clear: both;
	/*width:700px;
	border:1px solid red;*/
	margin-left:20px;
	}
	
.dl-photos {
	float:left;
	margin: 10px 8px 0 0;
	width: 215px;
	/*border:1px solid red;*/
	}
.dl-photos-last {
	float:left;
	margin: 10px 0 0 0;
	width: 215px;
	/*border:1px solid red;*/
	}

.dl-photos2 {
	float:left;
	margin: 10px 8px 0 0;
	width: 125px;
	}
.dl-photos2-last {
	float:left;
	margin: 10px 0 0 0;
	width: 125px;
	}
	
.cap-text {
	font-size: 1.0em;
	line-height: 1.5em;
	}	

.booking {text-align:center;}

/* End Other Changes */


.training_notes{
	margin:0 0 0 25px;
}


.homeintro {
	height:324px;
	background:url(images/intro_bg.jpg) left top no-repeat;
	padding:5px 216px 30px 25px;
	/*border:1px solid red;*/
	margin:20px 0 0 0 ;
}

.homeintro h1.leadtext {
	font-size:26px;
	font-weight:bold;
	line-height:26px;
	color:#2c292a;
}
.homeintro h3, .homeintro h3 a, .homeintro h3 a:link{
	margin:0;
	color:#2c292a;
	float:right; 
	padding-right:15px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	color:white;
	padding:0 10px 0 10px;
	/*border:1px solid red;*/
}


.social_menu{
	float:right;
	margin:0 0 20px 0;
}
