/* 
------------------------------------
DETAILS:
Title: learningseat.css
Author: Léon Borrack
URL: http://learningseat.com/css/learningseat.css
Born: April 2007
Modified: 1 Aug 2008
------------------------------------
COLORS:
Yellow: #ef9816
Green: #2a322a
Red: #cc001a
------------------------------------ */


/* DEFAULT ELEMENTS 
------------------------------------ */
p {margin: 0 0 0.90em 0;}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	color: #666666;
	background-color: #eeeeee;
	background-image: url(../images/template/background-narrow.jpg);
	background-repeat: repeat-x;
	background-position: 0px 102px;
	line-height: 1.57em;
	margin: 0;
	text-align: center;
}

h1, h2, h3, .intro {
	margin: 0 0 1.5em 0;
	color: #003366;
}

h1 {font-size: 1.5em;}
	
h2, .intro {font-size: 1.2em;}

h2, h3 {margin-bottom: 0.9em;}

h3 {font-size: 1em;}

.intro{line-height: 1.57em;}

h1 img, h2 img, p img {margin-bottom: 6px;}

a {
	color: #6699cc;
	text-decoration: none;
	border-style: none;
}	

img {border: none;}

a:hover {
	color: #003366;
	text-decoration: underline;
}

ul {
	color: #6699cc;
	list-style-position: outside;
	list-style-image: url(../images/template/bullet.gif);
	padding-left: 1.5em;
	margin: 0 0 8px 0;
}

ul.link-list {
	list-style-image: url(../images/template/arrow-small.gif);
}

li {
	margin: 0;
	padding-left: 0.5em;
	}
	
.link-list li {
	padding-left: 0;
	}

li.indent {margin-left:170px;}

img.rightimage {
	float: right;
	margin: 0 0 20px 20px;
}

img.rightimage-midpara {
	float: right;
	margin: 20px 0 20px 20px;
}

img.leftimage {
	margin: 5px 20px 20px 0;
	float: left;
}

.spaced {margin: 0 0 8px 0;}

.spaced a {font-weight: bold;}

.underline {border-bottom: 1px solid #cccccc;}

td.button {
	text-align: center;
	padding: 0 20px 20px 0;
}

td.button p {
	margin: 0;
}

th {color: #003366;}


/* LAYOUT 
------------------------------------  */
#outercontainer {
	background-image: url(../images/template/banner-narrow.jpg);
	background-repeat: no-repeat;
	background-position: center 102px;
}  

#innercontainer {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}  

#banner {
	height: 209px;
	position: relative;
	margin-bottom: 30px;
}

#logo {
	position: absolute;
	top: 14px;
	margin-left: 16px;
}




/* LAYOUT FROM ORIGINAL AVT
------------------------------------  */
#content {
	position: relative;
	margin: 0;
	top: 0x;
}

#leftcolumn {
	width: 630px;
	position: relative;
}	

.narrow#leftcolumn {
	width: 330px;
	height: 390px;
}

#rightcolumn {
	width: 280px;
	margin-left: 680px;
	position: absolute;
	color: #6699cc;
	top: 0;
}

#rightcolumn-blue {
	width: 280px;
	margin: 0 0 8px 680px;
	padding: 3px 0 20px 0;
	position: absolute;
	background-image: url(../images/template/right-column-bg.jpg);
	background-repeat: no-repeat;
	color: #fff;
	top: 0;
}

#rightcolumn-blue p {
	margin: 0;
	padding: 12px 25px 0 25px;
}

#rightcolumn-blue img {
	padding-bottom: 6px;
}

#rightcolumn-wide  {
	width: 592px;
	margin: 0 0 8px 368px;
	position: absolute;
	color: #6699cc;
	top: 0;
}

#footer {
	position: relative;
	color: #999999;
	font-size: 11px;
	margin: 50px 0 0 0;
	padding-top: 8px;
	border-top: 1px solid #cccccc;
	clear: both;
	text-align: center;
	line-height: 16px;
}

#footer p {margin-bottom: 0}

#footer a {color: #999999;}

#footer .address a {color: #333333;}



/* Sliding Panels
------------------------------------  */
#panelcontent {
	padding: 20px;
	border: 1px solid #cccccc;
}

#panelnext, #panelprev {
	position: absolute;
	width: 110px;
	left: 21px;
	top: 361px;
}

#panelnext {
	left: 461px;
	text-align: right;
}

.content {
	width: 265px;
}

.SliderPanels {
	top: 0;
	width: 550px;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.SliderPanelsContainer {
	position: relative;
	width: 1000em;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
}

.SliderPanelsPanel {
	width: 550px;
	height: 320px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

