/*
-----------------------------------------------------
Standard CSS file for [sitename.tld]
Media: screen, projection

Notes: Standard CSS for content div

Author: Author Name [ email at domain dot tld ]
For: Client [ client.tld ]
-----------------------------------------------------
*/

/* 
-------------------------
Contents:

LINKS 

ACRONYMS

HEADINGS 

...

-------------------------
*/

body{
	background:#c3d359 url('../images/common/background_1600x1030.jpg') repeat-x;
	font:.75em Verdana;
	color:white;
}

p{
	margin-bottom:12px;
}

p.button-follows{
	margin-bottom:0px;
}

a{
	text-decoration:underline;
	color:#50731b;
}

h1 {
	font:24px Arial;
	color:#50731b;
}
h2 {
	font:18px Arial;
	color:#50731b;
}
h3 {
	font:10px Arial;
	color:#50731b;
}

div#header{
	position:relative;
	background:white;
	width:100%;
	height:86px;	
}

div#header-elements{
	position:relative;
	margin:0 auto;
	width:812px;
}

div#site-tools{
	position:relative;
	color:#666666;
	float:right;
	top:5px;
	right:-10px;
}

div#site-tools ul li{
	background-image: url('../images/common/main_header_li_bg.gif');
	background-position:right 0.3em;
	background-repeat:no-repeat;
	margin-right:5px;
}

div#ld-navigation{
	position:absolute;
	left:498px;
	top:60px;
}

div#ld-navigation ul li{
	background-image: url('../images/common/ld_li_bg.gif');
	background-position:5px 1px;
	background-repeat:no-repeat;
}

div#header-trim{
	background-color:#7cb6d2;
	height:7px;
	width:100%;
	padding:0;
	margin:0;
	font-size:2px;
}


div#main-navigation ul li{
	background-image: url('../images/common/navigation_li_bg.gif');
	background-position:5px 1px;
	background-repeat:no-repeat;
}


div#content{
	width:812px;
	margin:0 auto;
}

div#flash-area{
	position:relative;
	width:960px;
	margin:40px auto;
}

img#yor-logo{
	position:absolute;
	right:0;
	bottom:-60px;
}

div#primary{
	width:527px;
	float:left;
}

div#sidebar{
	width:260px;
	float:right;
}

div#footer{
	margin:0 auto;
	color:black;
}
div#footer a{
	text-decoration:none;
	color:black;
}
div#footer.flash-footer{
	width:960px;
	margin-bottom:20px;
}


div#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer ul li{
	margin: 0;
	padding: 0 8px 0 2px;
	list-style: none;
	display: inline;
	color: black;
	background-image:url('../images/common/main_footer_li_bg.gif');
	background-position: right 0.25em;
	background-repeat: no-repeat;
	margin-right : 5px;
}

div#content li.no-bg,
div#header li.no-bg,
div#footer li.no-bg{
	background-image: none;
}

div#content div#primary div#article-white{
	margin-bottom:15px;
}

/*
-----------------------------------------------------
Elements
-----------------------------------------------------
*/
img#learndirect-logo{
	position:absolute;
	top:15px;
	left:0;
}

img#read-together-logo{
	position:absolute;
	left:0px;
	top:17px;
	float:left;
}

img#nyor-logo{
	position:absolute;
	top:15px;
	left:358px;
}

img#book{
	position:absolute;
	right:0px;
	top:42px;
}
div#noflash{
	width:300px;
	margin:100px auto;
	padding:30px;
	background:white;
	color:black;
}









