@font-face {
    font-family: 'Amaranth';
    src: url('amaranth.eot');
    src: url('amaranth.eot?#iefix') format('embedded-opentype'),
         url('amaranth.woff') format('woff'),
         url('amaranth.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	padding: 0;
	margin: 0;
		background-color: #B4ACAC;
					
	color: #444444;
}

#maincontainer {
	background: url(./pmainshadow.png) repeat-y;
		margin: 0 auto;
		width: 960px;
	padding: 0 10px;
}

#bottomshadow {
	background: url(./pbottomshadow.png) no-repeat;
		margin: 0 auto;
		width: 980px;
	height: 40px;
}

#common {
	height: 40px;
	background: #444444 url(./../images/pcommonfade.gif) repeat-x;
	color: #ffffff;
	position: relative;
	padding: 0 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: 'Amaranth';
	font-size: 14px;
}

#common a {
	color: #ffffff;
	text-decoration: none;
	padding: 11px 10px;
	line-height: 18px;
	display: block;
	float: left;
}

#common a:hover {
	background-color: #222222;
}


.thirdnav {
	margin-bottom: 30px;
	line-height: 16px;
	color: #6A6262;
	background: #9DCAF1 url(./../images/pthirdnav.gif) repeat-x;
	font-family: Amaranth;
	font-size: 15px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	border: 1px solid #cccccc;
}

.thirdnav a {
	color: #6A6262;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	font-weight: normal !important;
}

.thirdnav a em {
	font-style: normal;
	font-size: 13px;
}

.thirdnav a:hover {
	background-color: #6A6262;
	color: #ffffff !important;
	text-decoration: none !important;
}

#searchform {
	width: 200px;
	height: 24px;
	background: url(./../images/psearchform.gif);
	position: absolute;
	padding: 0;
	margin: 0;
	top: 8px;
	right: 8px;
}

#searchcriteria {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	position: absolute;
	left: 5px;
	top: 3px;
	border: none;
	height: 18px;
	width: 167px;
	outline: none;
}

#searchsubmit {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	right: 0px;
}

#searchajax {
	position: absolute;
	width: 200px;
	height: 132px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	top: 50px;
	right: 6px;
	overflow: hidden;
	display: none;
	text-align: left;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

#searchajax a {
	display: block;
	padding: 4px 10px;
	width: 180px;
	height: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
}

#searchajax a.activelink {
	background-color: #222222;
	color: #ffffff;
}

#searchajax a:hover {
	background-color: #222222;
	color: #ffffff;
}

#content {
	width: 620px;
		float: right;
	padding: 30px 30px 20px 0;
	}

#sidebar {
	width: 240px;
		float: left;
	padding: 30px 0 20px 30px;
	}

#content p, #sidebar p {
	line-height: 20px;
}

#footer {
	clear: both;
	text-align: center;
	color: #888888;
}


#sliderstage {
	width: 960px;
	height: 440px;
	overflow: hidden;
	position: relative;
}

#sliderstage #sliderleft {
	position: absolute;
	width: 48px;
	height: 100px;
	left: 20px;
	top: 170px;
	cursor: pointer;
	background: url(./psliderleft.png) no-repeat 0 0;
} 

#sliderstage #sliderright {
	position: absolute;
	width: 48px;
	height: 100px;
	right: 20px;
	top: 170px;
	cursor: pointer;
	background: url(./psliderright.png) no-repeat 0 0;
} 

#sliderstage #sliderright:hover, #sliderstage #sliderleft:hover {
 	background-position: 0 -100px;
}

#slidercontainer {
	width: 960px;
	height: 440px;
	top: 0;
	position: absolute;
}

#slidercontainer .sliderpic {
	display: block;
	float: left;
	width: 900px;
	height: 110px;
	padding: 330px 30px 0 30px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#slidercontainer .textright {
	text-align: right;
}

#slidercontainer .sliderpic h1 {
	font-weight: normal;
	font-size: 45px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	font-family: 'Amaranth';
}

#slidercontainer .sliderpic h2 {
	font-weight: normal;
	font-size: 23px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-family: 'Amaranth';
}

ul#megadrop {
	position: absolute;
	width: 800px;
	height: 40px;
	background: #ffffff url(./../images/ptopmenu.gif) repeat-x;
	margin: 0;
	padding: 0;
	top: 14px;
	left: 79px;
	list-style: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	border: 1px solid #cccccc;
	overflow: hidden;
}

ul#megadrop li {
	float: left;
}

ul#megadrop li.sel a {
	background-color: #6A6262;
	color: #ffffff;
}

ul#megadrop li.sel li a {
	background-color: transparent;
	color: #6A6262;
}

ul#megadrop li.sel li a:hover {
	background-color: #6A6262;
	color: #ffffff;
}


ul#megadrop li a {
	padding: 11px 0;
	display: block;
	text-decoration: none;
	color: #6A6262;
	outline: none;
	line-height: 18px;
	width: 160px;
	text-align: center;
	font-family: 'Amaranth';
	font-size: 15px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

ul#megadrop li ul {
	width: 800px;
	height: 260px;
	position: absolute;
	overflow: hidden;
	top: 440px;
	left: 0;
	background-repeat: no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#megadrop li.sel ul {
	top: 40px;
}


ul#megadrop ul a {
	width: 160px;
	height: 18px;
	float: left;
	background-repeat: no-repeat;
	padding: 231px 0 11px 0;
	text-decoration: none;
	color: #6A6262;
	outline: none;
	line-height: 18px;
	text-align: center;
	font-family: 'Amaranth';
	font-size: 14px;
}


ul#megadrop li ul li.sec1 a {background-position: 0 -240px;}
ul#megadrop li ul li.sec2 a {background-position: -160px -240px;}
ul#megadrop li ul li.sec3 a {background-position: -320px -240px;}
ul#megadrop li ul li.sec4 a {background-position: -480px -240px;}
ul#megadrop li ul li.sec5 a {background-position: -640px -240px;}

ul#megadrop li ul li.sec1 a:hover {background-position: 0 0;}
ul#megadrop li ul li.sec2 a:hover {background-position: -160px 0;}
ul#megadrop li ul li.sec3 a:hover {background-position: -320px 0;}
ul#megadrop li ul li.sec4 a:hover {background-position: -480px 0;}
ul#megadrop li ul li.sec5 a:hover {background-position: -640px 0;}

#tslogo {
	display: block;
	width: 80px;
	height: 80px;
	border: none;
	float: left;
}

#tslink {
	display: block;
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-decoration: none;
	color: #444444;
}

#tslink:hover {
	color: #6A6262;
	text-decoration: underline;
}
