/*

	Tangering Structure CSS
	Copyright wehnerj (jwehner@wehnerweb.com)
	http://www.wehnerweb.com

	LEAVE THIS COMMENT INTACT


*/


/* Pre-defined element styles ----------------------------------------*/

body {

	font-family: "Trebuchet MS", arial, "helvetical", Sans-Serif;
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: center;
	color: #666;
	background-color:#eee; /*#EFF4F3*/
	background-position: center top;
	background-image: url(/images/backleaffullpage.gif);
	background-attachment: fixed;
	background-repeat:no-repeat;
}
#maincontent
{
	font-size: 0.9em;
}    
a {

	text-decoration: underline;
	font-family: "Trebuchet MS", arial, "helvetica";

}

a:hover {
	
	text-decoration: underline;
	font-family: "Trebuchet MS", arial, "helvetica";

}
a.brochurelink, a.brochurelink:visited
{
    color: Red;
    text-decoration:none;
    font-size: 0.8em
}
a.backlink
{
    font-size: 0.8em;
}
img {

	border: 0px;

}

h1 {

	font-family: "Trebuchet MS", arial, "helvetica";
	font-size: 1.7em; /* check for em's */
}

h2 {

	font-family: "Trebuchet MS", arial, "helvetica";
	font-size: 1.4em; /* check for em's */

}

h3 {

	font-family: "Trebuchet MS", arial, "helvetica";
	font-size: 1.1em; /* check for em's */
	margin-bottom: 0px;
	margin-top: 0px;

}

/* Main Container Styles ----------------------------------------*/
div.container {
	width: 760px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 0px;
}

/* Header Styles ----------------------------------------*/
div.header {
	background-color: #eee;
	height: 50px;
	text-align:right;
}
/* this is a HACK. IE whacks a 3 pixel right border. this clears it */
* html body div.header
{
    margin-right: -3px;
    padding-right: 3px;
}
div.header img
{
    margin-top: 17px;
    margin-left: 5px;
}
div.header div {
	width: auto;
	float: right;
}

div.subheader 
{
    height: 87px;
}
#utilities
{
    text-align:right;
    padding-right: 10px;
}
div.utilitybutton
{
    width:16px;
    height:16px;
    display:block;
    margin-left:3px;
    background-position:0px 0px;
    background-repeat:no-repeat;
    float:right;
}
div.utilitybutton a
{
    display:block;
    width: 16px;
    height: 16px;
}
div.utilitybutton:hover, #utilities div.sfhover
{
    background-position:-16px 0px;
}

div#utilprint {background-image: url(/images/icons/iconprintboth.png);}
div#utilsearch {background-image: url(/images/icons/iconsearchboth.png);}
div#utilemail {background-image: url(/images/icons/iconemailboth.png);}
div#utilfontplus {background-image: url(/images/icons/iconfontplusboth.png);}
div#utilfontminus {background-image: url(/images/icons/iconfontminusboth.png);}

/* Menu Styles ----------------------------------------*/
#nav 
{
	text-align: right;
	height: 20px;
	clear:both;
}
/* this is a HACK. IE whacks a 3 pixel right border. this clears it */
* html body #nav
{
    margin-right: -3px;
}

/* This is all for the hover menus */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a 
{
    display: block;
	height: 20px;        /* keep the height and line height the same */
    line-height: 20px;   /* as this centers the text vertically */
	padding-bottom:0px;
	text-decoration: none;
	font-family: trebuchet ms, Arial;
	font-size: 11px;
    color:#777;
    background-color: #fff;
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
    border-top: solid 0px #eee;
}
#nav li
{
	float: right;
    height:20px;
	width: 150px;
}
#nav li.toplevel
{
    width: 70px;
}
#nav li.toplevel a /*override for the top items */
{
    text-align:center;
}
#nav a:hover {

	color: #fff;
	background-color: #D31145;
}

#nav li li /* second and down list items */
{
    background: #B5A87E;
	-moz-opacity:.8;
	filter:alpha(opacity=90);	
    width:150px;
}
#nav a.daddy
{
    background-image: url(/images/flyoutmenu.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 150px; /*make sure the first one matches the height of an a and the last one matches the width */
	                         /* order goes top right bottom left */
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
}
#content {	clear: left;	color: #ccc;}

/* Content Styles ----------------------------------------*/
div.content {

	font-family: "Trebuchet MS", verdana, "helvetica";
	line-height: 1.5em;
	margin-left: 200px;
}
div.content p, div.content ul
{
    margin: 0px;
    margin-bottom: 1.5em;
    padding-right: 90px;
    padding-left:0px;
}
div.content li
{
    list-style-type:none;
    padding-left: 15px;
    background-image: url(/images/listbullet.png);
    background-repeat: no-repeat;
    background-position: 0 0.5em;
}
div.contentleft
{
	font-family: "Trebuchet MS", verdana, "helvetica";
	line-height: 1.5em;
	padding: 0 1em 1ex 1em;
	padding-left: 45px;
	padding-right: 45px;
	clear:left;
}
div.contentright
{
	font-family: "Trebuchet MS", verdana, "helvetica";
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: -10px;
	clear:left;
}
div.left_side_box
{
	float: left;
	clear: left;
	font-size: 0.75em;
	font-family: trebuchet ms, verdana, "helvetica";
	padding-right: 10px;
	margin: 0px;
	padding-left: 30px;
	text-align:left;
	/* width is specified twice to get around IE bugs */
	/* see http://css-discuss.incutio.com/?page=BoxModelHack */
    width: 130px !important;
    width /**/:170px;
}

div.left_side_box ul
{
    margin-left: 0px;
    padding-left: 0px;
}
div.left_side_box li
{
    margin-left: 1em;
}
div.left_side_box dt
{
    font-weight:bold;
}
div.left_side_box dd
{
    margin-left: 0px;
}
div.centered
{
    text-align:center;
}
div#title
{
padding-top: 10px;
padding-left: 30px;
margin-bottom: 15px;
}
H1#maintitle
{
    text-align: right;
    margin-bottom:45px;
	margin-left: 200px;

    padding: 33px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
    
    height: 0px !important;
    height /**/:33px;
}
p.hilitetext
{
    font-weight: bold;
}
p.bold
{
    font-weight: bold;
}

.table-display dt, .table-list dt
{
width: 150px;
float: left;
margin: 0 0 0 0;
padding-right: 5px;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd, .table-list dd
{
float: left;
width: 300px;
margin: 0 0 0 0;
padding-left: 5px;
}


.table-list dt
{
font-weight: bold;
}

div.leftcol
{
    width:250px;
    float:left;
}
div.rightcol
{
    width:250px;
    margin-left: 250px;
}
div.leftcol p, div.rightcol p, div.leftcol ul, div.rightcol ul
{
    padding-right: 15px;
}
div.clearfloatboth
{
    clear:both;
    float:none;
}
/* Footer Styles ----------------------------------------*/
div.footer {

	width: auto;
	font-family: trebuchet ms, verdana, "helvetica";
	padding: 5px;
	text-align:right;
	font-size: 0.75em;

}
div.footer a, div.footer a:visited
{
    color: White;
}
div.bottomtagline
{
    text-align:center;
    font-weight:bold;
    padding-left: 45px;
    padding-right: 45px;
	font-size: 0.8em;
}

a.blacklink
    {
        color: #000000;
        text-decoration:none;
    }

a.blacklink:hover
    {
        color: #000000;
        text-decoration: underline;
    }
	
a.blacklink:visited
    {
        color: #111111;
    }

a.tour
    {
        color: #69C028;
        text-decoration:none;
    }
    
a.tour:visited
    {
        color: #69C028;
        text-decoration:none;
    }

.tour_nav_container
	{
		padding: 10px;
	}

.tour_nav_table
	{
		padding: 0px;
	}

.tour_nav
	{
		border-top: #544A27 1px solid;
		border-bottom: #544A27 1px solid;
		border-left: 0px;
		border-right: 0px;
		font-size: 8pt;
		text-align: center;
        background: #FFFFFF;
	}

.tour_nav_highlight
	{
		border: #544A27 1px solid;
		font-size: 8pt;
		text-align: center;
        background: #D3E7CC;
		padding: 5px;
	}

.body_input_text
    {
        border: #D31145 1px solid;
        background: #FFFFFF;
        font-size: 0.8em;
        height: 1.6em;
		font-family: verdana;
    }

.body_input_textarea
    {
        border: #D31145 1px solid;
        background: #FFFFFF;
        font-size: 0.8em;
        height: 7em;
        width: 400px;
		font-family: verdana;
    }

.body_input_button
    {
        border: #000000 1px solid;
        background: #D31145 url('/images/grad20pxred.png');
        font-size: 0.8em;
        height: 1.8em;
        margin-top: 5px;
    }

.body_input_select
    {
        border: #D31145 1px solid;
        height: 20px;
    }

/* makes sure that elements containing floats fully contain those floats 
lifted from http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

div#backtonormal
{
    display:none;
}

/*
p
{
    border: solid 1px red;
}
ul
{
    border: solid 1px blue;
}
.left_side_box
{
    border: solid 1px green;
}
.content
{
    border: solid 1px orange;
}*/
/*h3
{
    border: solid 1px yellow;
}
div.leftcol
{
    border:solid 1px green;
}
div.rightcol
{
    border:solid 1px #ff00ff;
}*/


