

		/*** The Essential Code ***/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 62.5%;
	line-height: 1.25em;
	min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}









#header-wrapper
{
	width: 100%;
	display: block;
	background-image: url(/images/girl-on-beach.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#header
{
	width: 340px;
	height: 100px;
	text-indent: -8000px;
	display: block;
	background-image: url(/images/ts_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 6px;
	float: left;
	margin: 16px 0 0 0;
}











#menu
{
	padding: 0;
	height: 27px;
	background: transparent;
	float: right;
	margin: 89px 0px 0 0;
	display: inline;
}

#menu ul{
font: normal 10px verdana, arial, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#menu li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.3em;
font-size: 120%;
}


#menu a, #menu strong{
float:left;
color:#fff;
background: transparent url("/images/tabs_left.gif") no-repeat left top;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
font-size: 10px;
letter-spacing: 1px;
margin-top: 4px;
font-family:  Arial, Verdana, sans-serif;
border-bottom: 1px solid #FFF;
}

#menu a span, #menu #current span{
float:left;
display:block;
color:#fff;
background: transparent url("/images/tabs_right.gif") no-repeat right top;
padding:3px 9px 3px 6px;
font-weight:bold;
}

#menu a span{
float:none;
}

#menu #current a, #menu strong{
background-position:0 -300px;
border-bottom: 1px solid #2B6600;
}

#menu #current a span, #menu #current span{
background-position:100% -300px;
padding-bottom:3px;	color:#fff;
}

#menu a:hover{
background-position:0% -150px;
}

#menu a:hover span{
color: #fff;
background-position:100% -150px;
}

#menu #current a:hover {	background-position:0% -300px; }
#menu #current a:hover span { color: #fff;	background-position:100% -300px; }

#menuline{
clear: both;
padding: 0;
width: 100%;
height: 7px;
background: #2B6600;
border-bottom: 1px solid #fff;
}

















#menu-two
{
	padding: 0;
	width: 650px;
	height: 27px;
	background: transparent;
	float: right;
	margin: 0px 0px 0 0;
}

#menu-two ul{
font: normal 10px verdana, arial, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#menu-two li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.3em;
font-size: 120%;
}


#menu-two a, #menu-two strong{
float:left;
color:#fff;
background: transparent url("/images/tabs_left.gif") no-repeat left top;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
font-size: 10px;
letter-spacing: 1px;
margin-top: 4px;
font-family:  Arial, Verdana, sans-serif;
border-bottom: 1px solid #FFF;
}

#menu-two a span, #menu-two #current span{
float:left;
display:block;
color:#fff;
background: transparent url("/images/tabs_right.gif") no-repeat right top;
padding:3px 9px 3px 6px;
font-weight:bold;
}

#menu-two a span{
float:none;
}

#menu-two #current a, #menu-two strong{
background-position:0 -300px;
border-bottom: 1px solid #2B6600;
}

#menu-two #current a span, #menu-two #current span{
background-position:100% -300px;
padding-bottom:3px;	color:#fff;
}

#menu-two a:hover{
background-position:0% -150px;
}

#menu-two a:hover span{
color: #fff;
background-position:100% -150px;
}

#menu-two #current a:hover {	background-position:0% -300px; }
#menu-two #current a:hover span { color: #fff;	background-position:100% -300px; }


















#container
{
	padding-left: 300px;
	/* LC fullwidth */
	padding-right: 220px;
	/* RC fullwidth + CC padding */
}

#container .column
{
	position: relative;
	float: left;
}

/*** Equal-height Columns ***/

#container { overflow: hidden; }



#container .column
{
	padding-bottom: 3001em;
	/* X + padding-bottom */
	margin-bottom: -3000em;
	/* X */
}

 
#center
{
	padding: 10px 20px;
	/* CC padding */
	width: 100%;
}



#left
{
	position: relative;
	width: 300px;
	/* LC width */
	padding: 10px;
	/* LC padding */
	right: 340px;
	/* LC fullwidth + CC padding */
	margin-left: -100%;
	display: inline;
}

/*** IE Fix ***/
* html #left
{
	left: 170px; /* RC fullwidth */
}








#right
{
	width: 160px;
	/* RC width */
	padding: 10px;
	/* RC padding */
	margin-right: -100%;
}











h1
{
	font-family: "lucida sans", arial,helvetica,sans-serif;
	font-size: 2.4em;
	line-height: 1.5em;
	color: #7a9a51;
	background-color: #FFF;
}

h2
{
	font-family: "lucida sans", arial,helvetica,sans-serif;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #7a9a51;
	background-color: #FFF;
}

h3
{
	font-family: "lucida sans", arial,helvetica,sans-serif;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #7a9a51;
	background-color: #FFF;
}

h4
{
	font-family: "lucida sans", arial,helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #7a9a51;
	background-color: #FFF;
}

p
{
	margin: 0 0 0.8em 0;
	font-family: "lucida sans", arial,helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

a { color: #669933; }
a:visited { color: #363; }
a:hover { color: #99ff33; }
a:active { color: #99ff33; }

ol { padding: 0 0 2em 2.6em; }

ul { padding: 0 0 2em 2em; }

li
{
	font-family: "lucida sans", arial,helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}





/*** Footer Fix ***/

* html body { overflow: hidden; }

* html #footer-wrapper
{
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #FFF;
	/*** Same as body background ***/
}









#footer
{
	width: 100%;
	height: 100px;
	float: left;
	border-top: #D94A26 6px solid;
	margin: 20px 0 0 0;
	text-align: center;
	clear: both;
}

#footer ul
{
	position: absolute;
	left: 50%;
	width: 500px;
	float: left;
	display: block;
	margin: 10px 0 0 -250px;
	height: 20px;
}

#footer ul li
{
	text-align: center;
	font: bold 1em Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0 3px;
	list-style: none;
	display: inline;
}

#footer p
{
	text-align: center;
	color: #D94A26;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 35px 0 0 0;
}

#footer a
{
	color: #D94A26;
	background: #fff;
}

#footer a:visited
{
	color: #900;
	background: #fff;
	text-decoration: underline;
}

#footer a:hover
{
	color: #C00;
	background-color: #fff;
}


#footer a:active
{
	color: #900;
	background-color: #fff;
}











/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox
{
	width: 108px;
	/* ems so it will grow */
	background: url(/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	float: left;
	padding: 0px;
	margin: 10px 0 -15px 0;
}
.boxhead {
	background: url(/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2
{
	background: url(/images/sbhead-l.gif) no-repeat top left;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
	padding: 10px 0 0px 0;
	font-family:  Arial, Verdana, sans-serif;
}
.boxbody
{
	background: url(/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 4px 0 7px 14px;
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: Arial, Verdana, sans-serif;
}

.boxbody p
{
	margin: 0 0 1em 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}














.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */

a
{
    text-decoration: none;
}
