@charset "UTF-8";

html, body, p, ul, dl, li, h1, h2, h3, img {
margin: 0;
padding: 0;
}


/* General Layout
-------------------------------------*/
body {
	background-image: url(../img/bg.jpg);
	background-color: #e3e8ee;
	background-position: left-top;
	background-repeat: repeat-x;
	text-align: center;
}

img	{
	border: 0;
}

#container  {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

#header  {
	height: 100px;
	padding: 8px 0 5px 0;
	position: relative;
	z-index:250;
}


#rheader {
	top:5px;
	right:0px;
	position: absolute;
}

#rheader img{
	display:inline;
}

.clear {
	overflow: hidden;
	width: 100%;
}



/* General Typography
-------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #074980;
}

a {
	text-decoration: none;
	color: #074980;
}

a:visited {
	text-decoration: none;
	color: #074980;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}
	
ul {
	list-style: none;
}


h1 {
	font-size: 2em;
    color:#074980;
}

h2 {
    font-size: 1.5em;
    /*font-family: Tahoma, Arial;*/
	font-family: Arial, Helvetica, sans-serif;
    color:#074980;
    font-weight:500;
}

h3 {
	font-size: 1.15em;
    /*font-family: Tahoma, Arial;*/
	font-family: Arial, Helvetica, sans-serif;
    color:#074980;
    font-weight:400;
}




.txtbox
{
    font-family: Arial;
	font-size: 1em;
	line-height: 1.5em;
}

.btn
{
    font-family: Arial;
	font-size: 1em;
	line-height: 1.5em;
    padding: 2px;	
}

.dropDown
{
    font-family: Arial;
	font-size: 1em;
	line-height: 1.5em;
    padding: 4px;
}

.alert
{
    font-family: Tahoma, Arial, Lucida Console;
	font-size: 1.25em;
    color:Red;
	line-height: 1.5em;
}

.nav-dynamic a {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: Black;
	text-decoration: none;
	font-weight:400;
	font-size:small;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Arial, Lucida Console;
}

.nav-dynamic a:hover {
	background-color: #ff8b02;
	color: #FFFFFF;
	font-weight:500;
}

.eventTitle {
    font-size: 1.5em;
    font-family: Tahoma, Arial;
    font-weight:500;
}

.photo-credit {
	font-size: .75em;
}



/* Chapter Selector
-------------------------------------*/
#menu {
	margin: 10px 0 20px 0;
	width: 250px;
	height: 25px;
	font-size: 0.8em;
	position:relative;
	z-index:250;
	font-family: Tahoma, Arial, Lucida Console;
	font-size: 1em;

}

/*IE 5.5*/
* html .menu 
{
	width:251px; 
}

#menu a, #menu a:visited {
	display:block;
	color:#fff;
	text-align: right;
	width: 238px;
	height: 23px;
	border: 1px solid #000;
	border-width: 1px 1px 1px 1px;
	background:#0a71a5;
	padding-right:10px;
	line-height:22px;
}

/*IE 5.5*/
* html #menu a, * html #menu a:visited 
{
	width:239px; 
}

/*.menu ul li{
	border: solid #000000 1px;
	background: #FFFFC8;
	padding: 3px 4px 2px 4px;
	font-weight: bold;
	text-align: right;
}*/

#menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 24px;
	right: 0;
	width: 250px;
	border-top:1px solid #000;
}

#menu table 
{	position:absolute; 
	top:0; 
	right:0; 
	border-collapse:collapse;
}

#menu ul ul a {
	background:#0a71a5;
	color:#fff; 
	padding: 0 0 10 0px;
	border-width: 0 1px 1px 1px;
}

#menu a:hover, #menu ul ul a:hover { 
	background:#ff8b02;
}

#menu ul li:hover ul, #menu ul a:hover ul { visibility: visible;
}


/* Navigation
-------------------------------------*/
#nav {
	height: 38px;
	z-index: 0;
	padding-top:5px;
}

#nav a {
	display: block;
	height: 38px;
	overflow: hidden;
	text-indent: -999em;
}

#nav li {
	float:left;
	position: relative;
}

#nav-home a {
	width: 74px;
	background: url(../img/nav-home.png);
}

#nav-learn a {
	width: 76px;
	background: url(../img/nav-learn.png);
}

#nav-think a {
	width: 77px;
	background: url(../img/nav-think.png);
}

#nav-discover a {
	width: 89px;
	background-image: url(../img/nav-discover.png);
}

#nav-read a {
	width: 79px;
	background-image: url(../img/nav-read.png);
}

#nav-attend a {
	width: 75px;
	background-image: url(../img/nav-attend.png);
}

#nav-act a {
	width: 73px;
	background-image: url(../img/nav-act.png);
}

#nav-report a {
	width: 74px;
	background-image: url(../img/nav-report.png);
}

#nav-view a {
	width: 76px;
	background-image: url(../img/nav-view.png);
}

#nav li a:hover	{
	background-position: 0 -38px;
}

#nav li:hover ul, #nav li a:hover ul { 
	left: 0; 
	display: block;
}

#nav li li { 
	float: none;
	width: 100%; 
}

#nav li li a, #nav li li a:active {
	background: none;
	color:#FFFFFF;
	height: auto;
	padding: 0 10% 0px;
	text-indent: 0;
	width: 76%;
}

#nav li li a:hover {
	background: none;
	color:#ff8b02;
	text-decoration:underline;
	height: auto;
	padding: 0 10% 0px;
	text-indent: 0;
	width: 76%;
}
		
#nav li ul {
	background: #0f5c94;
	border-bottom: solid #e3e8ee 2px;
	display: none;
	line-height: 1.5;
	padding: 10px 10px 10px 15px;
	position: absolute;
	width: 200px;
	z-index: 9999;
}

/* Content Boxes
-------------------------------------*/
#banner-learn {
	background-image:url(../img/banner-learn.jpg);
	height:200px;
	text-indent: -9999px;
}

#banner-home{
	background-image:url(../img/banner-home-01.jpg);
	height:600px;
	text-indent: -9999px;
}

#mainContent {
	padding: 10px 0 20px 0;
}

#mainContent h1 {
	margin: 15px 20px 15px 20px;
}

#mainContent h2 {
	margin: 5px 20px 15px 20px;
}

#mainContent h3 {
	margin: 0 20px 0 20px;
}

#mainContent p {
	margin: 10px 20px 10px 20px;
}

#mainContent ul {
	margin: 10px 20px 10px 20px;
}

#mainContent ul#subLinks{
	padding: 0 0 10px 20px;
	border-bottom: dotted #000 1px;
}

#mainContent ul#subLinks li{
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 30px 0 0;
}

#mainContent ul#subLinks li a{
    font-size: .9em;
	font-weight:normal;
}

#mainContent img {
	border: solid #ccc 1px;
	margin: 5px 20px 15px 20px;
}

#mainContent .photo-credit {
	text-align:right;
}

#footer {
	padding: 20px 20px 40px 0;
	border-top: solid #79D0F2 3px;
	text-align: right;
	font-size: 0.7em;
}

#footer img {
	float: left;
	margin: 0 30px 0 0;
}
	
/* Events
-------------------------------------*/
#events{
	font-size .85em;
	line-height: 1.7em;
	margin: 0 20px 20px 20px;
}

#events h1 {
	margin: 20px 0 20px 0;
}

#events h2 {
    margin: 0 auto;
}

#events p {
	margin: 0 0 0 0;
}

#events img {
	float:left;
	margin: 0 15px 0 0;
	border: solid #ccc 1px;
}

.eventsFooter {
	border-bottom: dotted #000 1px;
	font-size: 0.8em;
	margin: 0 0 20px 0;
	padding: 5px 0 10px 0;
}
	
.eventsFooter#last {
	font-size: 0.8em;
	margin: 0 0 5px 0;
}

#events-archive {
	margin: 0 0 10px 0;
}

#events-archive ul {
    border-bottom: 0px;
	font-size: 1.2em;
}

/* Local Chapter Styles
-------------------------------------*/

/*#header img {
    display:inline;
}*/

#header h1 {
	font-size:2.4em;
	line-height:1.2em;
	left:250px;
	top: 42px;
    display:inline;
	position:absolute;
}

#nav-local-events a {
	width: 83px;
	background: url(../img/nav-local-events.png);
}

#nav-local-photos a {
	width: 87px;
	background: url(../img/nav-local-photos.png);
}

#nav-local-news a {
	width: 74px;
	background: url(../img/nav-local-news.png);
}

#nav-local-join a {
	width: 134px;
	background: url(../img/nav-local-join.png);
}

#banner-local-sf {
	background-image:url(../img/banner-local-sf.jpg);
	height:200px;
	text-indent: -9999px;
}

