@charset "UTF-8";
/* CSS Document */


/*TR Green #9C3*/


* {margin: 0; padding: 0;}

html, body {height: 100%}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2;
	background: #9C3;
	text-align: center;
}


#container {
	margin: 0 auto;
	width: 950px;
	position: relative;
	text-align: left;
	min-height: 100%;
	background-color: black;
}

* html #container {
	height: 100%;
}


#wrapper {
	margin: 0 auto;
	width: 950px;
	position: relative;
	text-align: left;
}

#header {
	width: 950px;
	height: 275px;
	position: relative;
	background: url(images/header_bg.png) no-repeat;
}


div.header_title {
	width: 359px;
	height: 56px;
	background: url(images/header_title.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 30px; right: 20px;
}


#content {
	width: 950px;
	background: white;
	float: left;
}

#inner {
	width: 500px;
	padding: 20px 25px;
	position: relative;
	float: left;
}

#body_hom #content #inner {width: 530px;}
#body_pro #content #inner {width: 580px;}
#body_tui #content #inner {width: 600px;}
#body_con #content #inner {width: 900px; background: url(images/pro_shop.jpg) bottom no-repeat; height: 400px;}


#footer {
	background-color: #000;
	width: 930px;
	padding: 10px;
	height: 60px;
	float: left;
}

#footer p {
	color: white;
	text-align: left;
	margin-left: 15px;
}



p {
	margin: 0 0 10px 0;
	text-align: justify;
	line-height: 1.5;
}


h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: black;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.4;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: black;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 1.2;
}

h3 {
	font-size: 1.3em;
	color:#93C;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: italic;
}

h4 {
	font-size: 1.1em;
	color:#173B78;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: normal;
	text-decoration: underline;
}

ol { 
	list-style: outside; 
	margin-left: 20px;
}

ul { 
	list-style: outside; 
	margin-left: 20px;
}

a {
	color: #9C3;
	text-decoration: none;
}

a:hover {
	color: #93C;
}

img {
	border: 2px solid black;
}

img.logo {
	margin-left: 20px;
	margin-top: 20px;
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 5px 0;
}

img.right {
	float: right;
	margin: 5px 0 5px 20px;
}

img.mainright {
	float: right;
	margin: 0;
	border-bottom: none; border-top: none;
	border-left: 2px solid black; border-right: 2px solid black;
}



div.career {
	background: black url(images/header_bg.png) no-repeat;
	border: 2px solid #93C;
	padding: 25px 10px;
	float: left;
	margin: 10px 25px -10px 0px;
	color: white;
}

div.career p {
	color: white;
	font-size: 1.1em;
}

div.career li {
	color: white;
	margin: 10px 0px;
}

table.datatable {border-collapse: collapse; margin: 20px 0 0px 0;}
table.datatable td {border: 1px solid #9C3; padding: 5px;}
table.datatable th {color: #9C3; font-size: 1em; font-weight: bold; border: 1px solid #9C3; padding: 5px; background: black}



/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
------------------------------------------------------------------------------------*/
#nav {
	width: 580px;
	height: 40px;
	position: absolute; bottom: 20px; right: 10px;
	background: url(images/nav.png);
	list-style-type: none;
}

#nav li {float: left;}

#nav li a {
	position: absolute;
	top: 0;
	display: block;
	height: 40px;
	background: url(images/nav.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
/*----------Original States---------------------------------------------------------*/
li#nav_hom a {left: 0; width: 105px; background-position: 0 0;}
li#nav_pro a {left: 105px; width: 125px; background-position: -105px 0;}
li#nav_tui a {left: 230px; width: 125px; background-position: -230px 0;}
li#nav_sho a {left: 355px; width: 100px; background-position: -355px 0;}
li#nav_con a {left: 455px; width: 125px; background-position: -455px 0;}
/*----------Hover States------------------------------------------------------------*/
li#nav_hom a:hover {background-position: 0 -40px;}
li#nav_pro a:hover {background-position: -105px -40px;}
li#nav_tui a:hover {background-position: -230px -40px;}
li#nav_sho a:hover {background-position: -355px -40px;}
li#nav_con a:hover {background-position: -455px -40px;}
/*----------You Are Here States-----------------------------------------------------*/
#body_hom li#nav_hom a {background-position: 0 -80px;}
#body_pro li#nav_pro a {background-position: -105px -80px;}
#body_tui li#nav_tui a {background-position: -230px -80px;}
#body_sho li#nav_sho a {background-position: -355px -80px;}
#body_con li#nav_con a {background-position: -455px -80px;}
/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
-------------------END--------------------------------------------------------------*/

/*---------------DSDP----------------------------------------------------------------------
--------------------------------------------------------------------------------------------*/

a.dsdp {
	background-image: url(images/webdesign.png);
	position: relative;
	display: block;
	width: 80px;
	height: 15px;
	text-indent: -9999px;
	float: right;
	margin-left: 15px;
}

a.dsdp:hover {
	background-image: url(images/bydsdp.png);
}

/*----------------------END-----------------------------------------------------------------*/