/* general formatting */

* {
	color:#333333;
	}
body {
	background-color:#ffffff;
}

/* hidden block styles */

.hidden_divider {
	border-top:2px solid #cccccc;	
	padding-bottom:10px;
} 

#footer_row1, #footer_row2, #footer_row3 {
	width:900px;
}

/* text formatting */

/* Paragraph tag formatting */

p { /* general paragraph  */
	font-family:Verdana, , Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:14px;
	margin:10px;
}
p.bread_crumb {
	font-size:11px;
	margin-top:0px;
	padding:0px;	
}
p.nav_head { /* title within a nav box  */
	color: #0d4d99;
	font-size:13px !important;
	font-weight: normal;
	text-align:center;
	margin:0px 0px 0px 5px;
	padding:10px;
}
p.nav_item_large { /* large text (used for phone number inside nav box)  */
	color: #0d4d99;
	font-size:28px !important;
	font-weight: normal;
	text-align:center;
	margin:10px 10px 10px 0px;
	padding:0px;
}
p.nav_item { /* list item within a nav box  */
	text-align:left;
	margin:0px 10px 0px 10px;
	padding:0px;
	font-size:12px !important;
}

p.nav_item_rss { /* list item within a nav box  */
	text-align:left;
	margin:0px 10px 0px 10px;
	padding:0px;
	font-size:10px !important;
}

p.nav_item_medium { /* medium text (used for email address inside nav box) */
	text-align:left;
	margin:0px 10px 0px 10px;
	padding:0px;
	font-size:16px !important;
}
p.nav_item_top_margin { /* large 164px top margin (used in the why tohm roth box) */
	text-align:left;
	margin:0px;
	padding:164px 5px 0px 10px;
	font-size:12px !important;

}
p.nav_text { /* general text used within a nav box */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #333333;
	font-size:12px;
	margin:0px 10px 0px 10px;
	padding:0px 0px 10px 0px;
}
p#bottom_nav { /* formatting for bottom navigation links below bottom hr */
	font-size:12px !important;
	color:#cccccc;
	margin:10px 0px;
}

/* Heading formatting */

h3, h4, h5, h6 {
	color:#021e35;
}
h1 {
	font-size:30px !important;
	font-weight:lighter;
	letter-spacing:-0.1em;
	margin: 0px 10px 10px 10px;
	color:#3c57a7;
	border-bottom:2px #cccccc solid;
	padding-bottom:10px;
}
h1.red {
	font-size:30px !important;
	font-weight:lighter;
	letter-spacing:-0.1em;
	margin: 0px 10px 10px 10px;
	color:ff0000;
	border-bottom:2px #cccccc solid;
	padding-bottom:10px;
}
h2 {
	font-size:20px !important;
	font-weight:lighter;
	letter-spacing:-0.05em;
	margin:10px;
	color:#3c57a7;
}
h3 {
	font-size:18px !important;
	text-align:center;
	font-weight:lighter;
	letter-spacing:-0.05em;
	margin: 0px 10px 10px 10px;
	color: #3c57a7;
}

/* links */

/* standard site wide links */

a:active, a:link{ /* general links */
	color:#d32f2c;
	text-decoration:none;
	border:none;
	font-style:italic;
}

a:visited{ /* general links */
	color:#d32f2c;
	text-decoration:none;
	border:none;
	font-style:italic;
}

a:hover { /* general links */
	color:#000000;
	text-decoration:none;
	border:none;
	font-style:italic;
}


/* nav heading specifc links */

a.nav:active, a.nav:link{ /* title within nav box */
	color:#0d4d99;
	text-decoration:none;
	border:none;
	font-style: normal;
}

a.nav:visited  { /* title within nav box */
	color:#5e7a9b;
	text-decoration:none;
	border:none;
	font-style: normal;
}

a.nav:hover { /* title within nav box */
	color:#0d4d99;
	text-decoration:none;
	border:none;
	font-style: normal;
}

/*  Tables and cells */

#main_table { /* main table formatting */
	width:900px;
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	border:none;
	vertical-align:top;	
}
td { /* general cell formatting */
	text-align:left;
	vertical-align:top;
	letter-spacing:1px;
	color:#666666;	
	font-size:12px;
	margin:0px;
	padding:0px;
}
/*td#footer_row { 
	background-image:url(../../site_images/hr.jpg);
	background-repeat:repeat-x;
}*/
table.form {
	width:500px;
	padding:0px;
	margin:0px;
}
td.form {
	text-align:left;
	vertical-align:top;
	letter-spacing:1px;
	color:#666666;	
	font-size:12px;
	margin:0px;
	padding:5px 10px;
}

/* side nav module */

.side_block {
	width:175px;
}

.side_nav_top { /* background image for side nav box */
	background-image:url(../../site_images/trc-border-175-1.gif);
	background-repeat:no-repeat;
	width:175px;
	min-height:50px;
	height:auto;
}
.side_nav_bottom { /* bottom image for side nav box */
	background-image:url(../../site_images/trc-border-175-1-2.gif);
	background-repeat:no-repeat;
	width:175px;
	height:60px;
}
.side_nav_bottom_short { /* bottom image for side nav box */
	background-image:url(../../site_images/trc-border-175-1-3.gif);
	background-repeat:no-repeat;
	width:175px;
	height:40px;
}
/* center nav modules */

/* ================================================================ */

/* 260px width */

/* ================================================================ */

.center_nav_top { /* background image for middle col 260px nav box */
	background-image:url(../../site_images/trc-border-260-01.jpg);
	background-repeat:no-repeat;
	width:260px;
	min-height:50px;
	height:auto;
}
.center_nav_bottom { /* bottom image for middle col 260px nav box */
	background-image:url(../../site_images/trc-border-260-02.jpg);
	background-repeat:no-repeat;
	width:260px;
	height:50px;
}
.center_nav_bottom_short { /* bottom image for middle col 260px nav box */
	background-image:url(../../site_images/trc-border-260-03.jpg);
	background-repeat:no-repeat;
	width:260px;
	height:50px;
}

/* ================================================================ */

/* 530px width */

.center_530_top { /* background image for middle col 260px nav box */
	background-image:url(../../site_images/trc-border_530_01.jpg);
	background-repeat:no-repeat;
	width:530px;
	min-height:50px;
	height:auto;
}
.center_530_bottom { /* bottom image for middle col 260px nav box */
	background-image:url(../../site_images/trc-border_530_02.jpg);
	background-repeat:no-repeat;
	width:530px;
	height:50px;
}

/* ================================================================ */


/* Misc formatting */

form {
	margin:0px;
	padding:0px;
}
div#address_left {/* bottom col float left */
	width:450px;
	float:left;
	clear: inherit;
	text-align:left;
}
div#address_right {/* bottom col float right */
	width:450px;
	float:right;
	clear: inherit;
	text-align:right;
}
div#footer_left {/* bottom col float left */
	width:100px;
	float:left;
	clear: inherit;
	text-align:left;
}
div#footer_right {/* bottom col float right */
	width:800px;
	float:right;
	clear: inherit;
	text-align:right;
}
.bottom_address {/* address at bottom of page  */
	color: #0d4d99;
	font-size:18px;
	font-weight: normal;
	letter-spacing:-0.01em;	
	margin:0px;
}

.fieldset_margin { /* create a top and bottom margin */
	margin:20px 10px;
	border-width: 2px;
	color:#CCCCCC;
}
legend {
	color: #3c57a7;
	font-size:12px;
	margin-bottom:10px;
}


