/*
Name:        type.css
Author:      Jeff Fusterer
Description: CSS Typography for SBCUSD Facilities Web Site
Created:     2008-09-05
*/

/* Global HTML markup */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/* Header DIV */
div#header h1,
div#header a#header-intranet {
	text-indent: -9999px;
}

div#header p#header-options {
	text-align: right;
	font-size: .85em;
}

/* Menu DIV */
/*ul#menu.intranet {
	font-size: .75em;
	text-align:left;
}
*/
/* Content DIV */
div#content {
	text-align: left;
}

/* Content-Main DIV */
div#content h2,
div#content-main .text-none {
	text-indent: -9999px;
}

div#content-main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*div#content-main h3,*/
div#content-main h4,
div#content-main h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#content-main h3 {
	font-size: 1.5em;
}

div#content-main h4 {
	font-size: 1.1em;
}

div#content-main h5 {
	font-size: 1.2em;
	font-weight: normal;
}

div#content-main p {
	margin-bottom: 1em;
}

div#content-main p.margin-none {
	margin-bottom: 0;
}

div#content-main tr {
	font-size: .75em;
}

div#content-main tr tr {
	font-size: 1em;
}

div#content-main th {
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
}

div#content-main th.left {
	text-align: left;
}

div#content-main .list-bullet {
	list-style-type: disc;
	margin-left: 1.5em;
}

div#content-main .list-numeric {
	list-style-type: decimal;
	margin-left: 2em;
}

div#content-main ul.list-dropdown {
	display: none;
	margin-bottom: 1em;
}

div#content-main a.text-no-link {
	text-decoration: none;
	color: inherit;
}

div#content-main .list-last {
	margin-bottom: 1em;
}

div#content-main ul,
div#content-main ol {
	margin-bottom: 1em;
}

div#content-main ul ul,
div#content-main ol ul,
div#content-main ol ol,
div#content-main ul ol {
	margin-bottom: 0;
}

div#content-main .form-head {
	text-align: center;
}

div#content-main .text-small {
	font-size: .8em;
}

div#content-main .text-alert {
	font-weight: bold;
}

div#navigation #nav-next {
	text-align: right;
}

div#url-note {
	font-size: .8em;
}

/* Box layouts */
/* Global settings */
div.box, div.box-3col {
	font-size: .8em;
}

div.box, div.box-3col h5 {
	margin-top: 1em;
}

div#content-main dl.captions dt {
	font-style: italic;
	font-size: 0.75em;
 	letter-spacing: .25em;
}

/* Footer DIV */
p#footer {
	font-size: 9px;
	text-align: right;
}

