/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
		color:#008;
		background-color: #bbf;
		font-family: sans-serif;
		text-align:center; /* ### required for IE ### */
		}

ul li {list-style-image: url(images/bullet.jpg)}
ul{
	padding-top:0px; /* space above the paragraph block */
	padding-bottom:18px; /* space below the paragraph block */
}
li{
	margin-left:40px; /* space between LHS and bullet */
	padding-left:0px; /* space between bullet and first word */
}
		
/*  --------- 2. structure  --------- */

#wrapper {
		width: 1000px;
		margin:0 auto;
		background:url(images/logo.png) fixed top left repeat;
		padding: 10px;
		}
		
#masthead {
		position:absolute;
		top:16px;
		margin-left:-4px;
		}
		
#questions {
		position:absolute;
		top:163px; /* 20 + 143 */
		background: url(images/questions.gif) top left no-repeat;
		height: 250px;
		width:750px;
		}
		
#content {
		width:990px;
		padding-bottom: 10px;
		}

#footer {
		clear: both;
		text-align: center;
		font-size:10px;
		padding: 10px 50px;
		border-top: 1px solid #008;
		}

#sidebar, #mainColumn, #extraColumn {
		float: left;
		padding-top: 10px;
		text-align:left; /* ### required for IE ### */
		}

.twoColumnPage #sidebar {
		margin-top:139px;
		width: 782px;
/*		margin-right: 10px; */
		}

.twoColumnPage #mainColumn {
		width: 190px;
		}

.twoColumnPage #extraColumn {
		display: none
		}

.separator {
		clear: both;
		}

/* ---------- 3. links and navigation ---------- */

.navigation {
		font: bold 12px Arial, sans-serif;
}

dl.navigation {
		list-style-type: none;
}

dt.navigation{
		display: inline;
		float: left;
		border-top:1px solid #008;
		border-bottom:1px solid #008;
		margin:-1px 16px 0 16px;
		width: 134px;
}

a.navigation{
		display: block;
		line-height: 29px;
		text-align: center;
		text-decoration: none;
		color: #008;
}
	
a.navigation:hover {
		background: #777;
		color: #eef;
}

/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		font: bold 125% Arial, sans-serif;
		text-transform: uppercase;
		margin-bottom: 5px;
		}

p {
		font-size: 93%;
		line-height: 1.3em;
		margin-bottom: 1em;
		}

.twoColumnPage #sidebar, .threeColumnPage #sidebar {
		font-size: 92%;
		}
		
#footer p {
		margin-bottom: 0;
		}

/* box clever */
div.main-top,
div.main-top-first{
	background:url(images/main-top.png) top left no-repeat;
	width:779px;
	height:20px;
}
div.main-top{margin-top:0px}
div.main-top-first{margin-top:262px}
div.main-fill{
	background:url(images/main-fill.png) top left repeat-y;
}
div.main-text{
	margin:0 32px;
	padding:12px 0;
}
div.main-bottom{
	background:url(images/main-bottom.png) bottom left no-repeat;
	width:779px;
	height:20px;
	margin-bottom:32px;
}

div.side-top{
	background:url(images/side-top.png) top left no-repeat;
	width:188px;
	height:20px;
}
div.side-fill{
	background:url(images/side-fill.png) top left repeat-y;
}
div.side-text{
	margin:0 12px;
	font-size:10px;
}
div.side-bottom{
	background:url(images/side-bottom.png) bottom left no-repeat;
	width:188px;
	height:17px;
	margin-bottom:2px;
}

/* Misc. */

.saws {text-decoration: none }

a.saws:link, a.saws:visited, a.saws:hover {
	padding:6px 3px 9px 3px;
	border:3px solid;
	text-decoration: none;
}
a.saws:link, a.saws:visited {
	color: rgb(0,0,196);
	background-color: rgb(224,234,234);  
	border-color: white rgb(76,96,116) rgb(76,96,116) white;
}
a.saws:hover {
	color: blue;
	background-color: rgb(234,234,254);  
	border-color: white black black white;
}

img {
	border:none;
	padding:4px;
}

.phone{
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	font-weight:bold;
	color:#00f
}

ul{margin-top:-9px}

hr{margin:32px}
