/* CSS Document */

body 
{
margin: 0px;
padding: 0px;
color: #000;
background: #fff url(../images/background.jpg) repeat-x top left;
}


									/* SITE BODY ELEMENTS  */


.menu
{
float: left;
width: 1000px;
height: 50px;
margin: 0px;
padding: 10px 0px 0px 250px;
background: #2F3336;
}

.header
{
clear: left;
float: left;
width: 835px;
height: 225px;
margin-top: 0px;
background: url(../images/header.jpg) top left no-repeat;
}

.container
{
clear: left;
float: left;
width: 1000px;
padding-left: 15px;
}

.text5
{
float: left;
width: 450px;
margin: 0px; 
}

.text4
{
float: left;
width: 450px;
margin: 0px 0px 0px 30px;
padding-left: 29px;
border-left: 1px solid #CCC; 
}

.text3
{
float: left;
width: 400px;
margin: 0px; 
}

.text2
{
float: left;
width: 400px;
margin: 0px; 
}

.text1
{
float: left;
width: 280px;
margin-right: 40px;
}

.columnfeature 
{
float: left;
padding: 10px 10px 0px 10px;
margin: 0px 0px 20px 0px;
width: 258px;
background: #efefef;
border: 1px solid #CCC;
}


.feature 
{
float: left;
padding: 10px 10px 0px 10px;
margin: 5px 0px 20px 0px;
width: 540px;
background: #7ABAF7 url(../images/feature.jpg) bottom right no-repeat;
}

.footerstrip
{
clear: left;
width: 100%;
border-top: 1px solid #8A73AF;
}

.footer
{
float: left;
padding: 20px 0px 50px 15px;
width: 800px;
}


										/* NAVIGATION */

/* all lists */
#nav, #nav ul 
{
padding: 0px;
margin: 0px;
list-style: none;
}

/* all list items */
#nav li
{
float: left;
width: 140px;
background: #2F3336;
}

#nav li a 
{
width: 140px;
height: 40px;
display: block;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color : #CCC;
text-align: center;
text-decoration: none;
padding : 7px 0px;
}
	
#nav li a:hover 
{
color: #8A73AF;
background: #2F3336;
}


/* Breadcrumb menu */
.breadcrumbs
{
clear: left;
font: 11px Arial, Helvetica, sans-serif;
color: #000;
text-align: left;
line-height: 0px;
margin: 20px 0px 25px 0px;
}




										/* LIST STUFF */


.bullet-square
{
margin-left: -10px;
padding-left: 0px;
list-style: none;
}

.bullet-square li
{
background-image: url(../images/bullet-square.gif);
background-repeat: no-repeat;
padding-left: 30px;
padding-top: 5px;
background-position: 0.5em 0.5em;
}

.bullet-square li p
{
line-height: 1.5em;
}

ol
{
margin-left: -20px;
}
										
ol li
{
font-size: 12px;
} 

.listline
{
float: left;
width: 100%;
border-bottom: 1px dotted #CCC;
margin: -5px 0px 0px 0px;
}


										/* FONTS */

h1
{
clear: left;
font: 20px Geneva, Arial, Helvetica, sans-serif;
margin: 0px 0px 5px 0px;
color: #8A73AF;
}

h2
{
clear: left;
font: 16px Geneva, Arial, Helvetica, sans-serif;
margin: 0px 0px 5px 0px;
}

.text2 h2
{
margin-top: 15px;
margin-bottom: 10px;
}

.columnfeature h2
{
margin-top: 0px;
margin-bottom: 10px;
}

h3
{
clear: left;
font: 20px Geneva, Arial, Helvetica, sans-serif;
margin: 0px 0px 5px 0px;
color: #8A73AF;
}

h4
{
clear: left;
font: 13px Geneva, Arial, Helvetica, sans-serif;
color: #8A73AF;
margin: 0px 0px 15px 0px;
}

p
{
clear: left;
font: 13px Arial, Helvetica, sans-serif;
text-align: left;
line-height: 1.7em;
margin-top: 0px;
color: #333333;
}

.text2 p
{
line-height: 1em;
}

.text3 p
{
line-height: 1em;
}

										/* graphics */



.abn
{
float: left;
width: 280;
height: 50px;
margin: 0px 0px 20px 0px;
background: url(../images/ABN-logo.jpg) top right no-repeat;
}




				
										/* LINKS  */

											
/* standard link */
.body a:link 
{
color: #8A73AF;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:visited 
{
color: #8A73AF;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:hover 
{ 
color: #fff;
background: #8A73AF;
border-bottom: 1px solid #8A73AF;
}

/* headings link */
.title a:link 
{
color: #8A73AF;
text-decoration: none;
}

.title a:visited 
{
color: #8A73AF;
text-decoration: none;
}

.title a:hover 
{ 
background: #E7CCDF;
}

/* Puts an arrow after "more" links */											
.more a:link 
{
color: #8A73AF;
text-decoration: none;
border-bottom: 1px dotted;
padding-right: 10px;
background: transparent url(../images/icon-more.gif) no-repeat top right;
zoom: 1;
}

.more a:visited 
{
color: #8A73AF;
text-decoration: none;
border-bottom: 1px dotted;
padding-right: 10px;
background: transparent url(../images/icon-more.gif) no-repeat top right;
zoom: 1;
}

.more a:hover 
{ 
color: #FFF;
padding-right: 10px;
background: #8A73AF url(../images/icon-morehover.gif) no-repeat top right;
border-bottom: 1px solid #8A73AF;
zoom: 1;
}


