/*------------------------------------------------------------------------
/* 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: 12px;
}


/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Heading */
h1 {
	font-size: 18px;
	font-weight: bold;
	color : #ffcc00;
	font-family : Arial;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color : #ffcc00;
	font-family : Arial;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color : #ffcc00;
	font-family : Arial;
}

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 #545454;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

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: 11px/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: 80px;
	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: #272525 ;
	width: 950px;
}

#t_navigate {
	font-size: 11px;
	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;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}




/* YLV PAGE ELEMENTS*/

A {
	color : #89C8E0;
	font-weight : bold;
}
A:HOVER {
	text-decoration : none;
	color : Aqua;
}
BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background : url(../images/bg01.gif) top;
	color : White;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

TABLE#tblCoolbar 
		{ 
		background-color:threedface; padding:1px; color:menutext; 
		border-width:1px; border-style:solid; 
		border-color:threedhighlight threedshadow threedshadow threedhighlight;
		}

.link2 {
	color : White;
	background-color : Black;
	text-decoration : none;
	font-size : 13;
	font-weight : bold;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	letter-spacing : -1px;
	border-bottom-style : none;
	border : 1 outset;
	border-width : 1;
}


A.leftnav {
	width : 140px;
	text-decoration : none;
	padding-left : 2px;
	padding-top : 2px;
	padding-bottom : 5px;
	padding-right : 2px;
	line-height : 15px;
	font-weight : normal;
	background-color : #4E4747;
	color : #89C8E0;
	display: block;
	font : bold 12px Arial, Helvetica, sans-serif;
}
A.leftnav:hover {
	color : Aqua;
}
A.leftnavs {
	width : 140px;
	text-decoration : none;
	padding-left : 2px;
	padding-top : 2px;
	padding-bottom : 5px;
	padding-right : 2px;
	line-height : 12px;
	font-weight : normal;
	background-color : #CFE2F1;
	color : #000000;
	display: block;
	font : bold 12px Arial, Helvetica, sans-serif;
}

.xtitle {
	font-size: 16px;
	font-weight: bold;
	 
}
.xtitle1 {
	font-size: 14px;
	font-weight: bold;
	color : #80725B;
	font-family : Helvetica, Arial, sans-serif;
}
.copyright {
	font : 10px Arial, Helvetica, sans-serif;
	text-decoration : none;
	 
}
.btitle {
	font-size: 14px;
	font-weight: bold;
	background-color : Silver;
}
.smalltext {
	font-size: 10px;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color : #FF9933;
	font-style : italic;
}
.companyname {
	font-size: large;
	font-weight: bold;
	color : #800000;
	font-style : italic;
	font-family : "Times New Roman", Times, serif;
}
.pagetitle {
	font-size: large;
	font-weight: bold;
	color : #696969;
	font-family : Arial;
}