/************************
**** BEGIN Layout 
************************/

html{
	background-color:#f0f0f0;
	background-image:url(/images/backgrounds/butterfly.png);
	background-repeat:no-repeat;
}

body{
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5d5d5d;
	font-size:16px;
}

#page_container{
	text-align:left;
	margin:auto;
	width:955px;
	position:relative;
	z-index:200;
}

#header{
	position:relative;
	z-index:50;
}

#logo{
	position:relative;
	z-index:100;
	width:362px;
	/*height:157px;*/
	float:left;
	margin-left:15px;
}

#nav{
	float:right;
	width:545px;
	margin-top:60px; /*was 80*/
}

#hp_photo_gallery{
	position:relative;
	top:-20px;
	z-index:25;
}

#main_cta{
	position:relative;
	left:-17px;
}

.page_divider{
	background-image:url(/images/backgrounds/divider.png);
	background-repeat:no-repeat;
	width:946px;
	height:20px;
	font-size:1px;
	margin:auto;
}

.content_divider{
	background-image:url(/images/backgrounds/content_divider.png);
	background-repeat:no-repeat;
	width:576px;
	height:12px;
	font-size:1px;
	margin:auto;
}

.large_content_divider{
	background-image:url(/images/backgrounds/large_content_divider.png);
	background-repeat:no-repeat;
	width:798px;
	height:12px;
	font-size:1px;
	margin-bottom:20px;
	margin-top:10px;
}

.full_shadow{
	background-image:url(/images/backgrounds/main_shadow.png);
	background-repeat:no-repeat;
	width:955px;
	height:12px;
	font-size:1px;
}

#footer{
	margin:10px 0px;
	font-size:12px;
	color:#7e7e7e;
	padding:0px 10px;
}

#supplemental_content_wrapper{
	position:relative;
	top:-20px;
	z-index:25;
	width:955px;
}

#supplemental_content_wrapper_shadow{
	background-image:url(/images/backgrounds/content_shadow.png);
	background-repeat:no-repeat;
	width:955px;
	height:24px;
	font-size:1px;	
}

#supplemental_banner{
	position:relative;
	top:0px;
	left:0px;
	width:968px;
	height:298px;
	background-image:url(/images/banners/sup.jpg);
	background-repeat:no-repeat;
}

#supplemental_banner_1{
	position:relative;
	top:0px;
	left:0px;
	width:968px;
	height:285px;
	background-image:url(/images/banners/sup1.jpg);
	background-repeat:no-repeat;
}

.banner_title{
	padding-top:95px;
	padding-left:20px;
}

#blank_banner{
	width:955px;
	height:48px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(/images/banners/blank.png);
	background-repeat:no-repeat;
}

#content{
	margin: 30px auto;
	text-align:center;
}

#cta_column{
	width:325px;
	float:right;
}


#supplemental_content{
	font-size:14px;
	line-height:175%;
	color:#606060;
	width:580px;
	float:left;
	margin-left:20px;
	text-align:justify;
}

#supplemental_content p{
	padding-left:30px;
	padding-right:5px;
}
#blurb {
	position:absolute;
	top:90px;
	left:507px;
}
#gal_blurb {
	position:absolute;
	top:90px;
	left:352px;
}
#footer .copyright{
	float:left;
	width:400px;
}

#footer .ctm{
	float:right;
	text-align:right;
	width:400px;
}

.cta{
	margin:20px 0px;
	text-align:center;
}

.full_size{
	width:100% !important;
}

.full_95{
	width:95% !important;
}
.content_wrapper{
	background-color:#FFFFFF;
}

.bottom_gutter_content{
	margin-left:20px;
	margin-top:10px;
}

.image_container{
	float:left;
	margin-right:10px;
}

.pricing_table{
	margin:0 0 50px 30px;
	width:500px;	
	float:left;
}

.pricing_table .price{
	float:left;
	width:180px;
	font-size:16px;
	margin-top:15px;
}

.pricing_table .description{
	float:left;
	width:450px;
	margin-left:20px;
}

.pricing_table2{
	margin:0 0 30px 30px;
	width:340px;	
	float:left;
}

.pricing_table2 .description{
	float:left;
	width:450px;
	margin-left:20px;
}

.pricing_title{
	margin:0 0 20px 30px;
	width:0px;
}

.pricing_table3{
	margin:55px auto 0;
	width:100%;
	font-size:16px;

	clear:both;	
}

.news {
font-size:12px;
line-height:normal;
text-align:left;
}

/************************
**** END Layout 
************************/


/************************
**** BEGIN Styles 
************************/

.ctm a{
	font-size:12px;
	color:#7e7e7e;
	text-decoration:none;
}

.ctm a:hover{
	font-size:12px;
	color:#7e7e7e;
	text-decoration:none;
}

.sub_text{	
	color:#3a3a3a;
	font-size:13px;
}

.sub_text_notes{
	color:#7c7c7c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#676767;
	font-size:34px;
	font-weight:normal;
	padding-left:30px;
	margin:15px 0px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#676767;
	font-size:20px;
	font-weight:normal;
	padding-left:0px;
	margin:15px 0px;
	text-transform:uppercase;
}

th, td{
	border:none;
	padding:.25em;
}

.sub_column_content{
	line-height:175%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-right:30px;
	text-align:justify;
}

a {
	text-decoration:underline;
	color:#326272;
}

a:hover {
	text-decoration:underline;
	color:#326272;
}

.imageBox {
	border: 1px solid #E0E0E0;
	padding: 9px;
	margin: 4px;
}

.imageBoxInText {
	border: 1px solid #E0E0E0;
	padding: 9px;
	margin: 8px;
}

.text_padding p{
	padding-left:20px;
	padding-right:20px;
}

.gallery_copyright{
	font-size:11px;
}


/************************
**** END Styles 
************************/


/************************
**** BEGIN Clear Fix 
************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/************************
**** END Clear Fix 
************************/


/************************
**** BEGIN forms
************************/

.google input, .google textarea, .google select {
	width:auto;
	background:none;
	border:none;
}

input, textarea, select {
	background:#FFFFFF url(/images/backgrounds/inputBg.gif) no-repeat scroll left top;
	border:1px solid #AAAAAA;
	margin-top:2px !important;
	padding:2px !important;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size:18px !important;
	color:#777777 !important;
}

input, textarea{
	width:300px;
}

textarea{
	height:150px;
}

.small{
	width:120px !important;
}

.medium{
	width:180px !important;
}


.form_table{
	font-size:18px;
}

.checkbox{
	width:20px !important;
	background:none !important;
	border:none !important;
}

.clear_height_width{
	background-image:none !important;
	border:none !important;
	height:auto !important;
	width:auto !important;
}
.center {
	text-align:center;
}
/************************
**** END forms
************************/


/************************
**** BEGIN galleriffic
************************/

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	
	float:left;
	
	 
}


div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 700px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin-left: 20px;
	padding: 5px 0px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}


a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}

a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #326272;
	border-color:#666666;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}



/************************
**** END galleriffic
************************/


/************************
**** BEGIN live_validation
************************/

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#326272;
}
	
.LV_invalid {
    color:#BE772D;
}
    
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
    border: 1px solid #326272;
}
    
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
    border: 1px solid #BE772D;
}

/************************
**** END live_validation
************************/

/* added by katie 2/16, for News page */

.greatnews {
padding-bottom:.5em;
padding-top:1em;
width:300px;
vertical-align:top;
}