/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

*{
    margin: 0;
    padding: 0;
    outline: 0;
    background: transparent;
	font: 10pt Verdana;
}
	
strong{font-weight: bold;}
em{font-style: italic;}
strong em, em strong{font-weight: bold; font-style: italic;}

#site {
	margin: auto auto;
	width: 962px;
	overflow: hidden;
}

#back {
}

h1{
	margin: 10px 0;
	color: rgb(1, 145, 147);
	font-weight: bold;
	font-size: 200%;
}

a{text-decoration: underline;}
a:link{color: rgb(1, 145, 147);}
a:visited{color: rgb(1, 145, 147);}
a:hover{color: rgb(54, 202, 192); text-decoration: none;}

ul{
	list-style: disc;
	list-style-position: inside;
}

ul#menu1{
	list-style: none;
	margin: 25px 0 0 10px;
	width: 962px;
	overflow: hidden;
}

	ul#menu1 li{
		float: left;
		margin-left: 5px;
		background: url("/t/main/i/b1.gif") no-repeat right 11px;
	}

		ul#menu1 li a{
			float: left;
			height: 21px;
			color: white;
			padding: 10px 25px 0 10px;
			text-decoration: none;
		}

			ul#menu1 li.sel{
				background: url("/t/main/i/t5.png") repeat-x;
			}

			ul#menu1 li.sel i{
				background: url("/t/main/i/t1.png") no-repeat left center;
				float: left;
			}

			ul#menu1 li.sel a{
				background: url("/t/main/i/t3.png") no-repeat right 0;
			}

			ul#menu1 li.sel a:hover{
				color: rgb(175, 234, 230);
			}

		ul#menu1 li:not(.sel) a:hover{
			color: rgb(76, 189, 231);
			background: url("/t/main/i/b2.gif") no-repeat right 11px;
		}

#menu2{
	width: 960px;
	margin-left: 2px;
	overflow: hidden;
}

#menu2 ul{
	margin: auto auto;
	list-style: none;
	height: 30px;
	width: 939px;
	float: left;
	background: url("/t/main/i/m2.gif") repeat-x;
	height: 56px;
}

	#menu2 ul li{
		float: left;
		margin: 20px 10px 0 10px;
	}

	#menu2 i{
		background: url("/t/main/i/m1.gif") no-repeat;
		width: 10px;
		height: 56px;
		float: left;
	}

	#menu2 span{
		background: url("/t/main/i/m3.gif") no-repeat;
		width: 10px;
		height: 56px;
		float: left;
	}

		#menu2 ul li a{
			color: rgb(1, 145, 147);
			font-size: 10.5pt;
			text-decoration: none;
		}

		#menu2 ul li a:hover{
			color: rgb(188, 94, 16);
		}

#sh{
	width: 962px;
	height: 294px;
	background: url("/t/main/i/sh.jpg");
	float: left;
}

#common{
	width: 952px;
	overflow: hidden;
	margin: 10px 5px;
}

#left_area{
	/*width: 200px;
	float: left;*/
}

#main{
	/*width: 737px;
	margin-left: 15px;
	float: left;*/
}

#footer{
	width: 962px;
	overflow: hidden;
	height: 50px;
	margin: 20px 0;	
}

	#footer i{
		background: url("/t/main/i/f1.gif") no-repeat;
		width: 9px;
		height: 50px;
		float: left;
	}

	#footer span{
		background: url("/t/main/i/f3.gif") no-repeat;
		width: 9px;
		height: 50px;
		float: left;
	}

	#footer .main{
		background: url("/t/main/i/f2.gif") repeat-x;
		width: 944px;
		height: 50px;
		float: left;
		padding-top: 18px;
		color: white;
	}
	
	#footer .create{float: right}
	#footer .create a{color: white}

.subsection li{
	padding: 5px 0 5px 20px;
}


.nau div.title{
	height: 40px;
	font: bold 20px/40px Arial;
	text-align: center;
	background: url("/t/main/i/m2.gif") repeat-x;
	margin: 20px 0;
}

.nau div.item{
    float: left;
    height: 300px;
    margin: 15px 38px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 400px;
}


.nau a img {
    display: block;
    opacity: 1;
    transform: scale(1, 1);
    transition-duration: 550ms;
    transition-timing-function: ease-out;
}

		.nau a img:hover{
			opacity: .9;
			-webkit-transform: scale(1.11,1.17);
			-webkit-transition-timing-function: ease-out;
			-webkit-transition-duration: 550ms;
			-moz-transform: scale(1.11,1.17);
			-moz-transition-timing-function: ease-out;
			-moz-transition-duration: 550ms;
		}


.nau a span {
    background-color: rgba(255, 255, 255, 0.7);
    height: 60px;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 230px;
    width: 400px;
	color: black;
}


.employee_info {
    float: left;
    margin: 20px 0;
    width: 950px;
}

.employee_info img {
    float: left;
    margin: 0 10px 10px 0;
}

img {
    border: 0 none;
}

.emp_field {
    float: right;
    margin: 5px 0;
    width: 650px;
}

.emp_field .emp_field_title {
    font-weight: bold;
    margin-right: 10px;
}

.emp_field div {
    float: left;
}




#ext_link_overlay{
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 100%;
	z-index: 5000;
}

.ext_link_dialog{
	z-index: 5000;
	color: black;
	background-color: white;
	border-radius: 10px; 
	width: 500px;
	height: 280px;
	position: fixed;
	margin-left: 50%;
	margin-top: 25%;
	left: -250px;
	top: -140px;
}

.ext_link_dialog .title{
	/*background-color: #005e42;*/
	border-radius: 10px; 
	width: 470px;
	height: 20px;
	float: left;
	margin: 5px;
	padding: 10px;
	color: black;
	font: italic 16px/20px Arial;
	overflow: hidden;
	background: rgba(0, 0, 0, 0) url("/t/main/i/m2.gif") repeat-x scroll 0 0;
}

.ext_link_dialog .dialog{
	float: left;
	margin: 5px;
	padding: 10px 10px 0 10px;
	color: black;
}

.ext_link_dialog .buttons{
	float: right;
	margin-top: 100%;
	margin-left: 100%;
	padding: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 160px;	
}

.ext_link_dialog .buttons .button_yes, .ext_link_dialog .buttons .button_no{
	float: left;
	margin: 5px;
	padding: 10px;
	/*background-color: #005e42;*/
	color: black;
	cursor: pointer;
	width: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0) url("/t/main/i/m2.gif") repeat-x scroll 0 0;
}

.ext_link_dialog .buttons .button_yes{
	padding: 0;
	height: 37px;
	width: 70px;
}

.ext_link_dialog .buttons .button_yes a:hover, .ext_link_dialog .buttons .button_no:hover{
	background-color: orange;
}

.ext_link_dialog .buttons .button_yes a{
	color: black;
	float: left;
	width: 70px;
	height: 37px;
	text-align: center;
	font: 14px/37px Arial;
	text-decoration: none;
}

