@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background:url(../images/sand-bg.jpg) repeat;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1{ 	
margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-style:normal;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	color:#fff200
	}
	
	
	
h2{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-style:normal;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	color:#900
	}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link { color:#FF0; text-decoration:none;
}
a:visited { color: #FF3; text-decoration:none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 300px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto;

}

/* ~~ layout information ~~ 
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
*/
.content {
	padding: 0px 0;
	font-size:13px;
	line-height:180%;
	text-align:justify;
}

.boxright {
	float:right;
	text-decoration:none;
	padding:0;
	z-index:0;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#rcorners {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px; 
    width: 200px;
    height: 150px;    
}

.headline {
	font-family:Arial, sans-serif, calibri;
	font-size:20px;
	text-align:center;
	line-height:150%;
	color:#42210b;
}

.headlineleft {
	font-family:Arial, sans-serif, calibri;
	font-size:20px;
	text-align:left;
	line-height:150%;
	color:#42210b;
}

.headlineright {
	font-family:Arial, sans-serif, calibri;
	font-size:20px;
	text-align:right;
	line-height:150%;
	color:#42210b;
}

.boldright {
	font-family:Arial, sans-serif, calibri;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	line-height:150%;
	color:#000;
}



.footer {
	font-family:Arial, sans-serif, calibri;
	font-size:14px;
	color:#FFF;
	background-color:#42210b;
	padding:20px 20px 20px 20px;
}

.header {
	font-family:Arial, sans-serif, calibri;
	font-size:14px;
	color:#FFF;
	background-color:#41210a;
	text-align:center;
	padding:20px 0 20px 0;
	max-width: 1260px;
	min-width: 300px;
	margin: 0 auto;
}

.logoleft {
	float:left;
	z-index:0;
	position:relative;
}

.tahalloffame {
	/*float:left;*/
	display: inline-block;
	padding:10px;
	vertical-align: top;
}

.taexcellence {
	/*float:left;*/
	padding: 10px 40px 10px 40px;
	display: inline-block;
	margin: auto;
		vertical-align: top;
}
.tawid{display: inline-block; 	vertical-align: top;}
.tarow{ text-align:center; line-height: 120px; margin-bottom:5px;}
/*.tareviews {
	float:right;
	padding:20px;
	margin-bottom:10em;
}*/

.map {
	margin: 0 auto;
	width:100%;
	overflow:hidden;
}

.video {
	display: block;
    margin-left: auto;
    margin-right: auto;
}



/*newwww*/

.container img{max-width:100%; height:auto;}

.subheader {
	background-color:#41210a;
	overflow:hidden;
}
.left-col{
	width:50%;
	float:left;
}
.right-col{
	width:50%;
	float:left;
	
}
.datepicker{width:5em;}
.count-field{width:3em;}
.navigation{margin:0 16px 0 16px; text-align:center; color:white; font-size:16px;}
.navigation a{color:white; font-size:16px;}
.res-cont{
	background:#f3f3f3; 
	border:1px solid #42210b;
	border-width:1px 1px 3px 1px;
	font-size:14px;
	margin:20px 16px 5px 16px;
	padding:7px; 
	vertical-align:bottom;
}
.res-cont span{display:inline-block; margin:5px 10px 5px 10px; vertical-align:bottom; }
.res-cont label{display:inline-block; padding-right:1em; min-width:120px;}
.res-cont input, res-cont textarea{border:1px solid #ccc; font-size:15px; padding:3px;}
.res-cont input:hover, .res-cont textarea:hover{border:1px solid #0CF;}
.res-cont input[type="submit"]{border-radius:5px; color:white; background:#42210b; padding:4px; cursor:pointer;}
.res-cont input[type="submit"]:hover{background:#aeefff; color:black;}

.bodywhite{
	font-family:Arial, sans-serif, calibri;
	margin:0 px 0 20px;
	padding-top:50px;
	text-align:center;
	color:#FF0;
	font-size:20px;
	font-weight:500;
}


#wrapper{background:url(../images/wrapper-bg.jpg) no-repeat;}
#slide{width:100%; max-width:600px; height:auto;}

.logobox-space{display:inline-block; width:138px; height:1em;}
.logobox{position:absolute; width:138px; height:138px; top:0; left:40px; z-index: 1;}
@media (max-width: 955px){
	.logobox-space{display:none;}
	.logobox{position:relative; width:auto; height:auto; top:auto; left:15px; z-index:0; display:inline;}
	.header {overflow:hidden;}
	.boxright {
	float:none;
	text-decoration:none;
	padding:0;
	z-index:0;
}
	.left-col{
		width:100%;
		float:none;
	}
	.right-col{
		width:100%;
		float:none;
		
	}
	.res-cont span{display:block; vertical-align:top;}
	
}
@media (max-width: 500px){
	.logoleft{float:none;}
	.logobox{display:block; clear:both; width:100%; left:auto;}
}