/**
 * Style sheet xBasic
 */
#container h1
{
	margin:0px;
	padding:16px 0px 4px 0px;
	font-family:Verdana, Arial;
	font-weight:bold;
	font-size:12px;
	line-height:100%;
}

#header
{
}

#podLogo
{
	float:left;
}

#navTop
{
	width:530px;
	height:40px;
	margin:60px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	background-image:url("tl_files/layout_images/pod_nav.jpg");
	background-position:right top;
	background-repeat:no-repeat;
	float:right;
}

#container
{
	margin:0px;
	padding:0px 20px;
	background-color:#F1F1E0;
	background-image:url("tl_files/layout_images/body_bg.jpg");
}

#right
{
	margin:0px 0px 0px 20px;
	padding:0px;
}

#footer
{
	height:30px;
	margin:0px auto;
	padding:0px;
	background-image:url("tl_files/layout_images/pod_footer.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

.footerCopy
{
	margin:0px;
	padding:12px 20px 0px 20px;
}

.slideshow
{
	float:right;
	clear:none;
	margin:0px 0px 6px 6px;
}

#home .ce_text
{
}

.toggler
{
	margin:2px 0px 0px 0px;
	padding:2px;
	background-color:#A9A947;
	font-weight:bold;
	color:#ffffff;
	cursor: pointer;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

.clear
{
	height:0.1px;
	overflow:hidden;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#E2E2BA;
	background-image:url("tl_files/layout_images/page_bg.jpg");
	background-position:center top;
	background-repeat:repeat-x;
}

* html body
{
	margin-left:1px;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Verdana, sans-serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:11px;
	color:#666966;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size:12px;
	color:#666966;
}


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}

.invisible
{
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}
