/*
		MIDDLETON EARLY LANGUAGE SCREENING

@import url('reset.css');

*/

* {margin:0;padding:0;}

/*----------	LaYoUT STYLeS	----------*/
body {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	background-color: #AFCD47;
	font-family: Arial, Helvetica, sans-serif;
}

#container { margin: 20px auto 10px auto; width: 800px; background-color: #FFFFFF;}

#content_container { width: 525px; float: left; margin: 30px 10px 20px 20px; _margin: 30px 10px 20px 10px; }

#cta { width: 206px; float: right; font-size: 12px; margin: 25px 12px; }


/*----------	HeADeR STYLeS	----------*/
#header { width: 800px; height: 205px; position: relative; background-color: #FFFFFF; }
#header img#logo { position: absolute; top: 0px; left: 0px; }
#header div#splash_image { position: absolute; top: 0; left: 471px; }
b { color:#FF0000;}


/*----------	NaVIGaTIoN STYLeS	----------*/
#nav { position: absolute; top: 166px; left: 0; height: 39px; width: 481px; background: #AFCD47 url(../images/nav/nav_bg.gif) top left repeat-x; }
#nav ul { list-style: none; }
#nav ul li { float: left; display: inline; }
#nav ul li a { height: 32px; display: block; }
#nav ul li a:hover { background-position: 0 -32px !important; }
#nav ul li#home a { background:url(../images/nav/home.gif) no-repeat top; width: 73px; }
#nav ul li#using a { background:url(../images/nav/using.gif) no-repeat top; width: 120px; }
#nav ul li#oral a { background:url(../images/nav/oral.gif) no-repeat top; width: 111px; }
#nav ul li#author a { background:url(../images/nav/author.gif) no-repeat top; width: 86px; }
#nav ul li#contact a { background:url(../images/nav/contact.gif) no-repeat top; width: 91px; }

body.home #nav ul li#home a, body.profile #nav ul li#profile a, body.oral #nav ul li#oral a, body.tools #nav ul li#tools a, body.contact #nav ul li#contact a {
	background-position:0 -32px !important; }


/*----------	CoMMoN STYLeS	----------*/
a { text-decoration: none; color: #00ACEC; }
a:hover { text-decoration: underline; color: #DE5519; }
img { border:none; }
strong { font-weight: bold; }
p { margin: 10px 25px 0px 10px; }
h1 { font-size: 16px; color: #00ACEC; margin: 0px 10px 20px 10px; font-weight: bold; text-transform: uppercase; }

.homestrong { font-size: 16px; color: #00ACEC; margin: 0px 10px 20px 10px; font-weight: bold; text-transform: uppercase; }
.homeh1 { font-weight: bold; font-size: 12px; color: #000000; text-transform: capitalize; }

.clear { clear: both; display: block; }
.hidden { display: none; }
.text-header { display: block; width: 400px; height: 15px; margin: 43px 0 0 9px; }

img#text-img { margin: 0 15px 15px; float: right; }

#text ul, #text ol { margin-top: 1em !important; margin-left: 3em !important; }
#text ul { list-style: circle; }
#text ol { list-style: decimal; }
#text ul.list { list-style-type: none; margin-left: 20px; }
#text ul.list li { background: url(../images/core/icon-list.gif) top left no-repeat; padding-left: 25px; margin: 5px; }


/*----------	CTa STYLeS	----------*/
img#cta-img { width: 206px; }

div#cta p { text-align: right; margin: 10px 35px 10px 0; }
div#cta p#address { font-weight: bold; }

div#cta a { font-weight: bold; text-decoration: none; }
div#cta a:hover { text-decoration: underline; }

img#webbasic { margin: 100px 32px 0 0; }


/*----------	FooTeR STYLeS	----------*/
#footer { width:740px; background-color: #FFFFFF; margin:auto; color: #00ACEC; padding:10px 30px;}
