body {
font-family: Verdana, sans-serif;
font-size: 108%;
}
h1 {
font-size: 138.5%;
}
h2 {
font-size: 138.5%;
}
h3 {
font-size: 123.1%;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
em { font-style:italic; }

#inner {
	float:left;
	overflow:hidden;
}

#inner div.col { margin-bottom: -1000px; padding-bottom: 1000px; }

#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	background: url(../images/wrap_bg.gif) repeat-y;
	overflow:hidden;
}
#wrap.home {
	width:800px;
}

#wrap #trs_logo {
	width:242px;
	height:248px;
	background: #fff url(../images/logo_lg.gif) no-repeat top left;
}

#wrap.home #trs_logo {
	background: #fff url(../images/logo_lg_home.gif) no-repeat top left;
	text-indent:-9999px;
}
.branding {
	height:100%;
	width: 242px;
	float: left;
	margin: 0 5px 0 0;
}
.branding .toprow {
	margin: 0;
	background: url(../images/ul_sb_corner.gif) no-repeat top left;
	text-align: right;
}

#mainMenu {
	float:left;
	position:relative;
	color: #fff;
	margin: 0;
	min-height: 357px;
	height: auto !important;
	height: 357px;
	padding: 10px 0 0 0;
}

#mainMenu ul {
	margin: 0 14px;
}
#mainMenu ul li {
	display:inline;
	line-height: 2em;
}
#mainMenu ul li a, #mainMenu ul li a:link, #mainMenu ul li a:visited,
#mainMenu ul li a:active {
	display:block;
	margin-bottom:13px;
	color:#fff;
	text-decoration:none;
	font: 13px Verdana, sans-serif;
}
#mainMenu ul li a:hover { color:#a00; }


#wrap .content {
	display:inline;
	width: 548px;
	float: left;
	border-left: 1px solid #959593;
	margin: 32px 0 0 4px;
}
#wrap.home .content {
	width: 548px;
	border-left:none;
	background-color:#eeece0;
	margin-top:0;
	margin-left:5px;
}
#wrap .content-box {
	display:inline;
	margin:5px 8px 0 20px;
	width:270px;
	float:left;
}
#wrap .content-box.onecol {
	width:517px;
}
#wrap.home .content-box{
	margin:15px;
	float:none;
	width:auto;
}

#wrap .sidebar {
	float:left;
	display:inline;
	width:247px;
	margin:0;
}

/**
 * 2008-02-01	Jason M. Batchelor
 * Changed the font-size from 12px to 14px
 * for the content-area (not including the menu sidebar)
 * in the .content-body spec.
 */
.content-body {
	margin: 0px;
	font-size: 14px;
}
.content-body.onecol {
	width:517px;
}
#wrap.home .content-body {
	padding: 10px;
}
.content-body p {
	margin:0 0 1em 0;
}
#wrap.home .content-body p {
	margin:5px;
	margin-bottom: 1em;
}
.content-body h1 {
	font:18px "Times New Roman", serif;
	color: #a00;
	text-transform:uppercase;
}
.content-body h2 {
	font:18px "Times New Roman", serif;
	color: #a00;
	text-transform:uppercase;
}
.content-box .btn {
	width: 50%;
	float: left;
}
.content-box .btn.left div {
	border-right:1px dashed #c3c1b5;
}
.content-box .btn.right div {
	text-align: right;
}
.content .toprow {
	margin: 0;
	background: url(../images/ul_corner.gif) no-repeat top left;
	text-align: right;
	width: 100%;
}
.content .bottomrow {
	background: url(../images/bl_corner.gif) no-repeat bottom left;
	text-align: right;
	width: 100%;
}
.linkmore {
	display: block;
	text-align: right;
	color: #a00;
}
.content a, .content a:link, .content a:visited, .content a:hover, .content a:visited {
	color: #a00;
}
.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;
zoom:1;
}
/* End hide from IE-mac */
.footer {
	margin:0 auto;
	border-top: 2px solid #ccc;
	padding-top: 10px;
	text-align:left;
	font-size: 12px;
	width: 800px;
	color:#979795;
	background-color: #FFFFFF;
	float:left;
	display:inline;
}


.sidebar {
	font: 16px "Times New Roman", sans-serif;
}
.sidebar h3.minilogo {
	font: 18px "Times New Roman", sans-serif;
	color:#a00;
	text-transform:uppercase;
	margin:10px 0 0 0;
}

.contact2col {
	float:left;display:inline;margin:0 5px 0 0;padding:0;
}

input, textarea { border:1px solid #000; margin-bottom:5px; }

input.button, input.button:hover {
	border:1px solid #000;
	background-color:#cac1a4;
	width:178px;
}
.left .linkmore {
	margin-right: 20px;
}
.content-body ul {
	list-style-position: outside;
	list-style-type: disc;
	margin:1em 0;
}
.content-body ul li {
	list-style: outside disc;
	margin-left: 1.5em;
}
.content-body ul.nospace li {
	margin-bottom:1em;
}