/***

FILE:   common.css
DATE:   January 2007
AUTHOR: Thorwald Skanska

***/

/*** The Essential Code ***/

body {
	min-width:630px;
	font-family: arial, helvetica, sans-serif;
	}

#container {
	position:relative;
	float:left;
	}

#footer { clear:both; }

/*** IE Fix ***/
* html #left { left:150px; }

/*** Equal-height Columns ***/

#container { overflow:hidden; }

/*** Footer Fix ***/

* html body { overflow:hidden; }

* html #footer-wrapper {
	float:left;
	position:relative;
	width:100%;
	padding-bottom:10010px;
	margin-bottom: -10000px;
	background:#fff;	/*** Same as body background ***/
	}

.clear { clear:both; background:none; }
p.date { font-size:0.8em; color:#666; }

/*** Just for Looks ***/

body {
	margin:0 0.3em;
	padding:0 0.3em;
	background:#fff;
	border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	}

#header, #footer {
	padding:0.3em 0;
	font-size:0.95em;
	text-align:center;
	background:#369;/*#006699;pastel deep blue*/
	background-color:#3d80df;
	color:#cff;
	}
#footer { margin:0.3em 0; }
#header { height:51px; }
#header h1 { font-size:0.95em; padding:0; }
#header h2 { font-size:0.85em; padding:0; }
#header span { font-size:0.85em; padding:0; }
#header a {
	color:#cff;
	text-decoration:none; 
	border-bottom:1px dotted #cff;
	}

#footer a {
	font-weight:bold;
	text-decoration:none;
	}
#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { text-decoration:underline; }

#copyright {
	padding:10px 20px 0 0;
	font-size:1.25em;
	text-align:right;
	}

#navigationfooter {
	padding:0px 0 15px 0;
	font-size:0.95em;
	text-align:left;
	}

#navigationfooter ul {
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	}
#navigationfooter ul li {
	margin:0;
	padding:0;
	}
/*** END FOOTER ***/

