@charset "UTF-8";
/* RESET CSS */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*STYLE CSS*/

body {
	background:#437bbf url(images/waves.png) repeat-x;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: justify;
}

p { margin-bottom: 18px; background:#FFFFFF; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; margin-top:18px; background:#FFFFFF; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; background:#FFFFFF; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; background:#FFFFFF; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; background:#FFFFFF; }
p.intro { font-weight: bold; }

a:link, a:visited {	color:#d71920; text-decoration:none;}
a:hover, a:active {	color:#d71920; text-decoration:underline;}

#container {
	width:980px;
	margin:0 auto;
	background:#FFFFFF;
	padding:0px 20px;
}

#timeline {
	margin-top:44px;
}

#timeline li {
	display:inline;
	float:left;
}

#timeline li a {
	font-size:60px;
	padding:44px;
}

#mainmenu {
	float:right;
}

#mainmenu li {
	display:inline;
	float:left;
}

#mainmenu li a{
	margin-left:30px;
}

label {
	float:left;
	display:block;
	width:130px;
	text-align:right;
	margin-right:10px;
}

input { width: 250px; }

input, textarea {
	float:left;
}

input.text, textarea.text {border:1px solid #666; margin-bottom:20px;}

form br { clear:both; }

.clear { clear:both; }

ul {background:white; }