@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #868686;
	background-image: url(../img/bgGradient.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 1200px;
	background: #F8F8F8;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
} 
#header {
	background-color: #DDDDDD;
	background-image: url(../nav/banner.png);
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	height: 63px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	margin: 0px;
	width: 220px;
	position: relative;
	z-index: 5;
	left: auto;
	top: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#logo img{
	opacity: 1;
	filter:alpha(opacity=100);}

#logo img:hover{
	opacity: 0.4;
	filter:alpha(opacity=40);}
/****************************************************      Everythings possible.     ***************/
#everything {
/*	float: right;*/
	height: auto;
	width: auto;
	position: relative;
	text-align: right;
	padding: 0px;
	margin-top: 0px; /*35px;*/
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#everything p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/****************************************************      Search box     ***************/
#search {
	height: auto;
	width: auto;
	position: relative;
	float: right;
	text-align: left;
/*	background-color: #F5F5F5;*/
	margin: 31px 2px 0px 0px;
	padding-top: 0px; /* use this to push the search box down */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index:26;
	}
#search form {
	margin: 0px;
	}
#sidebarContain button.textbutton, #search button.textbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
/*	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;*/
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-decoration:none;
	
	}
#sidebarContain button.textbutton:hover, #search button.textbutton:hover {
	color: #B00707;
		text-decoration:none;
	}
	
#sidebarContain input.textbox, #search input.textbox {
	color: #676767;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 150px;
}
/****************************************************      Rolodex     ***************/
#rolodex {
	padding-top: 8px;
}

/****************************************************      Container for the navigation menu     ***************/
#nav {
	height: 24px;
	width: 1200px;/*975px;*/
	background-color: #cb2026;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cb2026;
}
/****************************************************      Parameters for the sidebar     ***************/
/* sidebarContain holds the sidebar elements sidebartop, sidebarbottom and sidebar1.  These were needed to hold the images for the dropshadow effect. */
#sidebarContain {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	padding-top: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebartop {
	float: none;
	padding: 0px;
	margin: 0px;
	width: 205px;
}
#sidebarbottom {
	float: none;
	padding: 0px;
	margin: 0px;
	width: 205px;
}
div #sidebar1 {
	float: none;
	width: 205px;
	margin: 0px;
	padding-top: 0px !important; /* need !important to overide extra padding in i.e. */
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: black;
	background-image: url(../img/sidebar_bg.png);
	background-repeat: repeat-y;
}
#sidebar1 h1 {
	font-size: 14px;/* was 17px */
	font-style: normal;/* was italic */
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	padding: 15px 0px 0px 0px;
}
#sidebar1 ul {
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;/* was bold */
	color: #777777;
	padding: 0px;
	margin-top: 0px;
	margin-right: 22px;  /* Sets the right hand limit of the mouse over box */
	margin-bottom: 0px;
	margin-left: 2px;  /* Sets the amount of indent */
}
#sidebar1 ul .family {
	color: #000000;
}
#sidebar1 ul a:link, #sidebar1 ul a:visited {
	color: #CB2026;
	text-decoration: none;
}
#sidebar1 ul a:hover {
	text-decoration: none;
}
#sidebar1 ul a:active {
	color: #660000;
}
#sidebar1 ul li {
	margin: 0px;
	padding: 0px;
	line-height: 23px;  /* use this to set the spacing between lines instead of margin and padding.  This smooths the pointer when you hover over the lines.  */
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
#sidebar1 ul li:hover {
	background-color: #E6E6E6;  /* mouseover color */
}

#sidebar1 ul li.family:hover {
	background-color: transparent;  /* mouseover color */
}

#sidebar1 ul li a {
	display: block; /* This extends the link over the whole line */
}
/*****   The following styles set the second level in the sidebar list */
#sidebar1 ul.submenu li {
	font-size: inherit;
	font-weight: normal;
	margin: 0px;
	padding-left: 9px;
	line-height: 15px;
	border: none;
	white-space: nowrap;
}
/*****   The following styles set the second level in the sidebar list */
#sidebar1 ul.ind li {
	font-size: inherit;
	font-weight: normal;
	margin: 0px;
	padding-left: 9px;
	line-height: 15px;
	border: none;
	white-space: normal;
}
/*****   The following styles set the third level in the sidebar list */
#sidebar1 ul.subsubmenu li {
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding-left: 27px;
	line-height: 15px;
	border: none;
}
/*****	Sidebar Styles */
#sidebarContain h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
#sidebarContain p {
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 5px 5px;
	padding: 0px;
}
/****************************************************      SideAds     ***************/
#SideAd {
	text-align: center;
	float: none;
	width: 197px;
	margin: 0px;
	padding-top: 0px !important; /* need !important to overide extra padding in i.e. */
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: transparent;
}
#SideAd p {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #999;
}
#SideAd h3 {
	font-size: 16px;
	margin-bottom: -5px;
}
#SideAd a {
	display: block;
	border: 2px solid transparent;
}
#SideAd a:hover {
	border: 2px solid #DDD;

}
#SideAd img{
	opacity: 1;
	filter:alpha(opacity=100);
	}
#SideAd img:hover{
	opacity: 0.6;
	filter:alpha(opacity=60);
	}
/****************************************************      Main Content     ***************/
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixLtHdr #mainContent { /* Not sure if this is used anywhere??  oneCol NOT twoCol... */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#mainContent .lightbox {
	_width: 910px; /* Hack - only ie6 can see this, width will be auto for all other browsers */
	background-color: #FFFFFF;
	margin-top: 12px;
	border: 1px solid #CB2026;
	overflow: hidden; /* contains divs in IE so they don't spill out */
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
#mainContent .lightbox.minHeight { /* sets minimum height for small container boxes */
	min-height: 600px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 12px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* css for printing */
@media print {
	#header, #nav, #sidebarContain { display: none;}
	#mainContent { margin-left: 0px!important;}
	#container { width: 99%; height: 100%}
	#mainContent .lightbox { width: 98%; overflow: visible;}
}