/* PAGE STYLES */
body{
	background: url(../template/images/bgpattern.gif) repeat;
	font-family: verdana, arial;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	text-align: center;
}


/* TEMPLATE STYLES */

#t_container{
	position: relative;
	margin: auto;
	padding: 12px 0 0 53px;
        width: 959px;
	text-align: left;
	background: url(../template/images/containerbg.gif) no-repeat;
	background-position: 1px 0;
}

#t_main{
	position: relative;
	width: 884px;
	padding: 0;
	background: url(../template/images/mainbg.gif) repeat-y;
}

#t_content{
        width: 862px;
        margin-left: 7px;
        margin-right: 15px;
        background: url(../template/images/contentbg.gif) top left repeat-y;
}

#t_sidebar{
        width: 303px;
        padding-right: 4px;
	float: left;
	border-right: 2px solid #000000;
}

	#t_sidebar div.sidepanel{
		width: 307px;
		background-color: blue;
		padding-bottom: 4px;
	}

		#t_sidebar div.sidepanel h4{
			margin: 0 0 0 0;
			padding: 4px 0 0 0;
			color: #FFFFFF;
			height: 26px;
			text-align: center;
		}

			#t_sidebar div.sidepanel h4 a{
				color: #ffffff;
				text-decoration: none;
			}

		#t_sidebar div.sidepanel p{
			margin: 0;
			padding: 15px 10px;
			color: #ffffff;
			font-size: 10pt;
		}

        #t_sidebar div.green{
                background-color: #c1ad63;
		border-bottom: 2px solid #000000;
        }

	#t_sidebar div.green p{
		background: url(../template/images/sidepanelbg_green.gif) top left repeat-x;
		background-color: #b19d53;
		border-bottom: 1px solid #ccbc7c;
	}

	#t_sidebar div.green h4{
        	background: url(../template/images/titlebar_green.gif) repeat-x;
        }

	





	/* IE6 Fix */
	* html #t_sidebar{
		padding-right: 0;

	}




#t_bottom{
        clear: left;
        margin: 0;
        padding: 0;
	height: 178px;
	background: url(../template/images/bottom.jpg) no-repeat;
}

	#t_bottom ul{
		margin: 0;
		padding: 85px 0 0 0;
		list-style: none;
		width: 290px;
	}

		#t_bottom ul li{
			margin: 5px 0;
			color: #ffffff;
			font-weight: bold;
			font-size: 10pt;
			text-align: right;
		}

#t_footer{
        margin: 0;
        padding: 0;
        list-style: none;
        width: 884px;
        height: 35px;
        background: url(../template/images/footer.gif) no-repeat;
}
        #t_footer li{
                margin: 13px 0 0 0;
                padding: 0 50px;
                float: left;
        }

        #t_footer p{
                font-size: .6em;
                color: #59544b;
        }

        #t_footer li.tagline{
                float: right;
                padding-right: 50px;
        }



#top_decoration{
        position: absolute;
        top: 0;
        left: 3px;
        z-index: 6;
        width: 56px;
        height: 350px;
        background: url(../template/images/decorative_top.gif) top left no-repeat;
}


#side_decoration{
	/* non transparent gif; Overlaps main div using z-index */
	position: absolute;
	top: 550px;
	left: 870px;
	z-index: 5;
	width: 90px;
	height: 376px;
	background: url(../template/images/decorative_side.gif) top left no-repeat;
}


/* NAVIGATION */

#t_mainnav{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 884px;
	height: 44px;
	background: url(../template/images/navbttnbg.gif) repeat-x;
}

	#t_mainnav li{
		float: left;
		margin: 0;
		padding: 0;
		height: 44px;
	}



		#t_mainnav li a{
			display: block;
			float: left;
			margin-top: 10px;
			padding: 7px 8px 0 8px;
			height: 25px;
	                border-left: 1px solid #efc468;
        	        border-right: 1px solid #de8c3e;
			text-decoration: none;
			font-size: 11pt;
			color: #8e6028;
			font-weight: 600;
		}

		* html #t_mainnav li a{
			height: 32px;
		}	

			#t_mainnav li a:hover{
				color: #ffffff;
			}

			#t_mainnav li.nohover a:hover{
				background: none;
			}


	/* set nav button as selected */
	#t_mainnav li.selected a{
		background: url(../template/images/navbttnbg_active.gif) repeat-x;
	}

		.contactpg #t_mainnav li.contact{
			background: url(../template/images/navrightcorner_selected.gif) top right no-repeat;
		}

		/* IE6 Fix */
		.contactpg #t_mainnav li.contact a:hover{
			background: url(../template/images/navbttnbg_active.gif) repeat-x;
		}


	/* Custom Buttons */
	#t_mainnav li.home{
		width: 49px;
		background: url(../template/images/navhomebttn.gif) no-repeat;
		border-left: none;
	}

		#t_mainnav li.home a{
			width: 48px;
			border-left: none;
			padding: 7px 0 0 0;
		}

		#t_mainnav li.home a:hover{
			background: url(../template/images/navhomebttnhover.gif) top left no-repeat;
		}

		#t_mainnav li.home a span{
			visibility: hidden;
		}

	#t_mainnav li.contact{
		float: right;
		background: url(../template/images/navrightcorner.gif) top right no-repeat;
		padding-right: 27px;
	}

		#t_mainnav li.contact a{
			border-right: none;
			border-left: none;
			padding-right: 0;
		}

	/* -----------------------------------------------------
	remove styling on link tag; add styling to surrounding
	span tag to mimic 3d border effect on right side
	------------------------------------------------------*/

	#t_mainnav li.career a{
		height: 32px;
		padding: 0;
	}

		#t_mainnav li.career a span{
			display: block;
			float: left;
			height: 25px;
			padding: 7px 8px 0px 8px;
                        border-right: 1px solid #efc468;
		}

		/* -- IE 6 Fixes -- */
		#t_mainnav li.career a span{
			cursor: pointer;
		}

		* html #t_mainnav li.career a span{
			height: 32px;
		}

/* SIDE BAR */

#service_menu{
	margin: 0;
	padding: 0;
	width: 307px;
	background-color: #c36542;
}

	#service_menu h3{
		margin: 0;
		padding: 5px 0 0 0;
		height: 24px;
		color: #ffffff;
		font-size: 11pt;
		font-weight: bold;
		text-align: center;
		background: url(../template/images/titlebar_red.gif) repeat-x;
	}

		#service_menu h3 a{
			margin: 0;
			padding: 0;
			text-decoration: none;
			color: #ffffff;
		}

	#service_menu ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#service_menu ul li{
			margin: 4px 0;
			padding: 0;
			border-top: 1px solid #581408;
			border-bottom: 1px solid #e19863;
			background: url(../template/images/menubg.jpg) center right no-repeat;
			background-color: #a94d21;
		}

			#service_menu ul li.first{
				margin-top: 0;
			}


			#service_menu ul li.last{
				border-bottom: 2px solid #000000;
				margin-bottom: 0;
			}

			/* set selected button */
			#service_menu ul li.selected{
				background: url(../template/images/menubgactive.jpg) center right no-repeat;
				background-color: #cf7b56;
				border-top-color: #8d493d;
			}

			/* no hover on selected button */
			#service_menu ul li.selected a:hover{
				background: none;
			}

		#service_menu ul li a{
			display: block;
                        padding: 7px 40px 10px 14px;
			width: 253px;
                        color: #ffffff;
                        text-decoration: none;
                        font-size: 10pt;
		}

		* html #service_menu ul li a{
			width: 307px;
		}

		#service_menu ul li a:hover{
			background: url(../template/images/menubghover.jpg) center right no-repeat;
		}

			#service_menu ul li a strong{
				display: block;
				margin-bottom: 5px;
			}



	#service_menu h4{
		margin: 0;
		padding: 0;
		color: #ffffff;
		font-weight: bold;
		font-size: 10pt;
	}

	#service_menu ul li p{
		margin: 4px 0 0 0;
		padding: 0;
		color: #ffffff;
		font-size: 10pt;
		line-height: 15px;
	}


/* CONTENT */

#t_flashheader{
	margin: 0;
	padding: 0;
	width: 862px;
	height: 139px;
	border-bottom: 2px solid #000000;
}

.gallery{
	width: 350px;
	padding-left: 15px;
}

.thumbbox{
	margin: 0 4px 0 0;
	padding: 11px 11px 0 11px;
	width: 140px;
	height: 192px;
	background: url(../template/images/thumbbox.gif) top left no-repeat;
	float: left;
}
	.thumbbox a{
		display: block;
		width: 136px;
		height: 148px;
	}

	.thumbbox p{
		clear: left;
		margin: 0;
		padding: 2px 0 0 0 !important;
		width: 136px;
		text-align: center;
		font-size: .7em !important;
	}

#t_subcontent{
	float: left;
	width: 553px;
	background: url(../template/images/subcontentbg.gif) repeat-x;
	background-color: transparent;
	background-position: 0 30px;
	font-size: 11pt;
	color: #3e4046;
}

body.homepg #t_subcontent{
	padding-top: 0;
}

	#t_subcontent #homebox{
		margin: 0;
		padding: 0;
	        background: url(../template/images/subcontentbg.gif) top left repeat-x;
		background-position: 0 30px;
	}

	#t_subcontent #homebox ul{
		margin: 15px;
	}


	#t_subcontent img{
		display: block;
	}

	#t_subcontent p{
		padding: 8px 15px;
		font-size: 11pt;
	}

	#t_subcontent #intro{
		margin: 0 0 0 0;
		padding: 0 0 4px 0;
		line-height: 15pt;
		background-color: #c18963;
		border-bottom: 2px solid #000000;
	}
		#t_subcontent #intro p{
	                background: url(../template/images/introbg.gif) bottom left repeat-x;
			background-color: #ffc593;
		}


		#t_subcontent #intro h4{
			color: #ffffff;
			margin: 0 0 0 0 !important;
			padding:  4px 0 0 15px;
			height: 26px;
			background: url(../template/images/titlebar_orange.gif) top right no-repeat;
			font-size: 12pt;
			font-weight: bold;
		}

	#t_subcontent h4{
        	color: #ffffff;
                margin: 0 0 15px 0 !important;
               	padding:  4px 0 0 15px;
                height: 26px;
               	font-size: 11pt;
                font-weight: bold;
                background: url(../template/images/titlebar_blue.gif) top right no-repeat;
	}

	.fs_form{
		border: 1px solid #a9a9a9;
		margin: 0 10px !important;
		padding: 10px !important;
		background-color: #ffffff;
	}


	.fs_form h4{
		background: none !important;
		color: #000000 !important;
	}


	#t_subcontent ul{
		margin: 0;
		padding: 0;
	}

		#t_subcontent ul li{
			margin-bottom: 14px;
		}

	#t_subcontent h5{
		margin: 0 0 10px 15px;
		padding: 0;
		font-weight: bold;
		font-size: 11pt;
	}

	#t_subcontent h6{
		margin: 0 0 0 15px;
		padding: 0;
		font-weight: bold;
		font-size: 11pt;
	}

	#t_subcontent h3{
		margin: 0 15px;
		padding-bottom: 2px;
		font-size: 1em;
		font-weight:normal;
	}

	#t_subcontent h3 a{
		color:black;
		text-decoration:none;
	}

.t_crumbs{
	margin: 5px 0 15px 15px !important;
	padding: 0;
	list-style: none;
}

	.t_crumbs li{
		margin: 0;
		padding: 0;
		display: inline;
		font-size: 10pt;
	}


.sidepanel p a{
	text-decoration: none;
	color: #ffffff;
}
	.sidepanel p a:link{
		color: #fffff;
	}


