/*======= index.html =======*/
#page1 .box-header {background:url(images/header.jpg) -60px 0px no-repeat;}
#page1 h3, #page1 h4 {margin-bottom:11px;}

#page1 #content .column-2 .col-1 {width:180px; margin-right:26px;}
#page1 #content .column-2 .col-2 {width:180px; margin-right:26px;}
#page1 #content .column-2 .col-3 {width:180px;}

/*======= index-1.html =======*/
#page2 .box-header {background:url(images/header-5.jpg) 0 0 no-repeat;}

#page2 #content .column-2 .col-1 {width:180px; margin-right:26px;}
#page2 #content .column-2 .col-2 {width:180px; margin-right:26px;}
#page2 #content .column-2 .col-3 {width:180px;}

/*======= index-2.html =======*/
#page3 .box-header {background:url(images/header-2.jpg) 0 0 no-repeat;}

#page3 #content .column-2 .col-1 {width:180px; margin-right:26px;}
#page3 #content .column-2 .col-2 {width:180px; margin-right:26px;}
#page3 #content .column-2 .col-3 {width:180px;}

/*======= index-3.html =======*/
#page4 .box-header {background:url(images/header-3.jpg) 0 0 no-repeat;}

#page4 #content .column-2 .col-1 {width:180px; margin-right:26px;}
#page4 #content .column-2 .col-2 {width:180px; margin-right:26px;}
#page4 #content .column-2 .col-3 {width:180px;}

/*======= index-4.html =======*/
#page5 .box-header {background:url(images/header.jpg) 0 0 no-repeat;}

#page5 #content .column-2 .col-1 {width:180px; margin-right:26px;}
#page5 #content .column-2 .col-2 {width:180px; margin-right:26px;}
#page5 #content .column-2 .col-3 {width:180px;}

/*======= index-5.html =======*/
#page6 .box-header {background:url(images/header-5.jpg) 0 0 no-repeat;}

#page6 #content .column-2 .col-1 {width:180px; margin-right:26px;}
#page6 #content .column-2 .col-2 {width:180px; margin-right:26px;}
#page6 #content .column-2 .col-3 {width:180px;}

/*======= index-6.html =======*/
#page7 .box-header {background:url(images/header-2.jpg) 0 0 no-repeat;}

/*======= index.html =======*/
#page8 .box-header {background:url(images/header.jpg) -60px 0px no-repeat;}
#page8 h3, #page1 h4 {margin-bottom:11px;}

#page8 #content .column-2 .col-1 {width:180px; margin-right:26px;}
#page8 #content .column-2 .col-2 {width:180px; margin-right:26px;}
#page8 #content .column-2 .col-3 {width:180px;}


/*************************drop boxes*******************/

			.descriptiondrop {
				width:335px;
				position:absolute;
				left:6px;
				top:51px;
				display:none;
				z-index:11;
								}
			.descriptionrop *{
				background: #fafafb;
				}
			.descriptiondrop .left {
				background:url(images/desc-left.png) 0 0 repeat-y;
				padding-left:5px;
				}
			.descriptiondrop .right {
				background:url(images/desc-right.png) 100% 0 repeat-y;
				padding-right:4px;
				}
			.descriptiondrop .bottom {
				background:url(images/desc-bottom.png) no-repeat 0 0;
				height:5px;
				overflow:hidden;
				font-size:0;
				line-height:0;
				}
			.descriptiondrop .indent {
				padding:20px 30px 26px 30px;
				margin-bottom:-20px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				color:#8f8f8f;
				font-size:13px;
				line-height:18px;
				font-weight:normal;
				background:#fafafb;
				}
			.descriptiondrop h5 {
				font-size:1em;
				margin-bottom:6px;

				}
			.descriptiondrop h5 a {
				text-decoration:none;
				}
			.descriptiondrop h5 a:hover {
				text-decoration:underline;
				}
