/*
Name:        layout.css
Author:      Jeff Fusterer
Description: CSS Layouts for SBCUSD Facilities Web Site
Created:     2008-09-05
*/

@charset "UTF-8";

/* Global HTML markup */
body {
	display: block;
	margin: 0 auto;
	width: 800px;
}

/* Layout Blocks */

div#header,
ul#menu,
div#content,
/*div#content div#content-header,*/
p#footer {
	display: block;
	width: 800px;
	height: auto;
	/*float: left;*/
	clear: both;
}

div#header {
	height: 180px;
	position: relative;
}

div#header p#header-address {
	margin-left: -9999px;
}

div#header a#header-intranet {
	position: absolute;
	width: 120px;
	height: 20px;
	right: 0px;
	bottom: 0px;
}

div#header p#header-options {
	margin: 0 10px 5px 0;
}

ul#menu {
	height: 22px;
}

/*ul#menu.intranet li
{
	float:left;
	padding: .5em;
}

ul#menu.intranet li#menu-user { float: right; }
*/
div#content {
	height: 100%;
	padding-bottom: 10px;
}

/*div#content-header {
	margin-bottom: 1em;
}*/

div#content-main {
	display: block;
	width: 98%;
	min-height: 440px;
	overflow: visible;
	/*float: left;*/
	padding: 10px 1% 0 1%;
	clear: both;
}

div#content-main h2 {
	display: block;
	width: 600px;
	height: 50px;
	margin-bottom: 1em;
}

div#content-main table {
	margin-bottom: 1em;
}

div#content-main td,
div#content-main th {
	padding: 0.25em;
}

div#content-main fieldset {
	clear: both;
	margin-bottom: 1em;
}

/* Box layouts */
/* Global settings */
div#content-main .box {
	display: block;
	width: 365px;
	margin-bottom: 1em;
}

div#content-main .box-3col {
	display: block;
	width: 260px;
	margin-bottom: 1em;
}

.box-header {
	display: block;
	width: 365px;
	height: 25px;
}

.box-3col-header {
	display: block;
	width: 260px;
	height: 25px;
}

.box .box-background,
.box .box-background-lg {
	display: block;
	width: 340px;
	padding: 10px 15px 10px 10px;
	position: relative;
}

.box-3col .box-background,
.box-3col .box-background-lg {
	display: block;
	width: 235px;
	padding: 10px 15px 10px 10px;
	position: relative;
}

/*div.box div.box-background {
	height: 165px;
}

div.box div.box-background-lg {
	height: 345px;
}*/

/* Events box (index.cfm) */
div#box-events a#events-more {
	display: block;
	width: 88px;
	height: 8px;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

/* Intranet User Profile box (main.cfm) */
div#box-profile a#edit-profile {
	display: block;
	width: 88px;
	height: 8px;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

div#content-main .list-block {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1.5em;
	clear: both;
}

div#content-main .list-linear {
	float: left;
	padding-right: 1em;
}

div#content-main .form-head {
	display: block;
	width: 100%;
	padding: .5em 0;
	margin: .5em 0;
}

div#content-main .border-top-1px-brown {
	padding-top: 1em;
}

div#content-main .indent {
	margin-left: 5em;
}

div.rail {
	width: 31%;
	padding: 1%;
}

/* PROJECTS */
/* Pop-up box for map (_includeMap.cfm) */
.popUp {
	visibility: hidden;
	position: absolute;
	width: 265px;
	opacity: .8;
}

/* Display a download button */
div#content-main .download-icon {
	display: block;
	width: 100px;
	height: 42px;
	float: right;
}

div#content-main dl.captions {
	padding: .25em;
	margin-bottom: 1em;
}

div#content-main dl.captions dd {
	margin-bottom: .25em;
	text-align: center;
}

