/*
	American Travel Companies
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
h3{ margin: 5px 0}
#bold{font-weight: bold;}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 00px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) {
    overflow: hidden;
}

figure { margin: 0; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd;}
sss

td h2{
	color: #ebf3fa;
}
label {
	float: left; clear: left; margin: 11px 20px 0 0; width: 195px;
	text-align: right; font-size: 16px; color: #026cc1;
	text-transform: uppercase; text-shadow: 0px 1px 0px #f2f2f2;
}

input {
	width: 160px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 10px 0;
	background: #ffffff;
	background: -moz-linear-gradient(top, #026cc1 0%, #ffffff 5%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#026cc1), color-stop(5%,#fff)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #000000;-webkit-box-shadow: 0px 1px 0px #000000;
	font-family: sans-serif; font-size: 16px; color: #026cc1; text-transform: uppercase; text-shadow: 0px -1px 0px #fff;
}
	input::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}
	input:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}

textarea {
	width: 160px; height: 60px; padding: 10px 20px 0px 20px; margin: 0 0 10px 0;
	background: #ffffff;
	background: -moz-linear-gradient(top, #026cc1 0%, #ffffff 5%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#026cc1), color-stop(5%,#fff)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #000000;-webkit-box-shadow: 0px 1px 0px #000000;
	font-family: sans-serif; font-size: 12px; color: #026CC1; text-shadow: 0px -1px 0px #334f71;
}
	textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}

input:focus, textarea:focus {
	background: #ebf3fa;
	background: -moz-linear-gradient(top, #668099 0%, #ebf3fa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(5%,#ebf3fa)); /* webkit */
}

input[type=submit] {
	width: 100px; height: 40px; float: center; padding: 10px 0px; margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718DA9 0%, #026cc1 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#026cc1)); /* webkit */
	cursor: pointer;
	font-family: sans-serif; font-size: 16px; color: #556f8c; text-transform: uppercase; text-shadow: 0px -1px 0px #334f71;
}
input[type=submit]:hover{
	width: 100px; height: 40px; float: center; padding: 10px 0px; margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#415D79)); /* webkit */
	cursor: pointer;
}
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }

/* =============================================================================
   Primary styles
   Author: 702west
   ========================================================================== */
body{
	background: #026cc1 url(../images/bg.jpg) repeat-x;}
#container{
	width:960px;
	margin: auto;
}
	/* ================ Header*/
header{
	background: url(../images/atc_01.jpg) no-repeat;
	width: 960px;
	height: 98px;
	border-bottom: solid 2px #0b3454;}
#appointment{
	width: 960px;
	height: 98px;
}
.appointment_left{
	float: left;
	width: 200px;
	height: 98px;
	display: inherit;}
.appointment_right{
	float: right;
	width: 200px;
	height: 98px;
	text-align: right;
	padding: 0 20px 10px 0;
	}
.appointment_right h2{
	padding: 0px;
	margin: 10px 0px 5px 10px;}
.appointment_right a{
	color: #fff;
	text-decoration: none;}
.appointment_right a:hover{
	color: #026cc1;}
.appointment_right img{
	text-align: right;
	padding-top: 0px;
	margin-bottom: 5px;}
.fb-like{
	display: block;
	padding-right: 0px;
	margin-right: 0px;
	width: 80px;
}

	/* ================ MainContent*/
#main{
	width: 960px;
	height:724px;
	background: #fff;
	padding:0px;
	margin: 0px;}
#content{
	float: right;
	width: 720px;
	padding:0px;
	margin: 0px;}
#content p{
	display: block;
	padding: 0px 15px 0px 0px;}
.contentp h3{
	padding: 0px 10px 0px 30px;
	color:#026CC1;
}
.floatleft{
	float: left;
	width: 320px;
	padding: 0px 10px 0px 30px}

.floatleft ul{
	padding-left: 10px;
}
.floatright{
	float: right;
	width: 320px;
	padding: 0px 20px}
.floatright ul{	
	padding-left: 20px;
}
.floatright li{
	padding-left: 10px;
}
.leftcolumn{
	width: 200px;
	padding: 20px 15px 20px 25px;
	float: left;
}
.leftcolumn ul{
	padding-left: 20px;
}
.middlecolumn{
	width: 200px;
	padding: 20px;
	float: left;
}
.rightcolumn{
	width: 200px;
	padding: 20px;
	float: right;
}
.rightcolumn{
	padding-left: 10px;
}
.indent{
	padding: 0 0 0 30px;
	margin: 0px;
}
p#subhead{
	font-style: italic;
}
#contact{
	padding: 20px 0px 0px 5px;
	float: left;
}
.address{
	float: right;
	width:220px;
	color: #026CC1;
	padding: 20px 0px 0px 0px
}
.signup_worked h2{
	text-align: center;
	color: #026CC1;
	margin-top: 50px;
}
/*--IMAGE SLIDESHOW --*/
/*--Main Container --*/
.main_view_small {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window_small {
	height: 260px;	width: 240px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel_small {
	position: absolute;
	top: 0; left: 0;
}
.image_reel_small img {float: left;}

/*--Paging Styles--*/
.paging_small {
	position: absolute;
	bottom: -10px; right: -30px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging_small a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging_small a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging_small a:hover {font-weight: bold;}

/*--IMAGE SLIDESHOW --*/
/*--Main Container --*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height: 334px;	width: 720px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -10px; right: -30px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/* ================ Navigation*/
#nav_about{
	display: block;
	width: 240px;
	height: 100px;
	background: url("../images/atc_nav_about.png") no-repeat 0 0;
	float:left;}
#nav_about:hover{ 
	background-position: 0 -100px;}
#nav_about span{
	position: absolute;
	top: -999em;}
#nav_qualifications{
	display: block;
	width: 240px;
	height: 100px;
	background: url("../images/atc_nav_qualifications.png") no-repeat 0 0;
	float:left;}
#nav_qualifications:hover{ 
	background-position: 0 -100px;}
#nav_qualifications span{
	position: absolute;
	top: -999em;}
#nav_benefits{
	display: block;
	width: 240px;
	height: 100px;
	background: url("../images/atc_nav_benefits.png") no-repeat 0 0;
	float:left;}
#nav_benefits:hover{ 
	background-position: 0 -100px;}
#nav_benefits span{
	position: absolute;
	top: -999em;}
#nav_contact{
	display: block;
	width: 240px;
	height: 100px;
	background: url("../images/atc_nav_contact.png") no-repeat 0 0;
	float:left;}
#nav_contact:hover{ 
	background-position: 0 -100px;}
#nav_contact span{
	position: absolute;
	top: -999em;}
	
#nav_member{
	display: block;
	width: 240px;
	height: 50px;
	background: url("../images/member.png") no-repeat 0 0;
	float:left;}
#nav_member:hover{ 
	background-position: 0 -50px;}
#nav_member span{
	position: absolute;
	top: -999em;}	
	
	
	
	
	
	
	
	
	/* ================ Sidebar*/
#sidebar{
	width: 240px;
	height: 725px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #ebf3fa;}
#sidebar h2{
	color: #026cc1;}
#sidebar a{
	border-bottom: solid 3px #ebf3fa;}
#sidebar ul{
	float: left;}
#sidebar li{
	list-style: none;
	height: 100px;
	width: 240px;}
#sidebar li a{
	text-decoration: none;}
	/* ================ Footer*/
footer{
	height: 76px;
	width: 960px;
	background: url(../images/footer.png) no-repeat;
	display: block;
	color: #fff;
	margin: 0 0 20px 0;}
footer p{
	color: #026cc1;
	padding: 10px;
	margin: 0;}
/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */
/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
