/* 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;
}

#tp_footer_container {
	width: 768px;
	height: 190px;
	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;
}



/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 45px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../../images/nav.jpg) repeat-x;	
	width: 768px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 12px;
	border-right: 1px solid #810C29;
	border-left: 1px solid #9F0F33;
	font: bold 12px/45px "Helvetica Light", Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, #nav ul li a:active {
	background: url(../../images/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(../../images/nav-current.jpg) repeat-x;	
}
