﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body{
	text-align:center;
	padding-top:10px;
	background-repeat:repeat-x;
	background-color:#cccccc;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
	height:100%;
}

h1, h2, h3{color: #000099;}
h4, h5, h6 {color:#444444;}


/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
    text-align: center;
}
h2 {
	margin-top:1em;
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
    text-align: center;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
h7 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
    text-align: center;
    height: 15px;
    width: 172px;
}
.list li{
	 margin:  0.5em 0 0 2.0em;
	 text-align:left
	 	
}


/***a
{
    text-decoration: underline;
    color: #0000CC;
} ***/
a {
color: #0000CC;
text-decoration: none;
background-color: transparent;
border-color: #333333;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

a:hover {text-decoration:none; border-style:None;}

#wrapper{
	width:971px;
	margin:0 auto;
	padding-bottom:3px;
	border:1px solid Black;	
	text-align:Left;
	background-color:White;
	background-repeat:repeat-y;
	background-position:top center;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 973px;
	wid\th: 971px;
}
#header{
	height:120px; 
	position:relative;
	background-image:url(Images/FirstCircuitHeader.jpg);
	cursor:hand; 
	cursor:pointer;
}
#logo{
	position:absolute;
	top:11px;
	left:11px
}
#SCLink{
	position:absolute;
	top:126px;
	left:3px;
    width:155px;
    text-align:center;
}

#CCLink{
	position:absolute;
	top:126px;
    width:155px;
    text-align:center;
    left: 164px;
}

#FormsLink{
	position:absolute;
	top:126px;
	left:327px;
	width:155px;
    text-align:center;
}

#CILink{
	position:absolute;
	top:126px;
	left:488px;
	width:155px;
    text-align:center;
}

#BELink{
	position:absolute;
	top:126px;
	left:652px;
    width:155px;
    text-align:center;
    
}

#CIILink{
	position:absolute;
	top:126px;
	left:813px;
    width:155px;
    text-align:center;
}

.MainMenuLinks a {text-decoration:none;border-style:None;}
.MainMenuLinks a:hover {font-weight:bold;}

#TabTagMenu{
	position:absolute;
	top:164px;
	left:367px;
    width:134px;
    text-align:center;
}
* html #TabTagMenu{
   position:absolute;
	top:164px;
	left:777px;
    width:134px;
    text-align:center;  
}
.TabTagMenu a {font-size:x-small; text-decoration:none; border-style:None;}
.TabTagMenu a:hover{ font-weight:bold;}

#TabMenu{
	position:absolute;
	text-align:center;
	margin-left:12px;
    top: 31px;
    left: 0px;
    width:514px;
}

#NewsMenu{
	position:absolute;
	text-align:center;
	margin-left:12px;
    top: 273px;
    left: 1px;
    text-align:left;
    width:114px;
    height: 177px;
}
#NewsList{
	position:relative;
	text-align:center;
	margin-left:12px;
    top: 55px;
    left: 0px;
    text-align:left;
    width:352px;
}
#banner{
	margin:0 152px;
	text-align:center;
	height: 50px;
	vertical-align: text-bottom;
	cursor:hand;
}

#table{
 border-bottom: 1px solid Gray;
}
#search{
	position:absolute;
	bottom:5px;
	right:5px;
    width: 193px;
}
#TabListLeft
{
	position:absolute;
	bottom:7px;
	right:258px;
    height: 189px;
    width: 244px;
    text-align:left;
}
#TabListRight
{
    float:right;
	position:absolute;
	bottom:9px;
	right:-5px;
    width: 251px;
    height: 187px;
    text-align:left;
}
.TabList li
{
    list-style-type: circle;
    margin-left:20px;
    margin-top: 5px;
}
.MenuList li
{
    list-style-type: none;
    margin-left:20px;
    font-size:small;
    
}

.MenuList a {border-style:None;}

#mainnav   a {display:block}
 
* html #mainnav tr {height:1.4em;}

#mainnav .item {
	padding:2px 7px;
	border-width:1px 0 0 1px; 
	border-style:solid; 
	border-color:#FFFFFF;
	background-color:#DADADA; 
	color:#333333; 
}
* html #mainnav .item {padding:0 20px;}

#mainnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}
#mainnav .hover {
	color:#FF284E; 
	background-color:#DADADA;
}

#mainnav table {border-right:0px solid #FFFFFF;}

#mainnav table table {border-right:none;}

#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 230px;    /*** Critical left col dimension value ***/
	width: 560px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left: 1px solid #E4E4E4;  /*** Critical left divider dimension value ***/
	border-right: 1px solid #E4E4E4; /*** Critical right divider dimension value ***/
}

* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 562px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	wid\th: 560px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

#contentwrapperother{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 230px;    /*** Critical left col dimension value ***/
	width: 580px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left: 1px solid #E4E4E4;  /*** Critical left divider dimension value ***/
	border-right: 1px solid #E4E4E4; /*** Critical right divider dimension value ***/
}

* html #contentwrapperother {  /*** IE5.x/win box model fix ***/
	width: 582px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	wid\th: 580px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

#floatwrapper {
	float: left;
	width: 560px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;
}
#centercolumn{
	float: right;
	width: 560px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:30px;
}

#floatwrapperother {
	float: left;
	width: 580px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;
}
#centercolumnother{
	float: right;
	width: 580px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:30px;
}
#breadcrumbs{
	position:absolute;
	top:5px;
	left:25px;
	font-size:0.9em;
}
#breadcrumbs a {
	color:#000000;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

#copy a {color:#0101DF; text-decoration:none;}
#copy .container a {border-style: none;}

#copy .container {
	margin:1px;
	padding:0 2px 15px 2px;
	border:1px solid #999999;
	background-color:#FFFFFF;
    
}

#copy .closure {
   	margin:1px;
	padding:0 5px 15px 2px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	
}	


#copy  .closurecontent {
   	margin:1px;
	padding:0 5px 15px 2px;
	border:1px dotted #999999;
	color:#000000;
	line-height: 1.25em;
	vertical-align: text-top;
}	

#copy  .paragraph {
   	margin:1px 0px 0px px;
	padding:0 5px 15px 2px;
	color:#000000;
	line-height: 1.25em;
	text-align: left;
}	

#copy  .bullet {
   	margin:10px;
	padding:0 5px 15px 2px;
	color:#000000;
	line-height: 1.25em;
	text-align: left;
}	
/* \*/
* html #copy .container {height:1%;}
/* */
/*
#copy img, #rightcolumn img {border:1px solid #FF284E !important;}*/
#copy img {border:0px solid Black !important;}
#copy .teaser{
	margin-top:0;
	color:#777777; 
	font-size:0.9em; 
	font-weight:normal;
}

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy .container table tr {font-size:1.0em;}

.txtBox {border:1px solid #666666;}

#copy fieldset {	
	margin:1em 0;
	padding:1em;
	border:1px solid #CCCCCC;
}

#copy legend {
	color:#666666;
	background-color:#FFFFFF;
}

* html #copy legend {padding:0.5em;}

.button {
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    background-color:#FF9900;
    font-size:1em;
}

#copy .container .button {border-color:#CCCCCC;}

div.readmore {
	text-align:right;
	font-size:0.9em;
}

#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 230px;    /*** Critical left col/divider dimension value ***/
	margin-left: -229px;    /*** Critical left col/divider dimension value ***/
	padding-top:30px;
    top: 0px;
}
* html #leftcolumn {
	float:left;	
	padding-top:25px;
}

*>html #leftcolumn {width:229px;}   /*** Fix only for IE/Mac ***/

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #leftcolumn {margin-right: -3px;}
/* */

#leftcolcontainer{
	width: 228px;    /*** Critical left col dimension value ***/
}

# subnav a {display:block}

#subnav {
	overflow:hidden;
	margin-bottom:40px;
	margin-left: 5px;
}

* html #subnav tr {height:1.4em;}

#subnav .Item {
	padding:2px 7px;
	border-top:1px solid #FFFFFF;
    background-image:url(../../Images/LeftMenu.jpg);
    background-repeat:repeat-x;
	color:#333333;
    height:100%; 
}

* html #subnav .item {padding:0 0px;}

#subnav .selected {
	background-color:#FF9900; 
	color:Maroon;
	font-weight:bold;
	border-bottom:1px Solid Black;
	border-top:1px Solid Black;
	border-left:1px Solid Black;
	border-right:1px Solid Black;
}
#subnav .hover {
	color:#FF284E; 
	background-color:#E4E4E4;
	border-bottom:1px Solid Black;
	border-top:1px Solid Black;
	border-left:1px Solid Black;
	border-right:1px Solid Black;
}

#subnav table {border-bottom:1px solid #FFFFFF;}

#subnav table table {border-bottom:none;}

/* CSS classes for standard Links, only valid inside the #menu DIV */
#subnav a, #subnav a:visited
{
  background: transparent ! important;
  display:inline-block;

}

#subnav a:hover, #subnav a:active, #subnav a:focus
{
  background: transparent ! important;
 
}

h4 img {margin-bottom:-0.5em;}

#rightcolumn{
	float: left; 
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 183px;    /*** Critical right col/divider dimension value ***/
	margin-right: -181px;    /*** Critical right col/divider dimension value ***/
	margin-left: -1px;   /*** Static fix ***/
	padding-top:30px;
}

/* \*/
* html #rightcolumn {
	margin-left: 0px; 
	margin-right: -600px; 
	mar\gin-right: -183px;
	padding-top:25px;
}

#rightcolumnother{
	float: left; 
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 163px;    /*** Critical right col/divider dimension value ***/
	margin-right: -161px;    /*** Critical right col/divider dimension value ***/
	margin-left: -1px;   /*** Static fix ***/
	padding-top:30px;
    top: 0px;
    }

/* \*/
* html #rightcolumnother {
	margin-left: 0px; 
	margin-right: -600px; 
	mar\gin-right: -163px;
	padding-top:25px;
}



/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/

#rightcolcontainer{
	/* \*/
	width: 181px;
	/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 3px;    /*** Critical right divider dimension value ***/
	text-align:center;
}

/* \*/
* html #rightcolcontainer {
	fl\oat: right;
	margin-left: 2px; 
	mar\gin-left: 0px; 
}
/* */

#rightcolcontainerother{
	/* \*/
	width: 161px;
	/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 1px;    /*** Critical right divider dimension value ***/
	text-align:center;
}

/* \*/
* html #rightcolcontainerother {
	fl\oat: right;
	margin-left: 1px; 
	mar\gin-left: 0px; 
}
/* */

.sidebarcontainer{
	margin:8px;
	padding:6px;
	border:1px solid Black;
	background-color:#EFEFEF;
	font-size:smaller;
	text-align:left;
}
/* \*/
* html .sidebarcontainer {height:1%;}
/* */


.sidebarcontainer a
{
    color: #000066;
}

.sidebarcontainer li {list-style-type:none;}

.newscontainer{
	margin:5px;
	padding:6px;
	border:1px solid Black;
	background-color:#EFEFEF;
	font-size:1.00em;
	text-align:left;
}
/* \*/
* html .newsbarcontainer {height:1%;}
/* */


.newsbarcontainer a
{
    color: #000066;
}

.newscontainer li { list-style-type:none;
    margin-bottom: 20px;
 }

.note { text-align:left;
}

.middlecontainer{
	margin:10px;
	padding:6px;
	border:1px solid Black;
	background-color:#EFEFEF;
	font-size:small;
	text-align:left;
}
/* \*/
* html .middlecontainer {height:1%;}
/* */


.middlecontainer a
{
    color: #0000CC;
}

.middlecontainer li {list-style-type:none;}

.text{
	margin:0px;
	padding:6px;
	border:none;
	background-color:#FFFFFF;
	font-size:small;
	text-align:left;
}

#footer {
	clear:both;
	margin:1px 5px 1px 13px;
	padding:2px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-size:0.9em;
	text-align:center;
    width: 481px;
}
#footer a {
	margin:1px 5px;
	color:#FF284E;
}
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
.alpha_lower {
 list-style-type: lower-alpha;
 margin-left:20px;
}
.alpha_upper {
 list-style-type: upper-alpha;
 margin-left:20px;
}
.disc {
 list-style-type: disc;
}
.roman_lower {
 list-style-type: lower-roman;
  margin-left:20px;
}
.roman_upper {
 list-style-type: upper-roman;
  margin-left:30px;
}
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	
    #copy fieldset {border:none;}	
	    
	#footer{	
		position:static;
		border-style:none !important;
		border-top:1px solid #000000;
		text-align:center;
	}
	.tab{	
		 background-image: url(../Images/MenuDropMenu4.jpg);
		 background-repeat: no-repeat;
		 vertical-align:middle;
	}

}
