@charset "utf-8";
/* CSS Document */

/*====================
	  GLOBALS
====================*/

html,body {
	height: 100%;
	margin: 0;
}

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #333;
	font-size: 12px;
}

a {
	color:#00ADDC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #BF0000;
}

a.highlightOnRollover {
	color:#333;
	text-decoration:none;
}
a.highlightOnRollover:hover {
	text-decoration:underline;
	color:#BF0000;
}

h2 {
	font-size:22.5px;
	line-height:24.5px;
	font-weight:normal;
	margin: 0px;
	color: #000000;
}

h3 {
	margin:25px 0 10px;
	color:#00ADDC;
	font-size:18.5px;
	line-height:20.5px;
	font-weight:normal;
}

p { margin:12px 0 0; }

p.tight { margin:0; }

ul {
	list-style-image: url(../images/bullet.gif);
	line-height:18.5px;
}

form,fieldset{
	margin: 0;
	padding: 0;
}

fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.site-container {
	width:860px;
	min-height:100%;
	background:#fff;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 91px;
	margin-top: -91px;
}
/*====================
     HEADER
====================*/

.clearing-header {
	height: 91px;
	width: 100%;
}

#header {
	width:860px;
	height:125px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/bg-header.png);
	position: relative;
}

#header ul.menu {
	position:absolute;
	right:25px;
	top:100px;
	margin:0;
	padding:0;
	list-style:none;
	text-transform: uppercase;
}
#header ul.menu li {
	float:left;
	padding:0 5px 0 0;
}
#header ul.menu a {
	float:left;
	text-decoration:none; 
}

#header ul.menu a span.left {
	float:left;
	color:#fff;
	font-size:11px; 
	line-height:25px; 
	font-weight:bold;
	height:24px; 
	padding:1px 11px 0; 
	background:url(../images/bg-left-nav.png) no-repeat; 
	
}

#header ul.menu a span.right {
	float:left;
	height:25px;
	width:1px;
	line-height:25px;
	margin:1px 0 0;
	background:url(../images/bg-right-nav.png) no-repeat;
}

#header ul.menu a:hover span.left , #header ul.menu li.active a span.left {
	background:url(../images/bg-left-hov.png) no-repeat;
	color: #FFF200;
}

#header ul.menu a:hover span.right, #header ul.menu li.active a span.right {
	background:url(../images/bg-right-hov.png) no-repeat;
}

#logo {
	position:absolute;
	left:30px;
	/* original position >>> top:42px; */
	/* ie 6 fix with jpg position */ top:41px;
	width:287px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	/* original logo with transparency (ie6 transparency issue) >>> background-image: url(../images/tg-logo.png); */
	/* ie 6 fix */ background-image: url(../images/tg-logo.jpg);
	background-repeat: no-repeat;
}

#call {
	position:absolute;
	top:55px;
	right:30px;
	color:#000000;
	font-size: 17px;
	line-height: 24px;
}

/*====================
     SEARCH FORM
====================*/
.form-search {
	position:absolute;
	width:180px; /* originally 155px */
	right:8px;
	top:22px;
}
/* mks added class focused */
.form-search input.field, .form-search input.focused {
	float:left;
	padding:2px 3px;
	margin:0;
	width:128px;
	color:#ccc;
	height:16px;
	font:12px/16px Arial,Tahoma,Verdana, sans-serif;
	background:#fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-style: none;
}
.form-search input.focused {
	color:#000;
}

.form-search input.butt {
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: none;
}

/*====================
       BODY
====================*/

.body-container {
	width: 100%;
	padding-bottom: 25px;
}

/*flash object div */
#flash {
	background-repeat: no-repeat;
	height: 225px;
	width: 860px;
	display: block;
	background-image: url(../images/flash.png);
	margin-top: 10px;
}

/*text splash image */
#splash {
	width: 860px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	clear: both;
}

.content {
	width:329px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 30px;
	text-align: justify;
	float: left;
	padding-right: 30px;
}
.content-main {
	width:635px;
	margin-right: 30px;
	text-align: justify;
	float: right;
	margin-left: 30px;
	margin-top: 25px;
}
.left-column {
	float: left;
	width: 110px;
	margin-right:30px;
	color: #BF0000;
	text-transform: uppercase;
	font-weight: bold;
}
.left-column p { margin: 0px; }

.right-column {
	float: right;
	width: 330px;
	text-align: justify;
}

/* .right-column p { margin: 0px; } */

.right-column h2{ margin-bottom: 12px; }

.right-column .thumb {
	width: 95px;
	height: 95px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.right-column .right-text {
	padding-left:10px;
}

.right-column h3 {
	margin-top:15px;
}

.clear-footer {
	clear: both;
	height: 1px;
	width: 100%;
}

.nav-bar {
	float:left;
	width:135px;
	overflow:hidden;
	margin-left: 30px;
	margin-top: 25px;
}
.nav-bar ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	line-height: 13px;
}
.nav-bar ul li {
	padding:0 0 8px;
}
.nav-bar ul a {
	color:#666666;
	font-size:12px;
	line-height:13px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
.nav-bar ul a:hover,
.nav-bar ul li.active a { color:#BF0000; }

/*====================
       FOOTER
====================*/

.footer {
	height:60px;
	width: 860px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	position: absolute;
	overflow: hidden;
	z-index: 2;
	text-align: center;
	color: #666666;
	font-size: 11.25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: both;
	bottom: 0px;
	line-height: 14px;
}
.footer-small {
	text-align: center;
	float: none;
	color: #666666;
	font-size: 10px;
}
.footer-small a   {
	font-size: 10px;
}

/*====================
     MODX SPECIFIC
====================*/

#tinymce {
	background:#fff;
}

