/*template: Artificial Intelligenceauthor: luka cvrk (www.solucija.com)*/
BODY
{
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg.gif) repeat-x;
	font: normal 0.7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 1.6em;
	color: #3F5B7F;
}
/*LINKS AND HEADINGS STYLING*/
A
{
	color: #546F92;
	background: inherit;
}
A:hover
{
	color: #808080;
	background: inherit;
}
H1
{
	font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif;
	padding-top: 4px;
	margin: 0;
	color: #3F5B7F;
	background-color: transparent;
}
H2
{
	font: bold 1.7em "Trebuchet MS", Helvetica, Sans-Serif;
	color: #FFFFFF;
}
H3
{
	clear: both;
	font-size: 1.1em;
	color: #000;
	background: #FFF url(images/h3bg.gif) no-repeat center left;
	padding: 0 14px;
	margin: 0;
}
.blue
{
	color: #D3008F;
	background: inherit;
}
.image
{
	float: left;
	border: 2px solid #E2E2E2;
	padding: 3px;
	margin: 0 15px 10px 0;
}
TD
{
	text-align: left;
}
/*CONTENT WRAPPER*/
#main
{
	width: 900px;
	margin: 25px auto 0;
	text-align: inherit;
}
/*TOP LEFT LOGO*/
#logo
{
	float: left;
	padding: 10px 0 10px 10px;
}
#logo H1
{
	color: #1F3371;
	background: #FFF;
}
/*TOP RIGHT HORIZONTAL MENU*/
#menu
{
	float: right;
	background: #FFF url(images/barul.gif) no-repeat bottom right;
	color: #808080;
	padding: 18px 1px 11px 0;
	margin: 0;
}
#menu LI
{
	padding: 14px 18px;
	color: #444;
	background: #FFF url(images/bar.gif) no-repeat bottom left;
	display: inline;
}
#menu LI.active
{
	background: #FFF url(images/baractive.gif) no-repeat bottom left;
	color: #8D9CAF;
	font-weight: bold;
	padding: 14px 18px;
	margin: 0 1px 0 0;
}
#menu LI A
{
	background: #F8F8F8;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#menu LI A:hover
{
	color: #000;
	background: #F8F8F8;
}
.key
{
	text-decoration: underline;
}
/*ACCESKEY UNDERLINED LETTER
LEFT INTRO SIDE*/
#intro_left
{
	clear: left;
	float: left;
	width: 250px;
	background: #8D9CAF url(images/leftintrobg.gif) repeat-x;
	color: #E5EAF2;
	margin: 0 0 1px;
}
#intro_left A
{
	color: #FFF;
	background: inherit;
}
#intro_left P
{
	padding: 14px 15px;
	margin: 0;
}
/*LEFT VERTICAL MENU*/
#menu_left
{
	float: left;
	margin: 0 0 6px;
	padding: 0 0 1px;
	border-bottom: 2px solid #E2E2E2;
}
#menu_left LI
{
	list-style: none;
}
#menu_left LI A
{
	display: block;
	color: #3F5B7F;
	background: #C2CEDE url(images/arrow.gif) no-repeat center left;
	width: 204px;
	padding: 7px 23px;
	margin: 0 0 1px;
	font-weight: bold;
	text-decoration: none;
}
#menu_left LI A:hover
{
	background: #9EB1C9 url(images/arrow.gif) no-repeat center left;
	color: #FFF;
}
/*RIGHT INTRO SIDE*/
#intro_right
{
	float: right;
	width: 340px;
	padding: 25px 280px 0 20px;
	background: #BCCEDA url(images/intro.jpg) no-repeat;
	color: #547592;
	margin: 0 0 6px;
	height: 174px;
	border: 2px solid #E2E2E2;
}
#intro_right H1
{
	margin: 0 0 20px;
}
#intro_right .white
{
	color: #FFF;
	background-color: transparent;
}
/*LEFT SIDE*/
#left
{
	float: right;
	width: 250px;
}
.box
{
}
.note
{
}
/*RIGHT SIDE*/
#right
{
	float: right;
	width: 643px;
	/*+placement:shift 0px 0px;*/
	position: relative;
	left: 0px;
	top: 0px;
}
.leftcol
{
	float: left;
	padding: 12px 15px;
	width: 285px;
	text-align: justify;
	margin: 0 0 10px;
}
.rightcol
{
	float: right;
	padding: 10px 15px;
	width: 285px;
	margin: 0 0 10px;
}
.special
{
	clear: both;
	margin: 0px 0 20px;
	padding: 5px 20px;
	border: 1px solid #FFF;
	background: #FFF;
	color: #444;
}
/*FOOTER*/
#footer
{
	clear: left;
	padding: 5px;
	text-align: left;
	background: url(http://www.agedarlington.org.uk/templates/artificial-intelligence/images/UKASLogo.jpg) no-repeat left bottom;
	height: 65px;
	width: 240px;
}
UL.h
{
	list-style: none;
}
IMG.list
{
	margin-right: 5px;
	margin-bottom: -3px;
}
