/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #f2f2fa;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #000;
	line-height: 1.2em;
}
img {
	border: 0;
}

#imgpad {
	margin: 5px;
}
#padding {
	margin: 4px;
}


td {
	border: 1px solid #fff;
	padding: 5;
	margin: 5;
	vertical-align:text-top
}
#matrix {
	
	padding: 0;
	margin: 0;
	vertical-align:text-top;
	border-collapse: collapse;
		}
/*

#matrix td {
	background-color: 0000cc;
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
	vertical-align:text-top;
	border-spacing: 0;
	border-collapse: collapse;
		}	*/	
#matrixh{
	border: 1px solid #444;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	
	padding: 0;
	margin: 0;
	vertical-align:text-top;
	border-collapse: collapse;
		}
#matrixcell {
	border: 1px solid #444;
	border-top-width: 1px;
	border-right-width: 1;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
	vertical-align:text-top;
	border-collapse: collapse;
		}
#matrixcelltop {
	border: 1px solid #444;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
	vertical-align:text-top;
	border-collapse: collapse;
		}
#matrixcellbottom {
	border: 1px solid #444;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
	vertical-align:text-top;
	border-collapse: collapse;
		}
#matrixmidcell {
	border: 1px solid #000;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
	vertical-align:text-top;
	border-collapse: collapse;
		}
#matrixend {
	border: 1px solid #000;
	border-top-width: 1px;
	border-right-width: 1;
	border-bottom-width: 0px;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
	vertical-align:text-top;
	border-collapse: collapse;
		}


table, th, tr {
	vertical-align:text-top;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

p {
	margin: 0 0 1.2em 0;
}
a {
	color: #009;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #c00;
}

/* layout */
#container {
	background-color: #fff;
	width: 740px;
	text-align: left;
	margin: 0 auto;
	padding: 4px;
}
#topbar {
	margin: 0;
	padding: 0 10px;
	background-color: #e5e5f5;
	font-size: 0.96em;
	color: #009;
}
#globalnav ul {
	list-style: none;
	line-height: 30px;
}
#globalnav ul li {
	display: inline;
	float: left;
	text-indent: 10px;
	margin-right: 20px;
}
#globalnav a {
	float: left;
	color: #009;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/nav_smarrow_c00.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#globalnavright {
	display: inline;
	float: right;
	margin-top: 8px;
}
#globalnavright ul li {
	display: inline;
	float: right;
	text-indent: 10px;
	margin: 0;
	line-height: 30px;
}
#globalnavright a {
	font-weight: bold;
	background-image: url(../images/nav_smarrow_c00.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#globalnav a:hover {
	color: #c00;
}

/* header */
#header {
	margin: 4px 0;
}
#header.home {
	background-image: url(../images/header_home.jpg);
	height: 228px;
}
#header.main {
	background-image: url(../images/header_image4.jpg);
	height: 144px;
	padding: 5px;
}
#header.main1 {
	background-image: url(../images/header_image5.jpg);
	height: 114px;
}
#header.main2 {
	background-image: url(../images/header_image6.jpg);
	height: 114px;
}
#header.main3 {
	background-image: url(../images/header_image7.jpg);
	height: 114px;
}
#header.main4 {
	background-image: url(../images/header_image8.jpg);
	height: 114px;
}
#header.main5 {
	background-image: url(../images/header_image9.jpg);
	height: 114px;
}
h5 {
	background-image: url(../images/tru-logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	top: 20px;
	left: 20px;
	position:relative;
}
h5 a {
	display: block;
	width: 62px;
	height: 75px;
}

/* nav */
#nav {
	list-style: none;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	background-color: #009;
}
#nav li {
	display: inline;
	float: left;
	text-indent: 15px;
}
#nav li a {
	display: block;
	padding: 0 20px 0 8px;
	background-image: url(../images/nav_arrow_c00.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #fff;
	text-decoration: none;
}
#nav li a:active, #nav li.currentpage a {
	background-color: #c00;
	background-image: url(../images/nav_arrow_fff.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#nav li a:hover, #nav li.currentpage a {
	background-color: #c00;
	background-image: url(../images/nav_arrow_fff.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* breadcrumb */
#breadcrumb {
	list-style: none;
	line-height: 30px;
	margin: 0;
	padding:3px;
	font-size: 0.96em;
	color: #009;
}
#breadcrumb li {
	display: inline;
	float: left;
	margin-right: 10px;
}
#breadcrumb li:after {
	margin-left: 10px;
	content: ">";
}
#breadcrumb li a {
	text-decoration: none;
	font-weight: normal;
}
#breadcrumb li.currentpage a {
	font-weight: bold;
}
#breadcrumb li.currentpage:after {
	content: "";
}

#main {
	margin-top: 20px;
}

/* subnav */
#subnavcontact {
	float: right;
	list-style: none;
	width: 200px;
	font-size: 0.96em;
	margin: 0px;
	padding: 5;
}
#subnav {
	float: left;
	list-style: none;
	border-top: 1px solid #cce;
	width: 200px;
	font-size: 0.96em;
	margin: 0px;
	padding: 0;
}
#subnavcont {
	float: right;
	list-style: none;
	width: 200px;
	font-size: 0.96em;
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cce;
	border-bottom-color: #CCCCEE;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subnav li {
	border-bottom: 1px solid #cce;
}
#subnav li a {
	display: block;
	color: #c00;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 10px 7px 25px;
	background-image: url(../images/nav_arrow_c00.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#subnav li a:hover {
	background-color: #fae5e5;
}
#subnav li.currentsection a {
	background-color: #e5e5f5;
	background-image: url(../images/nav_arrow_down009.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #009;
}
#subnav li.currentsection a:hover {
	color: #c00;
	background-image: url(../images/nav_arrow_downc00.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#subnav li.subsection a {
	background-image: url(../images/nav_smarrow_c00_blue.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	color: #000099;
	padding-left: 40px;
}

#subnav li.subsectioncurrent a {
	background-image: url(../images/nav_smarrow_d00_blue.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	color: #000099;
	padding-left: 40px;
	background-color: #f4f4fb;
	font-weight: bold;
}
#subnav li.subsectioncurrent a:hover {
	background-image: url(../images/nav_smarrow_d00_red.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	color: #c00;
	padding-left: 40px;
	background-color: #F4F4FB;
}
#subnav li.currentpage {
	background-color: #fae5e5;
}



/* content */
#content {
	float: left;
	display: inline;
	width: 450px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 50px;
}
#contentcontact {
	float: left;
	display: inline;
	width: 450px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 50px;
}
#content h1 {
	border-top: 1px solid #cce;
	border-bottom: 1px solid #cce;
	padding: 7px 0;
	color: #c00;
	margin-bottom: 15px;
}
#content h2 {
	border-top: 1px solid #cce;
	border-bottom: 1px solid #cce;
	padding: 7px 0;
	color: #c00;
	margin-bottom: 15px;
}
#content h3 {
	color: #c00;
}
#content h6 {
	color: #c00;
	font-size: 1em;
	margin-bottom: 1.2em;
}
#content ul {
	margin: 0 0 1.2em 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
}
/* content 2 */
#contentwhole {
	float: left;
	display: inline;
	width: 640px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 50px;
}
#contentwhole h2 {
	border-top: 1px solid #cce;
	border-bottom: 1px solid #cce;
	padding: 7px 0;
	color: #c00;
	margin-bottom: 15px;
}
#contentwhole h3 {
	color: #c00;
}
#contentwhole h6 {
	color: #c00;
	font-size: 1em;
	margin-bottom: 1.2em;
}

#content td {
	background-color: 000000;
}
/* homepage styles */
.home-box-1, .home-box-2, .home-box-3 {
	float: left;
	display: inline;
	margin-top: 10px;
	font-size: 1em;
	line-height: 1.4em;
}
.home-box-1 {
	width: 182px;
	margin-left: 20px;
}
.home-box-2 {
	width: 276px;
	margin-left: 30px;
}
.home-box-3 {
	width: 182px;
	margin-left: 30px;
}
.home-box-3 img{
	margin: 5px;	
	
}
.home-box-1 h3, .home-box-2 h3, .home-box-3 h3 {
	color: #c00;
	font-size: 1.2em;
	border-top: 1px solid #cce;
	border-bottom: 1px solid #cce;
	padding: 7px 0;
	margin-bottom: 10px;
}
.arrow-link {
	background-image: url(../images/nav_arrow_c00.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 15px;
}
.arrow-bullett {
	background-image: url(../images/nav_arrow_c00.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 15px;
}
.arrow-subbullett {
	background-image: url(../images/nav_smarrow_c00.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 15px;
}

/* right */
#right {
	float: left;
	width: 146px;
	font-size: 0.86em;
}

#right h4 {
	color: #009;
	font-weight: bold;
	background-color: #e5e5f5;
	padding: 7px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cce;
}
#right .right-box {
	margin-bottom: 10px;
	border-top: 1px solid #cce;
}
#right .right-box p {
	margin: 0 10px;
	padding-bottom: 1.2em;
}
/* rightnav */

#right li {
	border-bottom: 1px solid #cce;
	list-style-type: none;
	text-align: right;
}
#right li a {
	display: block;
	color: #009;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 10px 7px 25px;
	background-repeat: no-repeat;
	background-position: 10px center;
	list-style-type: none;
}
#right li a:hover {
	background-color: #e5e5f5;
	list-style-type: none;
}
#right li.currentsection a {
	background-color: #e5e5f5;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #009;
	list-style-type: none;
}
#right li.currentsection a:hover {
	color: #c00;
	background-repeat: no-repeat;
	background-position: 10px center;
	list-style-type: none;
}
#right li.subsection a {
	background-repeat: no-repeat;
	background-position: 25px center;
	color: #c00;
	padding-left: 40px;
	list-style-type: none;
}

#right li.currentpage {
	background-color: #fae5e5;
	list-style-type: none;
}

/* footer */
#footer {
	margin: 60px 0 0 250px;
	border-top: 1px solid #cce;
	line-height: 30px;
	font-size: 0.96em;
}
#footer p {
	margin-bottom: 0;
}
#footer .footerlinks {
	border-top: 1px solid #cce;
	list-style: none;
}
#footer .footerlinks li {
	display: inline;
	margin-right: 10px;
}
#footer .footerlinks li a {
	color: #009;
	font-weight: normal;
}
#footer .footerlinks li a:hover {
	color: #c00;
}

/* form styles */
fieldset {
	border: 0;
}
label {
	float: left;
	display: block;
	width: 20%;
}
input, textarea, select, option {
	color: #000;
	font-weight: normal;
	font-size: 1em;
	background-color: #fff;
	margin-bottom: 5px;
}
.button {
	margin-left: 30%;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#spacer {
	color: #FFFFFF;
}

