/* Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, 
em, q, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
}
html {
	height: 100%; 
	min-height: 100%;
	background-color: #c1d2e4;
}
body { height: 100%;
	min-height: 100%;
	margin-bottom: 80px;
	line-height: 1.1; 	
	color: #131313;
	font-family: "Times New Roman";
	font-size: 16px;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }
a { outline: none; }
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }


/* Layout
-------------------------------------------------------------- */
#body{
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	background-color: #d9e3ec;
}
#container {
	background: url('images/header_background.jpg') 0 0 no-repeat;
}
#content {
	width: 100%;
	padding-top: 180px;
	background: url('images/main_content_background.png') 0 180px no-repeat;
}
.item_foto {
	width: 238px;
	height: 171px;
	margin-bottom: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/foto_background.png') 0 0 no-repeat;
}
	.item_foto .title {
		width:188px;
		height: 32px;
		padding: 0 25px;
		text-align: center;
		display: table-cell;
    	vertical-align: middle;
		color: #35287b;
		font-size: 13px;
		font-weight: 900;
		line-height: 12px;
	}
	.item_foto .title * {
		display: block;
		margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
	}
	.item_foto img {
		margin-top: 6px;
		border-left: 1px solid #35287b;
		border-bottom: 1px solid #35287b;
		border-right: 1px solid #35287b;
	}
	.item_foto a {
		text-decoration: none;
	}
	.item_foto a:hover {
		text-decoration: underline;
	}
#main_column_left, #main_column_center, #main_column_right {
	float: left;
}
#main_column_left, #main_column_right {
	width:255px;
	padding-left: 15px;
}
#main_column_center {
	width: 459px;
}
#fields {
	margin-top: 15px;
}
	#fields li {
		padding-left: 22px;
		list-style-type: none;
		list-style-position: outside;
	}
		.list1, .list2, .list3, .list4, .list5, .list6, .list7, .list8, .list9, .list10 {
			background-position: 0 2px;
			background-repeat: no-repeat;
		}
		#fields li.list1 {
			background-image: url('images/marker1.gif');
		}
		#fields li.list2 {
			background-image: url('images/marker2.gif');
		}
		#fields li.list3 {
			background-image: url('images/marker3.gif');
		}
		#fields li.list4 {
			background-image: url('images/marker4.gif');
		}
		#fields li.list5 {
			background-image: url('images/marker5.gif');
		}
		#fields li.list6 {
			background-image: url('images/marker6.gif');
		}
		#fields li.list7 {
			background-image: url('images/marker7.gif');
		}
		#fields li.list8 {
			background-image: url('images/marker8.gif');
		}
		#fields li.list9 {
			background-image: url('images/marker9.gif');
		}
		#fields li.list10 {
			background-image: url('images/marker10.gif');
		}

/* Footer
-------------------------------------------------------------- */		
#footer {
	padding: 20px 0 20px 200px;
	background: #c0e1ff url('images/content_splitter.gif') 0 0 no-repeat;
}
#menu {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	width: 700px;
}
	#menu li {
		float: left;
		list-style-type: none;
		white-space: nowrap;
	}
		#menu li .active {
			color: #2f1384;
			font-weight: 900;
			text-decoration: none;
		}
/* Typorgaphy
-------------------------------------------------------------- */
p{
	margin-top: 15px; 
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
	font-weight: 100;
}
h1 {
	font-size: 22px;
	margin: 15px 0;
}
h2 {
	font-size: 18px;
	margin: 15px 0 10px 0;
}
h3 {
	font-size: 16px;
	margin: 15px 0 10px 0;
}
a {
	color: #333366;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.center {
	width: 238px;
	margin: 0 auto;
	margin-top: 15px;
}
.tr {
	clear: both;
}