/* HTML ELEMENTS */
html, body, h1, h2, h3, h4, p, dl, dt, dd, ul, ol, li, 
blockquote, fieldset, legend{
	margin:0;
	padding:0;
}
html{
}
body{
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#D3E4EF;
	color:#000;
	text-align:center;
}

a:link, a:visited{
	color:#00417A;
	text-decoration:underline;
}
a:hover, a:active, a:focus{
	color:#F47B1B;
	text-decoration:underline;
}
#footer a:link,
#footer a:visited{
	color:#000;
	text-decoration:none;
}
#footer a:hover,
#footer a:active,
#footer a:focus{
	color:#fff;
	text-decoration:none;
}
h1{
	padding:1em 1em 0 1em;
	color:#B83E03;
	font:normal 1.5em "Times New Roman", Times, serif;
}
h2{
	padding:0.5em 1em;
	color:#B83E03;
	font:normal 1.3em "Times New Roman", Times, serif;
}
h3{
	padding:1em 0 0.2em 1.5em;
	color:#B83E03;
	font:bold 1em "Times New Roman", Times, serif;
}
p{
	padding:0.5em 2em 0.5em 2em;
	font-size:0.8em;
}
#content ul{
	margin:0.5em 1em 0.5em 4em;
	font-size:0.8em;
}
ul.profile{
	float:left;
}
ul.star li {
	list-style-type:none;
	padding:0 0 0 10px;
	background:transparent url(/img/star.gif) left top no-repeat;
}
div.staff{
	float:left;
	width:300px;
	height:100px;
	margin:0 0 0 2em;
}
div.staff p{
	font-size:60%;
	vertical-align:bottom;
	margin:25px 0 5px 65px;
}
div.staff img{
	float:left;
}
div.staff span{
	font-weight:bold;
	font-size:120%;
}

div#map{
	float:left;
	width:300px;
	height:300px;
	margin:1em 0 1em 2em;
	background-color:#ccc;
}
.vcard{
	float:left;
	width:16em;
	margin:1em 0 0 2em;
}
.vcard p{
	padding:0;
}
.org{
	font-size:0.9em;
	font-weight:bold;
	color:#B83E03;
}
.org img{
	float:right;
	margin-top:0.5em;
}
.type, .email{
	font-weight:bold;
}
.telecommunications, .adr{
	margin:0.5em 0;
}
.vcard abr {
	text-decoration:none;
}
/* LAYOUT ELEMENTS */
#header{
	height:160px;
	background:#fff url(/img/header_back.jpg) top right no-repeat;
}
#container{
	max-width:1000px;
	min-width:760px;
	margin:0 auto;
	text-align:left;
	background:#00417A url(/img/side_back.gif) left bottom no-repeat;
}
#offices{
	margin:0 0 0 175px;
	text-align:right;
	background: url(/img/offices_back.gif) bottom left no-repeat;
}
#content{
	margin:0 0 0 175px;
	background-color:#fff;
}
#footer{
	padding: 0.2em 0;
	margin:1em 0 0 0;
	clear:left;
	background-color:#F47B1B;
	text-align:center;
	font-size:0.7em;
}
/* OFFICE NAVIGATION */
#offices ul{
	margin:-12px 0 0 0;
	height:28px;
	font: bold 0.78em/28px Verdana, Arial, Helvetica, sans-serif;
	background:transparent url(/img/office_nav_back.gif) bottom right no-repeat;
}
#offices ul li{
	list-style-type:none;
	display:inline;
	padding:0 30px 0 10px;
	background:transparent url(/img/office_arrow.gif) left top no-repeat;
}
#offices ul li a:link,
#offices ul li a:visited{
	color:#00417A;
	text-decoration:none;
}
#offices ul li a:hover, 
#offices ul li a:active, 
#offices ul li a:focus{
	color:#F47B1B;
	text-decoration:underline;
}

/* MAIN NAVIGATION */
ul#nav{
	float:left;
	width:175px;
	padding:0 0 170px 0;
	font:bold 0.7em/26px Verdana, Arial, Helvetica, sans-serif;
}
ul#nav li{
	margin:0;
	list-style-type:none;
}
ul#nav li a{
	display:block;
	width:155px;
	padding:0 0 3px 0;
	
}
ul#nav li a:link,
ul#nav li a:visited{
	padding:0 0 0 20px;
	text-decoration:none;
	color:#fff;
	background:transparent url(/img/nav_back.jpg) top left no-repeat;
}
ul#nav li a:hover, 
ul#nav li a:active, 
ul#nav li a:focus{
	color:#fff;
	text-decoration:underline;
	background:transparent url(/img/nav_back.jpg) bottom left no-repeat;
}
ul#services{
	margin:0 0 0 5px;
}
ul#services li{
	margin:0;
	padding:0;
}

ul#services li a{
	padding:0;
	margin:0;
}
ul#services li a:link,
ul#services li a:visited{
	padding:0 0 0 10px;
	background:transparent url(/img/nav_arrow.gif) top left no-repeat;
}
ul#services li a:hover, 
ul#services li a:active, 
ul#services li a:focus,
ul#services li.active a:link,
ul#services li.active a:visited{
	background:transparent url(/img/nav_arrow.gif) bottom left no-repeat;
	text-decoration:underline;
}
/* IMAGES */
img{
	border:none;
}
img#logo{
	margin:10px 0 0 10px;
}
img#office{
	margin:-2em 1em 0.5em 1em;
}
img.right{
	float:right;
	margin:0 2em 0.5em 1em;
}
img.office{
	margin:1em 0 1em 2em;
}
/* General Classes */
.clear{
	clear:both;
	font-size:0em;
	line-height:0em;
	display:block;
}