/*HTML ELEMENTS*/

* {
	margin: 0;
	padding: 0;
}

html {
	margin-bottom: 0.01em;
	min-height: 100%;
}

body {
	font: .7em/1.3em arial, sans-serif;
	text-align: center;
	background: #e2e2e2;
}

p {
	margin-bottom: 10px;
}

a {
	color: #007790;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

fieldset {
	border: none;
}

option {
	margin-right: 10px;
}

/*LAYOUT*/

#wrap {
	width: 985px;
	background-color: #f3f3f3;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 88px;
	background: #000 url(../_img/gl-div-header-bg.gif) top right no-repeat;
}

#header a {
	color: #ccc;
}

h1 {
	float: left;
	width: 288px;
	height: 88px;
	/*background: url(../_img/gl-h1-logo-bg-no_starburst.gif) no-repeat;*/
}

/*h1 a {
	display: block;
	width: 288px;
	height: 0;
	padding-top: 88px;
	overflow: hidden;
	text-indent: -2000px;
	background: url(../_img/gl-h1-logo-bg-no_starburst.gif) no-repeat;
	border: none;
}*/

h1 img {
  display:block;
	border: none;
	background: url("../images/logo-invert.gif") no-repeat;
}



#become_member {
	float: right;
	width: 188px;
}

#user_login {
	float: right;
	width: 170px;
}

#become_member p, #user_login legend {
	margin-bottom: 0;
	padding: 6px 0 5px 0;
	text-transform: uppercase;
	color: #fff;
}

#user_login legend a {
	text-transform: none;
}

#become_member li {
	padding-left: 1em;
	background: url(../_img/gl-li-become_member-bg.gif) 0 .5em no-repeat;
}

#user_login p {
	margin-bottom: 0;
	font-size: .9em;
}

#user_login span {
	padding-left: 10px;
}

#email, #password {
	width: 156px;
	margin-bottom: 2px;
	padding: 0 2px;
	font-size: .9em;
}

#search_form {
	float: left;
	margin: 5px 0;
	width: 275px;
	height: 34px;
	background: #434040 url(../_img/gl-form-search-bg.gif) top right no-repeat;
	color: #fff;
}

#search_form label {
	display: block;
	float: left;
	height: 0;
	width: 80px;
	padding-top: 34px;
	overflow: hidden;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../_img/gl-label-search-bg-small.gif) no-repeat;
	text-transform: uppercase;
}


#search_form input, #search_form img {
	margin-top: 8px;
	vertical-align: middle;
}

#search {
	width: 145px;
	margin-right: 6px;
	font-size: .9em;
}



/* GOOGLE STUFF. */



#cse-search-box {
	float: left;
	margin: 5px 0;
	width: 275px;
	height: 34px;
	background: #434040 url(../_img/gl-form-search-bg.gif) top right no-repeat;
	color: #fff;
	padding: 0px;
}

#cse-search-box label {
	display: block;
	float: left;
	height: 0;
	width: 80px;
	padding-top: 34px;
	overflow: hidden;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../_img/gl-label-search-bg-small.gif) no-repeat;
	text-transform: uppercase;
}


#cse-search-box input, #search_form img {
	margin-top: 8px;
	vertical-align: middle;
}

#search {
	width: 145px;
	margin-right: 6px;
	font-size: .9em;
}

#cse-search-results-wrapper {
	width: 701px !important;
	background: #FFFFFF;
	border: 1px solid #CECECE;
}

#cse-search-results iframe {
	width: 671px !important;
	margin: 15px;
}



/* End Google. */


#description {
	clear: both;
	margin: 6px;
	/*padding: 0 8px;*/
	line-height: 2em;
	font-family: Georgia, serif;
}

#primary {
	float: left;
	width: 100%;
	/* margin-top: 30px; */
	margin-top:10px;
}

.layout_03_column #primary {
	margin-top: 0;
}

#page_content {
	margin: 0 276px 6px 6px;
}

.layout_03_column #page_content {
	margin: 0 276px 0 204px;
}

#secondary {
	float: left;
	width: 264px;
	margin-left: -270px;
	/* margin-top: 30px; */
	margin-top:10px;
}

.layout_03_column #secondary {
	margin-top: 0;
}

#extra { /*3 column layout only*/
	float: left;
	width: 192px;
	margin-left: -100%;
	padding-left: 6px;
}

#super_clear {
	clear: left;
	width: 100%;
}

#footer {
	width: 985px;
	margin: 0 auto 30px auto;
	padding-bottom: 30px;
	font-family: Georgia, serif;
	color: #666;
}

#footer ul {
	float: left;
	margin-top: 10px;
	height: 1.8em;
	overflow: hidden;
}

#footer li {
	float: left;
	margin-top: 0em;
	padding: 0 10px;
	border-right: 1px solid #7f7e7f;
}

#footer a  {
	color: #666;
}

#copy {
	float: right;
	margin: 20px 0 0 0;
}

/* MISC */

.clear {
	clear: both;
}

.hidden {
    display: none;
}

.first {
	border-top: none !important;
	border-left: none;
	padding-top: 0 !important;
	padding-left: 0 !important;
}

.last {
	border-bottom: none !important;
	border-right: none !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}

/* popup layout */

.layout_popup #page_content {
	width:525px;
}

/*  SIDEBAR  TAGS */

div.editorial_tags_sidebar a{
  border: 1px solid #38B8D8;
  padding: 3px 3px;
  margin: 2px 2px 2px 3px;
  background:#E2E2E2;
  text-decoration:none;
  text-align:center;
  color:#007790;
  font-size:15px;
  float:right;
  width: 95%;
}


div.editorial_tags_sidebar a:hover {
  text-decoration:none;
  color:#3C6464;
  border: 1px solid #3C6464;
}

