/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : NASET Master Stylesheet
Author : Kevin Klein  
Email : kevin.klein@gmail.com 

Description : master stylesheet for NASET.org

Created : 8/2/06
Modified : 8/5/06

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* global whitespace reset */
* { padding:0; margin:0; }

/*********** = redefinitions = ***********/

body { 
  background:#e5e5cc url(../images/bg-body.gif) top center repeat-y;
  font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
  font-size:82.5%;
  line-height:110%;
  text-align:center;
}

/*\*/
body {
/*seen only by safari*/
font-size:78.5%;
/*seen only by IE6 for PC*/
_font-size:82.5%;
}/**/

a, a:link { 
  color:#660033;
}

a:visited { 

}

a:hover { 
  text-decoration:none;
}

p {
 
}

img { border:none; }

hr { margin-bottom: 10px;}
/***********/ 
/*********** =  STRUCTURE  = ***********/
/***********/

/*********** = layout elements = ***********/

div.container {
  background:#fff;
  margin:0 auto;
  padding:0 20px;
  text-align:left;
  width:780px;
}

div#header {
  background:#fff url(../images/bg-logo-over.gif) no-repeat 20px 0;
  height:90px;
  position:relative;
}

div#top {
  background:#fff url(../images/bg-top.gif) no-repeat 0 0;
}

div#footer {
  background:#fff url(../images/bg-footer.gif) no-repeat 0 25px;
  height:118px;
  padding: 25px 20px 0px 20px;
  clear: both;
}

/* IE HACK */
* html body#interior div#footer {
  padding: 25px 20px 0px 20px;
}

div#content div.primary {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:.95em;
  float:left;
  margin:25px 0 0 22px;  
  min-height:300px;
  width:523px;
}

div#content div.secondary {
  float:right;
  margin:25px 0 0 0;
  width:179px;
}

/*********** = header = ***********/ 

div#common-links {
  color:#999;
  font-style:italic;
  position:absolute;
  right:275px;
  top:16px;
}

div#common-links a {
  color:#7e7e5b;
  font-size:.9em;
  text-decoration:none;
}

div#common-links a:hover {
  color:#000;
  text-decoration:underline;
}

div#search {
  position:absolute;
  right:30px;
  top:12px;
}

div#search input#search {
  background:#fff;
  border:1px solid #d9d38a;
  padding:3px 2px;
  width:144px;
}

div#search input.submit {
  margin:-2px 0 0 5px;
  vertical-align:middle;
}

/*********** = footer = ***********/

div#footer div.links {
  font-size:.85em;
  margin:14px 0 0 20px;
  line-height:1.8em;
}

div#footer div.links a, 
div#footer div.links a:visited {
  border-bottom:1px solid #ddd;
  color:#ddd;
  padding:2px 0;
  text-decoration:none;
}

div#footer div.links div.primary a,
div#footer div.links div.primary a:visited {
  border-bottom:1px solid #fff;
  color:#fff;
}

div#footer div.links a:hover,
div#footer div.links div.primary a:hover {
  border-bottom:1px dotted #fff;
  color:#ccc;
}

div#footer p { 
  color:#aaa;
}

div#footer p.copyright {
  color:#ccc;
  font-style:italic;
}

div#bottomMenu {
  color: #fff;
}

div#bottomMenu2,
div#bottomMenu3 {
  color: #ddd;
}


/*********** = navigation classes = ***********/

/* primary navs */

/* Some items commented out 8/28/06 by Gabe during repair of ie hack problem (ie styles were previously picked up by non-ie browsers)
#udmWrap {
  margin-left: 38px;
  margin-bottom: 10px;
}

* html #udmWrap {
  height: 1px;
  margin-left: 27px;
}*/

/*#interior */#udmWrap {
  margin-left: 18px;
  margin-bottom: 10px;
}

* html /*#interior */#udmWrap {
  margin-left: 7px;
  height: 1px;
  font-size: .9em;
}


ul#udm a.home {
  background:#edeac8 url(../images/bg-nav-home.gif) no-repeat 14px 50%;
  text-align:left;
  text-indent:40px;
  width:87px !important;
  color: #000 !important;
}

ul#udm a.home:hover {
  background-color: #660033;
  background-image: none;
  color: #FFF !important;
}

ul#udm .topLevel {
  width: 87px;
  text-align: center;
}

#act {
  background-color: #660033;
  color: #fff;
}

#act:hover {
  background-color: #660033;
  color: #fff;
}

/* subnav */

ul#subnav {
    background:url(../images/bg-subnav.gif) no-repeat 0 0;
  clear:both;
  font-size:.95em;
  font-style:italic;
  height:32px;
  list-style-type:none;
  margin:0 0 0 10px;    
  padding:9px 0 0 0;
}

ul#subnav li {
  display:inline;
}

ul#subnav a,
ul#subnav a:visited {
  display:block;
  font-weight:bold;
  float:left;
  margin:0 10px;
  text-decoration:none;
}

ul#subnav a.active {
  color:#000;
}

ul#subnav a:hover {
  color:#7e7e5b;
  text-decoration:underline;
}

/* local navs - insert when building template */

div#localnav {
  background:url(../images/bg-localnav.gif) bottom center no-repeat;
  /*Changed this to deal with login box moving around (gabe)
  margin:25px 0 0 0;*/
  margin: 0 0 25px 0;
  padding:0 0 20px 0;
}

div#localnav ul {
  list-style-type:none;
  font-size:.95em;
  font-style:italic;
}

div#localnav ul li {
  display:inline;
}

div#localnav ul a, 
div#localnav ul a:visited { 
  background:#f5f3d7;
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  color:#000;
  display:block;
  font-weight:bold;
  margin:0 0 1px 0;
  padding:7px 0 7px 10px;
  text-decoration:none;
}

div#localnav ul a:hover { 
  background:#660033;
  color:#fff;
}

div#localnav ul li.active a,
div#localnav ul li.active a:visited {
  background:#7e7e5b;
  color:#fff;
}

div#localnav ul ul {
  background:#fff url(../images/bg-localnav-ul.gif) repeat-y 0 0;
  margin:0 1px;
  padding:2px 0 7px 0;
}

div#localnav li.active ul a,
div#localnav li.active ul a:visited {
  background-color:transparent;
  border:none;
  color:#660033;
  font-weight:normal;
  margin:0;
  padding:6px 0 6px 9px;
  text-decoration:underline;
}

div#localnav li.active ul a:hover {
  background:url(../images/bg-localnav-ul-over.gif) no-repeat 0 0;
  color:#000;
  text-decoration:none;
}

div#localnav li.active ul li.active {
  background:#fff url(../images/bg-localnav-li-active.gif) no-repeat 0 100%;
  display:block;
  padding:0 0 1px 0;
}

div#localnav li.active ul li.active a,
div#localnav li.active ul li.active a:visited {
  background:#fff url(../images/bg-localnav-active.gif)  no-repeat 0 0;
  color:#000;
  font-weight:bold;
  padding:6px 0 6px 21px;
  text-decoration:none;
}

div#breadcrumb {
  background:#f3f0ce;
  border-bottom:1px solid #e7e09c;
  color:#000;
  font-size:1.1em;
  font-style:italic;
  padding:9px 22px;
  margin: 0;
  font-size: 1.3em;
}

div#breadcrumb strong {
  font-size:1.3em;
  font-weight: normal;
}

div#breadcrumb a {
  color:#000;
  text-decoration:none;
}

div#breadcrumb a:hover {
  color:#7e7e5b;
  text-decoration:underline;
}

div.pulldown {
  background:url(../images/bg-pulldown.gif) no-repeat 0 0;
  height:35px;
  margin:0 0 15px;
  padding:7px 0 0 125px;
}

/***********/ 
/*********** =  CONTENT  = ***********/
/***********/

div#content p {
  color:#333;
  font-size:1.05em;
  line-height:1.35em;
  margin:12px 0;
}

/*********** = primary column = ***********/



/*********** = secondary column = ***********/



/*********** = headers = ***********/

/* branding/logo upper-left */
h1#logo {
  height:75px;
    width:235px;    
}

h1#logo a {
    background:#fff url(../images/bg-logo.gif) no-repeat 0 0;
  display:block;
    height:80px;
    text-decoration:none;
  text-indent:-9999px;
    width:220px;    
}

h1#logo a:hover {
    background:#fff url(../images/bg-logo-over.gif) no-repeat 0 0;   
}


/* Normal h1, same size as h3 since h2 feels a little big.
   NASET has this as a header tag in several places on site. --LT 8/9 */
h1 {
  font-size:1.6em; 
  line-height: 1.1em;
}

h2 {
  color:#7e7e5b;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.9em; 
  line-height:1.1em;
  font-weight:normal;
  margin:0 0 15px 0;
}

h2#tagline {
  background:#fff url(../images/bg-exceptional.gif) no-repeat 0 0;
  display:block;
    height:18px;
  position:absolute;
  right:30px;
    text-decoration:none;
  text-indent:-9999px;
  top:53px;
    width:387px; 
}

h3 {  
  color:#111;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.6em; 
  font-weight:normal;
  line-height:1.1em;
  margin:18px 0;
  text-align:left;
}

div#localnav h3 {
  background:#fff url(../images/bg-localnav-hdr.gif) no-repeat 0 0;
    color:#fff;
  font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
  font-size:1.3em; 
  font-style:italic;
  height:28px;
  margin:0;
  overflow:hidden;
    text-decoration:none;
    width:179px;
}

div#localnav h3 span {
  background:url(../images/bg-localnav-hdr-arrow.gif) no-repeat 100% 0;
  display:block;
  float:left;
  padding:4px 19px 0 10px;
}

/*added by gabe to deal with link styling for link to root*/
div#localnav h3 span a {
  font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
  font-size:1.3em; 
  font-weight: normal;
  font-style:italic;
  text-decoration:none;
  color:#fff;
}


h4 { 
  color:333; 
  font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
  font-size:1.2em;
  letter-spacing:.1em;
  text-transform:uppercase;  
  line-height: 21px;
}

h5 {
}

/*********** = utility classes = ***********/

.clr {
     clear:both; 
     height:1px; 
     margin:-1px 0 0 0;
}

a.mail {
  background:url(../images/icon-mail.gif) no-repeat 0% 57%;
  font-size:.7em;
  font-style:italic;
  line-height:1.4em;
  padding:0 0 0 19px;
}

a.arrow {
  background:url(../images/bg-arrow.gif) no-repeat 100% 57%;
  font-weight:bold;
  line-height:1.4em;
  padding:0 15px 0 0;
}

img.new {
  float:right;
  margin:2px 2px 2px 12px;
}

img.go {
  float:right;
  margin:2px 2px 2px 12px;
}

div.divide {
  border-bottom:1px dotted #aaa;
  font-size:1px;
  height:1px;
  margin:20px 0 19px 0;

}

/*div.button-float {
    text-align:right;
  float:right !important; 
  float:none; 
    overflow:hidden;
}*/

a.button, 
a.button-float, 
a.button:visited, 
a.button-float:visited { 
  background:url(../images/bg-btn.gif);
  display:block;
  float:right;
  font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
  font-size:12px;
  font-style:italic;
  font-weight:bold;
  height:25px;
  line-height:26px;
  padding-right:18px;
  text-decoration:underline;
  text-align:right;
  width:118px;
  background-repeat: no-repeat;
  background-position: 18px;
}

* html a.button, 
* html a.button-float, 
* html a.button:visited, 
* html a.button-float:visited {
  background-position: 18px;
}
  
a.button:hover, 
a.button-float:hover { 
    text-decoration:none;
} 

.timestamp { 
    color:#999;
    font-size:10px;
}
 
/*********** = lists = ***********/


/* ADDED .primary ul selector on these lists... -- ZACH */

.csc-menu-4 dt, 
.newsArchive ul,
#primaryContent ul,
ul.arrow, 
ul.bullet  {
    line-height:1.4em; /* increased from 1.2 to 1.4 for FF win -- ZACH */
    list-style-type:none;
    margin:5px 0 5px 5px;
}

.csc-menu-4 dt {
  font-weight: bold;
}

.csc-menu-4 dd {
  margin-left: 15px;
} 


.csc-menu-4 dt,
.newsArchive ul li,
#primaryContent ul li,
ul.arrow li {
    background:url(../images/bg-bullet.gif) no-repeat 0 1px;
    margin:7px 0 7px 0;
    padding:0 0 0 18px;
}

ul.bullet li {
    background:url(../images/bg-bullet-circ.gif) no-repeat 4px 4px;
    margin:5px 0;
    padding:0 0 0 18px;
}

.newsArchive ul li a,
#primaryContent ul li a,
ul.arrow li a {
    text-decoration:underline;
}

ul.arrow li a {
  font-family:Trebuchet, Trebuchet MS, Verdana, sans-serif;
}


.newsArchive ul li a:hover,
#primaryContent ul li a:hover,
ul.arrow li a:hover, 
ul.main li a:hover {
    text-decoration:none;
}

ul.arrow li p, 
ul.bullet li p {
    line-height:1em;
  margin:5px 0;
}

/* for subpages */
div#content div.primary ul.arrow,
div#content div.primary ul.bullet {
  color:#333;
  font-size:1.05em;
  line-height:1.35em;
  margin:10px 0 10px 10px;
}

div#content div.primary ul.arrow li a {
    text-decoration:underline;
}

div#content div.primary ul.arrow li a:hover {
    text-decoration:none;
}


/*********** = tables = ***********/

/* added auto margins left and right (gabe, 8/16)*/
#primaryContent table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
  
  
/*********** = forms = ***********/

div#login {
  background:url(../images/bg-login.gif) no-repeat 0 0;
  height:134px;
  padding:33px 0 0 10px;
  width:169px;
  /* added margin to deal with moving around on subpages (gabe) */
    margin-bottom: 25px;  
}

/*added a selector for "loggedInUser" box styling (gabe)*/
div#loggedInUser{
  font-size: 1.3em;
  line-height: 1em;
  margin-bottom: 45px;
}

* html div#loggedInUser{
  margin-bottom: 35px;
}


/*added a selector for "loggedInUser" box styling (gabe)*/
div#loggedInUser p,
div#login label {
  display:block;
  color:#fff;
  font-size:.8em;
  letter-spacing:.1em;
  margin:0 0 5px 0;
  text-transform:uppercase;
}

div#login input.text {
  background:#fff;
  border:1px solid #000;
  color:#444;
  margin:0 0 7px 0;
  padding:1px 3px;
  width:140px;
}

div#login input.login {
  float:left;
  margin:15px 0 0 0;
}

* html div#login input.login {
  float:left;
  margin:12px 0 0 0;
}


div#login a.lost {
  display:block;
  float:left;
  font-size:.8em;
  font-style:italic;
  margin:23px 0 0 8px;
}

* html div#login a.lost {
  margin:21px 0 0 8px;
}

/*********** = home = ***********/

body#home div#top {
  background:#fff url(../images/bg-home-top.jpg) no-repeat 0 0;
  min-height:500px;
  position:relative;
}

body#home div#top div.join-now {
  position: absolute;
  top: 51px;
  right: 44px;
  padding: 0;
  background: url(../images/join-now-bg.gif) top left no-repeat;
  width: 181px;
  height: 57px;
}

body#home div#top div.join-now a {
  position: absolute;
  top: 5px; right: 5px;
}

body#home div#top ul.arrow {
  margin:0;
}

body#home div#content {
  background:#fff url(../images/bg-home-bottom.jpg) no-repeat 0 0;
  color:#333;
  padding-bottom:20px;
}

*html body#home div#top {
  height:500px; /* min-height for IE */
}

body#home div#login {
  background:url(../images/bg-login-home.gif) no-repeat 0 0;
  left:38px;
  position:absolute;
  top:51px;
}

body#home div.quote {
  background:url(../images/bg-quote-left.gif) no-repeat 0 3px;
  color:#7e7e5b;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.25em;
  line-height:1.25em;
  left:23px;
  padding:0 0 0 19px;
  position:absolute;
  top:250px;
  width:180px;
}

body#home div.quote span {
  background:url(../images/bg-quote-r.gif) no-repeat 100% 99%;
  display:block;
  padding:0 19px 0 0;
}

body#home div.quote p.attribute {
  color:#ccc683;
  /*font-size:1.6em; commented out by Gabe 8/16, per email*/
  padding:0;
  margin:8px 0 12px 0;
}

body#home div.intro  {
  color:#660033;
  font-style:italic;
  font-size:1.1em;
  left:250px;
  line-height:1.4em;
  position:absolute;
  top:345px;
  width:325px;
}

body#home div.intro h1 {
  margin:0 0 11px 0;
  color:#660033;
  font-style:italic;
  font-size:1.1em;
  line-height:1.4em;
  width:325px;
}

body#home div.intro p, body#home div.intro h1 {
  margin:0 0 11px 0;
}

body#home div.news {
  position:absolute;
  right:20px;
  top:112px;
  width:201px;
}

body#home h3.news {
  background:url(../images/hdr-naset-news.gif) no-repeat 0 0;
  height:15px;
  margin:5px 0 35px 0;
  text-indent:-9999px;
  width:110px;
}

body#home h3.resources,
body#home h3.career-center {
  background:url(../images/hdr-career-center.gif) no-repeat 0 0;
  height:30px;
  margin:0 0 10px 0;
  text-indent:-9999px;
  width:201px;
} 

body#home h3.resources {
  background:url(../images/hdr-resources.gif) no-repeat 0 0;
}

body#home h3.job-board {
  background:url(../images/hdr-job-board.gif) no-repeat 0 0;
  height:26px;
  margin:12px 0 5px 0;
  text-indent:-9999px;
  width:201px;
}

body#home div.items {
  color:#333;
  height:295px;
  overflow:auto;
  padding-right:10px;
  padding-top: 10px;
}

body#home div.items p {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:.9em;
  line-height:1.2em;
}

body#home div.new {
  min-height:400px;
  margin:0 228px;
  padding:19px 0 0 0;
  width:325px;
  
  float: left;
  margin: 0 0 0 26px;
}

body#home div.col {
  font-size:.95em;
  margin:0 auto;
  padding:19px 0 0 0;
  width:203px;
}

body#home div.col.first {
  float:left;
}

body#home div.col.second {
  float:right;
}

body#home div.col img,
body#home div.new img {
  float:right;
  margin:2px 2px 2px 12px;
}

/* to deal with csc-textpic (tt_content) wrapping of images: */

body#home div.col .csc-textpic img,
body#home div.new .csc-textpic img{
  float: none;
  margin: 0 auto;
}

/*
body#home #centerContent div div.csc-textpic-clear,
body#home #centerContent div div.csc-textpic-text {
  clear: none;
}
*/
body#home div.job-items {
  height:250px;
  overflow:auto;
  padding-right:8px;
  margin-bottom: 20px;
}

/* GB: Disable the job-items box 2008-02-14 */
body#home #jobItems {
  display: none;
}

body#home div.forums {
    background:url(../images/bg-forums.gif) no-repeat 0 0;
    clear:both;
    color:#000;
    height:100px;
    margin:10px 0 20px 0;
    position:relative;
    width:200px;
}

body#home div.forums ul {
    list-style-type:none;
    position:absolute;
    left:9px;
    top:20px;
} 

body#home div.forums li {
    margin:5px 0;
}

body#home div.col ul.arrow li {
  font-size:1.1em;
  margin-bottom:15px;
}

body#home div.col ul.arrow p {
  font-size:.9em;
  margin:5px 0;
}

#primaryContent ol {
  margin-left: 20px;
  margin-bottom: 8px;
}

.tx-srfeuserregister-pi1 fieldset {
  border: 0;
}
  
div#left .csc-textpic, div#left .csc-textpic-center, div#left .csc-textpic-below, div#left .csc-textpic {
  float: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#centerContent ul {
/*  display: inline-block;*/
  list-style-type: none;
}

/* Bumping a specific tower Flash ad over a couple pixels */
div#c18884 {
  position: relative;
  left: 2px;
}
