		
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(../images/till.jpg);
		}
		
div#banner
		{
	color: #fff;
	background-image: url(../images/logo_tnr.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 0px;
	height: 175px;
	margin-top: 15px;
	vertical-align: bottom;
	top: 95px;
	/*border:1px solid #FFFFFF;*/
		}
		
div#banner h1
		{
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	text-align: right;
	background-position: right;
	height: 120px;
	left: 0px;
	color: #FFFFFF;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 265px;
	top: 55px;
	/*border:1px solid #FFFFFF;*/
		}

#banner #locale{
	position: relative;
	top: 18px;
	margin-right: 5px;
	float: right;
	/*border:1px solid #FFFFFF;*/
}

#banner #locale a:link, a:hover, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}   

		
div#container
		{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	/*max-height: 500px;*/
	min-height: 700px;
	height:expression(this.scrollHeight > 700 ? "auto":"700px"); 
	/*border:1px solid #FFFFFF;*/
		}

#container #container2{
	/*border:1px solid #FFFFFF;*/
}

		
#container #container2 #content a
		{
	color: #00CC33;
		}
#container #container2 #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
#navigation #middeg {
	width: 185px;
	background-image: url(../images/middle_deg.jpg);
	background-repeat: repeat;
	vertical-align: top;
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 1px;
	/*border:1px solid #FFFFFF;*/
}
#navigation #topdeg {
	width: 185px;
	background-image: url(../images/top_deg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	display: block;
}
#navigation #bottomdeg {
	width: 185px;
	background-image: url(../images/bottom_deg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	display: block;
	vertical-align: top;
}		
div#navigation
		{
	float: left;
	width: 185px;
	padding-top: 0em;
	/*background-image: url(../images/deg_nav.gif);*/
	/*background-image: url(../images/deg_nav_hor.gif);*/
	/*background-repeat: repeat-x;*/
	/*min-height: 325px;*/
	border-left-width: 15px;
	border-left-style: solid;
	/*vertical-align: top;*/
		}
		
.menu {
	z-index:1000;
	font-size:16px; /* this page only */
	font-family: Arial, Helvetica, sans-serif;
	/*background-position: left top;*/
	background-position: left;
	text-align: left;
	margin-top: -13px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 25;
	color: #FFFFFF;
	/*position: relative;
	top: -17px;*/
	/*border:1px solid #FFFFFF;*/
}
.menu p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	/*background-position: top;*/
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0 0 5;
	list-style-type:none;
	width:143px;
	color: #FFFFFF;
}
/* hack for IE5.5 */
* html .menu ul {
	margin-left:-16px;
	ma\rgin-left:0;
	color: #FFFFFF;
}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	height:26px;
	width: 175px;
	border-left-width: 0px;
	border-left-style: solid;
	left: -15px;
	margin-bottom: 7px;
	color: #FFFFFF;
	z-index: 4;
}
.menu  ul  li ul li {
	position:relative;
	background:#666666;
	height:32px;
	width: 175px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	left: -25px;
	margin-bottom: 0px;
	color: #009933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.menu /* style the links */
 ul li  ul  li:hover {
	display:block;
	text-decoration:none;
	height:32px;
	line-height:25px;
	width:175px;
	color:#009933;
	text-indent:15px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px;
}
/* hack for IE5.5 */
/** html .menu a, * html .menu a:visited {
	background:#000000;
	width:150px;
	w\idth:175px;
}*/

/* style the link hover */
* html .menu a:hover {
	color:#fff;
	background:#CCCCCC;
}

.menu :hover > a {
	color:#009933;
	background:#CCCCCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: -10px;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:200px;
	margin-bottom: 0px;
	color: #009933;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
	color: #009933;
}
#container #container2 #navigation .menu .sub .sub .sub li {
	border-left-style: none;
	width: 175px;
	z-index: 2001;
	color: #009933;
}
#container #container2 #navigation .menu .sub .sub li {
	border-left-style: none;
	z-index: 2002;
	color: #009933;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	color: #009933;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
	color: #009933;
	height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	color: #009933;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
	color: #009933;
	height: 32px;
}

.menu a, .menu a li:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:175px;
	color:#FFFFFF;
	text-indent:15px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}
  
        		
div#content
		{
	margin-left: 215px;
	margin-right: 230px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: left top;
	vertical-align: top;
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
	/*border:1px solid #FFFFFF;*/
		}
div#content #image img {
	background-position: left;
	text-align: left;
}

	
.nextbutton a:link, .nextbutton a:visited
		{
	display: block;
	padding: 0.1em;
	background-color: #009933;
	color: #fff;
	width: 100px;
	text-decoration: none;
	text-align: center;
	position: relative;
	border-top: 1px solid #00FF00;
	border-right: 1px solid #00FF00;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	left: 75px;
	background-position: center top;
	top: -40px;
		}
		
.nextbutton a:hover, .nextbutton a:active
		{
	background-color: #33FF00;
	color: #006;
	z-index: 5;
		}
		
div#content h2
		{
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left top;
	vertical-align: top;
	text-align: left;
	margin-top: 0px;
	line-height: 31px;
		}

div#content h3
		{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left top;
	vertical-align: top;
	text-align: left;
	margin-top: 0px;
		}
		
#cleardiv
		{
clear: both;
height: 1em;
/*border:1px solid #FFFFFF;*/
		}
div#more
		{
	float: right;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-position: top;
	vertical-align: top;
	width: 195px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 5px;
		}
#container #container2 #more {
	margin-top: 0;
	margin-right: 0;
	margin-leftt: 0;
	margin-bottom: 0;
	padding: 0px;
	vertical-align: top;
	background-position: top;
	width: 225px;
	display: block;
	text-decoration: none;
	list-style-type: none;
}
   
#container #container2 #more #directcall {
	background-position: top;
	vertical-align: top;
	top: 54px;
	position: relative;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin-bottom: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #container2 #more #directcall p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-position: top;
	vertical-align: middle;
	margin-top: -56px;
	margin-right: 10px;
	line-height: 1em;
	height: 35px;
	text-decoration: none;
	list-style-type: none;
	margin-left: 10px;
	display: inherit;
}
#container #container2 #more #directcall:hover {
	color: #009933;
}
    #container #container2 #more #directcallg {
	background-position: top;
	vertical-align: top;
	top: 54px;
	position: relative;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin-bottom: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #container2 #more #directcallg p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-position: top;
	vertical-align: middle;
	margin-top: -56px;
	margin-right: 10px;
	line-height: 1em;
	height: 35px;
	text-decoration: none;
	list-style-type: none;
	margin-left: 10px;
	display: inherit;
}
    #container #container2 #more #directcallg:hover {
	color: #009933;
}
    #container #container2 #more #directcallgb {
	background-position: top;
	vertical-align: top;
	top: 54px;
	position: relative;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin-bottom: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
                       
#container #container2 #more #directcallgb p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-position: top;
	vertical-align: middle;
	margin-top: -56px;
	margin-right: 10px;
	line-height: 1em;
	height: 35px;
	text-decoration: none;
	list-style-type: none;
	margin-left: 10px;
	display: block;
	color: #000000;
}
    #container #container2 #more #directcallgb p:hover
	 {
	color: #009933;
}
    
		
div#footer ul
		{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
		}
		
div#footer li
		{	
	display: inline;
	margin-right: 1em;
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
		}
#footer {
	vertical-align: top;
	position: relative;
	/*left: -360px;*/
	/*border:1px solid #FFFFFF;*/
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer p{
	position: relative;
	top: 90px;
}
#footer {
	position: relative;
	bottom: 20px;
	/*border:1px solid #FFFFFF;*/
}
#footer  ul  a:hover {
	color: #00CC66;
	font-family: Arial, Helvetica, sans-serif;
}

#container #container2 {
	background-position: top;
	vertical-align: top;
}

.menu ul li :hover > a {
	color:#009933;
	background:#999999;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-left: -10px;
	height: 32px;
}
    .menu :active > a {
	color:#fff;
	background:#CCCCCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: -10px;
	height: 26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
    #container #container2 #navigation .menu .selected {
	color:#009933;
	background:#CCCCCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: -10px;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	left: -15px;
}

#gallery{
	/*display: run-in;*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 350px;
	/*border:1px solid #FFFFFF;*/
	
}
  
#container #container2 #content #gallery p {
	font-size: 12px;
	margin-left: 10px;
}

#container #container2 #content #gallery img {
	margin-left: 2px;
	padding: 0px;
	border:1px solid #FFFFFF;
}
#container #container2 #content #gallery  h3 {
	margin-top: 3px;
	margin-left: 10px;
} 

#container #container2 #content #gallery a img p {
	text-decoration: none;
	color: #000000;
}   

#container #container2 #content #gallery a:link {
	text-decoration: none;
	color: #000000;
}   
#container #container2 #content #gallery a:hover {
	text-decoration: none;
	color: #000000;
}   
#container #container2 #content #gallery a:visited {
	text-decoration: none;
	color: #000000;
} 
#container #container2 #content #gallery a:active {
	text-decoration: none;
	color: #000000;
}   

#container #container2 #content #galleryDetail img {
	border:1px solid #FFFFFF;
	margin-left: 5px;
}

#container #container2 #content #galleryDetail a img p {
	text-decoration: none;
	color: #000000;
}
#container #container2 #content #galleryDetail a:link {
	text-decoration: none;
	color: #000000;
}   
#container #container2 #content #galleryDetail a:hover {
	text-decoration: none;
	color: #000000;
}   
#container #container2 #content #galleryDetail a:visited {
	text-decoration: none;
	color: #000000;
}

#container #container2 #content #galleryDetail a:active {
	text-decoration: none;
	color: #000000;
}

div#more #desc{
	position: relative;
	top: 100px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 200px;
	height:expression(this.scrollHeight > 200 ? "auto":"200px");
	width: 180px;
	/*border:1px solid #FFFFFF;*/
} 

div#more #desc p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}   

