/*
Site: Action Learning Associates
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
Mar 06, 2009 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }

td { vertical-align:top; }

/*  Action Learning - CSS  */
/*  Layout  */
html { overflow-x: hidden; overflow-y: auto; }

body {
	margin: 0;
	background: #B8BC9B url(../images/bg1.jpg) 0 0 repeat-x;
	font: 14px Arial, Helvetica, Verdana, Geneva, sans;
}

#container 		{ width:1000px; margin:0 auto; text-align:left; }
#page-top 		{ height:95px; background:url(../images/page-top.jpg) 0 0 no-repeat; }
  #contactUs	{ float:left; padding: 5px 0 0 0px; width: 150px; }
  #portal 		{ float:left; padding: 38px 0 0 32px; }
  #search		{ float:right; padding: 40px 60px 0 0; text-align:right; }
#header 		{ height: 211px; background:url(../images/flash-placeholder.jpg) 0 0 no-repeat; }
  #notflashbanner { height: 205px; width:900px; padding: 7px 0 0 19px; }
#navigation 	{ height:50px; background: url(../images/content-top.jpg) 0 0 no-repeat; padding: 0 0 0 30px; }
#content 		{ background:url(../images/content-repeat.jpg) 0 0 repeat-y; padding:20px 40px 5px; }
  #logo			{ float:left; }
  #contact		{ padding: 4px 0 0 240px; font-size:12px; }
#page-bottom    { background:url(../images/content-bottom.jpg) 0 0 no-repeat; height:30px; }

/*  Styles  */

a:link    { color: #900; font-weight: bold; text-decoration: none; }
a:visited { color: #900; font-weight: bold; text-decoration: none; }
a:hover   { color: #333; font-weight: bold; text-decoration: underline; }
a:active  { color: #900; font-weight: bold; text-decoration: none; }

.mainNav 		  { font-size: 14px; font-weight:normal; line-height:30px; text-transform:uppercase; }
a.mainNav:link	  { text-decoration:none; color:#000; font-weight:normal; }
a.mainNav:active  { text-decoration:none; color:#000; font-weight:normal; }
a.mainNav:visited { text-decoration:none; color:#000; font-weight:normal; }
a.mainNav:hover   { text-decoration:none; color:#444; font-weight:normal; }

.footer 		  { font-size: 12px; font-weight:normal; color:#000; }
a.footer:link	  { text-decoration:none; font-weight:normal; }
a.footer:active   { text-decoration:none; font-weight:normal; }
a.footer:visited  { text-decoration:none; font-weight:normal; }
a.footer:hover    { text-decoration:underline; font-weight:normal; }

.completesite { font: 14px/22px Arial, Helvetica, Verdana, Geneva, sans; }
.contact { font-size:14px; }
.list { font-size:14px; }
.pipe { font-size:8px; color:#ccc; padding:0 10px; }

h1.completesite { margin: 0 0 10px 0; font: 24px/28px bold; font-family: "Times New Roman", Times, Georgia, serif; font-style:italic; font-weight:bold; }
h2.completesite { margin: 0; font: 20px/24px bold; font-family: "Times New Roman", Times, Georgia, serif; font-style:italic; font-weight:bold; }
h3.completesite { margin: 0; font: 18px/22px bold; font-family: "Times New Roman", Times, Georgia, serif; font-style:italic; font-weight:bold; }
h4.completesite { margin: 0; font: 16px/20px bold; font-family: "Times New Roman", Times, Georgia, serif; font-style:italic; font-weight:bold; }


ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }
