@charset "utf-8";

/**
 * FLIP THE LID 2009
 * COMMON STYLES
 *
 */


/* STANDARD ELEMENTS */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00203a;
	color: #00203a;
}
a {
	color: #008752;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color:#00203a;
	font-size: 16px;
	margin: 10px 0 0 0;
}
p {
	margin: 0 0 15px 0;
}
ul {
	padding-left: 20px;
	margin: 0;
}
li {
	margin: 1em 0;
}
img {
	border: 0;
}

h4 {
	color:#00203a;
	margin:0;
	font-size:14px;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* MISC */
div.padding {
	padding-left: 30px;
	padding-right: 30px;
}
div#content td.spacer {
	height: 2px;
}

/* CONTENT */
div#wrapper {
	margin: 0 auto;
	width: 710px;
}
div #hero {
	margin: 0 auto;
	width: 710px;
}
div#hero img {
	display: block;
}
div#content {
	margin: 0 -2px;
	width: 610px;
	background: url(en/images/bg_content.gif) repeat-y;
	padding:0 52px 0 48px;
	overflow:hidden;
}
div#contentBottom {
	margin: 0 auto;
	width: 710px;
}

/* FOOTER */
div#footer {
	margin-top: 18px;
	margin-bottom: 14px;
	text-align: center;
	font-size:11px;
}
div#footer div.links {
	font-weight: bold;
	color:#808285;
	margin-bottom: 30px;
}
div#footer div.links a {
	font-weight: bold;
	color:#808285;
	margin-bottom: 30px;
}
div#footer div.legal {
	font-size: 9px;
	color:#808285;
	width:610px;
	text-align:left;
	padding:0 50px 0 50px;
}

