﻿/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
.pubDate{color:#666666;font-size:11px;}
.text{font-size:12px;margin-top:15px;color:#555;}
.footer{text-align:left;border-top:1px dashed silver;padding-top:4px;padding-bottom:2px}
/* ************************************************************************* */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../../images/bg_gray.gif');
	margin: 0 0 0 0;
	}
div	{ text-align: left; }
h1, h2, h3, h4 { 
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; 
}

a	{ 
  color: #006EC6; 
  background-color: inherit; 
}
a:hover {
	color: white;  
	background-color: #006EC6;
	}

a.clear {color: #000}
a.clear:hover {background-color: transparent; }
a.GreyLinks
{
	font-size: 12px;
	color: #666;
}	
a.GreyLinks:hover
{
	color: white;  
	background-color: #006EC6;
}	
a.GreyLinks:visited
{

}	
img.inline {
	margin-bottom: -2px;
}
input.button {
  border: 1px solid #999;
  border-top-color: #ccc;
  border-left-color: #ccc;

  color: #444;
	font-size: 14px;
  font-weight: bold;
  background: url('../../images/bg_button2.jpg') left top repeat-x;
}
.note {
	color: #444;
	font-size: 11px;
	line-height: 13px;
	margin-top: 4px;
}
.sub {
	color: #444;
	font-size: 12px;
	line-height: 14px;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* ** FORM STYLES
			for table-set forms in general */

input,
textarea {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
form {
background: #fffffff;
border: 0px;
padding: 0px;
}
form table {
	margin: 0 0 0 0;

}
form table td {
	padding-bottom: 5px;
	vertical-align: bottom;
	font-size: 13px;
line-height: 20px;
}
form table td label {
  line-height: 14px;
  padding-bottom: 4px;
  padding-top: 3px;
}
form table td label {
	float: left;
	width: 180px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin-top: 1px;
margin-right: 4px;
}
label.checkboxLabel,
.narrow label.checkboxLabel,
.customizer label.checkboxLabel {
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  display: inline;
  margin-left: 2px;
}
input.radioButton {
  margin-bottom: -3px;
  padding-bottom: 0;
}
input.textInput,
textarea.textInput,
select {
  border: 1px solid #bbb;
  border-top-color: #666;
  border-left-color: #666;
}


input.textInput,
textarea.textInput {
  padding: 3px;
  width: 300px;
background: white url('../../images/bg_textfield.gif') repeat-x;
}

.taggedlink
{
	font-size:14px;
}

/* ** COMFIRM/ERROR MESSAGES
      including section-specific styles */

div.confirm {
  border: 1px solid #51683b;
	background: url('../../images/message_confirm.gif') no-repeat left -8px;
}
div.error {
	border: 2px solid #e50d2e;
	background: url('../../images/message_error.gif') no-repeat left -8px;
}
div.message {
	border-left: none;
	border-right: none;
	margin: 10px 0 20px 20px;
width: 700px;
}
div.message p {
	margin: 6px 12px 6px 40px;
	font-weight: bold;
font-size: 14px;
}

#userStatus {
	height: 22px;
	padding: 10px 0 0 0;
	background: url('../../images/bg_gray.gif');
	border-bottom: 1px solid #999;  	
	}
  #userStatus div {    
  	width: 700px;
  	margin: 0 auto 0 auto;     
  	text-align: left;
  	font-size: 11px;
  	color: #333;
  	}
	  #userStatus div p {
	  	margin: 0;
	  	padding: 0;
	  	/*width: 49%;*/
	  	}
		#userStatus p#signedIn {
			float: right;
			text-align: right;
			}
		#userStatus p#myStuff {
			float: left;
			}
		#userStatus a#myFeedsLink {
			background-image: url(../../images/home.gif);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 14px;
			}

#jumpLinks {
	display:none;
}





#headerNav {
	height: 45px;
	background: url('../../images/bg_blue_grad.gif') repeat-x left -70px;	
	}
	#headerNav ul {
		width: 750px;
		height: 45px;
		margin: 0 auto 0 auto;
		font: bold 16px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
		}
		#headerNav ul li {
			float: left;
			border-left: 1px solid #ccc;			
			}
			#headerNav ul li a {
				float: left;
				display: block;
				height: 32px;
				padding: 13px 0 0 0;
				text-align: center;
				}
			#headerNav ul li a:hover,
			#headerNav ul li.current a {
				color: white;
				background: #006EC6;				
				}	
			#headerNav ul li.current a {
				cursor: default;
				}				
			#headerNav ul li#homeLink {
				border-left: 0;
				}				
			#headerNav ul li#homeLink a {
				width: 163px;
				text-indent: -9000px;
				background-image: url('../../images/logo_160w_trans_rev2.gif');
				background: url('../../images/logo_160w_trans2.gif') no-repeat 20px 40%;									
				}			
			#headerNav ul li#homeLink a:hover {	
				background: #006EC6 url('../../images/logo_160w_trans_rev2.gif') no-repeat 20px 40%;
				}				
			
			
			
#mainWrapper {
	float: left;
	width: 100%;
	background: white;			
	}	
	
#homepageContent,
#homepageTitle {
	width: 740px;
	margin: 0 auto;
	}		
	#pageContent h2,
  .popup h1 {
		padding: 10px 58px; padding-top: 20px;
		margin-bottom: 18px;
		font-size: 30px; letter-spacing: -1px;
		border-bottom: 3px double #ddd;		
		}
	

#pageContent,
#pageTitle {
	width: 740px;
	margin: 0 auto;
	}		
	#pageContent h2,
  .popup h1 {
		background-image: url('../../images/H1Logo.jpg');
		background-repeat: no-repeat;
		background-position: left center;
		padding: 10px 58px; padding-top: 20px;
		margin-bottom: 18px;
		font-size: 30px; letter-spacing: -1px;
		border-bottom: 3px double #ddd;		
		}
	#pageContent h1,
  .popup h1 {
		background-image: url('../../images/H1Logo.jpg');
		background-repeat: no-repeat;
		background-position: left center;
		padding: 10px 58px; padding-top: 20px;
		margin-bottom: 18px;
		font-size: 30px; letter-spacing: -1px;
		border-bottom: 3px double #ddd;		
		}

	#mainCol,
	#sideBar 
	{
		text-align:left;
		margin-bottom: 20px;
		}
	#mainCol {
		float: left;
		width: 470px;
		margin-left: 20px;
		padding-right: 28px;
		padding-top:0;
		font-size: 15px;
		line-height: 17px;
		border-right: 1px solid #ddd;																	
		}
		
		* html #mainCol {
			margin-left: 10px;
			}
		#mainCol h3 {
			font-size: 18px;
			}			
		#mainCol p,
		#mainCol ol,
		#mainCol ul {
			margin-top: 0;
			margin-bottom: 20px;
			}
		#mainCol ol li {
			list-style: decimal;
			}
		#mainCol ul li {
			margin-left: -16px;
			margin-top: 8px;
			padding-left: 16px;
			background: url('../../images/bullet_red_diamond.gif') no-repeat left 8px;			
			}
			* html #mainCol ul li {
				margin-left: 0;
			}
			* html #mainCol ol li {
				margin-left: 30px;
			}
			#mainCol ol li ul li {
				margin-left:2px;
				list-style: none;
				}





		#mainCol li {
			color: #222;
			}	

			#mainCol.wideCol {
				width: 700px;
				border: none;
				}
		
		
	#sideBar {
		float: right;
		width: 172px;
		margin-right: 24px;
		font-size: 13px;
		line-height: 17px;
		color: #555;		
	}
	* html #sideBar {
		margin-right: 10px;
	}
		#sideBar h4 {
			margin-bottom: 2px;
			font-size: 16px;
			line-height: 18px;			
		}
		#sideBar p,
		#sideBar ol,
		#sideBar ul {
			margin-top: 0;
			margin-bottom: 18px;
		}

		#sideBar p.iconLink {
			margin-top: -12px;
		}
		  #sideBar p.iconLink a {
			  background-position: left 1px;
			  background-repeat: no-repeat;
			  padding: 2px 2px 0 20px;
		  }
			
			#sideBar ul li {
        line-height: 14px;
        margin-bottom: 6px;
			}
			

  #sideBar #subNav li a {
    display: block;
    width: 156px;
    padding: 4px 8px;
    margin-bottom: 4px;
    font-weight: bold;
    font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
    background: url('../../images/bg_blue_grad.gif') repeat-x 0 -100px;
    border-top: 1px solid #ccc;
  }			
    #sideBar #subNav li a:hover {
      background: #006EC6;
    }
    #sideBar #subNav li#current a,
    #sideBar #subNav li.current>a {
      color: white;
      background: #006EC6;
      cursor: default;
    }

    /* sub-sub-nav */
    
    #sideBar #subNav ul {
      margin-left: 9px;
    }
      #sideBar #subNav ul li a { 
        display: inline;
        padding: 0;
        font-weight: normal; font-size: 11px;
        background: none;
        border: 0
      }



#wide {
  clear: both;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 700px;
  font-size: 15px;
  line-height: 23px;
}

  #wide h3 {
    font-size: 18px;
    margin-top: 15px;
  }	
  #wide h4 {
    font-size: 14px;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;	
	}	
  #wide h5 {
    font-size: 12px;
    text-transform:uppercase;
    margin-top: 15px;
  }	
  #wide p,
	#wide ol,
	#wide ul {
		margin-top: 0;
		margin-bottom: 20px;
	}
	  #wide ol li {
		  list-style: decimal;
		}
	  #wide ul li {
		  margin-left: -16px;
		  margin-top: 8px;
		  padding-left: 16px;
		  background: url('../../images/bullet_red_diamond.gif') no-repeat left 8px;			
		}
	    #wide ol li ul li {
        margin-left:2px;
        list-style: none;
      }
  #wide li {
    color: #222;
  }

div.action_footer {
	clear: both;
	height: 84px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 6px;
	background: url('../../images/bg_blue_grad.gif') repeat-x left -80px;	
	text-align: center;	
	}
	
#footerNav {
	clear: both;
	padding-top: 30px;
	padding-bottom: 60px;
	border-top: 1px solid #999;	
	background: url('../../images/bg_gray.gif');
	}
	#footerNav div {
		width: 700px;
		margin: 0 auto;
		}
		#footerNav div p {
			margin-bottom: 8px;
			font-size: 12px;
			color: #666;
			}
			#footerNav div p strong {
				font-size: 13px;
			}
			#footerNav div p a {
				color: #666;
				}
			#footerNav div p a:hover {
				color: white;
				background: #666;				
				}									

		#footerNav div p#copyright {
			float: right;
			width: 150px; height: 10px;
			margin-top: -65px;
			padding-top: 28px;
			text-align: center;
			font-size: 10px;
			color: #444;
			background: url('../../images/logo_footer.gif') no-repeat top center;						
			}
						
		
/*   POPUP WINDOW STYLES   */

	
body.popup {
  background: white;
}
body.popup h1 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding-left: 30px;
  text-align: left;
  background: url('../../images/bg_blue_grad.gif') repeat-x left -60px;
}
body.popup #mainCol {
  border-right: 0;
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
  padding-right: 0;
  float: none;
}
body.popup p#footer {
  border-top: 1px solid #ccc;
  margin: 10px 10px 20px 10px;
  padding-top: 10px;
  font-size: 13px;
}
body.popup img {
  border: 3px solid #ddd;
}
body.popup code {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  display: block;
}
/*   PAGE-SPECIFIC STYLES  */	


/* SITE MAP */

#sitemap #mainCol,
#sitemap #sideBar {
  display: none;
}
#sitemap #wide #left {
  float: left;
}
#sitemap #wide #right {
  float: right;
}
#sitemap #wide div {
width: 50%;
}
#sitemap #wide li {
background: none;
}
#sitemap #wide ul li ul {
margin-left: 30px;
}

#people {
	width: 100%;
	height: 30px;
	vertical-align: middle;
	padding: 10px;
}

.right {
	float: right;
	text-align: right;
	}

.left {
	float: left;
	text-align: left;
	}
	

table.specs {
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #222;
margin-bottom:20px;
margin-top:20px;
width: 700px;
}

table.specs td,
table.specs th {
	padding: 5px 10px 5px 10px;
	text-align: left;
	border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
	line-height: 10px;
}

table.specs th {
	background: url('../../images/home_right_gradient.jpg') repeat-x 0px -70px;
	color: #222;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 10px;
}

table.specs td {
	font-size: 10px;
}

table.demographics td {
	padding: 20px;
	vertical-align: top;
}

table.demographics tr {
	vertical-align: top;
	}
	
table.favlogos td {
	vertical-align: middle;
	text-align: left;
	padding: 0px 10px 10px 10px;
	}
	
#mainpopCol {
	float: left;
	width: 285px;
	margin-left: 20px;
	padding-right: 28px;
	padding-top:0;
	font-size: 15px;
	line-height: 23px;
	border-right: 1px solid #ddd;																	
	}

#mainpopCol h3 {
	font-size: 18px;
	}			
#mainpopCol p,
#mainpopCol ol,
#mainpopCol ul {
	margin-top: 0;
	margin-bottom: 20px;
	}
#mainpopCol ol li {
	list-style: decimal;
	}
#mainpopCol ul li {
	margin-left: -16px;
	margin-top: 8px;
	padding-left: 16px;
	background: url('../../images/bullet_red_diamond.gif') no-repeat left 8px;			
	}
html #mainpopCol ul li {
	margin-left: 0;
}

#mainpopCol ol li ul li {
	margin-left:2px;
	list-style: none;
	}

#mainpopCol li {
	color: #222;
	}	

#sidepopBar {
	float: right;
	width: 160px;
	margin-right: 24px;
	font-size: 13px;
	line-height: 17px;
	color: #555;		
	}
	
#mainpopCol,
#sidepopBar {
	margin-bottom: 20px;
	}
	
#popContent {
	width: 550px;
	margin: 0 auto;
	}
		
#popContent h2 {
	padding: 10px 18px;
	margin-bottom: 18px;
	font-size: 30px;
	letter-spacing: -1px;
	border-bottom: 3px double #ddd;		
	}
	
#sidepopBar h4 {
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 18px;			
	}
#sidepopBar p,
#sidepopBar ol,
#sidepopBar ul {
	margin-top: 0;
	margin-bottom: 18px;
	}
