/***********************
	  LAYOUT
************************/


#wrapper {
	
	width: 980px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	border: 1px solid black;
	
}

* { padding: 0; margin: 0; }

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 15px 0 15px;
	line-height: 1.4em;
	font-weight: normal;
	background-color: #0196da;
	background-image: url(http://www.learningincontext.com/images/vertical-background.jpg);	
	background-position: left top;
	background-repeat:repeat-x;	
}



#contentbox {
	background: #ffffff;
	width: 980px;
	border: 0 solid white;
	text-align: left;
	}
	
/*#contentbox img {
	float: left;
	margin: 0 11px 0px 0;
	text-align: left;
}*/




/* large left column*/
#header {margin-top:0;
	width: 100%;
	height: 170px;
	}


#leftcontentwide {	
	float: right;	
	margin-top: 15px;
	padding: 15px 20px 10px 20px ;
	width: 740px;
	background-color:#ffffff;
	border:0px solid red;	
}


#fullwidth {	
	float: right;	
	margin-top: 0px;
	padding: 10px ;
	width: 750px;
	background-color:#ffffff;
	border:0px solid red;
	text-align:left;	
}





h3 a:hover {
	text-decoration: none;
	color: #F60;	
}
	 
 

.flushleft {
margin-left:0px;
padding-left: 0px;
margin-top: 0px;
padding-top:2px;
}
 
/* links */


a:link { text-decoration:none; font-weight: bold;}      /* unvisited link */
a:visited {text-decoration:none; font-weight: bold;}  /* visited link */
a:hover {color:#d59600; font-weight: bold;}  /* mouse over link */
a:active { text-decoration:none; font-weight: bold;}  /* selected link */ 






/* headers */

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #066e12;
	margin: 20px 0 8px 0;
	line-height: 1em;
}


h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	margin: 5px 0 8px 0;
	padding-top:10px;
	line-height: 1em;
	color: #066e12;
}

h3 {
	font-size: 16px;
	color: #066e12;
	margin: 10px 0 0 0;
	padding-top:10px;
	line-height: 1.5em;
	margin-left: 15px;
}

 .notoppadding {
	padding-top:0;
	margin-top:2px;
	}

h4 { /* copied the P tag and just made it bold */
	font-size: 12px;
	color: #000000;
	margin: 10px 15px;
	line-height: 1.4em;
	font-weight: bold;
}

p {
	font-size: 12px;
	color: #000000;
	margin: 5px 15px 10px 15px;
	line-height: 1.4em;
	font-weight: normal;	
}
ul, ol {
	list-style-image:url("images/");
	list-style-type:none;
	font-weight: normal;
	line-height: 1.1em;
	padding: 0 0 0 30px;}

ul, ol , li{
	font-size: 12px;
	margin: 10px 5px;
	line-height: 1.1em;	
	color: #000000; /* changes color of bullet or list text */
}
	




#footer {
	clear: both;
	background: transparent;
	font-size: 100%;
	
	padding: 5px 20px 10px 20px;
	text-align: center;
	border: 0 solid red;
}

#footer a {   /* links in footer */
	font-weight: normal;
	color: #111e23;
}

hr {  /* horizontal rule */
	color: #e0deda;
	width: 90% ;
	margin: 20px 10px;	
}



/* alignment classes */
.float-left  { float: left; }  /* Push item to the left */
.float-right {	float: right; 
				padding-left: 15px; 
				padding-right: 5px;
				text-align: center; }  /* Push item to the left */
.align-left  {	text-align: left; }  /* Center text */
.align-right {	text-align: right; }
.align-center {	text-align: center; }
.indent-left { margin-left: 30px;}



/* additional classes */
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }

#footer p {
	margin: 0;
	padding: 0 0 2px 0;
	color: #000000;
}
#footerlinks {
	padding: 0;	
	width: auto;
	text-align: center;
	font-size: 10pt;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
 
.fullmenu {
float: left;
width: 220px;
}
	