/* @group reset */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
body hr {
               display:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
}

ol li, ul li {
	line-height: 1.5em;
}

q:before,q:after,
blockquote:before,blockquote:after { content: "" ; }

a img, fieldset { border: 0; outline: none; }
a { outline: none; text-decoration: none;}

strong, b { font-weight: bold;}

/* @end */

/* @group utilities */

.inner { 
	width: 960px /*80em*/ ;
	margin: 0 auto;
	clear: both;
	overflow: auto;
}

.column {
	width: 204px /*17em*/;
	padding: 18px /*1.5em*/;
	float: left;
	}
	
.ui-tabs-hide { display: none; }

#loginform {
	position: absolute;
	line-height: 2.7em;
	height: 2.7em;
	width: inherit;
	padding: 0 20px;
	z-index: 998;
	background: #111;
	color: #fff;
}

/* @end */

/* @group =base */

html	{
	height: 100%; /*for footerStickAlt*/
}


body {
	line-height: 1.5em;
	height: 100%; /*for footerStickAlt*/
}

#wrapper { /*for footerStickAlt*/
	position: relative;
	min-height: 100%;
}

* html #wrapper	{
	height: 100%;
}

ol, ul {
	line-height: 1.5em;
}


p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

p strong {
	line-height: 1.5em;

}

body h4 a { /*Not sure how this shopuld be replaced by a logo. Span? */
	float: left;
	padding-right: 1em;
	font-size: 3em; 
	line-height: 3em;
	font-weight: bold;
	letter-spacing: -1px;
}

/*vertical layout sizes*/

#header {  height: 9em; }
#billboard { height: 21em; }
#content { /*padding-bottom: 15em;*/}
#content:after {
	display: block;
    clear: both;
    content: " ";	
}

#footer { 
/*	height: 10em;
	position: relative;
	margin-top: -20em;*/
}

/* @group - navigation */

#navigation {
	float: right;
	overflow: hidden;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	font-size: 1.5em;
	/*line-height: 2em;*/
	padding: 0;
}

/* @end */

/* @group - menu tab selection*/

#tab-select li a {
	float: left;
	display: block;
	cursor: pointer;
}

/*#menu .column {
	min-height: 15em;
}*/

.column ul {
	padding-left: 1.5em;
	list-style-type: square;
	list-style-position: outside;
}

.column ul li {
	/*padding-bottom: .5em;*/ /* This is pretty dirty :( */
}

.column img {
/*	width: 204px; */
/*	height: 180px; */
}

.column img.button {
	width: 17em;
	height: 4.5em;
}
/* @end */



/* @end */