html {
	background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("images/bg-tn.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

* {
	font-family: Verdana, Geneva, sans-serif;
}
.reg-link {
	font-family: inherit !important;
}

a {
	text-decoration: none;
	color: #535D7D;
	-webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

a:hover {
	color: #000000;
	-webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

nav {
	float: right;
	left: 6px;
	position: relative;
	margin-bottom: 70px;
}

*:not(p) {
	font-family: 'Della Respira', serif !important;
	color: #535d7d;
}

p {
	font-size: 87.5%;
}
strong {
	font-family: Verdana, Geneva, sans-serif !important;
}

#container {
	width: 980px;
	background-color: rgba(255, 255, 255, 0.44);
	margin: auto;
	position: relative;
	padding: 30px;
	margin-top: -8px;
}

#white-border {
	background-color: rgba(255, 255, 255, 1.00);
	margin: auto;
	position: relative;
	padding: 20px;
	clear: both;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Della Respira';
	padding: 0;
	margin-bottom: -10px;
	margin-top: 30px;
}
h1 {
	font-size: 24px;
}

header {
	background-image: url('images/tn-seal.png');
	background-repeat: no-repeat;
}
#content-container {
	background-image: url("images/header-bg.jpg");
	border-radius: 30px;
	padding: 0px 20px 20px 20px;
	height: auto;
}
#seal {
	float: left;
	margin-top: -20px;
}
#logo {
	float: left;
	font-size: 22px;
	text-align: center;
	position: relative;
	color: #535d7d;
	text-transform: uppercase;
	margin-top: 20px;
}
#logo span {
	font-size: 16px;
    position: relative;
    top: -10px;
}
#phone-number {
	float: right;
	font-size: 24px;
	color: #535d7d;
	letter-spacing: 1px;
	clear: right;
	margin-top: 20px;
}
.clear {
	width: 100%;
	clear: both;
}
/* The Nivo Slider styles */
.nivoSlider {
	height: auto;
    left: -20px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	top: -40px;
    width: 940px;
	margin-bottom: -36px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	display:none;
}
.nivo-nextNav {
	right:0px;
	display:none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	display:none;
}
.nivo-controlNav a {
	cursor:pointer;
	display:none;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* End Slider Parameters */

#main-content {
	width: 570px;
}

#ten-reasons {
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#737f8f), to(#859eb6));
	background: -webkit-radial-gradient(circle, #737f8f, #859eb6);
	background: -moz-radial-gradient(circle, #737f8f, #859eb6);
	background: -ms-radial-gradient(circle, #737f8f, #859eb6);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 20px;
	padding: 15px 15px 15px 30px;
	margin-top: 28px;
}
#ten-reasons * {
	font-family: Verdana, Geneva, sans-serif !important;
	color: #031b44;
}
#ten-reasons p {
	font-size: 16px;
	margin-left: 20px;
}
#ten-reasons ol {
	font-size: 16px;
}
#ten-reasons h1, h2, h3, h4, h5, h6 {
	margin-left: 14px;
}
#ten-reasons h3 {
	font-size: 20px;
}
#cta-1, #cta-2 {
	margin-bottom: 6px;
}

#cta-cont {
	float: right;
    position: relative;
    width: 312px;
	margin-top: 22px;
}

#contact-form {
	background-image: url('images/contact-form-bg.jpg');
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 20px;
	padding: 6px 6px 20px 6px;
}
#contact-form h1 {
	margin: 10px;
}
#contact-form ul li {
	list-style-type: none;
}
footer {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 0 20px 0;
}
#address  {
	float: left;
	margin-left: 20px;
	font-size: 8pt;
	width: auto;
}
#rimshot  {
	float: right;
	margin-bottom: 20px;
	font-size: 8pt;
	width: auto;
}
.form-icon {
	margin-right: 5px;
}

/* Table */

table.tftable {
	font-size:12px;
	color:#333333;
	width:100%;
	border-width: 1px;
	border-color: #535d7d;
	border-collapse: collapse;
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}
table.tftable th {
	font-size: 18px;
	background-color: #535d7d;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #535d7d;
	text-align: left;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}
table.tftable tr {
	background-color:#d4e3e5;
}
table.tftable td {
	font-size:14px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #535d7d;
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}

/* Table */#container #white-border #content-container #main-content ul li {
	list-style: none;
	margin-bottom: 10px;
}
#container #white-border #content-container #main-content ul li a {
	margin-left: 25px;
	padding-top: 0px;
}
