html {
	margin: 0; 
	padding: 0;
}   

body {
	color: black;
	text-align: center;
	margin-bottom: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color: #EEE;
}

#WRAPPER {
	position: relative;
	background-color: #FFF;	
	text-align: center;
	width: 999px;
	margin: 0 auto 20px auto;
  -moz-box-shadow: 3px 3px 6px #666;
  -webkit-box-shadow: 3px 3px 6px #666;
  -ms-box-shadow: 3px 3px 6px #666;
  box-shadow: 3px 3px 6px #666;		
}

fieldset {
	padding: 1em;
	border: 3px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-box-border-radius: 5px;
	border-radius: 5px;	
	margin-bottom: 1em;
	background-color: rgb(247,247,247);
}

fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #800;
	font-size: 120%;
	margin: .5em 0 .5em .25em;
	padding: 0 6px 2px 6px;
	border: 2px solid #999;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-box-border-radius: 5px;
	border-radius: 5px;
}	

#submitbutton {
	margin: 0 0 5px 0;
	cursor: pointer;
	font-weight: bold; 
	color: #FFF; 
	background-color: #800;
	padding: 1px 5px 3px 5px;
	border: 1px solid #800;	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-box-border-radius: 5px;
  border-radius: 5px;		
  -moz-box-shadow: 3px 3px 6px #666;
  -webkit-box-shadow: 3px 3px 6px #666;
  -ms-box-shadow: 3px 3px 6px #666;
  box-shadow: 3px 3px 6px #666;	
}	

#submitbutton:hover {
	color: #800;
	background-color: #FFF;
}	


/* ----- TEXT SIZES ----- */

h1, body#home h1 {
	color: #A00;
	background: transparent;    
	font-family: Georgia, "Times New Roman", Times, serif;	
}	

body#home h1 {
	font-size: 110%;	
}	

h1 { 
	font-size: 150%;
}

h2 {
	font-size: 100%;
	color: rgb(0,0,140);
	background: transparent;    
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -1em;   
}

li {
	margin-bottom: .5em;
}	


.small, div#CONTENT, div#NAVIGATION, #BENEFITS, #RIGHTCOLUMN, table#rates, table#REFER, table#layout {
	font-size: small; 
}

.xsmall {
	font-size: x-small; 
}

.xxsmall {
	font-size: xx-small; 
}

/* ----- END OF TEXT SIZES ----- */

div#LOGO {
	width: 580px;
	padding-top: 10px;
	margin-left: auto; /* Centres logo on page */
	margin-right: auto; /* ditto */         
	position: relative;
	text-align: center;
}

div#LOGO p {
	font-family: "Times New Roman", Times, serif;
	color: #191970;
	font-size: 19px;
	margin-top: .2em;
	margin-bottom: .8em;
}	


div#CONTAINER {
	text-align: left;  /* Left aligns all text below top logo */     
	margin-left: 10px;
	margin-right: 10px; 
	border-top: 1px solid #800; /* Burgundy line under logo */
}

div#CONTENT {
	width: 550px;
	margin-left: 200px;
	padding-bottom: 20px;
	line-height: 150%;  
}

/* ----- CONTENT TEXT ATTRIBUTES ----- */

div#CONTENT p {
	color: rgb(0,0,17);
	background: transparent;
}

div#CONTENT p strong {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #800;
	background: transparent;
}

div#CONTENT a {
	color: #800;
	background: transparent; 
}

div#CONTENT a:hover {
	color: #800;
	background: transparent; 
	text-decoration: none;
}

/* ----- END OF CONTENT TEXT ATTRIBUTES ----- */


/* ----- SET LEFT HAND COLUMN SIZE AND POSITION ----- */

div#LEFTCOLUMN { 
	position: relative;
	margin-top: 25px;
	width: 160px;
	float: left;    
} 

/* ----- END OF SET LEFT HAND COLUMN SIZE AND POSITION ----- */

/* ----- LEFT HAND NAVIGATION ATTRIBUTES ----- */

div#NAVIGATION a, .here {
	display: block;
	width: 100%; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none; 
	font-weight: bold;
	color: rgb(0,0,135);
	background: white; 
	padding: 7px;
	/* border-right: 1px solid #191970; 
	border-bottom: 1px solid #191970; */
	border-right: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
} 

div#NAVIGATION a:hover {
	color: #000;
	background-color: #FDD;
}

div#NAVIGATION .here {
	color: white;
	background-color: #800;
}

/* ----- END OF LEFT HAND NAVIGATION ATTRIBUTES ----- */

/* ----- NEWS FORMATTING (See also tsp_files/scroll0.css) ----- */

div#NEWS {
	margin-top: 10px;
	margin-left: -5px; /* De-indents left margin */
	/* border: 1px dotted #AAA; */
	width: 160px;
	padding: 5px;
}

div#NEWS strong {
	color: #A00;
	background: transparent; 
}

/* ----- END OF NEWS FORMATTING ----- */

/* ----- RIGHT HAND COLUMN SIZE AND POSITION ----- */

div#RIGHTCOLUMN {
	position: absolute;
	right: 20px;
	top: 146px;
	width: 170px;
	border-left: 1px solid #CCC;
	padding-left: 20px;
}

div#RIGHTCOLUMN em {
	line-height: 180%;
}

div#RIGHTCOLUMN a {
	color: #800;
	background: transparent; 
}

div#RIGHTCOLUMN a:hover {
	color: #800;
	background: transparent; 
	text-decoration: none;
}

div#RIGHTCOLUMN td {
	line-height: 150%;
}	

div#RIGHTCOLUMN img {
	border: 1px solid #999;
	margin-bottom: 5px;
}	

div#RIGHTCOLUMN table#BENEFITS img {
	border: 0;
}	

/* ----- END OF RIGHT HAND COLUMN SIZE AND POSITION ----- */ 

/* ----- RATES TABLE ----- */
table#rates {
	background: rgb(240,240,240);
	border-collapse: collapse;
}

table#rates td {
	border: 1px solid #DDD;
	padding: 5px;
}

table#rates td.header {
	font-size: 100%;
	font-weight: bold;
	color: rgb(0,0,140);
	border: none;
	background: white;    
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -1em; 
}

/* ----- END OF RATES TABLE ----- */

/* ----- QUOTE TABLE ----- */

table.quoteform {
	border-collapse: collapse; 
}

table.quoteform tr.header {
	font-size: 100%;
	font-weight: bold; 
	color: #800;
	background: transparent;    
	font-family: Georgia, "Times New Roman", Times, serif;
}

table.quoteform tr.subheader{
	text-align: left;
	font-weight: bold; 
}

table.quoteform td {
	/* border: 1px solid #DDD; */
	padding: 5px;
}

table.quoteform td.left {
	text-align: right;
}

table.quoteform td.right {
	text-align: left;
}

table.quoteform .textinput, table.quoteform textarea .textinput {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #EEE; 
	border: 1px solid #999;
	padding: 1px;
}

table.quoteform .focusField, table.quoteform textarea .focusField {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFF; 
	border: 1px solid #800;
	padding: 1px;
}

label span.red, span.red {
	color: #800;
}	


/* ----- END OF QUOTE TABLE ----- */

table#layout {
	margin-top: 20px;
  line-height: 150%; 
}


#CALLOUT {
	width: 159px;
	margin-top: 15px;
	/* border: 1px solid #CC8888;
	background-color: #FFDDDD; */
	border: 1px solid #191970;
	background-color: #EEE;
	padding: .5em;
	font-size: small;
	line-height: 140%;
}	

#CALLOUT strong, table#BENEFITS strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800;
}	

#CALLOUT ul {
	margin: .5em 0;
	padding-left: 0;
}	

#CALLOUT li {
	list-style-position: inside;
	margin-bottom: 5px;
}	

table#BENEFITS td {
	padding: 5px 0;
}	

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	border: 1px solid #999;
	padding: 1em;
	background-color: #EEE;
}	

#stories h2 {
	margin-top: 1em;
	padding-bottom: .2em; 
	border-bottom: 1px solid #00008C;
	font-size: 180%;
	margin-bottom: -.3em; 
	line-height: 100%;
}	

div#slideshowplaceholder {
	position: relative;
	margin: 0;
}	

div#slideshow {
	width: 170px;
	height: 136px;
 	margin-bottom: .75em;
}	

#slideshow img {
  border: 1px solid #666;
  width: 170px;
  height: 136px;
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}