/* index main values */

* {
margin : 0;
padding : 0;
}

ul {
	list-style: none;
}

a {
	color: #000000;
}

a:link, a:visited, a:active {
	color : #000000;
	text-decoration : none
}

a:hover {
	color:#333333;
	text-decoration:none;
}

/* header divs */

#tp_header_container {
	width: 768px;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #1B2816;
}

#logo_box {
	position:absolute;
	width:334px;
	height:75px;
	right: 428px;
	top: 10px;
	text-align: left;
}

#contact_box {
	position:absolute;
	width:82px;
	height:90px;
	right: 7px;
	top: 5px;
	text-align: left;
}

#navigation {
	width: 768px;
	background-color: #DCE2A4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 48px;
}

#tp_footer_container {
	width: 768px;
	height: 210px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #1B2816;
}

#list_box1 {
	position:absolute;
	width:210px;
	height:160px;
	right: 547px;
	top: 15px;
}

#list_box2 {
	position:absolute;
	width:136px;
	height:119px;
	right: 18px;
	top: 36px;
}

#list_box3 {
	position:absolute;
	width:160px;
	height:162px;
	right: 366px;
	top: 15px;
}

#list_box4 {
	position:absolute;
	width:160px;
	height:162px;
	right: 186px;
	top: 14px;
}

#list_box5 {
	position:absolute;
	width:200px;
	height:70px;
	right: 116px;
	top: 16px;
}

/* object divs */

.redvertical-line {
	border-top: 4px solid #D1342F;
}

ul.listbox { 
border-top: 1px dotted #ffffff;
}

ul.listbox li { 
border-bottom: 1px dotted #ffffff;
}

ul.listbox li a{ 
color: #ffffff;
display: block;
padding:3px 0;
}

ul.listbox li a:hover { 
background: #800000 none repeat scroll 0 0;
border-bottom-width: 0;
}


/* text style css */

.F1 {
	font-family: "Helvetica Light", Helvetica, Arial, Sans-Serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
}

.F2 {
	font-family: "Helvetica Light", Helvetica, Arial, Sans-Serif;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
}

/* NEW NAVIGATION ----------------------------------------------- */
#nav-holder	{
	float: left;
	height: 48px;
	text-align: left;
	width: 768px;
	}
#nav-holder a	{
	color: #fff;
	display: block;
	float: left;
	font-size: 10px;
	height: 48px;
	text-indent: -3000px;
	}
#nav-holder a:hover	,
#nav-holder a.selected	{
	background-position: 0 -48px;
	}
#nav-1 a	{
	background: url(../../images/nav1.jpg) no-repeat;
	width: 71px;
	}
#nav-2 a	{
	background: url(../../images/nav2.jpg) no-repeat;
	width: 110px;
	}
#nav-3 a	{
	background: url(../../images/nav3.jpg) no-repeat;
	width: 107px;
	}
#nav-4 a	{
	background: url(../../images/nav4.jpg) no-repeat;
	width: 140px;
	}
#nav-5 a	{
	background: url(../../images/nav5.jpg) no-repeat;
	width: 55px;
	}
#nav-6 a	{
	background: url(../../images/nav6.jpg) no-repeat;
	width: 60px;
	}
#nav-7 a	{
	background: url(../../images/nav7.jpg) no-repeat;
	width: 110px;
	}
	
#nav-8 a	{
	background: url(../../images/nav8.jpg) no-repeat;
	width: 115px;
	}

