/* Clear margins and paddings */

* {
    margin: 0;
    padding: 0;
    border: none;
}

#outer-wrapper {
    width: 780px;
    margin: 0 auto;
    text-align: center;
    background: #fff url(/g/ashebg.png) repeat-y;
}

#advertisement {
    padding-bottom: 3px;
    background: #6090bf;
}

#tabsJ {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #24618e;
    background: #fff;
}

#tabsJ ul {
    margin:0;
    padding: 10px 10px 0 0;
    list-style:none;
}

#tabsJ li {
    display:inline;
    margin:0;
    padding:0;
}

#tabsJ a {
    float:left;
    background:url("/g/tableftJ.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
}

#tabsJ a span {
    float:left;
    display:block;
    background:url("/g/tabrightJ.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#1a5581;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabsJ a span {
    float:none;
}

/* End IE5-Mac hack */

#tabsJ a:hover span {
    color:#FFF;
}

#tabsJ a:hover {
    background-position:0% -42px;
}

#tabsJ a:hover span {
    background-position:100% -42px;
}


#home #tabsJ a#homenav, #about #tabsJ a#aboutnav, #conference #tabsJ a#conferencenav,  #join #tabsJ a#joinnav,  #org #tabsJ a#orgnav,  #activities #tabsJ a#actnav {
    color:#FFF;
    background:url("/g/tableftJ.gif") no-repeat 0% -42px;
}

#home #tabsJ a#homenav span, #about #tabsJ a#aboutnav span, #conference #tabsJ a#conferencenav span,  #join #tabsJ a#joinnav span,  #org #tabsJ a#orgnav span, #activities #tabsJ a#actnav span  {
    color:#FFF;
    background:url("/g/tabrightJ.gif") no-repeat 100% -42px;
}




#block_1_wrapper {
    float: left;
    width: 100%;
}

#block_1 {
    margin: 0 50px 0 250px;
    min-width: 200px;
}

#block_2 {
    float: left;
    margin-left: -100%;
    width: 245px;
}

#block_3 {
    float: right;
    margin-left: -100%;
    width: 250px;
}

* html #block_3 {
    margin-left: -250px;
}

#container {
    text-align: left;
}

#container:after {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#container {
    display: inline-block;
}

/*\*/

* html #container {
    height: 1%;
}

#container {
    display: block;
}

/* */

/* Formatting */

body {
    font: 76% 'Lucida Grande', Verdana, sans-serif;
    background: #369;
}

#block_1 div.inner {
    margin: 0 15px;
}

#block_1 div.inner p {
    margin-bottom: 1em;
    font-size: 1.1em;
    margin-left: 2em;
    line-height: 1.45;
}

#block_2 {
    color: #000;
    /*background: #e2e0b9;
    border-right: 1px solid #999;
    */ overflow: visible;
    position: relative;
}

#block_2 #logo {
    padding:0;
    background: #fff;
}

#block_2 #contact {
    margin-top: 10px;
}

#block_3 {
    color: #fff;
}

#block_3 ul {
    margin: 2em 2em 0 2em;
    font-size: 0.9em;
}

#block_3 ul li {
    margin-bottom: 0.5em;
}

#foot {
    background: #036;
    color: #fff;
    height: 50px;
}

#ashead {
    overflow: visible;
}

/* Date Tab formatting */

dl.datetab {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    padding: 2px;
    margin: 1em 1.5em 1em 0;
    width: 4em;
}

dl.datetab dt.datetabtype {
    display: none;
}

dl.datetab dd.weekday {
    background: #036;
    color: #ddd;
    text-align: center;
    text-transform: lowercase;
    padding: 0.2em;
}

dl.datetab dd.month {
    background: #930;
    text-align: center;
    text-transform: uppercase;
    padding: 0.2em;
}

dl.datetab dd.month a {
    color: #ddd;
    text-decoration: none;
}

dl.datetab dd.day {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
}

dl.datetab dd.day a {
    color: #000;
    text-decoration: none;
}

dl.datetab dd.year {
    background: #369;
    text-align: center;
}

dl.datetab dd.year a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* close Date Tab formatting */

/*typography*/

a {
    text-decoration: none;
    color: #000;
}

div.inner a {
    text-decoration: underline;
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
    text-decoration: underline;
}

div.inner	h1 {
    font-size: 2.5em;
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0em;
    /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

div.inner	h2 {
    font-size: 1.8em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: normal;
}

div.inner h3 {
    font-size: 1.9em;
    font-weight: bold;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #999;
}

h3 {
    font-size: 1.5em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: normal;
}

div.inner	h4 {
    font-size: 1.2em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
    border-bottom: 1px solid #666;
}

div.inner	h5 {
    font-size: 1.0em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
}

div.inner	h6 {
    font-size: 0.8em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
}

blockquote {
    margin: 1em 2em;
    width: 80%;
    padding: 1em;
    font-size: 1em;
    background: #ffc;
    border: 1px solid #dd6;
}

div.inner div.story {
    margin-left: 6em;
}

div.inner table {
    margin-left: 2em;
    border-collapse: collapse;
    border: 1px solid #366;
}

div.inner td {
    border: 1px solid #366;
}

div.story dt {font-weight: bold; font-size: 1.25em; color: #333; margin: 1em 0 0.5em -25px;}

div.story .prices {font-weight: bold; color: red; text-transform: uppercase; font-size: 0.8em;}

hr.clear {
    clear: both;
    visibility: hidden;
    height: 0;
}

#welcome {
}

div.alt-inner {
    margin:0 1em;
}

#contact dd {
    margin-bottom: 0.5em;
}

#contact dl {
    margin-bottom: 2em;
}

div.catdirectory {font: bold 180% Verdana; margin: 30px 10px;}
div.catdirectory ul li {list-style-image: url(/g/bullet.gif); }
div.catdirectory a:link, div.catdirectory a:visited {color: #9c3; text-decoration: none;}
div.catdirectory a:hover {color: #369; text-decoration: underline;}
div.catdirectory ul ul {margin-left: 2em; font-size: 85%;}

#bigpic {margin: 20px auto;}

table.fancy {border-collapse: collapse; background: #cc9; border: 1px solid #c33;}
table.fancy caption {color: #fff; background: #000; font-size: 125%;}

.invisible {visibility: hidden;}





table.i2007 {border-collapse: collapse; margin: 1em;}
caption {text-align: left; font: bold 1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
table.i2007 caption span {font: normal 0.6em  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #a3a3a3; }
table.i2007 th {
	font: bold 0.7em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #f3f3f3;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #036; margin: 0;
}


table.i2007 ul ul li, td ul li  {font-size: 1.0em;}


table.i2007 td {font: normal 0.8em "Trebuchet MS", Verdana, Arial, Helvetica,
sans-serif; color: #3f3f3f; padding: 6px; border: 1px solid #c0c0c0; margin: 0;}

table.i2007 td.sec1 {
background: #649b84; color: #fff;
}

table.i2007 td.sec2 {
background: #8d5072; color: #fff;
}

table.i2007 td.join {text-align: center;}
table.i2007 td.join:hover {background: #eee;}

table.i2007 td img {border: 0;}

table.i2007 a.join2006 {border: 0; text-decoration: none; font-size: 1.2em; font-weight: bold; color: #8d5072; width: 100%; display: block;}

table.i2007 a:hover.join2006 span {color: #036;}


table.i2007 a.join2007 {border: 0; text-decoration: none; font-size: 1.2em; font-weight: bold; color: #649b84; width: 100%; display: block;}


table.i2007 a:hover.join2007 span {color: #036;}
