/* CSS Document */

/* standard tag styling */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/tcrs_body_backgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	font-size: small;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

p.noMargin {
	margin: 0px 0px 2px 0px;
}	

p.center {
	text-align: center;
}

p.intro {
	font-size: medium;
}

p.right {
	text-align: right;
}		

.maroon {
	color: #800000;
}		

h1 {
	margin: 0px;
	color: #D5C7A8;
	font-size: 30px;
	text-align: left;
	font-weight: normal;
}		

h2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	color: #910000;
	font-size: large;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}	

h3 {
	margin: 0px;
	text-align: left;
	font-size: small;
	color: #910000;
	font-weight: normal;
	text-transform: uppercase;
}		

img {
	margin: 0px;
	border: none;
}				

img.left {
	float: left;
}	

td img {
	display: block;
}

ul {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: small;
}

li {
	padding: 0px;
	list-style-image: url(../images/tcrs_bullet.png);
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 22px;
	margin-right: 0px;
	font-size: small;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 5px;
}

hr {
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
}

legend {
	color: #910000;
}		

/* This setting is important for the ASP.NET form to display correctly in Opera browser */
/* If not set, Opera displays the page out of line to that displayed in IE and FireFox */
form {
	margin: 0px;
}	
	
a:link {
	color: #7CC252;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #7CC252;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #7CC252;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #910000;
	text-decoration: underline;
	font-weight: bold;
}

/* text styling */
.p_right {
	margin-top: 0px;
	text-align: right;
}	

.arrow a:hover {
	text-decoration: none;
}	
	

/* Layer Definitions */

/* Mainwrapper displays the background layer and content which will alter the length of the page */
/* This wrapper centres the page */
/* It is important to set the margins, page width and position to relative */
#centralposition {
	position:relative;
	width: 966px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
}

/* This extra wrapper is required for the background slice to work in FireFox, etc */
/* Setting the background image in the centralposition layer does not work in FireFox when the position is set to relative */
#backgrdWrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 962px;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EBDFAF;
	border-right-color: #EBDFAF;
	border-bottom-color: #EBDFAF;
	border-left-color: #EBDFAF;
	background-image: url(../images/tcrs_page_backgrd_slice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}	

#backgrdWrapper img {
	margin: 0px;
	padding: 0px;
	display: block;
}

#topBanner {
	padding: 0px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
}	

#mainPage {
	margin: 0px;
	padding: 0px;
	width: 960px;
	float: left;
	background-image: url(../images/tcrs_page_backgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#mainPage h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mainPage p strong {
	color: #910000;
}

#mainPageSection {
	margin: 2px 10px 0px 0px;
	width: 938px;
	float:left;
	background-image: url(../images/tcrs_footer_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 50px;
}

#mainPageSection a:link {
	color: #7CC252;
	text-decoration: none;
	font-weight: bold;
}

#mainPageSection a:active {
	color: #7CC252;
	text-decoration: none;
	font-weight: bold;
}

#mainPageSection a:visited {
	color: #7CC252;
	text-decoration: none;
	font-weight: bold;
}

#mainPageSection a:hover {
	color: #910000;
	text-decoration: underline;
	font-weight: bold;
}	

#mainContentLeft {
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 230px;
	border: none;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
}		

#mainContentMiddle {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 530px;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
	border: none;
}

#mainContentLeft img, #mainContentMiddle img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#mainContentLeft img.openquote, #mainContentMiddle img.openquote {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#mainContentLeft img.closequote, #mainContentMiddle img.closequote {
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#mainContentMiddle img {
	margin-top: 10px;
}

#mainContentMiddle p {
	margin-left: 1px;
}

#mainContentMiddle table {
	float: right;
	margin-left: 5px;
	border: none;
}

#mainContentMiddle table td {
	padding: 0px;
}	

#mainContentMiddle table td.td175 {
	width: 185px;
	padding-left: 10px;
}

#mainContentMiddle table td.td175 img {
	margin: 0px;
}	

#mainContentMiddle table td.offerbox {
	background-image: url(../images/tcrs_offerbox.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	font-size: large;
	padding: 10px;
}
			

#maincontentLeftPara {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 10px 0px 5px 10px;
	width: 230px;
	vertical-align: top;
	text-align: left;
	background-color: #EDE7DB;
	}
	
#maincontentLeftPara p, li {
	margin-right: 10px;
}

li.contact {
	list-style-image: url(../images/tcrs_contact.png);
}

#maincontentLeftPara a:link, #maincontentLeftPara a:active, #maincontentLeftPara a:visited {
	color: #4F842F;
	text-decoration: none;
	font-weight: bold;
}

#maincontentLeftPara a:hover {
	color: #910000;
	text-decoration: underline;
	font-weight: bold;
}
	
	
#lowerNav {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 160px;
	color: #910000;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
	float:right;
	text-align: right;
}

#lowerNav p strong {
	font-size: medium;
}	

#lowerNav p.left {
	float: left;
}

#lowerNav p.right {
	float: right;
}

#lowerNav h2 {
	color: black;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

#lowerNav h3 {
	margin: 0px;
	padding: 5px 0px 0px 1px;
}	

#lowerNav p {
	margin-top: 2px;
	margin-bottom: 10px;
}	

#lowerNav table {
	width: 100%;
}

#lowerNav table td {
	padding: 0px 0px 0px 10px;
}						

/* top layers */
#bannerLabel {
	position: absolute;
	left: 12px;
	top: 180px;
	width: 900px;
	z-index:1;
	color: #910000;
	font-style: italic;
	font-size: 20px;
	text-align: left;
	letter-spacing: 0.1em;
}

#bannerLabel2 {
	position: absolute;
	left: 12px;
	top: 92px;
	width: 900px;
	z-index:1;
	color: black;
	font-style: normal;
	font-size: 20px;
	text-align: left;
	letter-spacing: 0.1em;
}

				
#menubarLeft {
	position:absolute;
	left:2px;
	top: 136px;
	width:958px;
	z-index:1;
	vertical-align: middle;
	color: #FFFFFF;
}

#menubarLeft a:link, #menubarLeft a:active, #menubarLeft a:visited {
	color: #910000;
	text-decoration: none;
	font-weight: bold;
}

#menubarLeft a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}	

#menubarLeft table {
	width: 958px;
	border: none;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
}	

#menubarLeft table td {
	width: 190px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	border: none;
}	
	
#menubarLeft table td a div {
	padding-top: 0px;
	padding-bottom: 5px;
}	

#menubarLeft table td a:hover div {
	background-color: #493812;
	padding-top: 0px;
	padding-bottom: 5px;
}

#menubarLeft table td div.selected {
	background-color: #910000;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: underline;
}	

#textSize {
	position:absolute;
	left:575px;
	top:210px;
	width:360px;
	z-index:1;
	vertical-align: middle;
	text-align: right;
	color: white;
	font-size: small;
}

#textSize .textsmall {
	font-size: 11px;
	font-weight: normal;
}

#textSize .textmedium {
	font-size: 16px;
	font-weight: normal;
}

#textSize .textlarge {
	font-size: 22px;
	font-weight: normal;
}
			

/* Miscellaneous */
.asterisk, .emergency, .highlight {
	color: #FF0000;
}

p.copyright {
	color: #999999;
	text-align: left;
	margin-left: 11px;
}

			
