/************************************************

Site Design & Programming by
 _____ _          _____    _____                 
|_   _| |_ ___   |  _  |  |   __|___ ___ _ _ ___ 
  | | |   | -_|  |     |  |  |  |  _| . | | | . |
  |_| |_|_|___|  |__|__|  |_____|_| |___|___|  _|
                                            |_|
                                   www.agroup.com											 
											 
************************************************/

@import url("../taglib/css/reset.css");

button::-moz-focus-inner { 
	border: 0; 
}

/*--------- BASIC STYLES & TYPOGRAPHY ---------*/

body {
	font: 13px/1.7em "trebuchet ms", arial;
	color: #222;
	background:#0f0c09 url("../images/main/body_bg.jpg") no-repeat center -150px;
}

a {
	color: #d4712d;
}

h1#logo {
	width: 210px;
	height: 160px;
	position: absolute;
}

h1#logo a {
	display: block;
	height: 160px;
	text-indent: -4000px;
}

h2 {
	font: 2.5em/1.5em "trebuchet ms", arial;
	letter-spacing:-1px;
	color:#4b7ca0;
}

h3 {
	font: 1.5em/1.3em "trebuchet ms", arial;
	letter-spacing:-1px;
	color:#4b7ca0;
	margin-bottom:0.7em;
}

#container {
	width:1000px;
	margin:0 auto;
}

#content {
	width:940px;
	background: url("../images/main/container_bg.png") repeat-y center top;
	padding:0 30px 20px 30px;
	float:left;
}

#header {
	width:940px;
	height:170px;
	background: url("../images/header/header_bg.png") no-repeat center top;
	position:relative;
	z-index:1000;
}

#copy_body {
	width:940px;
	float:left;
	background: url("../images/main/copy_body_bg.png") repeat-y center top;
	margin-top:-10px;
}

/*----------- NAVIGATION -----------*/
#nav {
	margin:69px 0 0 224px;
	float:left;
}

#nav li {
	display:inline;
	float:left;
	margin-right:5px;
}

#nav li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	line-height:22px;
	padding:2px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav li.link-current a {
	background-color: #c37921;
}

#nav li a:hover {
	background: url("../images/header/black_trans_bg.png") repeat left top;
}

#nav li.dropdown:hover {
	margin-top:0;
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	background-color:#222;
}

#nav li.dropdown a:hover {
	background-color:#444;	
	background-image: none;
	-webkit-border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
}

#nav li.dropdown a:active {
	background-color:#555;
}

#nav li:hover ul {
	display:block;
}

#nav li ul {
	display:none;
	position:absolute;
	margin-top:26px;
	background-color:#222;
}

#nav li ul {
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
}

#nav li ul li {
	display:block;
	float:none;
	margin-right:0;
}

#nav li ul li a {
	float:none;
	font-weight:normal;
	text-transform:none;
	line-height:22px;
	padding:2px 12px;
	border-top:1px solid #333;
	border-bottom:1px solid #000;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

#nav li.link-current ul li a {
	background-color: transparent;
}

#nav li ul li a:hover {
	background-color:#444;
	border-top:1px solid #555;
	border-bottom:1px solid #333;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

#nav li ul li a:active {
	background-color:#555;
	border-top:1px solid #666;
	border-bottom:1px solid #444;
}

#nav li ul li a.first,
#nav li ul li a.first:hover {
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 5px !important;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
}

#nav li ul li a.last,
#nav li ul li a.last:hover {
	border-bottom:1px solid #222;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomleft: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-left-radius: 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
}

#nav .cart a span {
	background-image: url("../images/header/cart.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
}

#sub_nav {
	margin:14px 0 0 166px;
	float:left;
	overflow: hidden;
}

#sub_nav li {
	display:inline;
	float:left;
}

#sub_nav li.donate a {
	width:218px;
	height:52px;
	border-right:1px solid #222;
	background: url("../images/header/donate.png") no-repeat center 16px;
	text-indent:-3000px;
	outline:none;
	display:block;
	float:left;
}

#sub_nav li.donate a:hover {
	background: url("../images/header/donate_hover.png") no-repeat center 16px;
}

#sub_nav li.get_involved a {
	width:280px;
	height:52px;
	border-left:1px solid #6b6b6b;
	border-right:1px solid #222;
	background: url("../images/header/get_involved.png") no-repeat center 16px;
	text-indent:-3000px;
	outline:none;
	display:block;
	float:left;
}

#sub_nav li.get_involved a:hover {
	background: url("../images/header/get_involved_hover.png") no-repeat center 16px;
}

#sub_nav li.fundraise a {
	width:269px;
	height:52px;
	border-left:1px solid #6b6b6b;
	background: url("../images/header/fundraise.png") no-repeat center 16px;
	text-indent:-3000px;
	outline:none;
	display:block;
	float:left;
	margin-right: -50px;
}

#sub_nav li.fundraise a:hover {
	background: url("../images/header/fundraise_hover.png") no-repeat center 16px;
}

#sidebar li.link-current a {
	font-weight: bold;
	color: #fff;
}
	
/*----------- SEARCH -----------*/	

#search {
	float:right;
	margin:52px 20px 0 0;
}

#search p {
	color:#3c3c3c;
	font-size:0.9em;
	line-height:16px;
}

#search input {
	width:110px;
	height:18px;
	border:1px solid #d89952;
	background: url("../images/header/black_trans_bg.png") repeat left top;
	color:#fff;
	font-size:12px;
	line-height:12px;
	padding:4px 2px 0 2px;
	margin-right:2px;
}

#search button {
	width:24px;
	height:24px;
	border:1px solid #d89952;
	background: url("../images/header/search_button_bg.png") no-repeat center -1px;
	text-indent:-3000px;
	vertical-align:top;
	cursor:pointer;
}

#rotating_pic {
	width:940px;
	height:316px;
	margin-top:-10px;
}

#counter {
	float:right;
	width:229px;
	height:139px;
	margin:151px 20px 0 0;
	background:url("../images/main/counter_bg.png") no-repeat center top;
	padding:25px 30px 0 30px;
	color:#444;
	text-align:center;
}

#counter p.headline {
	font-size:22px;
	line-height:28px;
}

#counter p.number {
	margin:10px 0 5px 0;
}

#counter li {
	background:url("../images/main/counter_li_bg.png") no-repeat left top;
	padding-left:18px;
	height:30px;
	text-align:left;
	display:inline-block;
}	

#counter li span {
	background:url("../images/main/counter_span_bg.png") no-repeat right top;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	padding-right:18px;
	height:30px;
	display:inline-block;
}

#rotating_feature {
	width:460px;
	height:259px;
	float:left;
	margin-top:20px;
	/*background:url("../images/main/rf_placeholder.png") no-repeat right top;*/
}
		
#news {
	width:460px;
	float:right;
	margin-top:20px;
}

#news_header {
	width:460px;
	height:60px;
	background:url("../images/main/news_header_bg.png") no-repeat left top;
	border-bottom:1px solid #608cad;
	float:left;
}

#news_header a {
	display: inline;
	width:64px;
	height:22px;
	background:url("../images/main/more_news_btn.png") no-repeat center top;
	float:right;
	margin:20px 20px 0 0;
	text-indent:-3000px;
	outline:none;
}

#news ul {
	width:460px;
	float:right;
	background:url("../images/main/news_ul_bg.png") repeat left top;
}

#news li {
	height: 33px;
	overflow: hidden;
}

#news li a {
	display:block;
	line-height:33px;
	text-decoration:none;
	padding:0 20px 0;
	color:#000;
	font-weight:bold;
}

#news li a:hover {
	color:#d4712d;
}

#news li a span {
	color:#444;
	margin-right:10px;
	text-align:right;
	font-weight:normal;
	display:inline-block;
	width:70px;
}

#copy #link-rss {
	float: right;
	margin-top: -3.2em;
	background: transparent url('../taglib/images/icon_rss.gif') no-repeat left center;
}


#copy #link-rss a{
	padding-left: 20px;
}

#footer {
	width:940px;
	background:url("../images/footer/footer_bg.png") no-repeat center top;
	padding:20px 30px;
	float:left;
}

img.shoes {
	position:absolute;
	margin:-92px 0 0 -20px;
}


/*----------- SIDEBAR -----------*/
#sidebar {
	float:left;
	width:260px;
	color:#fff;
}

#sidebar ul {
	margin-top:20px;
	border-top:1px solid #5385ab;
	border-bottom:1px solid #9bc0dc;
}

#sidebar li a {
	display:block;
	padding:12px 20px;
	border-top:1px solid #9bc0dc;
	border-bottom:1px solid #5385ab;
	font: 1.07em/1.3em "trebuchet ms", arial;
	color:#d9e8f8;
	text-decoration:none;
}

#sidebar li a:hover {
	color:#fff;
	background-color:#81aac9;
	border-top:1px solid #abcce5;
	border-bottom:1px solid #6595ba;
}

#sidebar li a.selected {
	font-weight:bold;
	color:#fff;
}

#sidebar #newsletter_signup {
	margin:30px 20px 20px 20px;
	padding:20px;
	border:1px solid #3d6e91;
	background-color:#4b7ca0;
	color:#fff;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
}

#sidebar #newsletter_signup h3 {
	color:#fff;
	font-size:1.4em;
	letter-spacing:-0.03em;
	margin-bottom:10px;
}

#sidebar #newsletter_signup form input {
	border:1px solid #3d6e91;
	background-color:#eee;
	width:171px;
	padding:4px 3px;
	color:#222;
	margin-bottom:5px;
}

#sidebar #newsletter_signup p {
	margin:5px 0 0 0;
	text-align:right;
}

#sidebar #newsletter_signup form button {
	width:80px;
	height:22px;
	background:url("../images/main/sidebar_button.png") no-repeat center top;
	line-height:22px;
	color:#fff;
	font-size:0.9em;
	text-align:center;
	border:none;
	cursor:pointer;
}

#sidebar #live_help {
	margin:30px 20px 20px 20px;
	padding:10px 15px;
	border:1px solid #3d6e91;
	background-color:#fff;
	color:#fff;
	overflow:hidden;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
}


#sidebar #resources_login {
	margin:30px 20px 20px 20px;
	padding:20px;
	border:1px solid #3d6e91;
	background-color:#4b7ca0;
	color:#fff;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
}

#sidebar #resources_login h3 {
	color:#fff;
	font-size:1.4em;
	letter-spacing:-0.03em;
	margin-bottom:10px;
}

#sidebar #resources_login form input {
	border:1px solid #3d6e91;
	background-color:#eee;
	width:171px;
	padding:4px 3px;
	color:#222;
	margin-bottom:5px;
}

#sidebar #resources_login p {
	margin:5px 0 0 0;
	text-align:right;
}

#sidebar #resources_login form button {
	width:80px;
	height:22px;
	background:url("../images/main/sidebar_button.png") no-repeat center top;
	line-height:22px;
	color:#fff;
	font-size:0.9em;
	text-align:center;
	border:none;
	cursor:pointer;
}


/*----------- COPY -----------*/

#copy {
	float: right;
	width: 620px;
	padding: 20px 30px 30px;
}

#copy p {
	margin-bottom:1.5em;
}

#copy ul {
	margin: 1.5em 0 1.5em 3em;
	list-style: disc;
}

#copy ul ul {
	margin: 1.5em 0 1.5em 3em;
	list-style: circle;
}

#copy ol {
	margin: 1.5em 0 1.5em 3em;
	list-style: decimal;	
}

#copy span.caps {
	color:#555;
	text-transform:uppercase;
}

#copy span.sup {
	font-size:12px;
	line-height:20px;
	vertical-align:top;
	
}

#copy div.header {
	width:620px;
	background-color:#eee;
	padding:20px 30px;
	margin:-20px 0 25px -30px;
	border-bottom:1px solid #ccc;
}

#copy .header span.caps a {
	color: #555;
	text-decoration: none;
}

#copy .header span.caps a:hover {
	text-decoration: underline;	
}

#copy div.header p.link_back_top {
	float:right;
}

#copy img.right {
	float:right;
	margin:5px 0 10px 25px;
	border:1px solid #ccc;
}

#copy img.left {
	float:left;
	margin:5px 20px 10px 0;
}

#copy #copy_links {
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
	padding:4px 0;
	color:#bbb;
	margin-left: 0;
}

#copy #copy_links li {
	display:inline;
	margin:0 3px;
	
}

#copy #copy_links li a {
	text-decoration:none;
	font-size:0.95em;
	white-space: nowrap;
}

#copy #copy_links li a:hover {
	text-decoration:underline;
}

#copy div.video {
	margin-bottom:1.5em;
	text-align: center;
	background-color: #000;
}

#bio_photo {
	float:right;
	margin:5px 0 10px 25px;
}

#copy #team_list {
	list-style: none;
	margin-left: 0;
}

#copy #team_list li {
	border-bottom:1px solid #ddd;
	padding: 3em 0 1.5em;
	display: block;
}

#copy #team_list h4 {
	font: 1.15em/1em "trebuchet ms", arial;
	margin: 0 0 0.15em 0;
}

#copy p.image {
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
}

#copy p.pdf {
	background:url("../images/main/icon-pdf.png") no-repeat left top;
	padding:0 25px;
}

#copy button {
	width:80px;
	height:22px;
	background:url("../images/main/copy_button.png") no-repeat center top;
	line-height:22px;
	color:#fff;
	font-size:0.9em;
	text-align:center;
	border:none;
	cursor:pointer;
}

#copy button.sbtn_large {
	width:110px;
	height:32px;
	background:url("../images/main/copy_button_large.png") no-repeat center top;
	color:#fff;
	font-size: 13px;
	text-align:center;
	border:none;
	cursor:pointer;
	font-weight: bold;
}

#copy a.sbtn_large {
	width:110px;
	height:32px;
	line-height: 32px;
	background:url("../images/main/copy_button_large.png") no-repeat center top;
	color:#fff;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#copy .link-button {
	width:80px;
	height:22px;
	background:url("../images/main/copy_button.png") no-repeat center top;
	line-height:22px;
	font-size:0.9em;
	font-weight: bold;
	text-align:center;
}

#copy .link-button a {
	height:22px;
	color:#fff;
	text-align:center;
	display: block;
	text-decoration: none; 	 
}

#copy #live_help {
	float:right;
	margin:5px 0 10px 25px;
}

/*--------- NEWS FEEDS ---------*/

#copy ol.feed {
	margin: 1.5em 0;
	list-style: none;
	border-top: 1px solid #ddd;
}

#copy ol.feed li {
	border-bottom: 1px solid #ddd;
	padding: 2.25em 2em;
	overflow: auto;
}

#copy ol.feed .thumb {
	margin: 0 1em 0 0em;
	float: left;
}


#copy ol.feed h3 {
	margin: 0 0 .35em;
	font-size: 1.5em;
	line-height: 1em;
}

#copy ol.feed span.date {
	display: block;
	color: #888;
	font-size: 11px;	
	letter-spacing: 0;
}

#copy ol.feed p {
	margin: 0;
}

#copy .pager {
	text-align: center;
}

#copy .pager p {
	display: inline;
	margin: 0;	
}

#copy .pager ol {
	list-style: none;
	margin: 0;
	display: inline;
}	

#copy .pager ol li {
	display: inline;
	font-weight: bold; 	
}

#copy .pager ol li a {
	display: inline;
	border: 1px solid #ddd;	
	padding: .35em .5em;
	text-decoration: none;
}

#copy .pager ol li a:hover {
	background-color: #d4712d;
	color: #fff;
	border-color: #d4712d;	
}

#copy .link-addthis {
	margin: 2.25em 0;
	clear: both;
}

#copy #slideshow {
	height: 230px;
	width: 230px;
	float: left;
	margin: 0 1.33em 0 0;
}

#link_news_back {
	margin: 1.5em 0;
	padding-top: 1.5em;
	border-top: 1px solid #ccc;
}

/*----------- Resources Login -----------*/

#login_error_message {
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: .75em;	
}


/*----------- FOOTER -----------*/
#footer_box {
	width:735px;
	height:80px;
	background:url("../images/footer/white_bg.png") repeat left top;
	padding:0 0 0 205px;
	line-height:80px;
	color:#ddd;
}

#footer_box a {
	color:#ddd;
}

p.footer_nav_left {
	float:left;	
	padding-top: 1.5em;
	line-height: 1.5em;
}

p.footer_nav_right {
	float:right;
}

p.footer_nav_right a {
	text-decoration:none;
	margin-right:15px;
}

p.footer_nav_right img {
	vertical-align:middle;
}

p.copyright {
	text-align:center;
	color:#b4a28f;
	font-size:0.78em;
	margin:10px 0;
}

p.copyright a {
	color:#b4a28f;
	text-decoration:none;
}

p.copyright a:hover {
	text-decoration:underline;
}

