* {
  margin: 0;
  padding: 0;
}


img {
  border: 0;
}

a, a:link, a:visited {
  color: #028DE8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #30adff;
}

h2 {
/*  font-size: 230%;*/
  font-weight: bold;
  margin-bottom: 15px;
} 

/*
h2 {
  color: #ff9900;
  font-size: 170%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 25px;
}*/

h3 {
  font-size: 120%;
  font-weight: bold;
  color: #0066cc;
  margin-top: 10px;
  margin-bottom: 5px;
}

h6.error {
  color: #ff0000;
  font-size: 140%;
  margin: 0px 10px 15px 10px;
  padding-left: 35px;
  height: 24px;
  background: url(../images/exclamation.gif) 0px 0px no-repeat;
  line-height: 2.5em;
}

h6.notice {
  color: #ff0000;
  font-size: 100%;
  margin: 0px 10px 15px 10px;
}

p {
  margin-bottom: 10px;
}

ol {
  list-style-position: inside;
}

#container {
  width: 770px;
  
}

#wrapheader{
  width: 100%;
  background: #ffffff url(../images/bg_header.png) top left repeat-x;
}

#header {
  width: 750px;
  //margin-left: 10px;
  //margin-right: 10px;
  //margin-bottom: 10px;
}

#topLogo {
  float: left;
  width: 271px;
  height: 70px;
  margin-bottom: 3px;
}

#topTagline {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  float:right;
  margin: 0 40px 0 0;
  font-size: 1em; 
  font-weight: bold;
  padding-top: 30px;
}
	#topTagline a { color: #fff; }

#topTabs {
  clear: left;
  float: left;
  width: 650px;
}

#topTabs li {
  background: url(../images/navtab_blueleft.png) top left repeat-x;
  float: left;
  list-style-type: none;
  margin-right: 5px;
  height: 26px;
}

#topTabs h2 {
  font-size: 100%;
  margin-bottom: 0px;
}

#topTabs li.on {
  background: url(../images/navtab_whiteleft.png) top left repeat-x;
}

#Active_tab {
  background: url(../images/navtab_whiteleft.png) top left repeat-x;
}

#Active_tab a {
  background: url(../images/navtab_whiteright.png) top right no-repeat;
  color: #003366;
}

#topTabs li a {
  background: url(../images/navtab_blueright.png) top right no-repeat;
  color: #ffcb67;
  display: block;
  float: left;
  padding: 6px 15px 8px 15px;
  font-weight: bold;
}

#topTabs li a:hover {
  text-decoration: none;
}

#topTabs li.on a {
  background: url(../images/navtab_whiteright.png) top right no-repeat;
  color: #003366;
}

#signupTab.on a {
	color: #003366 !important;
}

#signupTab a {
  color: #ffffff !important;
}

#loginForm {
  margin-top: 6px;
  float: right;
  width: 162px;
  color: #d7e5f7;
  font-size: .9em;
  line-height: 1em;
}

#loginForm p { 
	margin: 0 0 4px 0;
}
	#loginForm .forgotPassword { font-size: .9em; }

#loginForm a { color: #d7e5f7; }

#loginForm .divider { color: #80a7d9; }

#loginForm label {
  font-weight: bold;
  display:block;
}


#loginForm .loginBox {
  width: 116px;
  border: none;
  padding: 2px;
  font-size: 11px;
}


/* Logged-In Styles */
#loginForm2.loggedIn {
	margin-top: 20px;
	float: right;
	color: #d7e5f7;
	background: url(../images/bg_loggedin.gif) no-repeat top left;
	width: 165px;
	height: 63px;
	padding: 10px 8px 0 8px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 149px;
	height: 53px;
}


	#loginForm2.loggedIn .lf-username {
		display: block;
		float: left;
		font-weight: bold;
		padding-left: 2px;
		padding-bottom: 8px;
	}
	#loginForm2.loggedIn .lf-logout {
		display: block;
		float: right;
		padding-top: 2px;
		padding-right: 2px;
		padding-bottom: 8px;
		font-size: 10px;
	}
		#loginForm2.loggedIn .lf-logout a { color: #fff; text-decoration: none; }
		#loginForm2.loggedIn .lf-logout a:hover { text-decoration: underline; }

	#loginForm2.loggedIn .lf-memberhome { display: block; }

#topGoButton {
  margin-bottom: 0px;
}

#content {
  clear: both;
}

#innerContent {
  margin-left: 10px;
  margin-right: 10px;
}

.searchQuery {
  font-size: 13px;
  margin-right: 5px;
  width: 200px;
}

.searchButton {
  width: 67px;
  height: 21px;
  vertical-align: bottom;
}

#footer {
  clear: both;
  text-align:center;
  font-size: 90%;
  color: #aaaaaa;
  margin: 10px 10px 0px 10px;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 20px;
}

#footer a {
  margin: 4px 0 4px 0;
}

#footer #copyright {
  margin-top: 10px;
}

#bigFooter {
  background: #3973BF url(../images/footerShadow.gif) top left repeat-x;
  padding-top: 10px;
  margin-top: 10px;
}

#bigFooter #footer {
  width: 750px;
  margin: auto;
}

#footCloud {
  width: 750px;
  margin: auto;
  text-align: justify;
  margin-bottom: 15px;
}
/*
#bigFooter #footer {
  xbackground: url(../images/footerBorder.gif) top left repeat-x;
  color: #ffffff;
  padding-bottom: 10px !important;
}
*/
#bigFooter .cloudHeader {
  color: #FEC166;
  font-size: 170%;
  font-weight: bold;
  margin-right: 30px;
}

#bigFooter .tagCloud a, #bigFooter .tagCloud a:link, #bigFooter .tagCloud a:visited, #bigFooter .tagCloud a:active, #bigFooter .tagCloud a:hover {
  color: #D3E3F9;
}

#bigFooter #footer a, #bigFooter #footer a:link, #bigFooter #footer a:visited, #bigFooter #footer a:active, #bigFooter #footer a:hover {
  color: #ffffff;
}

#bigFooter .tagCloud a:hover {
  background-color: #D3E3F9;
  color: #3973BF;
  text-decoration: none;
}

/* Signup Styles */

#shutter {
	background: #858585;
	/*opacity: 0.8;*/
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	/*filter: alpha(opacity=80);*/
	display: none;
	z-index: 1;
}

* html #shutter {
	position: absolute;
}

/*
#signupFrame {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -390px;
	height: 780px;
	width: 780px;
	display: none;
	overflow: hidden;
	scrollbars: no;
	z-index: 2;
}
*/
#signup {
	height: 0px;
	width: 0px;
}

.linkTest a:visited {
	color: #0000FF;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
}

ul.greyBullet {
  list-style-type: none;
}

ul.greyBullet li {
  background: url(../images/bullet_grey.png) no-repeat 0 7px;
  padding-left: 10px;
  margin-top: 6px;
}


/* page lede styles */

.pagelede { margin-bottom: 18px; }
.pagelede #searchQuery { 
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
