@charset "UTF-8";
/* CSS Document */

/* Global */

body {
    font-size:12px;
}

a {
    color:#0099CC;
	text-decoration:none;
}

a:hover {
    color:#0D2C68;
}

h1 {
    font-size:24px;
	font-weight:lighter;
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	color:#0066CC;
	margin: 5px;
	margin-bottom: 10px;
}

h2 {
    font-size:14px;
	font-weight:bold;
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	color:#0D2C68;
	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 #1363C0;
}

#news_wrap {
    margin-bottom: 15px;
}

#site_news {
    width:290px;
	padding:10px;
	background:#0D2C68;
	color:#0099CC;
}

#site_news a {
    color:#FFFFFF;
}

#site_news a:hover {
    color:#99FFFF;
}

.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 #1363C0;
	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:140px;
	padding:10px;
	border:dotted 1px #1363C0;
	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 tr:nth-child(even) {
    background-color:#CCCCCC;
}

/* Menu */

#menu_site {
    width: 900px;
	height: 50px;
	background:#0D2C68;
	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:#1363C0;
}