/*
+==========================================================================+
|         Copyright (c) Pacific Disaster Center, Maui, Hawaii, USA         |
|                           All rights reserved                            |
+==========================================================================+
 FILENAME: styles-base.css                                                 
+==========================================================================+
 DESCRIPTION:  
 A subset of iweb5 base styles                                   
+==========================================================================+
 HISTORY:                                                             
 2009
 [06-09] dleong, created
 [10-06] dleong, use context images
+==========================================================================+
 $Id: style-base.css,v 1.3 2011/01/05 20:53:21 dleong Exp $
+==========================================================================+
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	height: 100%;
	font-family: Arial,Sans Serif,Verdana;
	font-size: 12px;
	color: #253c56;
}
p {
	margin: 7px 0px;
}
a {
	color: #1b5393;
}
a.red {
	color: #c01f1d;
}
a:hover {
	text-decoration: none;
}

img,table {
	border: none;
}
table {
	margin:auto;
	empty-cells:show;
	border-collapse:collapse;
}
th {
	font-weight:bold;
	text-align:center;
}
th.lefty {
	text-align:left;
	padding-left:5px;
}
.maintext h1, .maintext h2, .maintext h3, .maintext h4 {
	font-family: "Myriad Pro", "Trebuchet MS";
}
.maintext h1 {
	font-size: 21px;
	color: #a40402;
	font-weight: normal;
	background: url("../images/iweb5/bg_h1.png") repeat-x center bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.maintext h2, #menu h2 {
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color: #444;
	margin:15px 0 5px;
}
.maintext h3 {
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	color: #a40402;
	padding: 4px 0 7px 0;
}
.maintext h4 {
	font-style:normal;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	padding-bottom:4px;
}
.maintext p {
	margin:13px 0px; 
}
.maintext table td {
	padding:4px;
	vertical-align:top;
	font-size:12px;
}
.maintext td.header { 
	font-weight:bold;
}
.maintext ul li a {
	line-height:135%;
}
.maintext ol {
	margin-left: 25px; 
}
.maintext .links li {
	padding: 3px 0;
}
.maintext .left, .left {
	float: left;
}
.maintext .left {
	margin-right: 15px;
	text-align:center;
}
.maintext .right, .right {
	float: right;
}
.maintext .right {
	margin-left:15px;
	text-align:center;
}
.border {
	border:1px solid #999; 
}
.clear {
	clear: both;
} 

