* {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #2a2a2a;
	background: #000; 
}

img {
	border:0;
}

a {
   color:#382C00;
   text-decoration:none;
}

a:hover {
	color:#1961ae;
}

p:first-letter
{
color:#1961ae;
font-size:18px;
}

#nav {
      background: url(../images/nav.png);
      height: 33px;
      width: 748px;
      margin: 10px auto 10px auto;
}

#nav span {
     display: none;
}

#nav li {
	list-style-type: none;
	float: left;
}

#nav a {
	height: 33px;
	display: block;
}

#list1 { width: 95px; }
#list2 { width: 102px; }
#list3 { width: 110px; }
#list4 { width: 107px; }
#list5 { width: 117px; }
#list6 { width: 111px; }
#list7 { width: 106px; }

#list1 a:hover {
      background: url(../images/nav.png) 0px -33px no-repeat;
}

#list2 a:hover {
      background: url(../images/nav.png) -95px -33px no-repeat;
}

#list3 a:hover {
      background: url(../images/nav.png) -197px -33px no-repeat;
}

#list4 a:hover {
      background: url(../images/nav.png) -307px -33px no-repeat;
}

#list5 a:hover {
      background: url(../images/nav.png) -414px -33px no-repeat;
}

#list6 a:hover {
      background: url(../images/nav.png) -534px -33px no-repeat;
}

#list7 a:hover {
      background: url(../images/nav.png) -644px -33px no-repeat;
}

span.blue {
	color:#1961ae;
}

span.blue-first
{
color:#1961ae;
font-size:16px;
}

h1{ font-size:22px;
	font-weight:lighter;
	color:#0088cc;}
	
h2{ font-size:18px;
	font-weight:lighter;}
.container {
	min-width: 831px;
	max-width: 831px;
	margin: 0px auto;
	}
	.container #inside {
		margin: 20px 10px 0px 20px;
		padding-top: 0px;
		padding-bottom: 10px;
	}

.top {
	width:100%;
	height:117px;
	background-image:url(../images/header-02.jpg);
	}

.center {
	width:100%;
	height:650px;
}

.center-home {
	width:100%;
	height:850px;
}

.center-training {
	width:100%;
	height:800px;
}

.center-facilities {
	width:100%;
	height:600px;
}

.center-special {
	width:100%;
	height:950px;
}

.center-special2 {
	width:100%;
	height:1150px;
}

.bottom {
	width:100%;
	height:114px;
	background: url(../images/bottom_bg.jpg) 0 0 repeat-x
}

.intro {
	width:600px;
}

.clear {
	clear:both;
}

img.logo {
	padding:10px;
}

.fleft {
	float:left;
	width:380px;
	margin-right:30px;
}

img.left_float {
	float:left;
}

.fright {
	float:right;
	width:380px;
	top:-100px;
}

em.testimonial {
	text-align:right;
	font-size:16px;
	padding:10px;
}

img.fright {
	float:right;
}

img.border {
	border:2px solid #6e5d4e;
	padding:2px;
}

img.i-three {
	margin:35px 6px;
}

img.i-two {
	margin:40px 10px;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.fleft {
	float:left;
	margin-right:20px;
}

.footer {
	margin:30px;
	padding-top:50px;
	color:#000000;
	font-size:16px;
}

.footer a {
	padding-left:20px;
	padding-right:20px;
	color:#000000;
}

.footer a:hover {
	color:#0088cc;
}

.footer-right {
	float:right;
}

.footer-push {
	position:relative; 
	top:-50px;
}

img.fb {
	position:relative; 
	top:10px;
	left:50px;
	margin:0px;
	padding:0px;
}

img.kudzu {
	position:relative; 
	top:8px;
	left:10px;
	margin:0px;
	padding:0px;
}
img.twit {
	position:relative; 
	top:8px;
	left:15px;
	margin:0px;
	padding:0px;
}
h1.title {
	margin-top:20px;
	font-size:28px;
}

#home_left {
	float:left;
	width:450px;
	margin-left:50px;	
}

#facilities_left {
	float:left;
	width:500px;
	margin-left:10px;	
}

#home_right {
	float:right;
	margin:0 50px 0 0;
}
#home_right-fac {
	float:right;	
	margin-right:10px;
}

#full {
	margin-left:40px;
	margin-right:60px;
}

iframe.grey, img.grey {
	border: 3px solid #2a2a2a;
}

a.blue {
	color:#0088cc;
}

ul.list li {
	list-style-type: none;
	margin-left:30px;
	padding:5px;
}

img.sm-image {
	width:280px;
}

h2.centered, h1.centered, h3.centered {
	text-align:center;
}
img.centered, iframe.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.hanger {
	float:left;
	padding-right:5px;
}

img.gallery {
	margin:3px;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(../images/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(../images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(../images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(../images/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(../images/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(../images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}

/* Specials Form */

form.online_specials {
	width:280px;
	height:200px;
	background: url(../images/online_specials_ad.png) no-repeat center;
	font-size:16px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

input.special_email {
	margin:80px 20px 30px 30px;
	width:120px;
}

form.sign-up {
	width:682px;
	height:200px;
	background: url(../images/promotions_box.jpg) no-repeat center;
	font-size:16px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

label.left {
		padding-left:60px;
		width:220px;
		float:left;
		color:#ffffff;
}

.submit {
margin-left:60px;
}

/* Slideshow */

#slideshow {
    position:relative;
    height:225px;
	border:0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
