/* Default site CSS */

#container
{
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.oneColumn #middleColumn
{
}

.twoColumnLeft #middleColumn
{
	position: relative;
	width: 80%;
	left: 20%;
	float: left;
}

.twoColumnLeft #leftColumn, .threeColumn #leftColumn
{
	width: 20%;
	left: -80%;
	float: left;
	position: relative;
}

.threeColumn #leftColumn
{
	left: -60%;
}

.twoColumnRight #middleColumn
{
	position: relative;
	width: 80%;
	float: left;
}

.twoColumnRight #rightColumn, .threeColumn #rightColumn
{
	position: relative;
	width: 20%;
	float: left;
}

.threeColumn #middleColumn
{
	position: relative;
	width: 60%;
	left: 20%;
	float: left;
}

.edit .content:empty::before, .edit .dynamic-content:empty::before
{
	border: 3px dashed #ccc;
	content: "This area intentionally left blank.";
	font: 14px sans-serif;
	padding: 28px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	display: block;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: white;
	color: #f33;
}

.news .record-image
{
	float: right;
	clear: right;
}

.news .date-container
{
	float: left;
	width: 4em;
	margin: 0 1em 0 0.5em;
	text-align: center;
}

.news .date-container .day
{
	font-size: 2em;
	padding: 0.25em;
}

.news .date-container .month
{
	border: 1px solid #ccc;
	padding: 0.2em 0;
	text-transform: uppercase;
	background: #ccc;
}

.news .date-container .year
{
	padding-top: 0.5em;
}

.news .news-content
{
	margin-left: 6em;
}

.news .end-of-record
{
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
}


.row .end-of-row
{
	display: block;
	clear: left;
}

.row .item
{
	float: left;
	cursor: pointer;
	cursor: hand;
    font-size: 1em;
}

.grid-1-column .row .item
{
	width: 100%;
	float: none;
}

.grid-1-column .row .end-of-row
{
	display: none;
}

.grid-2-column .row .item
{
	width: 50%;
}

.grid-3-column .row .item
{
	width: 33%;
}

.grid-4-column .row .item
{
	width: 25%;
}

.grid-5-column .row .item
{
	width: 20%;
}

.grid-6-column .row .item
{
	width: 16.6%;
}

/* Default grid type layout: polaroid view */
.grid .item
{
}

.grid-1-column .item
{
}

.grid .item .record
{
	text-align: center;
	padding: 2px 2px 0.75em 2px;
	margin: 0px;
}

.grid-1-column .item .record
{
	margin: 0;
	text-align: left;
}

.grid .item .record .record-body
{
	min-height: 1em;
}

.grid .empty
{
	display: none;
}

.grid .hover
{
}

.grid .hover .hover
{
}

.grid .hover .hover a
{
}

.grid .hover
{
}

.end-of-record
{
	display: none;
}

.date-paginator .tab-box-outer
{
	position: relative; 
	width: 100%;
}

.date-paginator .tab-box-inner
{
	width: 100%;
	height: 2.4em;
	padding-bottom: 1px;
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-left: -1px;
	margin-right: -1px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.date-paginator .tab-box
{
	display: block;
	margin: 0px;
	padding: 0px 1em;
	padding-right: 0px;
}

.date-paginator .tab-box li
{
	display: block;
	float: left;
	height: 2.4em;
	line-height: 2.4em;
	padding: 0px 1em;
	border: 1px solid transparent;
	border-bottom-width: 0px;
}

.date-paginator .tab-box li.selected
{
	border-color: rgb(204, 204, 204);
	background: rgb(235,235,223);
}

.date-paginator .tab-box li.rss,
.date-paginator .tab-box li.print,
.date-paginator .tab-box li.search
{
	float: right;
	position: relative;
	width: 22px;
	padding: 0px 0px;
	overflow: hidden;
}

.date-paginator .tab-box li.rss span,
.date-paginator .tab-box li.print span,
.date-paginator .tab-box li.search span
{
	position: absolute;
	left: 4px;
	width: 16px;
	top: 50%;
}

.date-paginator .tab-box li.rss span a,
.date-paginator .tab-box li.print span a,
.date-paginator .tab-box li.search span a
{
	position: absolute;
	top: -8px;
	height: 16px;
	left: 0px;
	width: 16px;
}

.date-paginator .tab-box li span a span
{
	top: 0;
	left: 0;
	width: auto;
	height: auto;
}

.date-paginator .date-box
{
	position: relative;
	height: 2.4em;
	font-size: 1.25em;
	text-transform: uppercase;
	line-height: 2.4em;
	text-align: center;
	background: rgb(235, 235, 223);
	border-bottom: 1px solid rgb(204, 204, 204);
}

.date-paginator .date-box .previous-link,
.date-paginator .date-box .next-link
{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -12px;
	width: 25px;
	overflow: hidden;
}

.date-paginator .date-box .previous-link
{
	left: 6px;
}

.date-paginator .date-box .next-link
{
	right: 6px;
}

.date-paginator .search-container
{
	padding: 0;
	margin: 0;
	border: 0;
	height: 8em;
	margin-bottom: 2.3em;
	background: rgb(247, 247, 242);
	border-bottom: 1px solid rgb(235, 235, 235);
	position: relative;
}

.date-paginator .search-container .search-container-inner
{
	padding: 1em;
}

.date-paginator .search-container table
{
	border-spacing: 0;
}

.date-paginator .search-container td
{
	width: 50%;
	height: 3em;
	padding: 0 0.5em;
	vertical-align: middle;
}

.date-paginator .search-container select,
.date-paginator .search-container input
{
	border: 1px solid rgb(204, 204, 204);
	font-size: 1em;
	padding: 0.2em;
	width: 100%;
	/* Non-CSS3 variations... */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	/* CSS3 variation */
	box-sizing: border-box;
}

.date-paginator .search-container input.start-date, 
.date-paginator .search-container input.end-date
{
	background: white url(../images/calendar.png) no-repeat 98% 50%;
}

.date-paginator .search-container button
{
	text-transform: uppercase;
	position: absolute;
	top: 8.0em;
	right: 0;
	height: 2em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	background: rgb(231, 231, 207);
	border: 1px solid rgb(204, 204, 204);
	margin-right: -1px;
	font-size: 1em;
	font-family: inherit;
}

.date-paginator .tabs-none li.selected
{
	display: none;
}

.date-paginator .tabs-none li.search
{
	display: block !important;
}

a img
{
	border: 0;
}

ul.pagination {
	display: block;
	padding: 0;
	margin: 0;
}

ul.pagination li { display: inline-block; }

ul.pagination li.current, ul.pagination li a {
	background: transparent;
	border: 1px solid #ccc;
	height: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0.5em;
	text-align: center;
	width: 1em;
}

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

ul.pagination li a { display: block; font-size: 1em; }

ul.pagination li.current {
	background: white;
	font-weight: bold;
}

@media print {
	.page_a9b5cea9e33296344ddfec2c7652803b body { width: 100%; }
	.page_a9b5cea9e33296344ddfec2c7652803b #headerContainer,
	.page_a9b5cea9e33296344ddfec2c7652803b #footerContainer,
	.page_a9b5cea9e33296344ddfec2c7652803b #outerHeader,
	.page_a9b5cea9e33296344ddfec2c7652803b #rightColumn,
	.page_a9b5cea9e33296344ddfec2c7652803b .search-button,
	.page_a9b5cea9e33296344ddfec2c7652803b .pagination-bottom { display: none; }
	.page_a9b5cea9e33296344ddfec2c7652803b #middleColumn { width: 100% !important; }
	.page_a9b5cea9e33296344ddfec2c7652803b .date { padding-left: 0; }
}

p:first-child { margin-top: 0; }

.gallery-nav .gallery-item
{
	display: inline-block;
	padding: 1em;
	border: 1px solid transparent;
}

*:first-child+html .gallery-nav .gallery-item {
	float: left;
}

.gallery-nav .current
{
	border-color: white;
}

.gallery-overlay
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 10000;
	background: black;
}

.gallery-nav
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	z-index: 10002;
}

.gallery-current
{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10001;
	background: black url(../tools/images/thickbox_loadingAnimation.gif) no-repeat 50% 50%;
	color: white;
	border: 2px solid white;
}

.gallery-current .previous, .gallery-current .next
{
	top: 50%;
	margin-top: -17px;
	height: 30px;
	width: 30px;
	border: 2px solid white;
	position: absolute;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	color: white !important;
}

.gallery-current .previous:hover, .gallery-current .next:hover {
	background: white;
	color: black !important;
	text-decoration: none;
	font-weight: bold;
}

.gallery-current .previous
{
	left: 0px;
	margin-left: -34px;
}

.gallery-current .next
{
	right: 0px;
	margin-right: -34px;
}

.gallery-current h2.gallery-title
{
	position: absolute;
	top: -1.4em;
	left: 0;
	padding: 0;	
}

.gallery-current .close
{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -1.7em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

.gallery-current .close span
{
	display: block;
	float: right;
	margin-left: 5px;
	background: white;
	color: black;
	width: 1em;
	text-align: center;
}

.gallery-current h2.title
{
	font-size: 1em;
	font-weight: bold;
}

.gallery-current h2
{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 2em;
	/* padding: 0 1em; */
	font-weight: normal;
	position: relative;
}

.gallery-current h2 img
{
	position: absolute;
	right: 1em;
	top: 1em;
	margin-top: -11px;
}



/* masters/website/global [ Global ] */

body.page_8383a424f6fedeaf16a50b5f26624ab5 {
		background: #010128 url(/images/body-bg2.gif) repeat-x 50% 0%;
		margin: 0;
		font-family: Arial , Helvetica , sans-serif;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 h1 {
		font-weight: normal;
		font-size: 140%;
		line-height: 1.25em;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #container {
		width: auto;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #headerContainer {
		width: auto;
		margin: 0 auto;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #header {
		width: 940px;
		margin: 0 auto;
		padding-top: 325px;
		position: relative;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #header1 {
		position: absolute;
		right: 0;
		top: 7px;
		display: block;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #header1 ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: block;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #header1 ul li {
		display: inline;
		text-transform: uppercase;
		font-size: 80%;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #header1 ul li a {
		display: inline-block;
		padding: 6px 12px;
		color: white;
		font-weight: normal;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #header1 ul li a:hover {
		color: #9999cc;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #header1 ul li.active a {
		font-weight: bold;
		color: #333366;
		background-color: #c2c2d1;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #header3 {
		position: absolute;
		left: 0;
		top: 12px;
		display: block;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #mainContainer {
		background: #010128 url(/images/content-bg.gif) repeat-x top center;
		padding-top: 40px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #middleColumn {
		width: 940px;
		padding-bottom: 100px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 20px;
		color: white;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #main-left {
		width: 400px;
		float: left;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #main-left .dynamic-content {
		padding-left: 30px;
		padding-right: 60px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #main-right {
		width: 500px;
		margin-left: 400px;
		padding-top: 10px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #main-right .dynamic-content {
		padding-right: 75px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #main-right h2 {
		font-size: 12px;
		line-height: 24px;
		text-transform: uppercase;
		color: #cc9;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #footerContainer {
		background-color: #010128;
		margin: 0 auto;
		color: #ccc;
		font-size: 11px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #footer1 {
		margin: 0 auto;
		width: 900px;
		color: #666699;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #footer1 a {
		color: #9999cc;
}



/* terms [ Terms of Use ] */

body.terms #headerContainer {
		margin: 0 auto;
		width: auto;
		background: url(/images/header-bg-home.jpg) no-repeat 50% 45px;
}
body.terms #header1 {
		width: auto;
}
body.terms #header2 {
		padding-bottom: 20px;
}
body.terms #header2 img {
		float: left;
		margin-top: 10px;
		margin-left: 130px;
}
body.terms #header2 h1 {
		font-size: 30px;
		line-height: 130px;
		margin: 0;
		margin-left: 350px;
		padding-left: 40px;
		font-weight: normal;
		font-style: italic;
		color: #000066;
}



/* privacy-policy [ Privacy Policy ] */

body.privacy-policy #headerContainer {
		margin: 0 auto;
		width: auto;
		background: url(/images/header-bg-home.jpg) no-repeat 50% 45px;
}
body.privacy-policy #header1 {
		width: auto;
}
body.privacy-policy #header2 {
		padding-bottom: 20px;
}
body.privacy-policy #header2 img {
		float: left;
		margin-top: 10px;
		margin-left: 130px;
}
body.privacy-policy #header2 h1 {
		font-size: 30px;
		line-height: 130px;
		margin: 0;
		margin-left: 350px;
		padding-left: 40px;
		font-weight: normal;
		font-style: italic;
		color: #000066;
}



/* about-us [ About Us ] */

body.about-us #headerContainer {
		margin: 0 auto;
		width: auto;
		background: url(/images/header-bg-about.jpg) no-repeat 50% 45px;
}
body.about-us #header1 {
		width: auto;
}
body.about-us #header2 {
		padding-bottom: 20px;
}
body.about-us #header2 img {
		float: left;
		margin-top: 10px;
		margin-left: 130px;
}
body.about-us #header2 h1 {
		font-size: 30px;
		line-height: 130px;
		margin: 0;
		margin-left: 350px;
		padding-left: 40px;
		font-weight: normal;
		font-style: italic;
		color: #000066;
}



/* home-treatment [ Home Treatment ] */

body.home-treatment #headerContainer {
		margin: 0 auto;
		width: auto;
		background: url(/images/header-bg-treatment.jpg) no-repeat 50% 45px;
}
body.home-treatment #header1 {
		width: auto;
}
body.home-treatment #header2 {
		padding-bottom: 20px;
}
body.home-treatment #header2 img {
		float: left;
		margin-top: 10px;
		margin-left: 130px;
}
body.home-treatment #header2 h1 {
		font-size: 30px;
		line-height: 130px;
		margin: 0;
		margin-left: 350px;
		padding-left: 40px;
		font-weight: normal;
		font-style: italic;
		color: #000066;
}



/* master/temp [ Temp Page ] */




/* index.php [ Home ] */

body.home #headerContainer {
		margin: 0 auto;
		width: auto;
		background: url(/images/header-bg-home.jpg) no-repeat 50% 45px;
}
body.home #header1 {
		width: auto;
}
body.home #header2 {
		padding-bottom: 20px;
}
body.home #header2 img {
		float: left;
		margin-top: 10px;
		margin-left: 130px;
}
body.home #header2 h1 {
		font-size: 30px;
		line-height: 130px;
		margin: 0;
		margin-left: 350px;
		padding-left: 40px;
		font-weight: normal;
		font-style: italic;
		color: #000066;
}



/* thank-you [ Thank You ] */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#container {
  width: auto;
  margin: 0;
}


/* temporay [ Home (Temp) ] */

body.page_4bef8e02f37e90c901d76c926be5e809 #main-right {
		padding-top: 125px;
		text-align: center;
}



/* contact [ Contact (Pop-over Form) ] */

body.page_736546e09177cd50120f39b4e86cf549 {
		font-family: Arial , Helvetica , sans-serif;
		font-size: 12px;
}
body.page_736546e09177cd50120f39b4e86cf549 #container {
		width: 500px;
}
body.page_736546e09177cd50120f39b4e86cf549 #middleColumn {
		margin-left: 8px;
}
body.page_736546e09177cd50120f39b4e86cf549 input, body.page_736546e09177cd50120f39b4e86cf549 textarea {
		width: 475px;
		font-family: Arial , Helvetica , sans-serif;
		font-size: 16px;
}
body.page_736546e09177cd50120f39b4e86cf549 br {
		display: none;
}
body.page_736546e09177cd50120f39b4e86cf549 textarea {
		height: 7em;
		margin: 0;
}
body.page_736546e09177cd50120f39b4e86cf549 label {
		display: block;
		margin: 0.5em 0;
}
body.page_736546e09177cd50120f39b4e86cf549 .email-submit {
		width: 130px;
		display: block;
		margin: 1em auto;
}
body.page_736546e09177cd50120f39b4e86cf549 .email-form-errors {
		border: 1px solid #f33;
		background: #fcc;
		color: #600;
		padding: 1em;
		margin-bottom: 1em;
}



/* 404.php [ Not Found ] */




@media only screen and (max-device-width: 480px) {
  html {
    -webkit-user-select: none;
  }
}
