/* Troika Strings dot com */

/* --------------------- Basic Tags --------------------- */




a, a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

a:link {
	text-decoration:none;
	color: #036;

	}
a:visited {
	text-decoration:none;
	color: #036;
	border-bottom: 1px none #036;
	}
a:hover {
	text-decoration:none;
	color: #900;
	border-bottom: 1px solid #900;
	}


	


body {
	background-image:  url("bg.gif");
	color: #6D6E71;
	font: 11px verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

img { border: 0; }
a img {border: none;}

.imgborder {
border: 1px solid #cccccc;
padding: 1px;
color: #000;
}

/* --------------------- Header --------------------- */

#headcontainer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
#header {
	padding: 0 10px;
}

/* --------------------- topbar --------------------- */


#topbar, #topbar_missing {
	background: url(content_top1.gif) no-repeat;
	margin: 0;
	height: 19px;
	width: 600px;
	text-align: center;
}

#topbar_missing {
background: url(content_top.gif) no-repeat;
height: 20px;
margin-top: 128px;
}
 /*--------------------------------- TAB -----------------------------------------------*/

/*
        background:#DAE0D2 url("bg.gif") repeat-x bottom;
background: url(header_bck.jpg) bottom repeat-x;

  
 */

#wrapper1 {
width: 600px;
margin: 0 auto;
clear: both;
background: url(content_top2.gif) bottom no-repeat;
}

    #tab {
/* float: left; */
	font-family:  Arial, Helvetica, sans-serif;
      width: 555px; /* this used to be 500 */
      line-height:normal;
	  margin: 0 auto;
	  	padding: 0;
      }

    #tab ul {
      margin:0;
      padding: 0;
      list-style:none;
      }
    #tab li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #tab a {
      float:right;
      background:    url("nav_96.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #cccccc;
      text-decoration:none;
      white-space:nowrap; /* I added this */
      }
    #tab a span {
      float:right;
      display:block;
      background:    url("nav_96.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      font-weight:bold;
      color:#806F5E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tab a span {float:none;}
    /* End IE5-Mac hack */
    #tab a:hover span {
      color:#333;
      }
    #tab #current a {
      background-position:0 -50px;
      border-width:0;
      }
    #tab #current a span {
      background-position:100% -50px;
      padding-bottom:5px;
      color:#333;
      }
    #tab a:hover {
      background-position:0% -50px;
      }
    #tab a:hover span {
      background-position:100% -50px;
      }



/* --------------------- Body --------------------- */

#bodycontainer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
#content, #indexcontent, #indexcontent2, #indexcontent3 {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
*html #content { /*hack for ie */
width: 598px;
}

#indexcontent, #indexcontent2, #indexcontent3 {
	background-image:  url("../images/trio6_jpg.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#indexcontent3 {
background-image: url("../images/patrick3.jpg");
background-position: bottom right;

}

#missing {
padding: 50px 0 0 50px;
width: 400px;
}
#missing p {
margin: 20px;
padding: 0;
}

#missing h2 {
margin: 0 0 20px 0;
padding: 0;
font: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #E10611;
}
#missing h3{
margin: 0 0 20px 0;
padding: 0;
font-size: 12px;
font-weight: normal;

}

.surround {
	margin: 0;
	padding:0;
}
#box {
	background-color: #fff;
	border: 1px solid #D7DAC5;
	float: right;
	margin-bottom: 20px;
	padding: 1px;
	width: 316px;
}



#boxinside {
	background-color: #F4F4ED;
	line-height: 20px;
	padding: 5px;
}
#boxleft {
	background-color: #fff;
	border: 1px solid #D7DAC5;
	float: left;
	margin: 0 0 20px 20px;
	padding: 1px;
	width: 310px;
}

*html #boxleft { /*hack for ie */
margin-left: 10px;
}

#boxleft div {
	background-color: #F4F4ED;
	line-height: 17px;
	padding: 5px;
}
#boxleft h2, #box h2, #main h2, #main h3{
font: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
color: #E10611;
}
#main h3 {
font-size: 12px;
font-style: italic;
color: #6D6E71;
margin: 18px 0 0 0;
}
#box ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 5px;
}
#main {
	background-color: #fff;
	border: 1px solid #D7DAC5;
	margin: 0 0 20px 20px;
	padding: 1px;
	width: 553px;
}
#main div {
	background-color: #F4F4ED;
	line-height: 15px;
	padding: 5px;
}
#main p {
padding: 0 30px 0 30px;
}
.imagefloat {
	color: #7A9EC5;
	float: right;
	width: 240px;
	text-align: left;
	margin: 0 0 1em 0;
	padding-left: 20px;
	position: relative;
}

/* --------------------- Footer --------------------- */

#footer {
	background-color: #6D6E71;
	color: #fff;
	font-size: 10px;
	margin-left: 20px;
	padding: 3px 0px;
	text-align: center;
	width: 558px;

}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #eee;
	text-decoration: underline;
	border-bottom: 0;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* --------------------- Other --------------------- */

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

.clearboth {display: inline-table;}

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



/* --- right side bar ----------------------------- */

#sidebar {
	float: right;
	width: 240px;  /* was 219 */
	margin: 0;padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
#sidebar h3 {
	margin: 0;
	padding: 5px 10px 12px 1px;
	color: #666;
	font-size: 110%;
	border: none;
	}
#sidebar h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 8px 10px;
	}
#sidebar p {
	margin: 0 10px 4px 10px;
	padding: 0;
	list-style: none;
	}
	
#sidebar ul {
	float: left;/* prevent white line on a:hover, ie) */
	display:block;
	margin: 0 0 15px 5px;
	padding: 0;
}
	
*html #sidebar ul li{ /*hack for ie */ /*fix this later */
margin-right: 9px;
}

#sidebar li {
	float: left;
	display:block;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar ul a {
	float:left;
	width: 200px;
	margin: 0;
	line-height: 25px;
	padding-left:16px;
	font-size: 90%;
	border-bottom: 1px solid #ddd;
	/* ie5/win box model hack */
	width: 180px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 180px;
	color: #6d6e71;
	}
/* unhack ie5/win */
#sidebar> ul a {
	width: 180px;
	}


#sidebar li.first {
	border-top: 1px solid #ddd;
	margin: 0;
	}
	

#sidebar li a:hover {padding-left: 16px; color: #000; background: #F5F6FA url(bullet_audio.gif) no-repeat 0 60%;}
#sidebar ul li a span {color: #8D8DFE; font-weight: bold;}
#sidebar ul li a:hover span {color: blue;}

#side{
margin: 0 auto;
text-align: center;
width: 250px;
margin: 0;
padding: 0;
float: left;
}

#side h2 {
font-family: Arial;
font-size: 15px;
color: #E10611;
margin: 0;
padding: 0;
}
#side h3 {
font-family: Arial;
font-size: 12px;
color: grey;
margin: 0;
padding: 0;
font-weight: normal;
}
