/*html * {
	border: 1px solid red;
}*/

html {
	height: 100%;
}

body {
	margin: 15px auto;
	padding: 0;
	background-color: #6079b5;
}

#main-wrap {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	border: 1px solid #000000;
}

#main-wrap2 {
	background-color: #000099;
}

/** Header ------------------------ **/

#header-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.header-navigation {
	background: #ffcc66 url(../images/glass_orange2.png) repeat-x 50% 50%;
	width: 100%;
	margin: -3px 0 0 0;
	padding: 6px 0;
	font: bold 80%/120% 'Open Sans', sans-serif;
	text-align: center;
	color: #333366;
	border-top: 1px solid #333366;
	height: 18px;
}

.header-navigation a, .header-navigation a:visited, .header-navigation2 a, .header-navigation2 a:visited {
	padding: 6px 8px;
	color: #333366;
	text-decoration: none;
}

.header-navigation a:hover,.header-navigation2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.masthead {
	background-image: url(../images/afit-images-2011.jpg);
	width:1000px;
	height:199px;
}

.motto {
	background-color: #ffffcc;
	width: 100%;
	padding: 8px 0;
	font: bold 90%/120% 'Open Sans', sans-serif;
	text-align: center;
	color: #990000;
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
	height: 18px;
}

/** Primary Navigation ------------------ **/

#nav-wrap {
	clear: both;
	float: left;
	width: 230px;
	padding: 0;
	margin: 0;
	background-color: #000099;
	text-align: left;
}

#call-short {
	margin: 12px;
	text-align: center;
	font: bold 100%/110% 'Open Sans', sans-serif;
}

#call-short .call-1800 {
	width: 100%;
	padding: 7px 0;
	color: #990000;
	background-color: #ffffff;
	border: 1px solid #990000;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#call-short .reserve-ask {
	text-align: center;
	margin-top: 6px;
}

#call-short .reserve-ask a {
	width: 100%;
	padding: 7px 0;
	display: block;
	text-decoration: none;
	color: #990000;
	background: #ffcc66 url(../images/glass_orange2.png) repeat-x 50% 50%;
	border: 1px solid #990000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#call-short .reserve-ask a:hover {
	color: #ffffff;
	background: #338833 url(../images/glass_green.png) repeat-x 50% 50%;
	border: 1px solid #338833;
}

#primary-navigation {
	font: 95%/95% 'Open Sans', sans-serif;
	color: #ffffff;
	margin: 0 6px;
}

#primary-navigation ul {
	margin: 3px 0;
}

#primary-navigation li.menu {
	outline: none;
	margin: 0;
	padding: 4px 4px 4px 6px;
}

#primary-navigation li.menu:hover, #primary-navigation li.menu:visited {
	background-color: #333333;
}

#primary-navigation li.submenu {
	outline: none;
}

#primary-navigation li ul li {
	padding: 2px 8px 2px 12px;
	font-size: 85%;
	line-height: 85%;
}

#primary-navigation li a,#primary-navigation li a:visited,#primary-navigation li span.nav-nolink {
	padding: 3px;
	text-decoration: none;
	outline: none;
	color: #ffffff;
	display: block;
}

#primary-navigation li:hover,#primary-navigation li:visited {
	background-color: #000000;
	color: #99CCFF;
	outline: none;
}

#primary-navigation li a:hover {
	background-color: #000000;
	color: #99CCFF;
	outline: none;
}

/** Content ------------------------ **/

#body-wrap {
	float: right;
	font: 100%/120% 'Lato', sans-serif;
	width: 770px;
	background-color: #ffffff;
}

#body-wrap2 {
	margin: 18px 20px 30px 20px;
}

#body-wrap2 h1 {
	font: bold 140%/120% 'Open Sans', sans-serif;
	color: #000099;
	margin: 18px 0 12px 0;
}

span.small {
	font-size: 70%;
}

#body-wrap2 h2 {
	font: bold 115%/120% 'Open Sans', sans-serif;
	color: #000099;
	margin: 20px 0 10px 0;
}

#body-wrap2 h3 {
	font: italic bold 100%/120% 'Open Sans', sans-serif;
	color: #000099;
	margin: 18px 0 10px 0;
}

#body-wrap2 h4 {
	font: 120%/120% 'Lato', sans-serif;
	color: #427644;
	margin: 8px 0 10px 0;
}

#body-wrap2 p {
	font-size: 100%;
	line-height: 125%;
	margin: 10px 0;
}

#body-wrap2 ul {
	font-size: 100%;
	line-height: 125%;
	margin: 1em;
	list-style-type: square;
}

#body-wrap2 li {
	padding: 0;
	margin: .3em 1em;
}

#body-wrap2 em {
	font-style: italic;
}

#body-wrap2 img {
	border: 1px solid #333366;
	margin-left: 1em;
	/*float: right;*/
}

.heading img, .TA_linkingWidget img, .TA_links img {
	border: none;
	margin: 0;
    float: none;
}

hr.title {
	width: 100%;
	height: 3px;
	color: #ffa110;
	background-color: #ffa110;
	border: 0;
}

div #slideshow {
	margin:18px 0 0 0;
	border:none;
	position:relative;
	width:530px;
	height:430px;	
}

#slideshow img {
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#slideshow img.active{
	display:block;
}

a,a:visited {
	color: #0000cc;
}

a:hover {
	color: #a71;
	text-decoration: none;
}

div.multi-column {
	width: 100%;
	margin: 0;
	font-weight: bold;
	padding: 0;
}

div.multi-column div.column1,div.multi-column div.column2 {
	float: left;
	width: 49%;
	padding: 0;
	margin: 0;
}

.required {
	color: red;
}

table {
	width: 100%;
}

table.form-table {
	border-top: 1px solid #9999cc;
	border-left: 1px solid #9999cc;
	border-right: 1px solid #9999cc;
}

table.form-table td {
	text-align: left;
	line-height: 120%;
}

thead {
	font-weight: bold;
	font-size: 90%;
	line-height: 110%;
	text-align: center;
}

tbody {
	font-weight: normal;
	font-size: 90%;
	line-height: 110%;
	text-align: center;
}

th,td {
	font-weight: normal;
	font-size: 90%;
	line-height: 120%;
	padding: .6em .8em;
	vertical-align: middle;
}

.heading th, .heading td {
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	padding: 0;
	vertical-align: middle;
}

th {
	background-color: #ccccff;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #9999cc;
}

td {
	background-color: #e7e9ff;
}

.heading td {
	background-color: transparent;
	padding-top:12px;
}

tr.normal-row1,tr.normal-row1 td,td.normal-row1 {
	background-color: #fff;
}

tr.normal-row2,tr.normal-row2 td,td.normal-row2 {
	background-color: #fff;
}

tr.highlight-row1,tr.normal-row1 td.highlight-row1,td.highlight-row1 {
	background-color: #ccccff;
}

tr.highlight-row2,tr.normal-row2 td.highlight-row2,td.highlight-row2 {
	background-color: #e7e9ff;
}

tr {
	vertical-align: middle;
	padding: .4em 0;
	border-bottom: 1px solid #9999cc;
}

.heading tr {
	vertical-align: middle;
	padding: 0;
	border-bottom: none;
}

td.table-notice {
	background-color: #ccccff;
	font-weight: bold;
	color: #333366;
}

#body-wrap2 p.table-note {
	font-size: 80%;
	line-height: 120%;
	margin: .5em;
	font-weight: bold;
}

#faq dt {
	color: #2763A5;
	cursor: pointer;
	margin: .5em 0;
	padding: 0;
}

#faq dd {
	border: 1px solid #BABAC0;
	padding: 0 1em;
	margin: 1em 0 2em;
	background-color: #FFFFE1;
}

.return-to-top {
	text-align: right;
	padding-bottom: 1em;
}

.feedback-name {
	padding-left: 2em;
	padding-bottom: .5em;
	font-weight: normal;
	font-style: italic;
}

.submit-buttons {
	text-align: center;
}

#body-wrap2 h3.sitemap-list {
	text-transform: uppercase;
	margin: 1.5em 0 .3em 0;
}

#body-wrap2 ul.sitemap-list,#body-wrap2 ul.sitemap-list li,#body-wrap2 ul.sitemap-list li ul {
	margin: 0 1em;
}

#body-wrap2 ul.sitemap-list li ul {
	list-style: circle;
}

#body-wrap2 h3.top-ten {
	margin-top: 2em;
}

.highlights {
	display: block;
}

.border-testimonial {
	background-color: #ffffcc;
	margin: 24px 0;
	padding: 6px 18px;
	font-size: 90%;
	line-height: 95%;
	border: 1px solid #ffcc66;
	display: block;
}

.border-testimonial p.customer-name {
	font-style: italic;
}

.border-testimonial p.more-button a {
	float: right;
	text-align: center;
	position: relative;
	top: -36px;
	padding: 7px 15px 8px 15px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
	line-height: 90%;
	border: 1px solid #333366;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #339900;
	/* Safari -5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#339900), to(#195807));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #339900, #195807);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #339900, #195807);
	/* IE 10 */
	background: -ms-linear-gradient(top, #339900, #195807);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #339900, #195807);
}

.border-testimonial p.more-button a:hover {
	color: #ffffff;
	border: 1px solid #000099;
	background-color: #000099;
	/* Safari -5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000099), to(#001055));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000099, #001055);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000099, #001055);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000099, #001055);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000099, #001055);
}

.border-testimonial p.call-email-button {
	text-align: center;
}

.border-testimonial p.call-email-button a {
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	position: relative;
	margin-top: .5em;
	padding: .5em 1em;
	display: block;
	text-decoration: none;
	color: #990000;
	background-color: #ffa71d;
	background: #ffcc66 url(../images/glass_orange2.png) repeat-x 50% 50%;
	border: 1px solid #990000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.border-testimonial p.call-email-button a:hover {
	color: #ffffff;
	background: #338833 url(../images/glass_green.png) repeat-x 50% 50%;
	border: 1px solid #006600;
	padding: .5em 1em;
}

.border-callforaction {
	background-color: #feb62b;
	color: #333366;
	margin: 24px 0;
	padding: 6px 20px;
	font-size: 95%;
	line-height: 120%;
	border: 1px solid #990000;
	display: block;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.box-callforaction {
	color: #333366;
	margin: 0;
}

.box-callforaction a,.box-callforaction a:visited {
	color: #990000;
	text-decoration: underline;
}

.box-callforaction a:hover {
	color: #333366;
	text-decoration: none;
}

.border-guarantee {
	background-color: #ffffcc;
	color: #990000;
	margin: 24px 0;
	padding: 6px 20px;
	font-size: 100%;
	line-height: 120%;
	border: 1px solid #990000;
	display: block;
	text-align: center;
}

.box-guarantee {
	margin: 0;
	font-weight: normal;
	text-align: center;
	font-size: 100%;
	line-height: 120%;
	color: #990000;
}

#call-long {
	width: 100%;
	margin: 1.5em 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}

#call-long .call-1800 {
	float: left;
	width: 49%;
	padding: .5em 0;
	color: #990000;
	background-color: #ffffff;
	border: 1px solid #990000;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#call-long .reserve-ask {
	text-align: center;
}

#call-long .reserve-ask a {
	float: right;
	width: 49%;
	padding: .5em 0;
	display: block;
	text-decoration: none;
	color: #990000;
	background: #ffcc66 url(../images/glass_orange2.png) repeat-x 50% 50%;
	border: 1px solid #990000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#call-long .reserve-ask a:hover {
	color: #ffffff;
	background: #338833 url(../images/glass_green.png) repeat-x 50% 50%;
	border: 1px solid #333366;
}

div#itinerary {
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}

div#itinerary a.itinerary {
	padding: 6px 0;
	display: block;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #990000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #990000;
	/* Safari -5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#990000), to(#6d0802));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #990000, #6d0802);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #990000, #6d0802);
	/* IE 10 */
	background: -ms-linear-gradient(top, #990000, #6d0802);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #990000, #6d0802);
}

div#itinerary a.itinerary:hover {
	color: #ffffff;
	border: 1px solid #990000;
	background-color: #000099;
	/* Safari -5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000099), to(#001055));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000099, #001055);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000099, #001055);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000099, #001055);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000099, #001055);
}

div.afterglow {
	padding: 3px 0;
	display: block;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #990000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #339900;
	/* Safari -5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#339900), to(#195807));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #339900, #195807);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #339900, #195807);
	/* IE 10 */
	background: -ms-linear-gradient(top, #339900, #195807);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #339900, #195807);
	text-align: center;
	font-weight: bold;
}

#map-wrap {
	margin: 1em;
	font: 100%/120% 'Lato', sans-serif;
}

#map-wrap img {
	float: none;
	background-color: white;
	border: 1px solid #333366;
	padding: .2em;
	margin: 1em;
}

#map-wrap p {
	color: #ffffff;
	font-size: 95%;
	line-height: 100%;
	margin: 0;
	text-align: center;
}

#map-wrap a,#map-wrap a:visited {
	color: #ffffff;
}

#map-wrap a:hover {
	text-decoration: none;
}

/** Footer **/

#footer-wrap {
	clear: both;
	width: 100%;
	background-color: #ccccff;
	padding: .4em 0;
	margin: 0;
}

#footer-wrap2 {
	margin: .4em 0 1em 2em;
}

.footer-column {
	float: left;
	width: 29%;
	text-align: left;
	font-weight: normal;
	font-size: 75%;
	line-height: 110%;
	margin-right: 2.15em;
}

.footer-column li {
	text-align: left;
	border-bottom: 1px dotted #9999cc;
	padding: .4em 0;
}

.footer-column-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #000099;
}

.footer-column a,.footer-column a:visited {
	padding-left: 1.2em;
	color: #000099;
	text-decoration: none;
	background: url(../images/icon-foot-arrow.gif) no-repeat 2px center;
}

.footer-column a:hover {
	color: #990000;
	background: url(../images/icon-foot-arrow-hover.gif) no-repeat 2px center;
}

.footer-text {
	font-weight: normal;
	font-size: 70%;
	line-height: 110%;
	color: #000099;
	margin: 1em 0 0;
}

.clearfix {
	clear: both;
}

.special {
	display: none;
}
