@charset "utf-8";
/* CSS Document */

/*
	colours:
	red: #900028
	green: #0092b3
	blue: #5288be
	orange: #f7941e
*/

* {
	padding: 0;
	margin: 0;
}

p {
	padding: 5px 0;
	line-height: 1.5em;
}

a img {
	border: 0;
}

html {
	font-size: 100%;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}




#nav1   .nav_help_li  .nav_help_a   {
	color: #fff;
	background: url(../images/portal_a_bg.gif) no-repeat left;
}
#nav1  .nav_help_li {
	background: url(../images/help_li_bg.gif) no-repeat top right;
}


#nav1   .nav_logout_li  .nav_logout_a   {
	color: #fff;
	background: url(../images/portal_a_bg.gif) no-repeat left;
}
#nav1  .nav_logout_li {
	background: url(../images/logout_li_bg.gif) no-repeat top right;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #0092b3;
	
}

a:hover {	
	text-decoration: none;
	color: #333;
}

h1 {
	font-weight: lighter;
	font-size: 0.95em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 2.3em;
	font-weight: lighter;
	

}

h3 {
	font-size: 1.1em;

}

h4 {

}

#wrapper {
	margin: 0 auto 10px;
	font-size: 1.2em;
}
#header {
	color: #999;
	width: 960px;
	margin: 0 auto;
}
#breadcrums {
	padding: 0 0 10px 0;
}

#header_left {
	width: 200px;
	float: left;
	padding: 5px 0 0;
}
#header_right {
	width: 745px;
	float: right;
	border-top: 7px solid #ccc;
	padding: 20px 0 0;
}
#header_right_right {
	float: right;
	width: 245px;
	font-size: 12px;
}
#header_right_right  .size1 {
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
}
#header_right_right .size2 {
	text-transform: uppercase;
	font-size: 15px;
	color: #333;
}
#header_right_right .size3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
}

.size1:hover, .size2:hover, .size3:hover {
	color: #666;
}

#search_top {
	margin: 20px 0 0;
	text-align: right;
}
#search_top input {
	border: 1px solid #999;
	font-size: 1.1em;
	background: #f8f8f8;
}

#search_top .submit {
	background: #fff;
	border: none;
	font-size: 1.1em;
	color: #0092b3;
	cursor: pointer;
}
#search_top .submit:hover {
	color: #666;
}




#header_right_left {
	float: left;
	width: 485px;
	padding: 12px 0 0;
}

#header_right_left ul {
	list-style-type: none;
}

#header_right_left ul li {
	float: left;
	background: url(../images/grey_arrow.gif) no-repeat left 2px;
}

#header_right_left ul li a {
	display: block;
	padding: 0 10px 0 15px;
}
#header_right_right a {
	padding: 0;
}


#main_mav {
	width: 960px;
	margin: 0 auto;
}
#main_mav #nav1 {

}

#main_mav   #nav1  ul {
	list-style-type: none;
	width: 355px;
	float: right;

}
#main_mav   #nav1   ul  li {
	float: left;
	width: 172px;
	height: 32px;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 32px;
}
#main_mav  #nav1  ul  li.nav_info_li {
	width: 208px;
}

#main_mav #nav1 ul li a {
	display: block;
	padding: 0 0 0 12px;
	font-weight: bold;
}
#main_mav #nav1 ul li a:hover {
	text-decoration: underline;
}

#nav2 {
	background: #e8e9e9 url(images/nav2_bg_left.jpg) no-repeat left;
	float: left;
	font-size: 0.9em;
	width: 953px;
}
#nav2_wrap {
	width: 960px;
	margin: 0 auto;
}
#nav2_left_bg {
	float: left;
	width: 7px;
	background-image: url(../images/nav2_bg_left.jpg);
	height: 33px;
	margin: 0 10px 0 0;
}

#nav2_right_bg {
	float: right;
	width: 7px;
	background-image: url(../images/nav2_bg_right.jpg);
	height: 33px;
}


#nav2 ul {
	list-style-type: none;
	background: url(images/nav2_bg_right.jpg) no-repeat right;
}


.strip_bg {
	background: url(../images/bg_strip.jpg) repeat-x;
}

#mid_sect {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}
#mid_sect_left {
	float: left;
	width: 415px;
	padding: 15px 0 0;
}
#mid_sect_right {
	width: 469px;
	float: right;
}
#mid_sect_news {
	border-top: 1px dashed #ccc;
	padding: 10px 0 20px;
	margin: 7px 0 0;

}
#mid_sect_news_l {
	float: left;
	width: 320px;
}
#mid_sect_news_l  p {
	padding: 0;
}


#mid_sect_news_r {
	float: right;
	width: 80px;
}





#main_content {
	margin: 0 auto;
	width: 940px;
	padding: 15px 0 10px 10px;
}
#main_content2 {
	margin: 0 auto;
	padding: 15px 0 10px 10px;
	width: 940px;
}
.wrap {
	clear: both;
	text-align: left;
}
.wrap a {
	color: #0092b3;
}
.wrap a:hover {
	color: #333;
}


.left {
	float: left;
	margin: 0 10px 0 0;
}
.right {
	float: left;
	padding: 2px 0 0;
}
.right_padding {
	padding: 8px 0 0;
	float: left;
}





.block_content {

}

table#home_index {
}
table#home_index td {
	border-right: 1px dashed #ccc;
	padding: 0 10px 0;
}
form#login {
	padding: 12px 0 0;
}
form#login  label {
	float: left;
	display: block;
	width: 90px;
	margin: 0 0 5px;
	font-size: 12px;
}
form#login  input {
	width: 105px;
	float: left;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	font-size: 11px;
}
#login_wrap  {
	clear: both;
}
#login_wrap p {
	padding: 0px;
	margin: 0;
}

#login_left {
	width: 120px;
	float: left;
	font-size: 0.8em;
	padding: 5px 0 0;
	margin: 0;
}
#login_left a {
	padding: 0;
	margin: 0;
}

#login_right {
	float: right;
	padding: 5px 0 0;
}
#login_right .submit {
	width: 80px;
	text-align: left;
	cursor: pointer;
	background: url(../images/darkBlueCircle.gif) no-repeat 95% 60%;
	border: none;
	color: #0092b3;
	font-weight: bold;
}
#login_right .submit:hover {
	color: #666;
}
#breadcrums {
	color: #999;
}
#split_content {
	padding: 10px 0 0;
}
#split_content_left {
	float: left;
	width: 220px;
	padding: 0 10px 0 0;
	border-right: 1px dashed #ccc;
}
#left_nav {
}
#left_nav h4 {
	color: #0092b3;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	display: block;
	font-size: 1.1em;
	border-bottom: 1px dashed #ccc;
}

#left_nav ul {
	list-style-type: none;
}
#left_nav ul li {
	display: block;
	padding: 5px 0 5px 15px;
	background: url(../images/arrow_double_left.gif) no-repeat left 5px;
}
#left_nav ul li.selected_subnav {
	background: url(../images/arrow_double_down.gif) no-repeat left 5px;
}
#left_nav  ul  li.selected_subnav   a {
	color: #0092b3;
}


#left_nav ul li a {
	color: #333;
}
#left_nav ul li a:hover {
	color: #999;
}
#left_nav ul li ul {
	padding: 7px 0 5px 0;
	margin: 0;
	border-bottom: 1px dashed #ccc;
}
#left_nav ul li ul li {
}
#left_nav  ul  li  ul  li  a {
	color: #0092b3;
}
#left_nav ul li ul li a:hover {
	color: #333;
}


.left_extra_links {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.left_extra_links ul {
	list-style-type: none;
}
.left_extra_links ul li {
	display: block;
	padding: 5px 0;
}
.left_extra_links ul li a {
	font-weight: bold;
	color: #0092b3;

}
.left_extra_links ul li a:hover {
	color: #666;
}









#split_content_right {
	float: right;
	width: 695px;
}
#split_content_right blockquote {
	padding: 20px 10px;
	margin: 10px;
	border: 1px solid #333;
}

#right_table {
	padding: 5px 0;
	margin: 15px 0 15px;
}
#right_table_table td {
	padding: 0 10px 0;
	border-right: 1px dashed #ccc;
}
#right_table_table h3 img {

}
#right_table_table h3 {
	display: inline;
	padding: 0 0 10px 0;
	margin: 0;



}
#right_table_table .icon_rent {
	color: #008FB1;
	background: url(../images/icon_rent.gif) no-repeat;
	display: block;
	padding: 5px 0 5px 35px;
}

#right_table_table .icon_repair {
	color: #F79117;
	background: url(../images/icon_repair.gif) no-repeat;
	display: block;
	padding: 5px 0 5px 35px;
}


#right_table_table .icon_login {
	color: #5288BE;
	background: url(../images/icon_login.gif) no-repeat;
	display: block;
	padding: 5px 0 5px 35px;
}


#right_table_table .icon_account {
	color: #0092b3;
	background: url(../images/icon_account.gif) no-repeat;
	display: block;
	padding: 5px 0 5px 35px;
}

#right_table_table .icon_data {
	color: #0091B2;
	background: url(../images/icon_data.gif) no-repeat;
	display: block;
	padding: 5px 0 5px 35px;
}

#right_table_table .icon_repairs {
	color: #5288BE;
	background: url(../images/icon_login.gif) no-repeat;
	display: block;
	padding: 5px 0 5px 35px;
}



#bottom_split {
	padding: 10px 0;
}
#bottom_split h4 {
	color: #0092b3;
	display: block;
	margin: 0 0 10px 0;
	background: url(../images/arrow_blue.gif) no-repeat left 4px;
	padding: 0 0 0 10px;
	font-size: 1em;
}
#bottom_split a {
	color: #333;
}
#bottom_split a:hover {
	color: #666;
}


#bottom_split ul {
	list-style-type: none;
}
#bottom_split ul li {
	background: url(../images/arrow.gif) no-repeat left 4px;
	padding: 0 0 0.4em 10px;
}


#bottom_split_left {
	width: 47%;
	float: left;
	border-right: 1px dashed #ccc;
}

#bottom_split_right {
	float: right;
	width: 49%;
}
#split_content_right_left {
	width: 460px;
	float: left;
}
#split_content_right_right {
	float: right;
	width: 220px;
}
#news {
}
#news a {
	color: #0092b3;
}
#news h2 {
	font-size: 1.6em;
	color: #0092b3;
	padding: 0 0 20px 0;
	display: block;
}
#news  h3 {
	color: #0092b3;
	display: block;
	padding: 0 0 5px 0;
}
#news  h4 {
	color: #999;
	font-weight: lighter;
	display: block;
	padding: 0 0 15px 0;
	font-size: 1.1em;
}


#news ul {
	list-style-type: none;
}
#news ul li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
#news_left {
	float: left;
	width: 495px;
}
#news_right {
	float: right;
	width: 180px;
}




















#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#footer_top {
	width: 960px;
	float: right;
	text-align: right;
	border-left: 1px dashed #ccc;
	padding: 0;
}
#footer_bottom {
	float: right;
	width: 960px;
	border-top: 7px solid #0092b3;
	padding: 10px 0 0;
	color: #999;
}
#footer_bottom_left {
	float: left;
	width: 470px;
	margin: 2px 0 0;
}


#footer_bottom_left ul {
	list-style-type: none;
}

#footer_bottom_left ul li {
	float: left;
	background: url(../images/grey_arrow.gif) no-repeat left 2px;
}

#footer_bottom_left ul li a {
	display: block;
	padding: 0 10px 0 15px;
}



#footer_bottom_right {
	float: right;
}
#footer_bottom_right p {
	padding: 0;
	margin: 0;
}









.clear {
	clear: both;
}
.red {
	color: #900028;
}
.green {
	color: #0092b3;
}
.blue {
	color: #5288be;
}
.dark_blue {
	color: #0092b3;
}

.orange {
	color: #f7941e;
}


a.grey_link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #666;
	padding: 10px 0 0;
	display: block;
}

a.grey_link:hover {
	color: #0092b3;
	
}


a.grey2_link {
	color: #666;
	font-weight: bold;
	padding: 2px 0;
	margin: 0;
	text-decoration: underline;
}

a.grey2_link:hover {
	color: #0092b3;
	
}


a.orange_link {
	color: #f7941e;
	font-weight: bold;
	padding: 2px 0;
	margin: 0;
	text-decoration: underline;
}

a.orange_link:hover {
	color: #0092b3;
	
}


a.blue_link {
	color: #0092b3;
	font-weight: bold;
	padding: 2px 0;
	margin: 0;
	text-decoration: underline;
}

a.blue_link:hover {
	color: #0092b3;
	
}


a.light_blue_link {
	color: #0293B4;
	font-weight: bold;
	padding: 2px 0;
	margin: 0;
	text-decoration: underline;
}

a.light_blue_link:hover {
	color: #0092b3;
	
}


a.veryBlack_link {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px 0 0;
}

a.veryBlack_link:hover {
	color: #0092b3;
}


a.black_link {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px 0 0;
}

a.black_link:hover {
	color: #0092b3;
}
.hr {
	border-top: 1px solid #ccc;
	margin: 10px 0 10px;
	height: 1px;
}
.h2_darkBlue {
	color: #0092b3;
	padding: 60px 0 0;
}
.h2_blue_large {
	font-size: 1.8em;
	color: #0092b3;
	display: block;
	padding: 0 0 10px 0;
}
.h3_blue_medium {
	color: #0092b3;
	display: block;
	padding: 5px 0 10px 0;
}



a.red_link {
	color: #900028;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px 0 0;
}

a.red_link:hover {
	color: #0092b3;
}



.lightBlueCircle {
	background: url(../images/lightBlueCircle.gif) no-repeat 90% 88%;
}
.darkBlueCircle {
	background: url(../images/darkBlueCircle.gif) no-repeat 90% 88%;
}
.orangeCircle {
		background: url(../images/orangeCircle.gif) no-repeat 90% 88%;
}
.border-top {
	border-top: 1px solid #ccc;
	padding: 5px 0 0;
	margin: 5px 0 0;

}
.bottom_color {
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	padding: 10px;
}
.padding_left {
	padding: 0 0 0 10px;
	width: 45%;
}




.right_images {
	padding: 10px 0 0 5px;
	float: left;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #000000;
    color:#000;
    text-align: center;
    padding: 3px;
    font: 1em Verdana,sans-serif;    
}

.small-text {
	color:#666666;
	font-size:8pt;
	line-height:9pt;
}

.headerboxred {
	background-color: #0092b3;
	color: #FFFFFF;
	padding: 3px;
}

td {
	padding: 5px;
}

#split_content_right ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

#split_content_right ul li {
	margin-left: 10px;
}