/* 
Commercial Space Main Stylesheet
$Id: screen.css 219 2006-03-10 08:59:13Z nicholas $
*/

/* Main layout */

body {
	font-size: 80%;
	font-family: "Lucida Grande", Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: center; 
	min-width: 770px;
	margin: 0;
	padding: 0;
	border-top: 8px solid #CC0000;
}

#page {
	margin: 0 auto;	
	width: 770px;
	text-align: left;
}

#header {
	margin: 1em 0 1em 0;
}

#header a:hover {
	background: transparent;
}

#footer {
	clear: both;
	color: #999;
	border-top: 1px solid #CCC;
	padding-top: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Navigation */

#nav {
	margin: 0 0 1em 0;
	background: #000;
	border-bottom: 3px solid #555;
	border-top: 3px solid #555;
}

/* Float fix */
#nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #nav { height: 1%; }
/* End hide from IE-mac */

/* End float fix */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#nav a {
	margin: 0;
	padding: 5px 1em 5px 1em;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#nav a.selected {
	color: #F90;
}

#nav a.first {
	margin-left: 1em;	
}

#nav a:hover {
	background: #333;
	color: #FC0;
}

#nav ul.depth1 { /* second-level lists */
	display: none;
	position: absolute;
	top: 2.2em;
	left: 0;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav ul.depth0 li:hover a, #nav ul.depth0 li.over a {
	background: #333;
}

#nav ul.depth1 {
	width: 150px;
}

#nav ul.depth1 li {
	float: none;
	width: 100%;
	z-index: 100;
}

#nav ul.depth0 li ul.depth1 li a {
	display: block;
	float: none;
	width: 100%;
	background: #666;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#nav ul.depth1 li:hover a, #nav ul.depth1 a:hover {
	background: #333 !important;
}

#nav ul.depth1 a.selected {
	background: #333 !important;
}

#nav ul.depth1 a.first {
	border-top: 1px solid #000;
	margin-left: 0 !important;
}

/* Formatting */

p {
	line-height: 1.7em;
}

/* headings */
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
    color: #CC0000;
    font-size: 220%;
}

h2 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-size: 230%;
    color: #000;
}

.news_article {
	display: inline;
	border: solid 1px #CFCFCF;
	float: left;
	width: 250px;
	height: 250px;
	margin: 0 10px 10px 0;
}

.news_article p {
	padding: 10px;
}

.news_article h3 {
	padding-left: 10px;
	margin-bottom: -8px;
}

a img {
	border: 0 none;
}

img.img_left {
	float: left;
	padding: 1em 1.5em 1em 0;	
}

img.img_right {
	float: right;
	padding: 1em 0 1em 1em;	
}

a {
	color: #C00;
	font-weight: bold;
}

a:hover {
	color: #F00;
	background: #FEE;
}

/* Image headers */

#imageheader {
	height: 200px;
	width: 700px;
	margin-top: -1em;
}

.page-home #imageheader {
	background: url("../images/back-home.jpg") top left no-repeat;	
}

/* items */

.item_header {
	text-align: left;
	padding-left: 4px;
	display: block;
	background-color: Lime;
	color: #FFF;
	font-size: 140%;
	font-weight: bold;
	margin: -5px 0 1px 0;
}

/* Contact us page */

.required {
	color: #C00; 
}

textarea {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	width: 400px;
	
}

form .list label {
	display: block;
	margin: 0;
	padding: 0;
}

input.imagesubmit {
	width: 65px;
	height: 22px;
	border: 0;
	padding: 0;
	margin-top: 1em;
}

input.imagesubmit:hover {
	background: #EEE;
}

label {
	display: block;
	margin-top: 2px;
}

input#mailinglist-submit {
	margin-top: 5px;
}

