/* CSS Document */

/* 

This CSS controls print previews and print styles - works by switching off styles using the print rules below.

Some styles tweaked slightly - so different to their equivalents in default.css.



Print rules
----------------------------------------------- */

#top-nav, #top-nav-right, #nav-left, #nav-right, .button, #div-line, #div-line-bottom, #header, #horizontal-spacer, #left, #logo, #right, .selectpopup, .searchtable, #title-bar, #footer, #footer-left, #footer-right, #left-nav-bottom, #left-nav-indent, #left-nav-top, #right, .testimonal-quote, .testimonal-who

{display:none}




/* General Structure & Styles
----------------------------------------------- */

body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;  
	font-size: x-small; /* for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;  /* actual value */
}

html>body {
	font-size: small; /* actual value - being nice to Opera*/
}


.button {
	font-weight: normal; 
	font-size: 10px; 
	width: 50px; 
	color: #000; 
	Font-family: Verdana, Arial, Geneva, Swiss, SunSans-Regular
}

#center {
	display: inline;
	float: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #333333;
    font-weight: normal;
    text-decoration: none;
	width: auto;  /* for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto; /* actual value */
}


#center a:link  {
	color: #7A9FAA;
    font-weight: bold;
    text-decoration: none;
}


#center a:visited  {
	color: #7A9FAA;
    font-weight: bold;
    text-decoration: none;
}


#center a:hover {
	color: #263F5A;
    text-decoration: underline;
}


#center li {
	list-style:square;
   color: #FF0000;
}

#container {
	width: auto; 
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#div-line { 
	width: 922px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	background: url(../images/div-line.gif) no-repeat;
	clear:both;
}

#div-line-bottom { 
	width: 922px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background: url(../images/div-line.gif) no-repeat;
	clear:both;
}

/* .download-pdf {
	color: #999999;
	font-weight:bold;
} */

.error {
	color: #CC0000;
    font-weight: bold;
    text-decoration: none;
}

h1 {
	color: #FF0000;
    font-weight: 550;
    text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	font-size: small; /* for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;  /* actual value */
}

html>body h1 {
	font-size: medium; /* actual value - being nice to Opera*/
}


h2 {
	color: #263F5A;
    font-weight: bold;
    text-decoration: none;
	border-bottom: #86A8B2 2px solid;
	font-size: 120%;
}


h3 {
	color: #40566E;
    font-weight: bold;
    text-decoration: none;
	font-size: 110%; 
}


h4 {
	color: #7A9FAA;
    font-weight: bold;
    text-decoration: none;
	font-size: 110%;
}


#header {
	width: 922px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#horizontal-spacer { 
	width: 922px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	clear:both;
}

html {
	text-align: center;
}

#left {
	display: inline;  
	float: left; 
	text-align: left;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 144px;
}

/* .level {
	color: #008CCE;
    font-weight: bold;
    text-decoration: none;
	font-size: 110%; 
} */

.list-text {
  	color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.list-text-normal {
  	color: #333333;
    font-weight: normal;
    text-decoration: none;
}

#logo {
	height: 110px;
	text-indent: -5000px;
	text-align: left;
	background: url(../images/header.gif); 
	background-repeat: no-repeat;
	width: 922px;
	margin: 0px;
	padding: 0px;
	display: inline;  
	float: left; 
}

#logo a {
	border-style: none;
	display: block;
	width: 922px;
	height: 95px;
}

.name {
	color: #40566E;
    font-weight: bold;
    text-decoration: none;
	font-size: 110%;
	padding-top: 0px;
	margin-top: 0px;
}

.position {
	color: #7A9FAA;
    font-weight: bold;
    text-decoration: none;
	font-size: 110%;
	padding-top: 0px;
	margin-top: 0px;
}

.required {
	color: #CC0000;
    font-weight: bold;
    text-decoration: none;
	font-size: 130%;
}

#right { 
	display: inline;  
	float: right;  
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 0px;
	width: 201px;  /* for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 186px; /* actual value */
}

html>body #right {
	width: 186px; /* actual value - being nice to Opera*/
}

.selectpopup {
	font-weight: normal; 
	font-size: 10px; 
	width: 145px; 
	color: #000; 
	font-family: Verdana, Arial, Geneva, Swiss, SunSans-Regular
}

.selectpopup2 {
	font-weight: normal; 
	font-size: 10px; 
	width: 145px; 
	color: #000; 
	font-family: Verdana, Arial, Geneva, Swiss, SunSans-Regular
}

.searchtable {
float: right;
}

#title-bar { 
	width: 922px;
	height: 78px;
	padding: 0px;
	margin: 0px;
	clear:both;
}





/* Top Nav Classes
----------------------------------------------- */

#nav-left {
	display: inline;  
	float: left; 
}

#nav-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-left li {
	display: inline;
	padding-right: 6px;
}


#nav-right {
	display: inline;  
	float: left; 
}


#nav-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-right li {
	display: inline;
	float: left; 
	margin: 0;
	padding-left: 12px;
	padding-right: 9px;
	background: url(../images/top-nav-blt.gif) no-repeat 0 50%; /* actual image */
}


#top-nav {
	display: inline;  
	float: left; 
	width: 579px; 
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
    text-decoration: none;
    font-weight: bold;
	font-size: 89%;
}

#top-nav a:link {
    color: #263F5A;
    font-weight: bold;
    text-decoration: none;
	font-size: 89%;
}

#top-nav a:visited {
    color: #263F5A;
    font-weight: bold;
	font-size: 89%;
    text-decoration: none;

}

#top-nav a:hover {
    color: #FF0000;
    text-decoration: none;
}



#top-nav-right {
	width: 343px; 
	text-align: right;
	display: right; 
	float: left; 
	margin: 0px;
	padding: 0px;

}

/* Footer Classes
----------------------------------------------- */

#footer {
	width: 922px;
	text-align: left;
	margin: 0px;
	padding: 0px;
    text-decoration: none;
    font-weight: bold;
	font-size: 85%;
}

#footer a:link {
    color: #263F5A;
    font-weight: bold;
    text-decoration: none;
	font-size: 85%;
}


#footer a:visited {
    color: #263F5A;
    font-weight: bold;
	font-size: 85%;
    text-decoration: none;

}


#footer a:hover {
    color: #FF0000;
    text-decoration: none;
}


#footer-left {
	display: inline;  
	float: left; 
}

#footer-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-left li {
	display: inline;
	padding-right: 10px;
}

#footer-right {
	display: inline;  
	float: left; 
}

#footer-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-right li {
	display: inline;
	float: left; 
	margin: 0;
	padding-left: 11px;
	padding-right: 11px;
	background: url(../images/top-nav-blt.gif) no-repeat 0 50%; /* actual image */
}


/* Left Nav Classes
----------------------------------------------- */

#left hr {
	color:#B0C9CD;
	width: 144px;
	height: 2px;
}


#left-nav-bottom a:link {
    color: #263F5A;
    font-weight: bold;
    text-decoration: none;
	font-size: 90%;
}

#left-nav-bottom a:visited {
    color: #263F5A;
    font-weight: bold;
    text-decoration: none;
	font-size: 90%;

}

#left-nav-bottom a:hover {
	color: #FF0000;
    text-decoration: none;
}

#left-nav-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-nav-bottom li {
	margin: 0;
	padding: 0
}


#left-nav-indent a:link {
    color: #7A9FAA;
    font-weight: bold;
    text-decoration: none;
	font-size: 79%;
}

#left-nav-indent a:visited {
    color: #7A9FAA;
    font-weight: bold;
    text-decoration: none;
	font-size: 79%;

}

#left-nav-indent a:hover {
	color: #FF0000;
    text-decoration: none;
}

#left-nav-indent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-nav-indent li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}



#left-nav-top a:link {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
	font-size: 90%;
}

#left-nav-top a:visited {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
	font-size: 90%;

}

#left-nav-top a:hover {
	color: #263F5A;
    text-decoration: none;
}

#left-nav-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-nav-top li {
	margin: 0;
	padding: 0
}



/* Testimonial Classes **NOTE: NOT IN USE ON AIRCLAIMS, JUST ASCEND, ALTHOUGH COLOURS ADJUSTED SHOULD YOU NEED THEM**
----------------------------------------------- */

#right a:link  {
	color: #FF0000;
    font-weight: bold;
    text-decoration: none;
	font-size: 80%;
}


#right a:visited  {
	color: #FF0000;
    font-weight: bold;
    text-decoration: none;
	font-size: 80%;
}


#right a:hover {
	color: #263F5A;
    text-decoration: none;
}

.testimonal-quote  {
	color: #263F5A;
    font-weight: bold;
}

.testimonal-who  {
	color: #86A8B2;
    font-weight: bold;
}



/* Homepage only styles
----------------------------------------------- */

#bot1 {
	display: inline;  
	float: left;
	width: 172px;
	padding: 0px;
	margin: 0px;
	margin-right: 12px;
}

#bot2 {
	display: inline;  
	float: left;
	width: 172px;
	padding: 0px;
	margin: 0px;
	margin-right: 12px;
}


#bot3 {
	display: inline;  
	float: left;
	width: 172px;
	padding: 0px;
	margin: 0px;
	margin-right: 12px;
}

#bot4 {
	display: inline;  
	float: left;
	margin: 0px;
	width: 172px;
	padding: 0px;
	margin-right: 12px;
}


#bot5 {
	display: inline;  
	float: right;
	margin: 0px;
	width: 186px;
	padding: 0px;
}

#bot6 {
	display: inline;  
	float: right;
	margin: 0px;
	width: 172px;
	padding: 0px;
}


#bot-box{
	text-align: left;
	padding: 10px;
	margin: 0px;
	text-align: left;
	color: #253E59;
	background-color: #B0C9CD;
	font-size: 12px;
	line-height: 1.0;
	width: 172px;  /* for IE5 */
	height: 60px; /* for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 152px; /* actual value */
	height: 40px; /* actual value */
}

html>body #bot-box {
	width: 152px; /* actual value - being nice to Opera*/
	height: 40px; /* actual value - being nice to Opera*/
}

#bot-box a:link  {
	color: #FF0000;
    font-weight: bold;
    text-decoration: none;
	font-size: 11px;
}


#bot-box a:visited  {
	color: #FF0000;
    font-weight: bold;
    text-decoration: none;
	font-size: 11px;
}


#bot-box a:hover {
	color: #253E59;
    text-decoration: underline;
	font-size: 11px;
}


#home-top-left {
	width: 922px;
}

#bot-title{
	text-align: left;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 145px;

}

#div-line-home { 
	width: 922px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	background: url(../images/div-line.gif) no-repeat;
	clear:both;
}


#div-line-homebot { 
	width: 922px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	background: url(../images/div-line2.gif) no-repeat;
	clear:both;
}

#home-top-left {
	display: inline;  
	float: left; 
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	text-align: left;
	width: 302px;
	height: 222px;
}


#home-top-middle {
	display: inline;  
	float: left; 
	text-align: left;
	padding-left: 32px;
	padding-right: 40px;
	padding-top: 42px;
	margin: 0px;
	margin-top: 10px;
	text-align: left;
	background-image:url(../images/home-welcome-back.jpg);
	width: 422px;  /* for IE5 */
	height: 222px; /* for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 350px; /* actual value */
	height: 180px; /* actual value */
}

html>body #home-top-middle {
	width: 350px; /* actual value - being nice to Opera*/
	height: 180px; /* actual value - being nice to Opera*/
}


#home-top-middle h1 {
	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
	font-size: 110%;
}


#home-top-middle .text {
	color: #1A2B51;
    font-weight: normal;
    text-decoration: none;
	font-size: 90%;
}

#home-top-right { 
	display: inline;  
	float: right;  
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 186px;
	margin-left: 12px;
	margin-top: 10px;
	height: 222px;
}





/* Airclaims only product box styles
----------------------------------------------- */


#product1 {
	display: inline;  
	float: left;
	width: 173px;
	padding: 0px;
	margin: 0px;
	margin-right: 11px;
}

#product2 {
	display: inline;  
	float: left;
	width: 173px;
	padding: 0px;
	margin: 0px;
	margin-right: 11px;
}


#product3 {
	display: inline;  
	float: right;
	margin: 0px;
	width: 173px;
	padding: 0px;
}


#product-box{
	text-align: left;
	padding: 10px;
	margin: 0px;
	text-align: left;
	color: #253E59;
	background-color: #B0C9CD;
	font-size: 12px;
	line-height: 1.0;
	width: 173px;  /* for IE5 */
	height: 60px; /* for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 153px; /* actual value */
	height: 40px; /* actual value */
}

html>body #product-box {
	width: 153px; /* actual value - being nice to Opera*/
	height: 40px; /* actual value - being nice to Opera*/
}

#product-box a:link  {
	color: #FF0000;
    font-weight: bold;
    text-decoration: none;
	font-size: 11px;
}


#product-box a:visited  {
	color: #FF0000;
    font-weight: bold;
    text-decoration: none;
	font-size: 11px;
}


#product-box a:hover {
	color: #253E59;
    text-decoration: underline;
	font-size: 11px;
}
