/*------------------------------------------------------------------------
/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #545454;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 150%;
}

body#t_body {
	background: url(../images/aNavtester.gif) #EFEFED;
}

body.t_font_c{
	font-size: 13px;
}


/* Normal link */
a {
	color: #009900;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	background: #F2F2F2;
	color: #545454;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Heading */
h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/Navtester.gif) no-repeat 20px 5px;
	line-height: 170%;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #59B2C4;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 3px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}




/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 13px/normal Tahoma, Arial, sans-serif;
	color: #545454;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: #EDECEC;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#t_wrap {
	width: 760px;
	margin: 0 auto;
}

.t_width #t_wrap {
	width: 950px;
}

.auto #t_wrap {
	width: 95%;
}

/* HEADER
--------------------------------------------------------- */
#t_headershell {
}

#t_headerstyle {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 120px;
	position: relative;overflow:hidden;
}

#t_headerstyle h1 {
	font-size: 3em;
	position: absolute;
	top: 0px;
	left: 0;
}

#t_headerstyle h1 a {
	text-decoration: none;
	text-transform: uppercase;
}

#t_headerstyle h1 img {
	float: left;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#t_navigationshell {
	background: #59B2C4;
}

#t_navigate {
	font-size: 12px;
	line-height: normal;
}

#t_navigate a {
}


/* The Sub Header */
#t_fadingheader {
	clear: both;
	height: 172px;
	overflow: hidden; 
	margin-top: 5px;
}

/* fixedclear */
.fixedclear:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .fixedclear {
	width: 100%;
	display: block;
}

* html .fixedclear {
	height: 1%;
}
/* Page Element Styles*/
A.option {
	color : #5C8651;
	background-color : transparent;
	width : 160px;
	text-decoration : none;
	border : 1px solid #D5E3D4;
	padding-left : 8px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right : 3px;
	line-height : 19px;
	display : block;
	font-weight : normal;
}

A.s-option {
	color : #5C8651;
	background-color : #DBE7D9;
	width : 160px;
	text-decoration : none;
	border : 1px solid #D5E3D4;
	padding-left : 8px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right : 3px;
	line-height : 19px;
	display : block;
}
.atitle {
	color : #5AB3C5;
	text-decoration : none;
	font : 14px Arial, Helvetica, sans-serif;
	letter-spacing : normal;
	font-weight : bold;
}
.gtitle {
	color : #CA8653;
	font : 16px Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.ntitle {
	color : #ff9900;
	font : 16px Arial, Helvetica, sans-serif;
	font-weight : bold;
}


.btitle {
	color : #ff9900;
	font : 18px Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.stitle {
	color : #000000;
	font : 13px Arial, Helvetica, sans-serif;
	font-weight : bold;
}


/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
.sel {
	color : #59B2C4;
	text-decoration : none;
	font-weight : bold;
}


 