@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding:0px;
}

p {
margin: 0 0 20px 0;
}

body#home {
background: #fff url(../imgs/body_bg-home.png) repeat-x top left;
font-family:Tahoma, Verdana, Arial;
font-size: 12px;
color: #666;
}

body {
background: #fff url(../imgs/body_bg-sub.png) repeat-x top left;
font-family:Tahoma, Verdana, Arial;
font-size: 12px;
color: #666;
}

ul.main_nav {
list-style:none;
}

ul.main_nav li {
display:inline;
}

h2{
display:block;
margin-bottom: 10px;
padding-bottom: 4px;
border-bottom: 1px solid #c0d2e5;
color:#215085;
font-size:24px;
}


#wrapper {
width: 830px;
margin:0 auto;
display:block;
}

#header {
display: block;
float:left;
width: 830px;
height: 121px;
}

#logo {
background: url(../imgs/adk_logo.png) no-repeat top left;
float:left;
display:inline-block;
height:61px;
width:174px;
margin: 25px 0 0 35px;
cursor:pointer;
outline:none;
}

#logo b {
display:none;
}

#donate {
background: url(../imgs/donate_button.png) no-repeat top left;
float:right;
display:inline-block;
height:65px;
width:170px;
margin: 25px 35px 0 0px;
cursor:pointer;
outline:none;
}

a:hover#donate {
background: url(../imgs/donate_button.png) no-repeat;
background-position: left -65px !important;
}

#donate b {
display:none;
}

#main_contents{
display:block;
float:left;
margin: 80px 0 0 0;
width: 830px;
}

#sub_contents{
display:block;
float:left;
margin: 20px 0 0 0;
width: 830px;
}

#main_col_one {
width: 440px;
display:block;
float:left;
font-size: 14px;
margin: 0 20px 0 0;
}

#main_col_two {
width: 350px;
display:block;
float:left;
margin: 0;
}

#sub_col_one {
width: 500px;
display:block;
float:left;
margin: 0 20px 0 0;
}

#sub_col_two {
width: 310px;
display:block;
float:left;
margin: 0;
}

#guest_button {
display:block;
float:center;
background:url(../imgs/guest_button.png) no-repeat top left;
height: 48px;
width:350px;
margin: 20px 0 0 0;
outline:none;
}

a:hover#guest_button {
background:url(../imgs/guest_button.png) no-repeat;
background-position: left -48px;
}

#guest_button b{
display:none;
}

#new_user_button {
display:inline-block;
float:right;
background:url(../imgs/new_user_button.png) no-repeat top left;
height: 48px;
width:350px;
margin: 20px 20px 0 0;
outline:none;
}

a:hover#new_user_button {
background:url(../imgs/new_user_button.png) no-repeat;
background-position: left -48px;
}

#new_user_button b{
display:none;
}

/*Search */ 

#search {
background: #dee6f1;
color:#000;
float:left;
margin-bottom: 20px;
clear:left;
width:500px;

}

#search label {
display:block;
clear:both;
padding: 10px 0 10px 0;
}

#search .textfield {
width: 200px;
float:left;
margin: 0 10px 10px 0;
border: 1px solid #B3C8DD;
display:block;
padding:2px;
}


.search_content {
padding: 0px 20px 10px 20px;
}


/* Login */

#login {
background: #dee6f1;
color:#000;
float:right;
}

#login span{
font-size: 11px;
}

#login a.login_button, #login a:link.login_button , #login a:active.login_button , #login a:visited.login_button  {
clear:both;
display:block;
margin: 10px 0 0 0;
outline:none !important;
background:url(../imgs/login_button_bg.jpg) no-repeat top left;
font-weight:bold;
font-size:12px !important;
color:#fff !important;
padding: 8px 0px;
border:none;
text-align:center;
width:86px;
cursor:pointer;
text-decoration:none !important;
}

#login a:hover.login_button {
background-position: -86px top;
}

#search a.search_button, #search a:link.search_button , #login a:active.search_button , #login a:visited.search_button  {
clear:both;
display:block;
margin: 10px 0 0 0;
outline:none !important;
background:url(../imgs/login_button_bg.jpg) no-repeat top left;
font-weight:bold;
font-size:12px !important;
color:#fff !important;
padding: 8px 0px;
border:none;
text-align:center;
width:86px;
cursor:pointer;
text-decoration:none !important;
}

#search a:hover.search_button {
background-position: -86px top;
}

#login a, #login a:link, #login a:visited, #login a:active {
text-decoration: underline;
color:#000;
font-size: 11px
}

#login a:hover {
text-decoration: none;
color:#000;
}

#login label {
display:block;
clear:both;
padding: 10px 0 10px 0;
}

#login .textfield {
border:none;
padding:6px;
width: 298px;
margin-bottom: 10px;
outline:none;
}

.login_content {
padding: 0px 20px 10px 20px;
}

#login .checkbox {
border:none;
}

.roundtop { 
	background: url(../imgs/login_tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../imgs/login_br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}


#footer {
background: url(../imgs/footer_bg.gif) repeat-x top left;
display:block;
float:left;
width:830px;
margin: 40px 0 0 0;
padding: 20px 0;
text-align:center;
font-size:11px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
text-decoration: none;
color:#666;
font-size: 11px
}

#footer a:hover {
text-decoration: underline;
color:#666;
}

/* News List */
.news_list {
display:block;
float:left;
width: 310px;
margin-bottom: 10px;
}

.news_date {
float:left;
display:block;
width: 90px;
}

.news_description {
float:left;
display:block;
width: 220px;
}

.events_list {
display:block;
float:left;
width: 500px;
margin-bottom: 10px;
}

.events_image {
width: 80px;
float:left;
display:block;
}

.events_image img {
border:1px solid #215085;
}

.events_description {
float:left;
display:block;
width: 420px;
}

p.title {
margin: 0px;
padding:0px;
}

p.description{
margin: 0px;
padding:0px;
}

p.title a, p.title a:link, p.title a:visited, p.title a:active {
color: #215085;
font-weight:bold;
}

#icons {
display:block;
float:left;
width:830px;
margin-bottom: 20px;
}

#run2change {
display:inline-block;
float:left;
width: 200px;
height:100px;
background:url(../imgs/run2change.png) no-repeat top left;
margin-right: 10px;
}

#play2change {
display:inline-block;
float:left;
width: 200px;
height:100px;
background:url(../imgs/play2change.png) no-repeat top left;
margin-right: 10px;
}

#create_yourown{
display:inline-block;
float:left;
width: 200px;
height:100px;
background:url(../imgs/create.png) no-repeat top left;
margin-right: 10px;
}

#nonprofits{
display:inline-block;
float:left;
width: 200px;
height:100px;
background:url(../imgs/non_profits.png) no-repeat top left;
}

.status {
float:right;
color:#fff;
margin-top: 10px;
font-size:11px;
}

.status a, .status a:link, .status a:visited, .status a:active {
color: #fff;
text-decoration: none;
} 

.status a:hover {
text-decoration: underline;
}

.learn_more {
display:block;
width:102px;
height:19px;
color:#434343;
background:url(../imgs/button_bg.gif) no-repeat top left;
text-decoration:none;
text-align:center;
padding: 4px 0 0 0;
margin:0 0 5px 0;
}

a:hover.learn_more {
background:url(../imgs/button_bg.gif) no-repeat;
background-position: left -23px;
}


.button_container {
margin: 40px 0 0 90px;
}

/* Dropdowns */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			15em;
	padding:0px
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.3em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	margin-top: -1px;
}
.sf-menu li a {
	padding: 		1.2em 2em 1.15em 2em;
	text-decoration:none;
}

.sf-menu li li a {
	padding: 		1.1em 1em;
	text-decoration:none;
	font-size:11px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	font-weight:	bold;
}
.sf-menu li {
	background:		none;
}
.sf-menu li li {
	background:		#255388;
}

.sf-menu li li a{
	background:		padding: 0px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: url(../imgs/nav_hover.png) top left repeat-x;
	outline:		0;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../imgs/arrows-ffffff.png') no-repeat -10px -98px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.2em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}



.goingclear-web-development {
color:#666666;
FONT-SIZE: 10px;
font-style:italic;
}



A.goingclear-internet-strategy:link
{
	COLOR: #1D4575;
	TEXT-DECORATION: none;
FONT-SIZE: 10px;
	FONT-FAMILY: arial,tahoma,geneva,helvetica,sans serif;
}

A.goingclear-internet-strategy:visited
{
	COLOR: #1D4575;
	TEXT-DECORATION: none;
FONT-SIZE: 10px;
	FONT-FAMILY: arial,tahoma,geneva,helvetica,sans serif;
}

A.goingclear-internet-strategy:active
{
	COLOR: #1D4575;
	TEXT-DECORATION: none;
FONT-SIZE: 10px;
	FONT-FAMILY: arial,tahoma,geneva,helvetica,sans serif;
}

A.goingclear-internet-strategy:hover
{
	COLOR: #0077B8;
	TEXT-DECORATION: none;
FONT-SIZE: 10px;
	FONT-FAMILY: arial,tahoma,geneva,helvetica,sans serif;
}	



IMG.pics
{
	BORDER : 1px solid #87A9CE;
	MARGIN-RIGHT : 0px;
}


