@charset "utf-8";
/* CSS Document */

body {
	background-color: #730303;
	background-attachment: scroll;
	background-image: url(images/tjsigns_bg.png);
	background-repeat: repeat-x
}

.mastercontainer {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	position: relative;
	top: 13px;
}
	
@font-face {
    font-family: font_nav;
    src: url('font/ebrimabd.ttf');
	}

a.nav:link {
	color: #730303;
	font-family: font_nav;
	text-decoration: none;
	font-size:20px;
	}
	
a.nav:visited {
	color: #730303;
	font-family: font_nav;
	text-decoration: none;
	}
	
a.nav:hover {
	color: #e7c724;
	font-family: font_nav;
	text-decoration: none;
	}
	
a.nav:active {
	color: #730303;
	font-family:: font_nav;
	text-decoration: none;
	}

#box1 {
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

.mask1{
	position:absolute;
	top: 168px;
	width:1280px;
	height:460px;
	overflow: hidden;
	border: solid #999 1px;
	box-shadow: 0 5px 20px 3px #AAA;
	}
	
.mask1a{
	position: absolute;
	top: 168px;
	width:1280px;
	height:460px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 5px 20px 3px #AAA;
	}
	
.navcon {
	position: relative;
	width: 900px;
	font-family: font_nav;
	top: -25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hometext {
	position: relative;
	top: 425px;
	width: 1280px;
	height: 240px;
	overflow: hidden;
	font-family: font_nav;
	font-weight: 400;
	line-height: 16px;
}

.pagetext {
	box-shadow: inset 0px 8px 2px rgba(255,255,255,1.9);
	border-top: dotted 1px #888;
	position: relative;
	top: -58px;
	width: 1280px;
	height: 680px;
	overflow: scroll;
	overflow-x: hidden;
	font-family: font_nav;
	font-weight: bold;
	padding: 20px 20px 0 20px;
}

.navtext {
	margin-left: 10px;
	margin-right: 10px;
}

.bannercontact {
	position: relative;
	display: block;
	float: right;
	top: -100px;
	text-align: right;
}

.socialmedia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	width: 150px;
	float: right;
	top: -110px;
	left: 60px;
}
	
.footer {
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	top: 450px;
}

.pfooter {
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}