/* main.css -- main CSS properties for nhalaw.com */
BODY {
	font-size: 0.9em;
	font-family: bitstream vera sans,sans-serif;
	margin: 10px;
	padding: 0;
}
a { color: #46659e; text-decoration: none; } 
a:hover { color: #6699cc; }

h1, h2, h3, h4 {
	font-family: luxi sans,sans-serif;
}
h1 {
	font-size: 1.75em;
	color: #003366;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

p, td, li {
	font-size: 0.9em;
}

/* Main div containers */
#header {
	position: relative;
	width: 800px; height: 83px;
        background: #fff url(../images/header.jpg); no-repeat top left; 
}
#phones {
	position: absolute;
	bottom: 0px; right: 5px;
}
#phones td {
	font-size: 0.7em;
	color: #3E677D;
}
#navbar {
	width: 800px; /* height: 28px; */
        background: url(../images/navbar-bg.jpg) no-repeat top left;
	padding: 5px;
	font-size: 9pt;
}
#splash-content {
	width: 800px; height: 270px;
        background: url(../images/splash.jpg) no-repeat top left;
}
#sidebar {
	float: left;
	margin-left: 10px;
	width: 140;
}
#content {
	width: 600; 
	margin-left: 140;
	padding-left: 10px;
	border-left: 1px dashed #336699;
	/* padding: 15px; */
}
#content-wrapper {
	width: 800px;
	padding: 5px;
	background: #fff url(../images/page-bg.jpg) no-repeat top left;
}
#content-bottom {
	width: 800px; 
        background: url(../images/splash-bottom-bg.jpg) no-repeat top left;
	padding-left: 10px;
	padding-bottom: 15px;
}
#footer {
	font-size: 8pt;
	color: #666;
	width: 800px; height: 77px;
        background: url(../images/footer-bg.jpg) no-repeat top left;
	padding: 20px;
	padding-top: 25px;
}

.splash-content {
	margin-left: 400px;
	margin-right: 15px;
	padding-top: 20px;
}

#content-bottom h4 {	
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #3f637c; 
}

#content-bottom p, #content-bottom ul {
	font-size: 9pt;
}
#content-bottom ul {
	list-style: disc url(../images/bullet.gif) outside;
}

/* Navigation Bar */
#navbar ul {
	display: inline;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
}
#navbar ul li {
	padding-left: 7px;
	padding-right: 7px;
	list-style: none;
	display: inline;
	color: white;
	border-left: 1px solid #97b3c9;
}
#navbar ul li.first {
	padding-left: 5px;
	list-style: none;
	display: inline;
	border-left: none;
}
#navbar ul li a {
	color: #f5f5f5;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #fff;
}
.date {
	padding-right: 10px; float: right;
	color: #C0CFDD;
}


/* text styles */
.red { color:#D12124 }
.small { font-size: 0.7em; }
table.entryform {
	font-size: 1.0em;
}
table.entryform input , table.entryform select {
	font-size: 1.0em;
}

.sp10{line-height:8px;font-size:8px}
.sp8{line-height:7px;font-size:7px}
.sp5{line-height:5px;font-size:5px}
.sp2{line-height:2px;font-size:2px}

/* table styles */
table.white, td.white { background:#FFF }
