/* CSS Document */

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		line-height: 18px;
		margin: 0px 0px 0px 0px;
		background-color: #eaeaea;
	}		

	p, li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin-left: 10px;
		margin-right: 10px;
	}
	td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	h1 {
		font-family:Arial, Helvetica, sans-serif;
		color: #9E0039;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 18px;
	}

	h2 {
		font-family:Arial, Helvetica, sans-serif;
		color: #9E0039;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 18px;
	}

	h3 {
		margin-left: 8px;
		margin-right: 5px;
		margin-bottom: 8px;
		background-image:url("/images/heading_background.gif");
		background-repeat:no-repeat;
		width: 400px;
		height: 24px;	
		font-family: Arial, Helvetica, sans-serif;
	}
	h3 a {
		margin-left: 6px;
		text-decoration: none;
		color: #000000;
		font-size: 18px;
		vertical-align:baseline;
	}

	h4 {
		font-family:Arial, Helvetica, sans-serif;
		color: #9E0039;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 17px;
	}
	
	h5 {
		font-family:Arial, Helvetica, sans-serif;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 14px;
	}

	a {
		color:#0066FF;
	}
	

/* -- LAYOUT CSS -- */
	#fullpage {
		width: 100%;
		text-align: center;
		background-image:url(/images/design-images/background.gif);
		background-repeat: repeat-x;
	}

	#shadedEdgesTop {
		width: 700px;
		text-align: center;
		margin: auto;
	}
	
	#middleSectionTop {
		width: 680px;
		margin: auto;
	}
	
	#shadedEdges {
		background-color: #ffffff;
		width: 700px;
		margin: auto;
	}
	
	#middleSection {
		text-align: left;
		width: 680px;
		margin: auto;
	}
	
	#shadedEdgesBottom {
		display: none;
	}
	
	#middleSectionBottom {
		display: none;
	}
	
	#textblurb {
		font-size:11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0px 10px 0px 10px;
	}

	#quotes {
		text-align:center; clear: both;
	}

	#textarea {
		
	}

	#heading {
		clear: both;
		margin-top: 4px;
	}
	#nav-side {
		display: none;
	}
	#bannerAd {
		display: none;
	}

/* -- SECONDARY VERTICAL NAVIGATION -- */
  #secondary {
  	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	margin-right: 0px;
  }

  #secondary ul {
	list-style-type: none;
	float: none;
	margin-left: 5px;
	margin-right: 2px;
	padding-left: 0px;
  }
  
  #secondary li {
  	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
  } 

  #secondary a {
  	display: block;
	padding: 2px 0px 4px 4px;
	color:#9E0039;
	text-decoration: underline;
	background-image: url(/images/design/sub-link-background.gif);
	background-repeat:repeat-x;
  }

  #secondary a:hover {
	background-image: none;
	background-color:#fffef2; 
	text-decoration: underline;
  }

/* -- TOP HORIZONTAL NAVIGATION -- */
  #header {
    float:left;
    width:100%;
    font-size:80%;
    line-height:normal;
    background: url("/images/bg.gif") repeat-x bottom;
	margin: 0px 1px 0px 1px; /* stop overlap onto page side-gradients */	 
    }

  #header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }

  #header li {
    float:left;
    background:url("/images/left.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    }

  #header a {
    float:left;
    display:block;
    background:url("/images/right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#666;
	font-size: 10px;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */
	
  #header a, #header strong, #header span {
    display:block;
    background:url("/images/right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    }
			
  #header #current {
    background-image:url("/images/left-on.gif");
    }
  #header #current a {
    background-image:url("/images/right-on.gif");
    padding-bottom:5px;
    color:#333;
    }

/* -- UNDERNEATH TOP HORIZONTAL NAVIGATION -- */
  #under_header {
    float:right;
    width:100%;
    font-size:80%;
    line-height:normal;
	background-color: #F5E5EB;
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color: #9E0039;
    }

  #under_header ul {
    margin:0;
    padding:0px 0px 0px 0px;
    list-style:none;
    }

  #under_header li {
    float:right;
    margin:0;
    padding:0 0 0 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }

  #under_header a {
    float:left;
    display:block;
    padding:5px 5px 5px 10px;
    text-decoration:underline;
    color:#666;
    }
  #under_header a:hover {
    float:left;
    display:block;
    padding:5px 5px 5px 10px;
    text-decoration:none;
    color:#9E0039;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #under_header a {float:none;}
  /* End IE5-Mac hack */

  #under_header #current {
  }
  #under_header #current a {
  	text-decoration: none;
  }



/* QUOTE LINKS */

  #quoteLinks img {
  	padding-bottom: 4px;
	
  }
  #quoteLinks {
  	text-align: center;
	margin: 0px 0px 0px 0px;
	/*      t    r    b   l */
  }



/* -- MISCELLANEOUS STYLES -- */

	.picRight {
		margin-left: 10px;
		border: 1px solid #000;
	}
	.picLeft {
		margin-right: 10px;
		border: 1px solid #000;
	}
	.picCenter {
		border: 1px solid #000;
	}

	.margin_bottom {
		margin-bottom: 16px;
	}
	
	.margin_left {
		margin-left: 6px;
		margin-top: 6px;
	}
	.margin_right {
		margin-right: 6px;
		margin-top: 6px;
	}

	.addressBackground {
		background-color: #f9f0f3;
	}
	.form_annotation {
		color: #FF0000;
	}
	
	.button {
		background-color: #9E0039;
		color: #FFFFFF;
		border: 1px solid #000;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.formText{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding: 2px 0px 2px 0px;
	}
	
	.errorMsg {
		color:#CC0000;
	}
	
	.redbold12 {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-weight: bold; 
		color: #9E0039;
	}
	
	.footerText {
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		margin-top: 0px;
		margin-bottom: 0px;
		
	}
	.footerText a {
		color: #ffffff;
	}
	
	.smallText {
		font-size: 10px;
	}
	
	.quoteHeader {
		font-family:Arial, Helvetica, sans-serif;
		color: #9E0039;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 18px;
		font-weight: bold;
	}
	
	#quoteTransport{
		background-color: #FFFEE5;
		border: 1px solid #FFF200;
		margin: 10px 15px 10px 15px;
		width: 720px;
	}
	
	#testimonial {
		background-color: #ffffff;
		border: 1px solid #cccccc;
		margin-left: 60px;
		margin-right: 60px;
	}

	.yellowBG {
		background-color: #FFFEE5;
	}
	
	.spanAlignRight {
		text-align: right;
	}
	
	#sitemap a {
		color: #000000;
		text-decoration: none;
	}
	#sitemap a:hover {
		color: #000000;
		text-decoration: underline;
	}
