/* 
------------------------------------
DETAILS:
Title: avt.css
Author: Léon Borrack
URL: http://avtolt.com/css/avt.css
Born: September 2006
Modified: 4 July 2007
------------------------------------
COLORS:
AVT Dark Blue: #003366
AVT Light Blue: #6699cc
Grey Background: #eeeeee
Grey Text: #666666
Grey Borders: #cccccc
------------------------------------ */


/* DEFAULT ELEMENTS 
------------------------------------ */
p {margin: 0 0 10px 0;}

html, body {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #eeeeee;
	line-height: 22px;
	margin: 0;
	background-image: url(../images/banner_02.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, .intro {
	margin: 0 0 8px 0;
	color: #003366;
}
	
h1 {
	font-size: 48px;
	line-height: 48px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h2, .intro {font-size: 14px;}

h3 {font-size: 12px;}

.intro{font-weight: bold;}

h1 img, h2 img, p img {margin-bottom: 10px;}

a {
	color: #6699cc;
	text-decoration: none;
	border-style: none;
}	

a:hover {
	color: #003366;
	text-decoration: underline;
}

ul {
	color: #6699cc;
	list-style-position: outside;
/*	list-style-type: none;
*/	padding-left: 1.5em;
	margin: 0 0 8px 0;
}

li {
	margin: 0;
/*	padding-left:15px;
    background: transparent url(../images/bullet.jpg) no-repeat;
    background-position:0 6px;
*/}

li.indent {margin-left:170px;}

img.rightimage {
	margin: 5px 0 20px 20px;
	float: right;
}

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;}

th {color: #003366;}


/* LAYOUT 
------------------------------------  */
#banner {
	margin: 0;
	background-image: url(../images/banner_01.jpg);
	background-repeat:	no-repeat;
}  

#bannerheading {
	position: absolute;
	padding-left: 220px;
	width: 655px;
	top: 80px;
}

#bannerlogo {
	position: absolute;
	top: 7px;
	right: 25px;
	width: 875px;
	text-align: right;
}

#content {
	position: relative;
	margin: 0;
	top: 25px;
}

#leftimage {
	position: absolute;
	text-align: right;
	width: 370px;
	top: 350px;
	display: inline;
}	

#sml-01, #sml-02 {
	float: left;
	clear: left;
	position: relative;
}	

#sml-01 {
	width: 1px;
	height: 150px;
}	

#sml-02 {
	width: 170px;
	height: 187px;
}	

#widecolumn {
	width: 655px;
	margin-left: 220px;
	position: relative;
}	

#centrecolumn {
	width: 379px;
	padding-right: 25px;
	margin-left: 220px;
	border-right: 1px solid #cccccc;
	position: relative;
}	

#rightcolumn {
	width: 225px;
	margin: 0 0 8px 650px;
	position: absolute;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #6699cc;
	top: 0;
}

#footer {
	position: relative;
	color: #999999;
	width: 655px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 50px 0 0 220px;
	padding-top: 4px;
	border-top: 1px solid #cccccc;
	clear: both;
	text-align: center;
	line-height: 14px;
}

#footer p {margin-bottom: 0}

#footer a {color: #999999;}

#footer .address a {color: #333333;}