/* CSS Document */
html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden; /*get rid of scroll bars in IE */
	/* */
}
Body {
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/body_bg.gif) repeat-y;
}
body, div, h1, h2, h3, p, ul, li, span {
	font-family: 'Book Antiqua', 'Palatino', Verdana, Arial, sans-serif;
}

#map {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 185px;
	background: url(images/euro_map.gif) no-repeat;
}


/* Main containers -------------------------------------------------------------------- */
#container {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	margin: 0;
}
#main {
	margin: 0 0 0 200px;
	padding: 0;
}	


/* Side bar --------------------------------------------------------------------------- */
#side_bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	background: url(images/euro_logo.gif) no-repeat;
	color: #FFF;
}
#home_link {
	display: block;
	width: 199px;
	height: 162px;
	margin-bottom: 17px;
	text-indent: -9999px;
	text-decoration: none;
}
#side_bar h2 {
	margin: 0;
	padding: 0;
	margin: 0 10px;
	font-size: 10pt;
	font-weight: bold;
}
#side_bar p {
	margin: 1em 5px;
	font-size: 9pt;
	line-height: 130%;
}
#side_bar a {
	color: #CCCCFF;
	text-decoration: underline;
}
#side_bar a:hover {
	text-decoration: none;
}
#side_bar p.strong {
	font-weight: bold;
}	


/* Header ----------------------------------------------------------------------------- */
#header {
	position: relative;
	height: 132px;
	margin: 0;
	padding-top: 30px;
	background: url(images/header_bg.gif) repeat-x;
	border-bottom: 14px solid #9D9DA1;
}
#header h1 {
	width: 555px;
	margin: 0;
	padding-left: 15px;
}
#header h1 a {
	font-size: 16pt;
	color: #FFF;
	text-decoration: none;
}


/* Nav top --------------------------------------------------------------------------- */
#nav_top {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 570px;
	margin: 0;
	padding: 0;
}
#nav_top a {
	display: block;
	float: left;
	margin: 0;
	padding: 3px 9px;
	color: #FFF;
	font-size: 10pt;
	text-decoration: none;
	border-right: 1px solid #FFF;
}
#nav_top a:hover,
#home_page #nav_top a.home_link,
#dfs_page #nav_top a.dfs_link,
#interpreters_page #nav_top a.interpreters_link,
#reporters_page #nav_top a.reporters_link,
#videographers_page #nav_top a.videographers_link {
	color: #0A1343;
	background: #9D9DA1;
}


/* Content --------------------------------------------------------------------------- */
#content {
	min-width: 460px;
	margin: 15px 30px 15px 0;
	padding: 15px 30px;
	color: #003366;
	font-size: 11pt;
	line-height: 130%;
}
#content h1, #content h2, #content h3 {
	color: #003366;
	font-size: 14pt;
	line-height: 100%;
}
#content p {
	margin: 1em;
	line-height: 130%;
}
#content ul {
	margin: 0;
	padding: 0;
}
#content li {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
#form_table {
	width: 486px;
	font-size: 8pt;
}
.service_item {
	padding-left: 110px;
	text-indent: -110px;
}


/* Testimonials ---------------------------------------------------------------------- */
#testimonials {
	height: 210px;
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #00A726 url(images/main_bg.gif) repeat-x left top;
}
#prev_next {
	position: relative;
	margin: 0;
	padding: 3px 0 3px 15px;
	background: #9D9DA1;
}
#prev_next a {
	margin: 0 10px;
	padding: 0 10px;
	font-size: 8pt;
	color: #FFF;
	text-decoration: none;
}
#prev_next a:hover {
	color: #666;
}
#prev_next a#prevLink {
	border-right: 2px dotted #FFF;
}
#prev_next a#nextLink {
	border-left: 2px dotted #FFF;
}
#testimonials ul {
	height: 108px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#testimonials ul li {
	margin: 0;
	padding: 10px;
	font-size: 10pt;
}
#testimonials ul li strong {
	display: block;
	margin: 0;
	padding: 0;
}

/* Misc. Styles ---------------------------------------------------------------------- */
.small_caps {
	font-variant: small-caps;
	font-weight: bold;
}
.strong {
	font-weight: bold;
}
.center {
	text-align: center;
}