<style type="text/css">

body {
	font: 100%/1.4 Arial, sans-serif, Verdana, Helvetica, Georgia;
	max-width: 1024px;
	min-width: 780px;
	background-color: #f4e8c6;
	margin: 0 auto;
}

.container {
	max-width: 1024px;
	margin: 0 auto;
}

.header {
	margin: 0 auto;
}

.content {
	margin: 30px 5px 0 auto;
	clear: both;
}

.footer {
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
}


/* -- Header -- */

.logo a {
	display: block;
	width: 225px;
	height: 170px;
	background: url('../images/logos/tft2.png') no-repeat;
	
	margin: 3.5em 0 0em 0;
	float: right;
}

.h-top {
	width: 40em;
	float: left;
	text-align: left;
}

.h-top h1{
	font-size: 1.8em;
	margin: 1.5em 0 -10px 0;
	text-shadow: 1px 1px #000;
}
.h-top h2{
	font-size: 1.2em;
	color: #000;
	text-shadow: 1px 1px #ccc;
}

.h-bottom {
	width: 40em;
	float: left;
	text-align: left;
}

.h-bottom h1{
	font-size: 1.2em;
	margin: 0em 0 0 0;
	text-shadow: 1px 1px #000;
}
.h-bottom h2{
	font-size: 0.95em;
	color: #000;
	margin: 0 0 2em;
	text-shadow: 1px 1px #ccc;
}

h4{
	float: left;
	font-size: 13px;
	width: 710px;
	text-align: justify;
	margin: 0 0 30px;
	color: #555;
}
/* -- Selectors -- */

ul, ol, dl, li {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;

}
h1 {
	font-size: 24px;
	color: #1353e4;
}
h2 {
	font-size: 18px;
	color: #1353e4;
}
h3 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: Verdana;
}
a img {
	border: none;
}

a {
	outline: 0;
}
a:link {
	color: #777;
	text-decoration: none;
}
a:visited {
	color: #777;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

input::-moz-focus-inner { 
  border: 0; 
}

/* -- Handlers -- */

.zero {
	margin: 0;
}

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear:both;
}

.hide {
  display: none;
}

.divider {
	width: 770px;
	height: 2px;
	background: url('../images/divider.png');
	background-size: 100%;
	margin-left: 10px;
	margin: 0 auto;
	clear: both;
}

.button {
	margin: 20px 0;
}

.button a {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(216,216,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	
	text-align: center;
	border-radius: 12px;
	line-height: 28px;
	margin: 0 0 0 55px;
	padding: 8px 15px 8px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.button a:hover {
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(188,188,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(188,188,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(188,188,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(188,188,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(188,188,188,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(188,188,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */

	color: #000 !important;
}

/* -- Menu -- */

.menu {
	clear: both;
}

.menu ul li {
	float: left;
	list-style-type: none;

}
.menu ul li a {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(216,216,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	
	display: block;
	height: 30px;
	text-align: center;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	border-radius: 10px;
	line-height: 28px;
	margin-left: 4px;
	width: 166px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu ul li a:hover {
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(188,188,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(188,188,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(188,188,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(188,188,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(188,188,188,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(188,188,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
}

.menu-background {
	border-radius: 100px;
	padding: 0 0 16px !important;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 9%, #cfdbfc 33%, #ffffff 78%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#ffffff), color-stop(33%,#cfdbfc), color-stop(78%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 9%,#cfdbfc 33%,#ffffff 78%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 9%,#cfdbfc 33%,#ffffff 78%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 9%,#cfdbfc 33%,#ffffff 78%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 9%,#cfdbfc 33%,#ffffff 78%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.sub-menu li a {
	font-size: 9px !important;
}

.left-edge {
	border-radius: 4px 0px 0px 4px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-left: 0 !important;
}
.right-edge {
	border-radius: 0px 4px 4px 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}

/* -- Content -- */

.content p {
	text-align: justify;
	font-size: 12px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.profile img {
	width: 420px;
	float: right;
	margin: 0 0 10px 15px;
	border: solid 1px #A9A9A9;
	border-radius: 3px;
}

.case-text {
	float: right;
	margin: 5em 8em 0 0;
}

.case-text h1 {
	color: black;
}
.contact p {
	margin-left: 10px;
	text-align: left;
}

#form {
	width: 510px;
	float: left;
}

#map {
	width: 495px;
	float: right;
}

/* -- News -- */

.news-group {
	border:	1px solid #ccc;
	border-radius: 10px;
	margin: 30px 0;
	padding: 20px;

	background: background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 62%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(62%,#f1f1f1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 62%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 62%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 62%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 62%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.news abbr {
	color: #CCC;
	font-size: 12px;
	text-transform: uppercase;
}

.news-group .fb-page {
	font-family: Verdana;
	font-weight: bold;
	margin: 0 0 20px;
	font-size: 13px;
	color: #fff;
	background: #3b5998;
	text-align: center;
	padding: 10px;
	float: right;
}

.news-group .fb-page:hover {
	background: #122a5c;
}

.news-group h5 {
	margin: 0 0 30px;
	font-size: 15px;
}

.event-time {
	margin: 0px 0 30px;
}

.event-time abbr {
	color: #888;
	font-size: 15px; 
	text-transform: uppercase;
	padding: 5px;
	border-radius: 5px;
	background-color: #eee;
	margin: 0 10px 0 0;
}

.news-group span {
	color: #888;
	font-size: 10px;
	text-transform: uppercase;
}

.news-group .news-content {
	width: 850px;
	float: right;
	margin: 0;
}

.news-group p {
	margin: 0;
}

.news-group img {
	width: 115px;
	background-size: 100%
}

/* -- Footer -- */

.badges {
	width: 90px;
	float: left;
	margin: 20px 15px 25px 48px;
}

.badges-image {
	display: block;
	height: 76px;
	border-radius: 5px;
	box-shadow:	1px 1px 1px #ccc;
}

.badges h5 {
	font-size: 9px;
	text-align: center;
	margin: 5px 0;
}

#badge-sonia {
	background: url('../images/home/sonia-profile.png') no-repeat;
	background-size: 100%;
}

#badge-ht {
	background: url('../images/home/ht-photo.png') no-repeat;
	background-size: 100%;
}

#badge-lc {
	background: url('../images/home/lc-photo.png') no-repeat;
	background-size: 100%;
}

#badge-iemt {
	background: url('../images/home/iemt-photo.png') no-repeat;
	background-size: 100%;
}

#badge-tft {
	background: url('../images/home/tft-photo.png') no-repeat;
	background-size: 100%;
}

#badge-ct {
	background: url('../images/home/ct-photo.png') no-repeat;
	background-size: 100%;
}

#badge-hb {
	background: url('../images/home/hb-photo.png') no-repeat;
	background-size: 100%;	
}

.footer p {
	clear:both;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	clear: left;
	margin: 5px 0;
}
.footer span {
	clear:both;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

/* -- Social -- */

.footer .social li{
	display: inline-block;
	position: relative;
	float: right;
	margin-right: 5px;
}

.social {
	margin: 0px;
	float: right;
}

#tw a {
	display: block;
	width: 37px;
	height: 44px;
	background: url('../images/social.png') no-repeat 0 0;
}
#fb a {
	display: block;
	width: 32px;
	height: 44px;
	background: url('../images/social.png') no-repeat -39px 0;
}
#gplus a {
	display: block;
	width: 32px;
	height: 44px;
	background: url('../images/social.png') no-repeat -73px 0;
}
#mail a {
	display: block;
	width: 36px;
	height: 44px;
	background: url('../images/social.png') no-repeat -107px 0;
}

#tw a:hover {
	display: block;
	width: 37px;
	height: 44px;
	background: url('../images/social.png') no-repeat 0 -41px;
}
#fb a:hover {
	display: block;
	width: 32px;
	height: 44px;
	background: url('../images/social.png') no-repeat -39px -41px;
}
#gplus a:hover {
	display: block;
	width: 32px;
	height: 44px;
	background: url('../images/social.png') no-repeat -73px -41px;
}
#mail a:hover {
	display: block;
	width: 36px;
	height: 44px;
	background: url('../images/social.png') no-repeat -107px -41px;
}

</style>
