html {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('/site/nystartiskane/images/static/bg_tile_621x481.gif') repeat top left;
	color: #141414;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.88em;
	line-height: 18px;
}

p { margin: 0; padding-bottom: 10px; }
h1 { font-size: 245%; font-weight: normal; margin: 1px 0 25px 0; color: #141414; line-height: 30px; }
h2 { font-size: 125%; font-weight: normal; margin: 1px 0 10px 0; color: #141414; }
h3 { font-size: 110%; font-weight: bold; margin: 1px 0 10px 0; color: #141414; }
h4 { font-size: 110%; font-weight: normal; margin: 1px 0 10px 0; color: #141414; line-height: 14px; }
hr { width: 100%; border: 0; color: #E3E3E3; background-color: #E3E3E3; height: 1px; margin: 7px 0 7px 0; padding: 0; }
a:link, a:visited, a:active { text-decoration: none; outline: none; color: #BE001C; }
a:hover { text-decoration: underline; outline: none; color: #BE001C; }
img { border: 0; background-color: transparent; }
object { outline:none; }
object { outline: none; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }

.section_object { margin-bottom: 10px; }
.section_object_large_image {}
.section_object_small_image_l {}
.section_object_small_image_r {}
.section_object_image_text { font-style: italic; }

.section_object ul { margin-left: 0; padding-left: 1.3em; }
.section_object ul li { padding-left: 0.4em; }
.section_object ol { margin-left: 0; padding-left: 1.6em; }
.section_object ol li { padding-left: 0.1em; }
.section object ol li span {}
li { color: #BE001C; }
li span { color: #141414; }


#outer_container {
	width: 910px;
	position: relative;
	margin: 0 auto;
}

#outer_top_container {
	width: 910px;
	height: 250px;
	background: transparent url('/site/nystartiskane/images/static/paper_top_910x250.png') no-repeat top left;
	position: relative;
}

#outer_main_container {
	width: 910px;
	background: transparent url('/site/nystartiskane/images/static/paper_middle_910x100.png') repeat-y top left;
	position: relative;
	top: -1px;
}

#outer_bot_container {
	width: 910px;
	height: 250px;
	background: transparent url('/site/nystartiskane/images/static/paper_bottom_910x250.png') no-repeat top left;
	position: relative;
	margin-top: -103px;
}


#horizontal_menu_container {
	width: 550px;
	height: 30px;
	position: relative;
	top: 110px;
	left: 195px;
}

#inner_container {
	width: 480px;
	position: relative;
	top: -75px;
	left: 225px;
}

#content {
	width: 450px;
  min-height: 175px;
  height: auto !important;
  height: 175px;
}

#logo_container {
	height: 30px;
	width: 480px;
	position: relative;
	top: 110px;
	left: 220px;
}

.logo { position: relative; }
.left { float: left; margin: 0 0 0 60px; }
.right { float: right; margin: 0 60px 0 0; }
.highlight { color: #BE001C; }

/* horizontal menu ********************************************************** */
#horizontal_menu_container ul {
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
}

#horizontal_menu_container li {
	margin:0 20px 0 0;
	float:left;
	font-size: 70%;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	text-transform: uppercase;
}

#horizontal_menu_container li.last { }
#horizontal_menu_container li:hover { }

#horizontal_menu_container li a {
	/*text-transform: uppercase;*/
	color: #BE001C;
	text-decoration: none;
	outline: none;
	background-color: transparent;
}

#horizontal_menu_container li a.current {
	color: #000000;
	outline: none;
	background-color: transparent;
}

#horizontal_menu_container li a:hover {
	color: #000000;
}


/* signup form ************************************************************** */
div#signup {
	margin: 0 0 30px 0;
	width: 480px;	
}
div#signup_form_error { color: #BE001C; display: none; }
div#signup_form_response { display: none; }
div.missing { color: #BE001C; }
.dateblock select { width: auto; outline: none; padding: 0; }
.section_object table tr td { padding: 0 10px 0 0; }
div#signup_form_container div { margin: 0 0 5px 0; }