@charset "UTF-8";
/* CSS Document */

/* Global */

body {
    font-size:12px;
}

a {
    color:#631A1C;
	text-decoration:none;
}

a:hover {
    color:#993333;
}

h1 {
    font-size:24px;
	font-weight:lighter;
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	color:#702313;
	margin: 5px;
	margin-bottom: 10px;
}

h2 {
    font-size:14px;
	font-weight:bold;
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	color:#C2571E;
	margin: 5px;
	margin-bottom: 10px;
}

h3 {
    font-size:18px;
	font-weight:lighter;
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	margin: 5px;
	margin-bottom: 10px;
}

/* Body */

#nym_header {
    background:url(http://youth.ag.org/global/global_images/nym_logolight.jpg) no-repeat bottom left;
}

#header {
    width:900px;
	height: 50px;
	padding-top: 300px;
	background:url(../images/site/header.jpg) no-repeat bottom;
	margin-left: 10px;
	margin-right: 10px;
}

#content {
    width: 920px;
	background:url(http://youth.ag.org/global/global_images/bg_shade.jpg) repeat-y;
	clear:both;
}

#bottom_content {
    width: 900px;
	margin-left: 10px;
	margin-right: 10px;
}

#bottom_content li {
   margin-left: 10px;
   margin-bottom: 5px;
}

#bottom_content ul {
   margin-left: 10px;
}

#bottom_content ol {
   margin-left: 10px;
}

#article {
    width: 510px;
	float: left;
	margin: 10px;
	margin-left: 20px;
}

/* Sidebar */

#site_ads {
    width: 310px;
	padding: 10px;
	margin-right: 10px;
	float:right;
	border-left:dotted 1px #C2571E;
}

#news_wrap {
    margin-bottom: 15px;
}

#site_news {
    width:290px;
	padding:10px;
	background:#C2571E;
	color:#FFFFFF;
}

#site_news a {
    color:#FFFFFF;
}

#site_news a:hover {
    color:#FFFF99;
}

.news_corner {
    width: 270px;
	height: 20px;
	margin-left: 10px;
	margin-right: 30px;
    clear:both;
	background:url(../images/site/corner.jpg) no-repeat right top;
}

/* Resources */

#site_resources {
    width: 900px;
	border-top:dotted 1px #C2571E;
	background:url(http://youth.ag.org/global/global_images/stripe.jpg) repeat;
	clear:both;
}

.site_resources {
    width:260px;
	margin:20px;
	margin-top: 10px;
    float:left;
}

.site_resources_bg {
    width:240px;
	height:180px;
	padding:10px;
	border:dotted 1px #C2571E;
	background:#FFFFFF;
	clear:both;
	position:relative;
}

.site_resources_bg img {
    float:left;
	padding:10px;
}

.site_resources_bg a:hover {
    opacity: 0.9;
	filter: alpha(opacity=90);
}

/* Site Specific */

table td {
    padding:5px;
}

table tr:nth-child(even) {
    background:#262626;
}

/* Accordion */
#accordion {
	background:#333333;
	width: 500px;
	border:1px solid #33333;
}

#accordion h2 {
	background:#CCCCCC;
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #FFFFFF;
	border-bottom:1px solid #DDDDDD;
	cursor:pointer;		
}

#accordion h2.current {
	cursor:default;
	background-color:#631A1C;
	color:#FFFFFF;
}
#accordion div.pane {
	border:1px solid #FFFFFF;
	border-width:0 2px;
	display:none;
	padding:15px;
	color:#FFFFFF;
	font-size:12px;
}

#accordion div.pane a {
    color:#C2571E;
}

#accordion div.pane a:hover {
    color:#CC6600;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999999;
}

/* Menu */

#menu_site {
    width: 900px;
	height: 50px;
	background:#631A1C;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-align:center;
}

#menu_sitepadding {
    width: 900px;
    height: 31px;
	padding-top: 19px;
}

ul.menu_site {
    margin: 0 auto;
}

ul.menu_site li {
    display:inline;
	margin: 0 auto;
}

ul.menu_site li a {
    font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	padding:10px;
	padding-top: 19px;
	padding-bottom:18px;
}

ul.menu_site li a:hover {
    background:#C2571E;
}