/* RESET */
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}

/* MAIN DIVS */

body {
	color: #333;
	background-color: #4bb20d;
	background-image:  url(../img/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sidebar {
	float: left;
}

#languagebar {
	text-align: right;
}

#header {
	text-indent: -9999px;
	background-image: url(../img/finnspring2010.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 110px;
	width: 200px;
	display:block;
}

#container {
	margin: 5px auto 0 auto;
	width: 860px;
	display: block;
	position: relative;
}

#accordion {
	position: relative;
	display: block;
	margin: 0 10px 0 0;
	width: 200px;
}


#content {
	display: block;
	float: right;
	width: 590px;
	height: 100%;
	background-color: #fff;
	border: 22px solid #fff;
	border-bottom: 36px solid #fff;
	-moz-border-radius: 20px 0 20px 0;
	-webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
	border-radius: 20px 0 20px 0; /* future proofing */
}

#footer {
display: block;
	float: right;
	width: 590px; 
	text-align:center;
	color: #fff;
	margin: 10px 22px 10px 0;
}

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

.clear {
	clear: both;
}

/* TABLES */
table {
	margin-bottom: 12px;
	border-spacing: 3px;
	border-collapse: separate;
}

th {
	background-color: #4bb20d;
	color: #fff;
	padding: 5px;
	
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0; /* future proofing */
}

td {
	border: 1px solid #4bb20d;
	padding: 5px;
	
	-moz-border-radius: 5px 0 5px 0;
	-webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
	border-radius: 5px 0 5px 0; /* future proofing */
}

.time {
	text-align: right;
	border:0px;
	vertical-align: top;
}

.noBorder td {
	border: 0px;
}


/* TEXT */
h2 {
	color: #4bb20d;
	font: bold 32px/48px Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px 1px #4bb20d;
	
}

h3 {
   color: #4bb20d;
	font: bold 24px/32px Arial, Helvetica, sans-serif;
	margin-top: 12px;
	text-shadow: 0px 0px 1px #4bb20d;
}

h4 {
	font: bold 18px/24px Arial, Helvetica, sans-serif;
	margin-top: 12px;	
}

p {
	margin-bottom: 12px;
}
#languagebar p {
	margin-bottom: 6px;
	clear: both;
}

strong {
	font-weight: bold;
}

/* LINKS */
a {
	color: #4bb20d;
	text-decoration: none;
	border-bottom: 1px dashed #4bb20d;
}

a:hover {
	border-bottom: 1px solid #4bb20d;
}

a:visited {
	color: #333;
}

.noLine, .noLine:hover {
	border-bottom: none;	
}

#footer a, #footer a:visited, #languagebar a, #languagebar a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#footer a:hover, #languagebar a:hover {
	border-bottom: 1px solid #fff;
}


/* LISTS */
ul, dl {
	list-style: circle;
	margin-bottom: 12px;
}

li, dd, dl > li {
	margin-left: 28px;
	color: #333;
	font-weight: normal;
}

dt {
	color: #4bb20d;
	font-weight: bold;
}

ol {
	list-style:decimal;	line-height: 18px;
}


#accordion ul {
	list-style: square;
	margin-bottom: 0px;
}

#accordion li {
	margin-left: 28px;
	color: #fff;
}


/* SIDEBAR */
#accordion a, #accordion a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}

#accordion h3, #accordion h4 {
	font: bold 17px/18px Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 2px;
}

#accordion h3:before, #accordion h4:before {
	content: "\00BB \0020";
	color: white;
	}

#accordion h3:hover:before, #accordion h4:hover:before {
	color: yellow;
	}
	
#accordion a:hover {
	border-bottom: 1px dashed yellow;
	}
	
#accordion li, #accordion h5 {
	font-weight: bold;
}

#accordion h5:before {
	content: "\00BB	\0020";
	color: white;
}

#anotherAccordion {
	margin-left:15px;
}

#sponsors {
	margin-top:20px;
	background-color: #fff;
	display: block;
	width: 200px;
	text-align:center;
	padding-top: 25px;
		-moz-border-radius: 15px 0 15px 0;
	-webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
	border-radius: 20px 0 20px 0; /* future proofing */
}

#sponsors h4 {
	width: 200px;
	
	margin-bottom:10px;
	
}

#sponsors img {
	margin-bottom: 15px;	
}

#sponsors a {
	border-bottom: none;
}

/* GALLERY */
#gallery img {
	border: 1px solid #4bb20d;
	padding: 3px;
	margin-right: 2px;
	margin-bottom: 6px;
}

#gallery p a {
	border-bottom: none;
}

#gallery a:visited {
	color: #4bb20d;
}

/* FORMS */

input {
	margin-top: 6px;
}

td > label {
	text-align: right;
	display: blocK;
}



/* IE6 DISCLAIMER */
#ie6 {
	display: block;
	margin: 10px auto;
	border: 2px solid red;
	background-color: yellow;
	width: 840px;
	font-weight: bold;
	padding: 10px;
}

#ie6 > h2 {
	float: left;
	font-size: 90px;
	line-height: 75px;
	margin-right: 10px;
	color: red;
}

/* BOXI */
#boxi {
	background-color: 	#4bb20d;
	color: yellow;
	font-weight: bold;
	width: 100%;
	text-align:center;
	height: 24px;
	padding-top: 4px;
	
	-moz-border-radius: 14px;
  -webkit-border-radius: 14px;
	border-radius: 14px; /* future proofing */
}

#boxi a, #boxi a:visited {
	color: white;
	border-bottom: 1px dashed white;
}

#boxi a:hover {
	border-bottom: 1px solid white;
}