
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
  color: #3D474F;
  background-color: #FFEFC1;
	background-image: url(images/page_bg.jpg);
  background-repeat: repeat-x;
}


/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.1em;
}


/*
	Headings
*/

h1
{
	font-weight: normal;
	font-size: 1.1em;
  margin: 0 0 12px 0;
  padding-top: 8px;
}

h2
{
	font-weight: bold;
	font-size: 1.0em;
  margin: 0 0 12px 0;
  padding-top: 8px;
}

h3
{
	font-weight: bold;
	font-size: 0.9em;
  margin: 0 0 12px 0;
  padding-top: 8px;
}


/*
	Container for page 
*/

#container
{
	margin: 0 auto 0 auto;
  padding: 0 0 10px 0;
	width: 770px;
  font-size: 0.7em;
  color: inherit;
  background-color: #FFFFFF;
}


/*
	Menu
*/

#menu
{
  width: 760px;
  height: 26px;
  padding: 14px 0 0 10px;
  color: #D68F03;
  background-color: #FFFFFF;
}

#menu a
{
  color: #D68F03;
  background-color: inherit;
  text-decoration: none;
  margin-right: 10px;
}

#menu a:hover
{
  text-decoration: underline;
}


/*
	Homepage header
*/

#header-home
{
  width: 750px;
  height: 40px;
  padding: 130px 10px 0 10px;
	background-image: url(images/header_bg_home.jpg);
  color: #FFFFFF;
  background-color: inherit;
  font-size: 1.25em;
}

/*
	Normal (inner page) header
*/

#header
{
  width: 750px;
  height: 30px;
  padding: 28px 10px 0 10px;
	background-image: url(images/header_bg.jpg);
  color: #FFFFFF;
  background-color: inherit;
  font-size: 1.25em;
}

#header h1
{
  margin-bottom: 0;
  padding-bottom: 0;
}


/*
  Homepage intro section
*/

#intro-container
{
  color: inherit;
  background-color: #79A7D0;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  height: 100%;   /* Fixes weird IE6 "disappearing background on window resize" bug! */
}

#intro.home
{
  width: auto;
  padding: 0 10px 0 10px;
	background-image: url(images/intro_bg.gif);
  background-repeat: repeat-y;
  background-position: top left;
  color: #666666;
  background-color: inherit;
}

#intro.home a
{
  color: #c8e5fe;
  background-color: inherit;
}

#intro.home a:visited
{
  color: #666666;
  background-color: inherit;
}

#intro.home a:hover
{
  color: #FFFFFF;
  background-color: inherit;
}

.intro-box
{
  float: left;
  width: 152px;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 0;
  color: #FFFFFF;
  background-color: transparent; 
}

#intro.home .intro-box a
{
  color: #FFFFFF;
  background-color: inherit;
}

#intro.home .intro-box a:visited
{
  color: #AAAAAA;
  background-color: inherit;
}

#intro.home .intro-box a:hover
{
  color: #000000;
  background-color: inherit;
}


/*
  Normal (inner page) intro section
*/

#intro
{
  width: 350px;
  padding: 10px 0 10px 0;
  color: #4678A3;
  background-color: inherit;
}


/*
  Main page content area
*/

#main-content
{
  padding: 10px 10px 10px 10px;
}
 

/*
  Left-hand text columns
*/

.leftcol
{
  float: left;
  width: 558px;
  margin: 0 0 0 0;
  padding-right: 20px;
}

.leftcol.home-intro
{
  color: #FFFFFF;
  background-color: inherit;
  width: 350px;
  padding-right: 16px;
}

.leftcol.home
{
  width: 350px;
  padding-right: 16px;
  color: #4678A3;
  background-color: inherit;
}


/*
  Right-hand sidebar column (inner pages)
*/

.rightcol
{
  float: left;
  width: 172px;
}


/*
  Content boxes - image
*/

.box-image
{
  float: left;
  width: 169.9px;
  border: 1px solid #333333;
  margin-bottom: 30px;
  color: #FFFFFF;
  background-color: #F3B702;
}

.box-image .top
{
  width: 169.9px;
  height: 170px;
  border-bottom: 1px solid #333333;
}

.box-image .top.image1
{
	background-image: url(images/ponte-vecchio-offices.jpg);
}

.box-image .top.image2
{
	background-image: url(images/pise.jpg);
}

.box-image .text
{
  width: 150px;
  padding: 10px;
  margin-bottom: -12px;
}

.box-image a
{
  color: #FFFFFF;
  background-color: inherit;
}

.box-image.homepage
{
  margin-left: 20px;
}


/*
  Content boxes - plain
*/

.box
{
  float: left;
  margin-bottom: 30px;
  width: 152px;
  min-height: 132px;
  padding: 10px;
  color: #FFFFFF;
  background-color: #4678A3;
}

.box a
{
  color: #FFFFFF;
  background-color: inherit;
}

.box a:visited
{
  color: #AAAAAA;
  background-color: inherit;
}

.box a:hover
{
  color: #000000;
  background-color: inherit;
}


/*
	Style for standard links
*/

a
{
	color: #D68F03;
  background-color: inherit;
}

a:visited
{
  color: #666666;
  background-color: inherit;
}

a:hover
{
  color: #000000;
  background-color: inherit;
}


/*
	Page footer
*/

p#footer
{
  text-align: right;
  padding-right: 10px;
  color: #4678A3;
  background-color: inherit;
}


/* Clearing element */

.clear
{ 
  position: relative; clear: both; height: 0.1px; line-height: 0; font-size: 0;
}


