* { margin: 0px; padding: 0px;}
BODY {
  text-align: center; /* Centers Page */
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .7em;
  line-height: 1.5em;
  background-color: #dcddde;
}

/* ------------------------------------ General Links ----------------------------------------- */

a {}
a:hover {}

/* ------------------------------------ Client Formatting ------------------------------------- */

.textsmallest { font-size: 80%}
.textsmaller { font-size: 85%}
.textlarger { font-size: 120%}
.textlargest { font-size: 140%}
.alerttext { color:#f00; font-weight:bold}

/*------------------------------------ Layout Elements ---------------------------------------- */

#container {
}

/* container bg colors */

#containerhome {
  position:relative;
  margin: 0px auto; /* Centers Container */
  text-align: left; /* Resets Text Alignment */
  width: 800px;
  background-image: url(/images/layout/container_bg.gif);
  background-repeat: repeat-y;
  overflow:hidden;
}
#containerpurple { position:relative; margin: 0 auto; text-align: left; width: 800px; background-image: url(/images/subpage_column_colors/purple.gif); background-repeat: repeat-y;}
#containergreen { position:relative; margin: 0 auto; text-align: left; width: 800px; background-image: url(/images/subpage_column_colors/green.gif); background-repeat: repeat-y;}
#containerorange { position:relative; margin: 0 auto; text-align: left; width: 800px; background-image: url(/images/subpage_column_colors/orange.gif); background-repeat: repeat-y;}
#containerred{ position:relative; margin: 0 auto; text-align: left; width: 800px; background-image: url(/images/subpage_column_colors/red.gif); background-repeat: repeat-y;}
#containerteal { position:relative; margin: 0 auto; text-align: left; width: 800px; background-image: url(/images/subpage_column_colors/teal.gif); background-repeat: repeat-y;}
#containeryellow { position:relative; margin: 0 auto; text-align: left; width: 800px; background-image: url(/images/subpage_column_colors/yellow.gif); background-repeat: repeat-y;}
#containernorightcolor { position:relative; margin: 0 auto; text-align: left; width: 800px; background-image: url(/images/subpage_column_colors/norightcolor.gif); background-repeat: repeat-y;}



#leftcolumn {
  position:relative;
  float: left;
  width: 200px;
  overflow:hidden;
}

#leftcolumnnonny {
  position:relative;
  float: left;
  width: 200px;
  background-color: #62AC1E;
}

#maincolumnnonny {
  position:relative;
  float: left;
  width: 600px;
  background-image: url(/images/logos/maincolumnnonny.gif);
  background-repeat: no-repeat;

}

#maincolumn {
  position:relative;
  float: left;
  width: 600px;
  overflow: hidden;
}

/* Left Column */

#leftcolumn h1, #leftcolumnnonny h1 {
  text-indent: -9000px;
  font-size: 9px;
  width: 200px;
  height: 92px;
  background-image: url(/images/layout/logo.gif);
  background-repeat: no-repeat;
}
#leftcolumn h1 a, #leftcolumnnonny h1 a {
  display: block;
  width: 200px;
  height: 92px;
  text-decoration: none;
}

#leftcolumn h2, #leftcolumnnonny h2 {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -.01em;
  color: #62ac1e;
  margin: 0 0 5px 0;
}

#slogan {
	position:relative;
	width: 200px;
	height: 125px;
	background-image: url(/images/layout/Greenlights-Mission.jpg);
	background-repeat: no-repeat;
	background-color: #549616;
	overflow:hidden;
}

#slogan p {
  text-indent: -9000px;
}

#joinnewsletter {
  position:relative;
  padding: 20px;
  font-size: .9em;
  line-height: 1.3em;
  background-image: url(/images/layout/dotted_border.gif);
  background-position: right;
  background-repeat: repeat-y;
  background-color: #fff;
}

#joinnewsletter form {
  margin: 10px 0 0 0;
}

#upcomingevents {
  padding: 20px 20px 15px 20px;
  background-color: #62ac1e;
  color: #fff;
}

#upcomingevents h2 {
  color: #fff;
}

#upcomingevents h3 {
  color: #fff;
  font-weight: normal;
  font-size: 1.2em;
  margin: 0 0 10px 0;
  
}
#upcomingevents ul {
	list-style: none;
	margin-bottom: 10px;
}
#upcomingevents li {
	padding: 2px 0;
	font-size: .9em;
}
#upcomingevents p {
  font-size: .9em;
  line-height: 1.3em;
  color: #fff;
  margin: 5px 0 5px 5px;
}

#upcomingevents a {
  color:#fff;
  text-decoration:none;
}
#upcomingevents a:hover {
  color:#fff;
  text-decoration:underline;
}
	
/* Content */
a img {
	border:none;
}
#randomimage {

  width: 600px;
  height: 192px;
  background-repeat: no-repeat;
}
#randomimage a {
	display: block;
	height: 192px;
	text-indent: -1000em;
}

#content {
  position: relative;
  float: left;
  width: 405px;
  padding: 15px;
  overflow:hidden;
}

#content a {
  color: #62ac1e;
}
#content a:hover {
  background-color: #E3FFCC;
  color: #438A00;
}
#content a:visited {
}

#content p {
  margin: 0 0 1.2em 0;
}

#content input, #content select {
	font-size:1em;
}
#content h2 {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -.01em;
  color: #62ac1e;
  margin: 15px 0 10px 0;
}

#content h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 15px 0 3px 0;
}

#content h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 10px 0 2px 0;
}

#content ul {
  margin: 0 0 5px 15px;
}

#content ul li {
}
#content .box {
  padding: 15px 15px 10px 15px;
  margin: 15px 0;
  border: 1px solid #EDEAB7;
  background-color: #FEF9E0;
}

/* Homepage Items */

#resourcelibrarylink {
  position:relative;
  float: right;
  width: 165px;
  height: 100px;
  margin: 0px 0 0 0;
  background-image: url(/images/layout/home_resource_library_button.gif);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9000px;
}
#resourcelibrarylink a {
  display: block;
  width: 165px;
  height: 100px;
  text-decoration: none;
  
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}
#nonnylink {
  position:relative;
  float: right;
  width: 165px;
  height: 123px;
  margin: 0px 0;
  background-image: url(/images/layout/home_nonny_button_nonominate.gif);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9000px;
}
#nonnylink a {
  display: block;
  width: 165px;
  height: 123px;
  text-decoration: none;
  
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#donorlink {
  position:relative;
  float: right;
  width: 165px;
  height: 100px;
  margin: 15px 0 0 0;
  background-image: url(/images/layout/become_donor_button.gif);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9000px;
}
#donorlink a {
  display: block;
  width: 165px;
  height: 100px;
  text-decoration: none;
  
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#memberjobs {
  position:relative;
  float: right;
  width: 165px;
  height: 100px;
  margin: 0px 0;
  background-image: url(/images/layout/Members-Hiring.gif);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9000px;
}
#memberjobs a {
  display: block;
  width: 165px;
  height: 100px;
  text-decoration: none;
  
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#joinnow {
  position:relative;
  float: right;
  width: 165px;
  height: 100px;
  margin: 0px 0;
  background-image: url(/images/layout/Join-Greenlights.gif);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9000px;
}
#joinnow a {
  display: block;
  width: 165px;
  height: 100px;
  text-decoration: none;
  
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#communitybuilders {
	position:relative;
	float: right;
	width: 165px;
	height: 100px;
	margin: 0px 0;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9000px;
	background-image: url(/images/layout/Community-Builders.gif);
}
#communitybuilders a {
  display: block;
  width: 165px;
  height: 100px;
  text-decoration: none;
  
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#supporters {
	position:relative;
	float: right;
	width: 165px;
	height: 100px;
	margin: 0px 0;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9000px;
	background-image: url(/images/layout/Supporters.gif);
}
#supporters a {
  display: block;
  width: 165px;
  height: 100px;
  text-decoration: none;
  
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#good2gether {
	position:relative;
	float: right;
	width: 165px;
	height: 175px;
	margin: -25px 0;
	background-image: url(/images/layout/good2gether_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9000px;
}
#good2gether a {
  display: block;
  width: 165px;
  height: 175px;
  text-decoration: none;
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#austinprobono {
	position:relative;
	float: right;
	width: 165px;
	height: 100px;
	margin: 0px 0;
	background-image: url(/images/layout/Austin-Pro-Bono.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9000px;
}
#austinprobono a {
  display: block;
  width: 165px;
  height: 100px;
  text-decoration: none;
  
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#i-give-i-live {
  position:relative;
  float: right;
  width: 165px;
  height: 100px;
  margin: -25px 0;
  background-image: url(/images/layout/i-live-i-give.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9000px;
}
#i-give-i-live a {
  display: block;
  width: 165px;
  height: 100px;
  text-decoration: none;
  
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#mis {
	position:relative;
	float: right;
	width: 165px;
	height: 100px;
	margin: 0px 0;
	background-image: url(/images/layout/homeflash_mis09.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9000px;
}
#mis a {
  display: block;
  width: 165px;
  height: 100px;
  text-decoration: none;
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#weareone {
	position:relative;
	float: right;
	width: 165px;
	height: 100px;
	margin: 25px 0;
	background-image: url(/images/layout/weareone.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9000px;
}
#weareone a {
  display: block;
  width: 165px;
  height: 100px;
  text-decoration: none;
  background-image: url(/images/layout/dotted_border.gif);
  background-position: left;
  background-repeat: repeat-y;
}

#footer {
  position:relative;
  clear:both;
  width: 780px;
  background-color: #626466;
  color: #fff;
  font-size: 9px;
  padding: 10px;
  
}
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: underline; }
#footer #copyright { width: 190px; float: left; }
#footer #contactnav { width: 575px; float: left; padding: 0 0 0 15px;}

#byline { 
  position: relative;
  background-color: #DCDDDE;
  text-align: right;
  padding: 5px 0;
  font-size: 9px;
  color: #666;
}
#byline a { color: #444; text-decoration: none; }
#byline a:hover { color: #444; text-decoration: underline; }

/* ------------- Subpage --------------- */

/* Bread Crumb */

#breadcrumb {
	color: #999;
	padding: 10px 15px 0px 15px;
	width:400px;
}
#breadcrumb a {
  color: #62ac1e;
}
#breadcrumb a:hover {
  background-color: #E3FFCC;
  color: #438A00;
}
#breadcrumb a:visited {
}

/* Column */

#subpagerightcolumn {
  position:relative;
  float: right;
  width: 165px;
  margin: 0;
}

/* Other */


/* Page Specific Elements */

#workshopsheaderimg a { background:transparent url(/images/header_images/workshops.jpg) 0 0 no-repeat; display:block; text-indent:-9999em; width: 600px; height: 175px; }
#membershipheaderimg { background-image: url(/images/header_images/membership.jpg); width: 600px; height: 175px; background-repeat: no-repeat; }
#consultingheaderimg { background-image: url(/images/header_images/consulting.jpg); width: 600px; height: 175px; background-repeat: no-repeat; }
#backofficeheaderimg { background-image: url(/images/header_images/back_office.jpg); width: 600px; height: 175px; background-repeat: no-repeat; }
#resourcesheaderimg { background-image: url(/images/header_images/resources.jpg); width: 600px; height: 175px; background-repeat: no-repeat; }
#aboutusheaderimg { background-image: url(/images/header_images/about.jpg); width: 600px; height: 175px; background-repeat: no-repeat; }
#supportersheaderimg {background-image: url(../images/header_images/chubbgolfcharity.png); width: 600px; height: 192px; background-repeat:no-repeat; }

/* Nonny Awards Header Image */
#nonnyawardsheaderimg {background: url(/images/CrossRoads09c.gif) center center no-repeat; width: 600px; height: 175px; }

/* Crossroads 2009 Header Images */
#crossroadsheaderimg {background-image: url(../images/header_images/crossroads09_banner_nokeynote.jpg); width: 600px; height: 192px; background-repeat:no-repeat; }
#crossroadshomepageimg {background-image: url(../images/header_images/crossroads09_banner.jpg); width: 600px; height: 192px; background-repeat:no-repeat; }

.wep_event {
	border-bottom: 1px #99D559 solid;
	margin: 10px 0;
	padding-bottom: 10px;
}

.wep_icon {
	background-color: #ED5100;
	vertical-align:middle;
}

/* ----------------------------------- Navigation Elements ------------------------------------ */
#navarea {
	position:relative;
	height:25px;
}

#nav {
  position: absolute;
  width:600px;
  height:25px;
  top:0;
  left:0;
  list-style-type: none;
}

#nav li {
  display: block;
  float: left;
}

#nav a {
  display: block;
  font-size: 9px;
  text-indent: -9000px;
  height: 25px;
  text-decoration: none;
}

#navworkshops { width: 166px; background-image: url(/images/nav/workshops.gif); background-position: -166px 0; border-right: 1px solid #fff; }
#navmembership { width: 92px; background-image: url(/images/nav/membership.gif); background-position: -92px 0; border-right: 1px solid #fff; }
#navconsulting { width: 85px; background-image: url(/images/nav/consulting.gif); background-position: -85px 0; border-right: 1px solid #fff; }
#navresources { width: 84px; background-image: url(/images/nav/resources.gif); background-position: -84px 0; border-right: 1px solid #fff; }
#navcontact { width: 91px; background-image: url(/images/nav/contact.gif); background-position: -91px 0; border-right: 1px solid #fff; }
#navabout { width: 77px; background-image: url(/images/nav/about.gif); background-position: -77px 0 }
#navworkshops:hover, #navmembership:hover, #navconsulting:hover, #navcontact:hover, #navresources:hover, #navabout:hover { background-position: 0 0; }

/* Subpage Nav */
#subnav {
  padding: 15px 20px 20px 20px;
}
#subnav h2 {
	color: #fff;
	border-bottom: 1px solid #99D559;
	padding-bottom:5px;
	margin-bottom:0px;
}

#subnav p {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #99D559;
	font-weight: bold;
	color: #fff;
	list-style-type: none;
}

#subnav a {
  color: #fff;
  text-decoration: none;
}

#subnav a:hover p, a:hover h2  {
  text-decoration: underline;
}

#left-nav-accessory-links ul {
	margin:20px 0 0 0;
}

#left-nav-accessory-links li {
	list-style-type:none;
	margin:10px 0 0 0;
}

#left-nav-accessory-links a {
	text-transform:uppercase;
	color:#62ac1e;
	text-decoration:none;
	font-weight:bold;
}

#left-nav-accessory-links a:hover {
	color:#000;
}

/* Forms */

fieldset {
	margin: 10px 0px;
	border-width: 1px;
	border-style:solid;
	border-color: #E5E5E5;
}
legend { 
	font-weight:bold;
	padding: 5px 0 5px 0;
	color: #000;
}

#formcontainer {
	position:relative;
}

#formcontainer fieldset {
	padding:10px;
}

#formcontainer label, #formcontainer input, #formcontainer textarea, #formcontainer .wep_comment{
	display: block;
	float: left;
	margin-bottom: 3px;
}

#formcontainer input,#formcontainer label, #formcontainer select, #formcontainer textarea{
}

#formcontainer .wep_comment{
	font-size:.6em;
	padding-left: 2px;
}

#formcontainer select {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#formcontainer label {
	text-align:left;
	font-weight:normal;
	width: 11em;
	padding: 0 5px 0 0;
}

#formcontainer label.wep_questions {
	width:auto;
}

#formcontainer label.wep_close {
	width: 50px;
}

#formcontainer br {
	clear: left;
}

#formcontainer label.wep_questions {
	width:auto;
}
#Nomination_Form label {
	font-weight: bold;
}

#alerttext{
	position:relative;
	background-color:#FFD9D9;
	border: 1px solid #CC0000;
	padding: 5px;
	margin:5px 0 15px 0;
	color:#000000;
	font-weight: normal;
}

#formcontainer .wep_required {
	color: #FF0000;
}
p.donate-btn input {
	padding: 8px 16px;
	background: #FF0000 url(/images/layout/donate-bg.jpg) repeat-y;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 1em;
	font-weight: bold;
	cursor: pointer;
}
p.donate-btn input:hover {
	border: 1px solid #FF4040;
}
#skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	z-index:2;
}
/* Fixes */

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
/*\*//*/
.wep_clearfix {display: inline-block;} 
/**/
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

span.layout-replace, #skip-nav { /* Image Replacement */
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;			
}
