html, body, div, form,
table, tr, td,
dl, ul,
h1, h2, h3, h4 { margin: 0; padding: 0; }

html, body { height: 100%; }

p { margin-bottom: 10px; }

table { border-collapse: collapse; }
th {text-align: left;}
td {vertical-align: top;}

ul { list-style-type: none; }

a img { border: 0; }

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }

a:link, a:visited {color: #475B8F;}
a:hover { color: #6A84D2; }

.spacer { clear: both; }
.warning { color: #D00; }

body {
text-align: center;
background: url(../images/bg.gif) repeat-x #eae6dd;
font: 12px Arial, Helvetica, sans-serif;
color: #333;
}

#container  {
margin: 0 auto;
width: 750px;
text-align: left;
}

#container.wide {
	width: auto;
	height: 100%;
	padding: 0 10px;
}

.module {
margin-bottom: 10px;
padding: 5px;
border: 1px solid #475b8f;
background-color: #eae6dd;
}

/* Header -----------------------------------------------*/

#header {
position: relative;
padding-top: 5px;
height: 115px;
}

#container.wide #header {
	width: 750px;
	margin: 0 auto;
}

#header .name {
	float:none;
	font-size: 1.28em;
}
	#header .name td {padding-left: 0px; }

#header .contactInfo2 {
	float: right;
	font-size: 0.90em;
	line-height: 165%;
	margin-top: 14px;
}
	#header .contactInfo2 td { padding-right: 10px; padding-left: 8px;}




#header .contactInfo {
	float: right;
	font-size: 0.90em;
	line-height: 165%;
	border-right: 1px solid #6A84D2;
	margin-top: 14px;
}
	#header .contactInfo td { padding-right: 8px;}




#menu {
position: absolute;
bottom: 0;
right: 0;
padding: 10px 10px 1px 50px;
list-style: none;
}
#menu li { display: inline; }
#menu a, #menu a:link, #meun a:visited {
float: left;
margin-left: 3px;
padding: 3px 7px;
border: 1px solid #2d4492;
border-bottom: 0px;
background-color: #cfcfcf;
text-decoration: none;
color: #2d4492;
font-weight: bold;
}
#menu a:hover { color: #000; }
#menu .current a:link, #menu .current a:visited { background-color: #FFF; }

/* Footer -----------------------------------------------*/

#footer {
font-size: 0.8em;
text-align: center;
}

#container.wide #footer {
	width: 750px;
	margin: 0 auto;
}

#footer li { display: inline; }

/* Content -----------------------------------------------*/

#homePanel {
float: right;
width: 220px;
}

#main { width: 520px; }

#content { padding: 10px 0; }

#inspiration {
margin-bottom: 10px;
padding: 10px;
height: 375px;
color: #FFF;
font-size: 1.3em;
background: url(../images/castrodam.gif);
}

#summary { text-align: justify; }

#homePanel img {
	float: left;
	margin: 3px 3px 0 0;
	border: 2px solid #2d4492;
}

#staff li {
position: relative;
list-style-type: none;
}

#staff p { margin-top: 5px; }

#staff a.email {
position: absolute;
top: 5px;
right: 5px;
}

#staff img {
float: left;
margin-right: 5px;
border: 2px solid #10498f;
}

#offices { float: right; }

#offices img { border: 2px solid #10498f; }

.services ul { margin-left: 20px; }
.services li { list-style-type: disc; }
