/*
-------------------
GOBAL STYLE RESETS
-------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a{color:#000;}

a:hover{color:#000;}

/*
-------------------
MAIN ELEMENTS
-------------------
*/

body, html{
	background:#D3D3D3 url(/page/-/images/body_bg.gif) top left;
	color:#000;
	font: 85%/1.5 verdana, arial, helvetica, sans-serif;
}

#wrapper{
	position:relative;
	top:0;
	left:0;
	width:804px;
	margin:0 auto;
	padding:0 24px 26px 27px;
	background-color:#E9E9E9;
}

#masthead{
	position:relative;
	height:344px;
	// background:transparent url(/page/-/images/empowerchange.jpg) top left no-repeat;
}

#masthead #left_img {
float: left;
height: 281px; 
width: 535px;
}

#stayinformed{
	position:absolute;
	top:0;
	right:0;
	width:269px;
	height:281px;
	background:transparent url(/page/-/images/stayinformed_bg.gif) top left no-repeat;
}

/*
-------------------
NAVIGATION 
-------------------
*/

#global_nav{
	position:absolute;
	top:281px;
	left:0;
}

#global_nav li{display:inline;}

#global_nav li a.about{
	background:transparent url(/page/-/images/about_off.png) top left no-repeat;
	float:left;
	width:113px;
	height:63px;
}

#global_nav li a:hover.about{
	background:transparent url(/page/-/images/about_on.png) top left no-repeat;
}

#global_nav li a.events{
	background:transparent url(/page/-/images/events_off.png) top left no-repeat;
	float:left;
	width:112px;
	height:63px;
}

#global_nav li a:hover.events{
	background:transparent url(/page/-/images/events_on.png) top left no-repeat;
}

#global_nav li a.education{
	background:transparent url(/page/-/images/education_off.png) top left no-repeat;
	float:left;
	width:113px;
	height:63px;
}

#global_nav li a:hover.education{
	background:transparent url(/page/-/images/education_on.png) top left no-repeat;
}

#global_nav li a.workshops{
	background:transparent url(/page/-/images/workshops_off.png) top left no-repeat;
	float:left;
	width:113px;
	height:63px;
}

#global_nav li a:hover.workshops{
	background:transparent url(/page/-/images/workshops_on.png) top left no-repeat;
}

#global_nav li a.network{
	background:transparent url(/page/-/images/network_off.png) top left no-repeat;
	float:left;
	width:113px;
	height:63px;
}

#global_nav li a:hover.network{
	background:transparent url(/page/-/images/network_on.png) top left no-repeat;
}

#global_nav li a.news{
	background:transparent url(/page/-/images/news_off.png) top left no-repeat;
	float:left;
	width:112px;
	height:63px;
}

#global_nav li a:hover.news{
	background:transparent url(/page/-/images/news_on.png) top left no-repeat;
}

#global_nav li a.contact{
	background:transparent url(/page/-/images/contact_off.png) top left no-repeat;
	float:left;
	width:128px;
	height:63px;
}

#global_nav li a:hover.contact{
	background:transparent url(/page/-/images/contact_on.png) top left no-repeat;
}

#global_nav li a span{display:none;}






/*
-------------------
CONTENT ELEMENTS
-------------------
*/

h1{
	position:relative;
	top:10px;
	left:10px;
	height:45px;
	width:280px;
}

h1 a{
	display:block;
	height:45px;
	width:280px;	
}

h1 span{display:none;}

#masthead #stayinformed h2{
	color:#FFF;
	width:193px;
	height:100px;
	background:transparent url(/page/-/images/adi_logo.gif) top left no-repeat;
	margin:0 auto;
	margin-top:25px;
}

h2 span{display:none;}

#stayinformed h3{
	background: transparent url(/page/-/images/stayinformed.gif) top left no-repeat;
	text-indent:-7000em;
	width:226px;
	height:21px;
	margin:0 auto;
	margin-top:25px;
}

#stayinformed p{
	clear:both;
	width:228px;
	margin:0 auto;
	color:#FFF;
	font-size:.8em;
	font-weight:bold;
	font-style:italic;
	overflow:hidden;
}

#stayinformed form{
	margin:10px 0;
}

#stayinformed form label{display:none;}

#stayinformed form input{
	float:left;
	height:13px;
	padding:0;
	margin:0;
	margin-right:7px;
	font-size:1em;
	border:1px solid #000;
	border-bottom:1px solid #C6A18E;
	border-right:1px solid #C6A18E;
}

#stayinformed form input#email{
	width:105px;
	height:13px;	
	padding-left:3px;
	padding-top:1px;
}

#stayinformed form input#zip{
	width:55px;
	height:13px;	
	padding-left:3px;
	padding-top:1px;	
}

#stayinformed form input.submit{
	border:0;
	margin-right:0;
	height:15px;
}

#content{
	position:relative;
	overflow:hidden;
	margin-top:8px;
}

#subcontent{
	float:left;
	width:265px;
}

#sub #subcontent{
	float:right;
	width:206px;
}

#maincontent{
	float:right;
	width:535px;
}

#maincontent img{
margin: 10px;
}
#maincontent table#events {

margin-left: 16px;
padding: 8px;
}

#maincontent table#events th{

padding-right: 8px;
}

#sub #maincontent{
	float:left;
	width:594px;
}

#actioncenter, #video, #profile, #makeadifference, #leadership, #trends, #footer, #sub #maincontent, #sub #subnav{
	background-color:#FFF;
	background:#FFF url(/page/-/images/box_right.gif) top right repeat-y;
}

#actioncenter, #video{
	float:left;
	clear:left;
	width:264px;
}

#actioncenter h3{
	text-indent:-5000em;
	background:url(/page/-/images/actioncenter.gif) 0 16px no-repeat;
	margin-left:90px;
	height:32px;
	width:161px;
}

/*#actioncenter h3 span, #video h3 span, #leadership span{display:none;}*/

#actioncenter ul{
	clear:right;
	margin:12px 0 7px 10px;
	width:240px;
}

#actioncenter ul li{margin-bottom:5px;}

#actioncenter a{
	display:block;
	width:240px;
	height:51px;
}

#actioncenter a.network{
	background:url(/page/-/images/enterthenetwork.png) top left no-repeat;
}

#actioncenter a.register{
	background:url(/page/-/images/registerforevents.png) top left no-repeat;
}

#actioncenter a.online{
	background:url(/page/-/images/onlineprogramming.png) top left no-repeat;
}

#actioncenter a span{display:none;}

#video{margin-top:5px;}

#video h3{
	text-indent:-5000em;
	background:url(/page/-/images/video.gif) 0 16px no-repeat;
	margin-left:53px;
	height:37px;
	width:199px;
	margin-bottom:11px;
}

#video img, #video object{
	margin:0 0 10px 10px;
}

#video h4{
	font-size:.9em;
	font-weight:bold;
	width:238px;
	margin-left:10px;
	line-height:1.5;	
}

#video p{
	font-size:.9em;
	width:238px;
	margin:0 0 10px 10px;
	line-height:1.5;
}

#profile{
	float:left;
	width:324px;
}

#profile div.image{
	float:right;
	margin-right:12px;
}

#profile h4{
	color:#C73327;
	font-size:1.2em;
	font-weight:bold;
	font-family:"Trebuchet MS";
	padding-left:16px;
	padding-top:12px;
	line-height:1.5;
}

#profile p{
	padding:0 16px 10px 16px;	
	line-height:1.3;
}

#profile p a{font-weight:bold;}

#profile h5{
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	color:#C73327;
	text-align:center;
	line-height:1.5;	
}

#makeadifference{
	width:206px;
	float:right;
	height:63px;
}

#leadership{
	clear:right;
	float:right;
	width:206px;
	margin-top:10px;
}

#leadership h3{
	text-indent:-5000em;
	background:url(/page/-/images/leadership.gif) 0 16px no-repeat;
	margin-left:15px;
	height:64px;
	width:180px;
	margin-bottom:11px;
}

#leadership ul{
	clear:right;
	margin:5px 0 7px 10px;
	width:178px;
}

#leadership ul li{margin-bottom:1px;}

#leadership a, ul.leadership a{
	display:block;
	width:178px;
	height:47px;
}

ul.leadership{
	margin:5px 0 7px 10px;
	width:178px;
}

#leadership a.dashboard, ul.leadership a.dashboard{
	background:url(/page/-/images/dashboard.png) top left no-repeat;
}

#leadership a.events, ul.leadership a.events{
	background:url(/page/-/images/events.png) top left no-repeat;
}

#leadership a.groups, ul.leadership a.groups{
	background:url(/page/-/images/groups.png) top left no-repeat;
}

#leadership a span, ul.leadership a span{display:none;}

#trends{
	float:right;
	width:536px;
	margin-top:5px;
}

#trends h3{
	text-indent:-5000em;
	background:url(/page/-/images/insite.gif) 0 10px no-repeat;
	margin-left:225px;
	height:45px;
	width:296px;
}

#trends ul{width:536px;}

#trends p{
	padding:5px 10px;
	font-size:.9em;
	line-height:1.5;
}

#trends ul li p a{padding-left:5px;}

#trends p strong{font-weight:bold;}

#makeadifference h3{
	text-indent:-7000em;
	width:202px;
	height:63px;
	background:url(/page/-/images/contribute.gif) top left no-repeat;
}

/*
-------------------
SUB CONTENT STYLES
-------------------
*/
#sub #maincontent h3{
	color:#C73327;
	padding-left:24px;
	padding-top:15px;
	font-weight:bold;
	font-size:2em;
	line-height:1.5;
}

#sub #maincontent h4{
	font-weight:bold;
	font-size:1.5em;
	padding:5px 0 5px 24px;
	color:#000;
	line-height:1.5;	
}

#sub #maincontent p{
	padding:0 24px 24px 24px;
	line-height:1.7;
}

#sub #maincontent p a{color:#C73327;}

#subnav{
	clear:right;
	position:relative;
}

#subnav h3{
	position:relative;
	top:9px;
	background:transparent url(/page/-/images/subnav_bg.png) top left repeat-x;
	width:175px;
	height:31px;
	line-height:31px;	
	padding-left:10px;
	margin-left:9px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	font-family:"Trebuchet MS";	
}

#subnav ul{
	position:relative;
	top:9px;
}

#subnav ul.subnav{margin-left:9px;}

#subnav ul li a{
	width:175px;
	height:29px;
	line-height:29px;
	background-color:#C6DDED;
	display:block;
	border-bottom:1px solid #0E3E6C;
	font-size:1.2em;
	font-weight:bold;
	font-family:"Trebuchet MS";	
	text-decoration:none;
	padding-left:10px;
}

#subnav ul li a.active{
	background-color:#6A96BB;
	color:#FFF;
}

h3.leadership{
	text-indent:-5000em;
	margin-top:10px;
	background:url(/page/-/images/leadership.gif) top left no-repeat !important;
	height:50px !important;
	width:180px;
}

#subnav ul.leadership{
	margin-bottom:20px;
	background-color:#FFF;
}

#subnav ul.leadership li a{
	padding-left:0;
	width:178px;
	height:47px;
	border:0;
	background-color:#FFF;
}

div.bottom{
	width:100%;
	height:5px;
	line-height:5px;
	font-size:0;
	background:transparent url(/page/-/images/box_bottom.gif) bottom right no-repeat;
}

/*
-------------------
FOOTER ELEMENTS
-------------------
*/

#footer{
	clear:both;
	color:#939698;
	margin-top:5px;
	padding-top:5px;
	overflow:hidden;
}

#footer ul{
	float:left;
	margin-top:10px;
}

#footer ul.partners li{display:inline;}

#footer ul.partners li a{
	margin-left:20px;
	height:31px;
	display:block;
	float:left;
}

#footer ul.partners li a.facebook{
	background:transparent url(/page/-/images/facebook.gif) bottom right no-repeat;
	width:63px;
}

#footer ul.partners li a.myspace{
	background:transparent url(/page/-/images/myspace.gif) bottom right no-repeat;
	width:85px;
}

#footer ul.partners li a.flickr{
	background:transparent url(/page/-/images/flickr.gif) bottom right no-repeat;
	width:50px;
}

#footer ul.partners li a span{display:none;}

#footer h3{
	text-indent:-5000em;
	background:url(/page/-/images/adi.gif) 0 10px no-repeat;
	float:right;
	height:30px;
	width:345px;
	padding-right:17px;
}

#footer p{
	clear:right;
	width:788px;
	padding-bottom:10px;
	margin-right:17px;
	text-align:right;
	font-size:.9em;
	font-weight:bold;
}

#footer p a{
	color:#939698;
	text-decoration:underline;
}