@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}

img {
	border-style: none;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


@font-face {
    font-family: 'Conv_sanvito-pro-subhead';
    src: url('fonts/sanvito-pro-subhead.eot');
    src: url('fonts/sanvito-pro-subhead.eot?#iefix') format('embedded-opentype'),
         url('fonts/sanvito-pro-subhead.woff') format('woff'),
         url('fonts/sanvito-pro-subhead.ttf') format('truetype'),
         url('fonts/sanvito-pro-subhead.svg#sanvito-pro-subhead') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'afta_sansitalic';
    src: url('fonts/aftasansthin-italic-webfont.eot');
    src: url('fonts/aftasansthin-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aftasansthin-italic-webfont.woff') format('woff'),
         url('fonts/aftasansthin-italic-webfont.ttf') format('truetype'),
         url('fonts/aftasansthin-italic-webfont.svg#afta_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'afta_sansregular';
    src: url('fonts/aftasansthin-regular-webfont.eot');
    src: url('fonts/aftasansthin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aftasansthin-regular-webfont.woff') format('woff'),
         url('fonts/aftasansthin-regular-webfont.ttf') format('truetype'),
         url('fonts/aftasansthin-regular-webfont.svg#afta_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*********** Main Body styles ***********/
html, body {
	background: #b5ebdb url(../images/body-bg.jpg) center top no-repeat;
}

body.sub {
	background: #b5ebdb url(../images/sub-body-bg.jpg) center top no-repeat;
}

html, body, h1, h2, h3, h4, h5, h6, p, input, textarea, select {
	font-family: "afta_sansregular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.header-nav a, .bucket-menu, .app-form-heading, .get-social-top, h1, h2, .gallery-heading,.footer-menu nav a, a.review-link, .blue-heading-large, .accordian-heading {
	font-family: "Conv_sanvito-pro-subhead", "Times New Roman", serif;	
}

a.hover-effect:link, a.hover-effect:visited, a.various3:link, a.various3:visited {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* internet explorer 8 */
	filter: alpha(opacity=100); /* internet explorer 5~7 */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}

	a.hover-effect:hover, a.various3:hover {
		ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* internet explorer 8 */
		filter: alpha(opacity=80); /* internet explorer 5~7 */
		-khtml-opacity: 0.8;      /* khtml, old safari */
		-moz-opacity: 0.8;       /* mozilla, netscape */
		opacity: 0.8;           /* fx, safari, opera */
	}

a:link, a:visited {
	color: #013761;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

h1, h2, .blue-font, .app-form-heading, .get-social-top,.gallery-heading, .footer-main, .footer-main a , .blue-heading-large {
	color: #077fa0;
}
	
h1, h2 {
	font-size: 46px;
	line-height: 44px;
	padding-bottom: 17px;	
}

h2, .blue-heading-large {
	font-size: 30px;
	line-height: 30px;	
}

.para {
	overflow: hidden;	
}

ul.bullet, ol.bullet {
	margin: 15px;
	padding: 0px;
}

	ul.bullet li, ol.bullet li {
		margin: 0px 0px 0px 15px;
		padding: 0px 0px 8px 0px;
	}

ul.no-bullet {
	margin: 0px 0px;
	padding: 0px;
	list-style-type: none;
}

	ul.no-bullet li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		overflow: hidden;
	}
	
.gallery-heading {
	background: url(../images/gallery-heading-bg.jpg) left center repeat-x;
	font-size: 36px;
	line-height: 36px;	
	margin-bottom: 20px;
}

.gallery-heading-text {
	background: #b5ebdb;
	padding: 0px 6px;
	width: 170px;
	margin: auto;
}

.twitter-share-button {
	width: 82px !important;	
}

/* this overrides 90px to 72px width to +1 button */
#___plusone_0 {
	width:60px !important;
}

.scrollup {
    background: url("../images/icon_gototop.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 40px;
}

/*~*/

/* Mobile Layout: 480px and below. */

.hide-mobile {
	display: none;
	visibility: hidden;	
}

.center {
	text-align: center;	
}

.wrapper {
	margin: auto;
	width: 90%;
	overflow: hidden;	
}	
	
/* HEADER STYLES */

.main-header  {
	width: 100%;
	overflow: hidden;
}

.main-header-left {
	text-align: center;	
	padding-bottom: 20px;
}

.main-header-right {	
	padding-bottom: 18px;
}

.main-header-top-right {
	overflow: hidden;	
}

.sm-buttons {
	text-align: center;
	padding-bottom: 10px;	
}

.header-mail-search-nav {
	text-align: center;
	line-height: 20px;
}

.header-tel {
	font-size: 26px;
	padding-bottom: 10px;	
}

.header-mail {
	padding-bottom: 10px;	
}

	.header-mail a {
		color: #333333;
	}

		.header-mail a:hover {
			color: #b5ebdb;
		}

.search {
	height: 25px;
	width: 190px;
	overflow: hidden;
	float: right;
	display: none;
}

	.search-textbox {
		outline: none;
		background: url(../images/search-left.png) left top no-repeat;
		height: 25px;
		width: 147px;
		padding: 0px 0px 0px 15px;	
		font-size: 13px;
		float: left;
		border: none;
	}

		.search-button {
			border: none;
			cursor: pointer;
			width: 28px;
			height: 25px;
			float: left;
			text-indent: -9999px;
			background: url(../images/search-right.png) left top no-repeat;	
		}

.header-nav {
	float: left;
	clear: both;
	width: 100%;
}

	.header-nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.header-nav li {
			margin: 0;
			padding: 0;
		}

			.header-nav a {
				background: #b5ebdb;
				display: block;
				padding: 2% 0;
				width: 100%;
				margin-bottom: 3px;
				text-align: center;
				font-size: 20px;
				line-height: 18px;
				text-decoration: none;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
			}
				
				.header-nav a:hover, .header-nav li.selected a {
					background: #11ffd3;
				}

/* END HEADER STYLES */

/* MAIN CONTENT STYLES */

.main-content {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.left-parent {
	width: 100%;
	margin-bottom: 20px;	
}

.right-parent {
	width: 100%;
	margin-bottom: 20px;	
}

.bucket-menu {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

	.bucket-menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.bucket-menu ul li {
			margin: 0;
			padding: 0;
		}

			.bucket-menu ul li a {
				background: #6fbf72;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				width: 100%;
				height: 30px;
				display: block;
				text-decoration: none;
				color: #013761;
				text-align: center;
				padding: 5px 0px;
				margin-bottom: 3px;
				font-size: 20px;
			}

				.bucket-menu ul li a:hover, .bucket-menu ul li a.selected {
					background: #05759e;
					color: #ffffff;
				}
				
.banner {
	text-align: center;
	margin-bottom: 5px;
}

.app-form {
	width: 298px;
	margin: auto;
	overflow: hidden;
	margin-top: 25px;	
}

.app-form-top {
	background: url(../images/app-form-top.png) left top no-repeat;
	height: 14px;
	width: 298px;	
}

.app-form-middle {
	background: url(../images/app-form-middle-repeat.png) left top repeat-y;
	width: 298px;	
	overflow: hidden;
}

.app-form-bottom {
	background: url(../images/app-form-bottom.png) left top repeat-y;
	width: 298px;	
	height: 15px;
	margin: 0px 0px 30px 0px;
}

.app-form-heading {
	background: #ffffff;
	margin: 0px 1px;
	padding: 0px 0px 5px 0px;
	text-align: center;	
	font-size: 36px;
	line-height: 33px;
}

.app-form-heading-bottom {
	background: url(../images/app-form-heading-bottom.png) left top no-repeat;
	height: 10px;
	width: 298px;
}

.form {
	width: 241px;
	margin: auto auto 7px auto;
	overflow: hidden;
}

.formfield, .formfield-select, .formfield-large, .formfield-validation {
	border: #85ddcd 1px solid;
	outline: none;
	padding: 0px 0 0 10px;
	width: 231px;
	background: #ffffff;
}

.formfield {
	height: 29px;
}

.ie8 .formfield {
	padding: 7px 0 0 10px;	
	height: 22x;
}

.formfield-select {
    width: 241px;
	height: 29px;
    padding: 5px 5px 5px 10px;
	-webkit-appearance: none;
}

.ie8 .formfield-select {
	padding: 7px 7px 7px 15px;	
	height: 29px;
}

.formfield-select option {
	border: none;
	background: #ffffff;
}

.error-message {
	margin: 5px 0px 5px 0px; 
	color: #C30;
}

.formfield-large {
	height: 81px;
	padding: 10px 0 0 10px;
}

.formfield-validation {
	width: 176px;
	padding: 0px 0 0 10px;
	float: right;
	height: 27px;
}

ie8 .formfield-validation {
	padding: 7px 0 0 10px;	
	height: 22px;
}

.validation-image {
	float: left;	
}

.button {
	background: url(../images/app-button.png);
	width: 240px;
	height: 39px;
	border: none;
	cursor: point er;
	text-indent: -9999px;
}

.get-social-main {
	overflow: hidden;
	width: 298px;
	margin: auto;	
}

.get-social-top {
	background: url(../images/get-social-top.png) left top no-repeat;
	height: 41px;
	width: 268px;
	font-size: 30px;
	padding: 10px 0px 0px 30px;
}

.get-social-middle {
	background: #ffffff;
	border-left: 1px solid #89d0bb;
	border-right: 1px solid #89d0bb;
	width: 266px;	
	padding: 8px 0px 0px 30px;
	overflow: hidden;
}

.social-icon {
	float: left;
	margin-right: 25px;	
}

.get-social-bottom {
	background: url(../images/get-social-bottom.png) left bottom no-repeat;
	height: 9px;
	width: 298px;
}

.content {
	width: auto;
	padding: 0px;
	overflow: hidden;	
	line-height: 20px;
}

.footer-main {
	width: 100%;
	min-height: 157px;	
	background: url(../images/footer-bg.png) left top repeat-x;
	margin-top: 35px;
	text-align: center;
	font-size: 13px;
}

.footer-text {
	letter-spacing: 1px;	
}

.footer-menu {
	width: 480px;
	margin: 28px auto 15px auto;
	overflow: hidden;	
	padding: 0;
}

.footer-menu nav {
	float: left;	
}

.footer-menu nav ul {
	float: left;	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-menu nav ul li {
	display: inline-block;
}

.footer-menu nav ul li a {
	font-size: 18px;
	margin-right: 10px;
}

a.review-link:link, a.review-link:visited {
	margin: 0px;	
}

.float-left {
	float: left;
	margin-right: 10px;	
}

.float-right {
	float: right;
	margin-left: 10px;	
}

.gallery-thumb {
	float: left;
	margin: 0 15px 15px 0;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.gallery-thumb-last {
	float: left;
	margin: 0 0px 15px 0;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.testimonials-name-sub {
	text-align: right;
	padding-top: 10px;	
	font-weight: bold;
}

/* END MAIN CONTENT STYLES */

/*  ~~  */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.wrapper {
	margin: auto;
	width: 90%;
	overflow: hidden;	
}	
	
/* HEADER STYLES */

.main-header  {
	width: 100%;
	overflow: hidden;
	display: block;
}

.main-header-left {
	float: left;	
	width: 320px;
}

.main-header-right {
	float: right;	
	padding-top: 18px;
}

.main-header-top-right {
	overflow: hidden;	
}

.sm-buttons {
	text-align: right;
	padding-bottom: 10px;	
}

.header-mail-search-nav {
	float: right;
	text-align: right;
	line-height: 20px;
}

.header-tel {
	font-size: 26px;
	padding-bottom: 10px;	
}

.header-mail {
	padding-bottom: 10px;	
}

	.header-mail a {
		color: #333333;
	}

		.header-mail a:hover {
			color: #b5ebdb;
		}

.search {
	height: 25px;
	width: 190px;
	overflow: hidden;
	float: right;
	display: block;
}

	.search-textbox {
		outline: none;
		background: url(../images/search-left.png) left top no-repeat;
		height: 25px;
		width: 147px;
		padding: 0px 0px 0px 15px;	
		font-size: 13px;
		float: left;
		border: none;
	}

		.search-button {
			border: none;
			cursor: pointer;
			width: 28px;
			height: 25px;
			float: left;
			text-indent: -9999px;
			background: url(../images/search-right.png) left top no-repeat;	
		}

.header-nav {
	margin-top: 20px;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}

	.header-nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.header-nav li {
			display: inline;
			margin: 0;
			padding: 0;
			float: left;
		}

			.header-nav a {
				background: url(../images/header-nav-left.png) left top no-repeat;
				float: left;
				padding: 0px 0px 0px 10px;
				font-size: 16px;
				line-height: 18px;
				text-decoration: none;
				margin-right: 3px;
				border-radius: 0px;
				width: auto;
			}
			
			.header-nav li#seventh a {
				margin: 0px;	
			}

				.header-nav a span {
					background: url(../images/header-nav-right.png) right top no-repeat;
					float: left;
					display: block;
					padding: 2px 10px 0px 0px;
					color: #013761;
					height: 21px;
				}

					/* Commented Backslash Hack hides rule from IE5-Mac \*/
					.header-nav a span {
						float: none;
					}

						/* End IE5-Mac hack */
						.header-nav a:hover span {
							color: #ffffff;
							background: url(../images/header-nav-right.png) right bottom no-repeat;
						}

							.header-nav li.selected a {
								background: url(../images/header-nav-left.png) left bottom no-repeat;
							}

								.header-nav li.selected a span {
									color: #ffffff;
									background: url(../images/header-nav-right.png) right bottom no-repeat;
								}

									.header-nav a:hover, .header-nav li.selected a:hover {
										background: url(../images/header-nav-left.png) left bottom no-repeat;
									}

										.header-nav a:hover span, .header-nav li.selected a:hover span {
											background: url(../images/header-nav-right.png) right bottom no-repeat;
										}

/* END HEADER STYLES */

/* MAIN CONTENT STYLES */

.main-content {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.left-parent {
	width: 100%;
	margin-bottom: 20px;	
}

.right-parent {
	width: 100%;
	margin-bottom: 20px;	
}

.bucket-menu {
	width: 100%;
}

	.bucket-menu ul {
	}

		.bucket-menu ul li {
		}

			.bucket-menu ul li a {
				background: #6fbf72;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				width: 100%;
				height: 30px;
				text-decoration: none;
				color: #013761;
				text-align: center;
			}

				.bucket-menu ul li a:hover, .bucket-menu ul li a.selected {
					background: #05759e;
					color: #ffffff;
				}
				
.content {
	width: auto;
	padding: 0px 30px;
	overflow: hidden;	
	line-height: 20px;
}



/* END MAIN CONTENT STYLES */
	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
.wrapper {
	margin: auto;
	width: 1000px;
	overflow: hidden;	
}


/* HEADER STYLES */

.main-header  {
	width: 100%;
	height: 224px;
	overflow: hidden;
	display: block;
}

.main-header-left {
	width: 400px;
	float: left;
	padding: 0px;	
}

.main-header-right {
	width: 600px;
	float: right;	
	height: 105px;
	padding: 0px;
	padding-top: 18px;
}

.main-header-top-right {
	height: 105px;
	overflow: hidden;	
	padding: 0px;
}

.sm-buttons {
	float: left;
	width: 240px;	
}

.header-mail-search-nav {
	float: right;
	width: 360px;
	text-align: right;
	line-height: 20px;
}

.header-tel {
	font-size: 26px;
	padding-bottom: 10px;	
}

.header-mail {
	padding-bottom: 10px;	
}

	.header-mail a {
		color: #333333;
	}

		.header-mail a:hover {
			color: #b5ebdb;
		}

.search {
	height: 25px;
	width: 190px;
	overflow: hidden;
	float: right;
	display: block;
}

	.search-textbox {
		outline: none;
		background: url(../images/search-left.png) left top no-repeat;
		height: 25px;
		width: 147px;
		padding: 0px 0px 0px 15px;	
		font-size: 13px;
		float: left;
		border: none;
	}

		.search-button {
			border: none;
			cursor: pointer;
			width: 28px;
			height: 25px;
			float: left;
			text-indent: -9999px;
			background: url(../images/search-right.png) left top no-repeat;	
		}

.header-nav {
	clear: both;
	float: right;	
	width: 460px;
	background: url(../images/top-menu-bg.png) right top no-repeat;
	padding: 17px 10px 0 130px;
	height: 89px;
	margin-top: -10px;
}

	.header-nav ul, .footer-menu nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.header-nav li, .footer-menu nav li {
			display: inline;
			margin: 0;
			padding: 0;
			float: left;
		}

		.header-nav li#fourth {
			display: block;
			clear: both;
			margin-top: 9px;
			margin-left: 34px;
		}

		.header-nav li#fifth, .header-nav li#sixth, .header-nav li#seventh, .header-nav li#eighth {
			margin-top: 9px;
		}

		.header-nav li#first {
			margin-left: 158px /* 116px*/;	
		}

			.header-nav a, .footer-menu nav a {
				background: url(../images/header-nav-left.png) left top no-repeat;
				float: left;
				padding: 0px 0px 0px 10px;
				font-size: 20px;
				line-height: 18px;
				text-decoration: none;
				margin: 0;
				margin-right: 5px;
				border-radius: 0px;
				width: auto;
			}
			
			.footer-menu nav a.large {
				padding: 0px 0px 0px 19px;	
			}

				.header-nav a span, .footer-menu nav a span {
					background: url(../images/header-nav-right.png) right top no-repeat;
					float: left;
					display: block;
					padding: 2px 10px 0px 0px;
					color: #013761;
					height: 21px;
				}
				
				.footer-menu nav a span {
					color: #077fa0;	
				}
				
				.footer-menu nav a span.large {
					padding: 2px 19px 0px 0px;
				}

					/* Commented Backslash Hack hides rule from IE5-Mac \*/
					.header-nav a span, .footer-menu nav a span {
						float: none;
					}

						/* End IE5-Mac hack */
						.header-nav a:hover span, .footer-menu nav a:hover span {
							color: #ffffff;
							background: url(../images/header-nav-right.png) right bottom no-repeat;
						}

							.header-nav li.selected a, .footer-menu nav li.selected a {
								background: url(../images/header-nav-left.png) left bottom no-repeat;
							}

								.header-nav li.selected a span, .footer-menu nav li.selected a span {
									color: #ffffff;
									background: url(../images/header-nav-right.png) right bottom no-repeat;
								}

									.header-nav a:hover, .header-nav li.selected a:hover, .footer-menu nav a:hover, .footer-menu nav li.selected a:hover {
										background: url(../images/header-nav-left.png) left bottom no-repeat;
									}

										.header-nav a:hover span, .header-nav li.selected a:hover span, .footer-menu nav a:hover span, .footer-menu nav li.selected a:hover span {
											background: url(../images/header-nav-right.png) right bottom no-repeat;
										}

/* END HEADER STYLES */

/* MAIN CONTENT STYLES */

.main-content {
	width: 100%;
	overflow: hidden;
}

.left-parent {
	width: 298px;
	float: left;
	margin: 0px;	
}

.bucket-menu {
	width: 298px;	
	margin-top: 85px;
	position: relative;
}

	.bucket-menu ul {
		
	}

		.bucket-menu ul li {
		}
		
		.bucket-menu ul li ul {
		}

			.bucket-menu ul li a {
				display: block;
				background: url(../images/bucket-link-bg.png) left top no-repeat;
				width: 270px;
				height: 27px;
				margin-bottom: 2px;
				color: #013761;
				padding: 0px 0px 0px 28px;
				text-align: left;
			}

				.bucket-menu ul li a:hover, .bucket-menu ul li a.selected {
					background: url(../images/bucket-link-bg.png) left bottom no-repeat;	
					color: #ffffff;
				}

#accordian {

}

/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}

#accordian ul li ul li a{
	padding: 2px 0px 0px 38px; 
	width: 250px;
	font-size: 17px;
	margin-left: 10px;
	height: 25px;
	background: #8dcc8f;
	border-radius: 0px;
}
#accordian li.active ul {
	display: block;
}

.right-parent {
	width: 702px;
	float: left;	
	margin: 0px;
}

.header-banner {
	width: 702px;
	height: 453px;
	overflow: hidden;
	margin-bottom: 35px;
}

.footer-menu {
	background: url(../images/footer-menu-bg.png) left top no-repeat;
	width: 602px;
	height: 57px;
	margin: 28px auto 0px auto;
	overflow: hidden;	
	padding: 15px 0px 0px 30px;
}

.footer-menu nav {
	float: none;	
}

a.review-link:link, a.review-link:visited {
	color: #077fa0;
	text-decoration: underline;
	font-size: 22px;
	line-height: 20px;
	margin-left: 63px;
	display: block;
	float: left;
}

a.review-link:hover, a.review-link:active {
	text-decoration: none;
}

.content.sub-page {
	margin-top: 80px;	
}

.form-testimonial {
	overflow: hidden;
	margin: 0px 20px;
	padding: 20px;
	border: solid 1px #077fa0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.t-formfield {
	border: 1px solid #ffffff;	
	padding-left: 10px;
	color: #333333;
	height: 22px;
}

	.form-left {
		float: left;
		width: 190px;
	}

		.form-sub {
			height: 24px;
			margin-bottom: 5px;
			padding-right: 5px;
			padding-top: 3px;
			text-align: right;
		}

			.form-right {
				float: left;
				padding-left: 5px;
				width: 240px;
			}

				.form-sub-r {
					height: 27px;
					margin-bottom: 5px;
					padding-top: 2px;
				}

					.textboxes {
						float: left;
						font-size: 13px;
						width: 120px;	
						
					}


							.button1 {
								background: #077fa0;
								width: 210px;
								height: 30px;
								border: none;
								color: #ffffff;
								font-weight: normal;
								cursor: pointer;
							}


.hide-mobile {
	display: block;
	visibility: visible;	
}

/* END MAIN CONTENT STYLES */

}
