@import url("tr_text.css");
@import url("tr_images.css");

/* Global Baselines */
html, body, p, form, fieldset { margin: 0; padding: 0; border: 0; } 
body {
	color: #333333;
	text-align: center;
	background: #42264D;
	margin: 0px;
	padding: 0px;
	font: 75% Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #6666CC;
}
a:hover, a:active {
	color: #6666CC;
}

/* Global Page Structures */
#pageWrapper {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #604969 url(../media/images/page/slices/index/pg_top_tile_bg.jpg) repeat-x top;
}

/* Top Section, Header & Text Boxes */
#topSection {
	height: 80px;
}
#header {
	position: relative;
	width: 776px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#headerLeft {
	width: 258px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../media/images/page/slices/index/header_left2.jpg) no-repeat;
}
#headerCenter {
	width: 260px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 258px;
}
#headerRight {
	width: 258px;
	height: 80px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../media/images/page/slices/index/header_right2.jpg) no-repeat;
}

#leftTextBox, #rightTextBox {
	width: 170px;
	position: absolute;
	top: 55px;
	font-size: .9em;
	font-weight: bold;
	color: #8190D1;
	letter-spacing: 0.2em;
}
#leftTextBox {
	left: 10px;
	text-align: right;
}
#rightTextBox {
	right: 10px;
	text-align: left;
}

/* Navbar Section */
#navbarSection {
	width: 776px;
	height: 30px;
	position: relative;
	margin: 0px auto;
	clear: both;
}
#navbarLeftCap {
	width: 14px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../media/images/page/slices/index/flash_left_cap.jpg) repeat-y;	
}
#navbarCenter {
	width: 750px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 13px;
	background: #CCCCCC url(../media/images/page/slices/index/navbar_tile_bg.jpg) repeat-x;	
}
#navbarRightCap {
	width: 13px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../media/images/page/slices/index/flash_right_cap.jpg) repeat-y;	
}
.awmAnchor { 
	position: relative; 
	z-index: 100; 
}

/* Content */
#contentSection {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	background: #FFFFFF url(../media/images/page/slices/index/content_bg.jpg) repeat-y;
}
#index #content {
	width: 736px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	background: url(../media/images/misc/tr_watermark.jpg) no-repeat 565px 5px;
	clear: both;
}
#subpage #content {
	position: relative;
	width: 736px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: left;
}

/* Bottom Bar */
#bottomBar {
	width: 776px;
	height: 20px;
	position: relative;
	margin: 0px auto;
	clear: both;
}
#bottomBarLeftCap {
	width: 14px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../media/images/page/slices/index/bottombar_left_cap.jpg) no-repeat;	
}
#bottomBarCenter {
	width: 750px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 13px;
	background: #CCCCCC url(../media/images/page/slices/index/bottombar_tile_bg.jpg) repeat-x;	
}
#bottomBarRightCap {
	width: 13px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../media/images/page/slices/index/bottombar_right_cap.jpg) no-repeat;
}

/* Footer Section */
#footerSection {
	height: 95px;
	background: url(../media/images/page/slices/index/pg_bottom_tile_bg.jpg) repeat-x;
	clear: both;
}
#footer {
	width: 776px;
	height: 37px;
	position: relative;
	margin: 0px auto;
}
#footerLeftCap {
	width: 37px;
	height: 37px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../media/images/page/slices/index/footer_left_cap.jpg) no-repeat;	
}
#footerCenter {
	width: 702px;
	height: 37px;
	position: absolute;
	top: 0px;
	left: 37px;
	background: url(../media/images/page/slices/index/footer_tile_bg.jpg) repeat-x;	
}
#footerRightCap {
	width: 37px;
	height: 37px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../media/images/page/slices/index/footer_right_cap.jpg) no-repeat;
}

#leftPhone, #address, #rightPhone {
	height: 20px;
	color: #59649C;
	font-weight: bold;
	font-size: 1em;
}
#leftPhone, #rightPhone {
	width: 120px;
	position: absolute;
	top: 2px;
	text-align: right;}
#leftPhone {
	width: 120px;
	position: absolute;
	left: 50px;
	text-align: right;
}
#address {
	width: 352px;
	position: relative;
	top: 2px;
	margin-left: auto;
	margin-right: auto;
}
#rightPhone {
	width: 120px;
	position: absolute;
	right: 50px;
	text-align: left;
}
.phoneLabels {
	font-size: .9em;
	color: #666666;
	font-weight: normal;
}

#clearit {
	clear: both;
	height: 1px;
}
.clearBoth {
	clear: both;
	height: 1px;
}
.underline {
	text-decoration: underline;
}

