/* CSS Document */

/* Layout */

body {
 padding:0px;
 margin:0px;
 background-color:#ffffff;
 background-attachment: scroll;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-y;
 background-position: center top;
 font-family:arial;
}

#main_container {
 width:976px;
 margin:0px auto;
}

#header {
 margin:0px auto;
 border:0px solid gray;
 height:160px;
 width:976px;
 background-attachment: scroll;
 background-image: url(images/header3a.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 background-color:white;
}

.header_info {
 float:right;
 margin:28px 70px 0px 0px;
 font-size:24px;
 text-align:center;
 color:#356492;
 line-height:36px;
 font-family:arial;
}

#navigation {
 float:left;
 clear:both;
 margin:0px auto;
 border-top:3px solid #99ccff;
 border-bottom:3px solid gray;
 height:70px;
 width:976px;
 background-color:#ffffff;
 background-attachment: scroll;
 background-image: url(images/nav_bg.jpg);
 background-repeat: repeat-x;
 background-position: left center;
}

#content {
 float:left;
 clear:both;
 margin:0px auto;
 border:0px solid gray;
 background-color:white;
}

.left_column {
 float:left;
 clear:left;
 width:214px;
 background-color:white;
 margin:30px 28px 30px 30px;
}

.lc_top {
 border:0px solid gray;
 background-color:white;
 margin:0px 0px 30px 0px;
 padding:0px 0px 20px;
 background-attachment: scroll;
 background-image: url(images/lc_bg.jpg);
 background-repeat: no-repeat;
 background-position: center bottom;
}

.right_column {
 float:left;
 clear:right;
 width:670px;
 color:white;
 background-color:#356492;
 background-attachment: scroll;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-y;
 background-position: center top;
 margin:30px 28px 30px 0px;
 border:3px solid gray;
 padding:0px;
}

#footer {
 clear:both;
 margin:10px auto 0px;
 height:120px;
 border-top:3px solid gray;
 text-align:center;
 padding:0px;
 background-color:#356492;
 background-attachment: scroll;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-y;
 background-position: center top;
}


/* Images */

.left_column img {margin-left:55px;}



/* Presentation */

p {
 padding:0px 0px;
 margin:5px 10px;
}

.right_column p {
 line-height:20px;
 margin: 0px 22px;
 background-color:#356492;
 background-attachment: scroll;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-y;
 background-position: center top;
 width:600px;
 padding:10px;
 border:0px solid white;
}

h1, h2, h3, h4, h5, h6 {
 text-align:left;
 color:#fff;
 margin-left:22px;
 margin-bottom:-10px;
}

.lc_top h2 {
 text-align:center;
 color:#fff;
 margin:0px;
 line-height:45px;
 font-size:10px;
 background-color:white;
 background-attachment: scroll;
 background-image: url(images/lc_h3_bg.jpg);
 background-repeat: no-repeat;
 background-position: center top;
}



.rc_title {
 text-align:left;
 color:#356492;
 margin:0px;
 line-height:45px;
 background-color:#99ccff;
 text-indent:11px;
 background-attachment: scroll;
 background-image: url(images/rc_title.jpg);
 background-repeat: repeat-x;
 background-position: left top;
 border-bottom:2px solid white;
 font-size:24px;
}

.right_column h2 {
 text-align:left;
 color:#fff;
 margin-bottom:-10px;
}


a.top_navi, a.top_navi:link, a.top_navi:visited{
 color:#333;
 height:60px;
 width:90px;
 line-height:30px;
 text-align:center;
 background-attachment: scroll;
 background-image: url(images/navi_top.jpg);
 background-repeat: no-repeat; 
 background-position: center top;
 float:left;
 border:0px solid gray;
 margin:4px 0px 4px 20px;
 padding:0px;
 font-size:11px;
 background-color:#f8f8f8;
 text-decoration:none;
 font-variant: normal;
 letter-spacing: 1px;
}

a.top_navi:hover {
 background-position: center bottom;
 color:#356492;
 background-color:#99ccff;
 line-height:100px;
}

.phone {
 font-size:40px;
 font-weight:bold;
 color:white;
 margin-top:10px;
 margin-right:40px;
 float:right;
}


a, a:link, a:visited{
 color:#fff;
 text-decoration:none;
 font-variant: normal;
 letter-spacing: 1px;
 font-size:12px;
}

a:hover {
 color:#99ccff;
}

a.left_navi, a.left_navi:link, a.left_navi:visited{
 color:#fff;
 display:block;
 height:25px;
 line-height:25px;
 width:200px;
 text-indent:10px;
 margin-left:4px;
 text-decoration:none;
 font-size:12px;
 font-variant: normal;
 letter-spacing: 1px;
 border-bottom:1px solid white;
 background-attachment: scroll;
 background-image: url(images/navi_left.jpg);
 background-repeat: no-repeat; 
 background-position: center top;
}

a.left_navi:hover {
 background-attachment: scroll;
 background-image: url(images/navi_left.jpg);
 background-repeat: no-repeat; 
 background-position: center bottom;
 color:#356492;
 background-color:#99ccff;
}

a.faq, a.faq:link, a.faq:visited{
 color:#333;
 display:block;
 height:20px;
 line-height:20px;
 width:80%;
 border-bottom:1px dashed gray;
 text-indent:20px;
 background-color:#f8f8f8;
 text-decoration:none;
 font-variant: normal;
 letter-spacing: 1px;
}

a.faq:hover { background-attachment: scroll;
 background-image: url(images/ico_red_drop.gif);
 background-repeat: no-repeat; 
 background-position: left center;

 color:#900000;
 background-color:#99ccff;
}
 
 
a.faq2, a.faq2:link, a.faq2:visited{
 color:#333;
 display:block;
 height:20px;
 line-height:20px;
 width:80%;
 background-color:#f8f8f8;
 border-bottom:1px dashed gray;
 text-indent:20px;
 text-decoration:none;
 font-variant: normal;
 letter-spacing: 1px;
}

a.faq2:hover { 
}


.hdr_text {
 color:blue;
 margin-left:400px;
 margin-top:0px;
 font-weight:bold;
 font-size:20px;
 font-family:georgia;
 text-align:center;
}
 
.copyright {
 margin:20px 0px;
 color:#99ccff;
 font-size:12px;
}

.design_by {
 margin-bottom:20px;
 color:#99ccff;
 font-size:12px;
}
 
#footer p a img {
 border:0px;
}


/* Vertical Accordions */
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 620px;
			background: url() no-repeat top right #99CCFF;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #356492!important;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #356492;
			cursor: pointer;
			margin: 0 0 0 15px;
		}
		
		.accordion_toggle_active {
			background: url() no-repeat top right #e0542f;
			color: #ffffff!important;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			font-size: 13px;
			overflow: hidden;
			width: 640px;
			margin: 0 0 0 15px;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url() no-repeat top right #99CCFF;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #356492;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #356492;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			border-bottom: 1px solid #356492;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
			        background: #FFFFFF;
			        color: #444444;
				width: 620px;
			        font-size: 12px;
				padding: 10px 0px 10px 10px;
                                margin:-5px 0px 10px 0px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 50px;    
    }

    #horizontal_container p {
      background:#FFFFFF;
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
    
    #vertical_nested_container2 {
      margin: 20px auto 20px auto;
      width: 620px;
    }
    
    #vertical_nested_container3 {
      margin: 20px auto 20px auto;
      width: 620px;
    }
    
    #vertical_nested_container4 {
      margin: 20px auto 20px auto;
      width: 620px;
    }

    #vertical_container {
      margin-bottom: 15px;
    }