/* GENERAL */
*{
	margin: 0;
	padding: 0;
}


body{
	background: #ffffff;
	color: #990000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

a{
	color: #ca0016;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #660000;
}
a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

img.right, div.right{
	text-align: left;
	float: right;
}
img.right{
	margin-left: 5px;
}

img.left, div.left{
	float: left;
}

img.left{
	margin-right: 5px;
}

img.center{
	display: block;
	text-align: center;
	margin: 0 auto;
}

ul{
	padding-left: 2em;
}

p{
	padding: 0 1em .5em 1em;
}

h2, h3, h4, h5, h6{
	padding: 1em 1em 0 1em;
}

h1{
	font-size: 180%;
	font-weight: bold;
	padding: 0 .5em .5em .5em;
	text-decoration: underline;
}
h2{
	font-size: 160%;
	font-style: italic;
	font-weight: bold;
}
h3{
	font-size: 140%;
	font-weight: bold;
}
h4{
	font-size: 130%;
	font-weight: bold;
}
h5{
	font-size: 120%;
	font-weight: bold;
}
h6{
	font-size: 110%;
}

.hidden, .closed{
	display: none;
}

.open{
	display: block;
}
/* page */
#page{
	width: 873px;
	margin: auto; 
	text-align: left;
}


/* header */

#header{
	background: url(../assets/banner.gif) 0 0 no-repeat;
	height: 134px;
	overflow: hidden;
	margin-top: 2px;
}

#header img.transonebyone{
	height: 134px;
	width: 300px;
}

/* section_menu */
#header div#section_menu{
	margin-top: 3px;
	float: right;
	background: #660000;
}
#header div#section_menu a{
	color: #ffffff;
}

#header div#section_menu a:hover{
	color: #ffeeee;
	text-decoration: none;
}
#header div#section_menu a:visited{
	color: #ffffff;
}

#header div#section_menu ul{
	padding: 0;
}
#header div#section_menu ul li{
	margin: 0 .5em;
	background: url(../assets/bullet_wr.gif) center left no-repeat;
	padding-left: 10px;
	display: inline;
	font-weight: bold;
}

/* page_body */

#page_body{
	margin-top: 3px;
	clear: both;
	width: 100%;
	background-color:#000000;
}


/* main_navigation */
#main_navigation{
	float: left;
	height: 100%;
	width: 190px;
	background: #000000 url(../assets/nav_top.gif) 0 0 no-repeat;
	padding-top: 8px;
	color: #ffffff;
}

#main_navigation a{
	color: #ffffff;
}

#main_navigation a:hover{
	color: #ffeeee;
	text-decoration: none;
}
#main_navigation a:visited{
	color: #ffffff;
}

#main_navigation ul{
	background: #ca0016;
	padding: 0;
}

#main_navigation ul li{
	border-bottom: 1px dashed #000000;
	background: url(../assets/bulletr_wr.gif) 6px 12px no-repeat;
	padding: 5px 0;
	list-style-type: none;
	overflow: hidden;
}

#main_navigation ul li a{
	margin-left: 18px;
}

#main_navigation ul li ul{
	background: #000000;
	padding: 0;
	margin-top: 5px;
	margin-bottom: -5px;
}

#main_navigation ul li ul li{
	padding: 2px 0 0 0px;
	background: url(../assets/arrow_wb.gif) 22px 10px no-repeat;
	list-style-type: none;
	overflow: hidden;
}
#main_navigation ul li ul li a{
	margin-left: 30px;
	text-decoration: underline;
}


/* content_body */

#content_body{
	overflow: hidden;
	display: block;
	width: 675px;
	margin-left: 3px;
	background-color:#FFFFFF;
}


/* content_submenu_mirror */
#content_body ul.content_submenu_mirror{
	background: #000000;
	color: #ffffff;
	/*text-align: center;*/
	padding: 0 0px 0px 4px;
}

#content_body ul.content_submenu_mirror li{
	font-size: 10px;
	display: inline;
	font-weight: bold;
	padding-right:2px;
}

#content_body ul.content_submenu_mirror li.last{
	font-size: 10px;
	display: inline;
	font-weight: bold;
	/*padding-left:9px;*/
	margin:0px
}

#content_body ul.content_submenu_mirror li a{
	color: #ffffff;
	padding-left: 18px;
	background: url(../assets/bullseye_wb.gif) center left no-repeat;
}
#content_body ul.content_submenu_mirror li a:hover{
	color: #ca0016;
	padding-left: 18px;
	background: url(../assets/bullseye_rb.gif) center left no-repeat;
	text-decoration: none;
}

/* narrow_column */

.wide_column{
	width: 425px;
}

.wide_column h4{
}

.wide_column li,
.wide_column p{
}

/* Wide Column Full content */
.wide_column_full{
	width: 620px;
	padding-left:10px;
	
}

/* Trailer Table */

.trailer_tble p{
	color:#000000;
}

.trailer_tble ul li{
	color:#000000;
}

/* narrow_column */

.narrow_column{
	width: 250px;
}

.narrow_column h4{
	padding-top: 0;
}

.narrow_column li,
.narrow_column p{
	font-size: 85%;
	color: #000000;
	line-height: 1.2em;
}

/* footer */
#footer{
	clear: both;
	background: #000000;
	color: #ffffff;
	text-align: center;
}
#footer ul{
	padding: 0;
}

#footer ul li{
	font-size: 85%;
	display: inline;
	font-weight: bold;
}