@charset "UTF-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {padding: 0;	margin: 0; list-style-type:none;}

h1,h2,h3{text-align:center;}
 
.content h1, .content h2, .content h3,.content h4, .content h5, .content h6, .content p{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #000; 
	text-align:center;
} 
 
h1, h2, h3, h4, h5, h6, p{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff;
}
	
a img { border: none;}

a:link {color:#414958;text-decoration: underline;}

a:visited {
	color: #881517;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FF0000;
}

/* ~~ These control the main container around everything ~~ */
.container {
	background-color: #FFF;
	margin: 0 auto;
	}

/* ~~ control the header color behind the images ~~ */
.header {background-color: #251f21;}

/* ~~ These are the columns for the layout. ~~ */
.sidebar1 {
	width: 20%;
	background-color: #251f21;
	float:left;
	padding:10px;
}

.content {
	padding: 10px 0;
	width: 65%;
	float: left;
}
.calContent{
padding: 10px 0 0 30px;
float:left;

}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
	text-align:center;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: #251f21;
	color: #fff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #FFFFFF;
	color: #881517;
}

/* ~~ The footer ~~ */
.footer{
	background-color: #251f21;
	padding:15px;
	width:100%;
	margin:0;
	clear:both;
}	
.footer p a{color:#fff;}
.footer p a:hover{text-decoration: none;
	color: #FF0000;}

.address{
	text-align:center;
	font-size:16px;
	padding:10px;
}
/* ~~ regisration ~~ */
.formcontent{
	float:left;
	width:65%;
	margin-left:25px;
}
/* ~~ Contact Us ~~ */
.contactForm{
	padding:20px;
	text-align:center;
}
label{
	  margin-top: .2em;
  padding: 0;
  font-size: 100%;
  padding-top: .1em;
  padding-right: .25em;
  padding-left: .5em;
  width: 17em;
  text-align: right;
 }

textarea{
	width:340px;
	height: 100px;
}

/* ~~ Social Media ~~ */
.fb-page{
	width:100% !important;
}
.fbcontent{
	padding:10px 0;
	width: 65%;
	float: right;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ~~ Google Maps ~~ */
.googlemaps > form{
	text-align:center;
}
#my-map-canvas{
	height:400px;
	margin: 0 auto;
	max-width:100%;
	width:600px;
}
/* ~~ Contact us ~~ */
.contactform > form input{
	padding-left: 10px;
}
/* ~~ Gallery images ~~ */
img{
	margin:0 auto;
}
/* ~~ highlighter ~~ */
.highlight span {background-color:yellow;}

#tntLogo {padding:10px;}

@media (max-width: 480px){
	.sidebar1{width: 31%;}
	.content{width:65%;}
	ul.nav a, ul.nav a:visited {padding:0;}	
}
	
