/**
* $Id: style-inside.css 586 2007-08-17 01:19:10Z ken $
*/
body {
  margin: 0;
  padding: 0;
	background-color: #4A66A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img,
tbody {
	border: none;
}
#page h1, #page h2, #page h3, #page h4 {
	text-align: left;
}
#wholepage
{
	width: 755px;
	margin: 25px auto 20px auto;
	background: #fff;
}
#page {
	margin: 0; padding: 0;
}

p {
	margin: 0 0 5px 0;
}

#page .logo
{
	width: 175px;
	height: 80px;
	background-image: url(images/SA_logo2.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}
#page .banner
{
	width: 385px;
	height: 80px;
	background-image: url(images/SA_intr_bnnr.jpg);
	background-repeat: no-repeat;
	background-color: #fdedd6;
}
/*Inside2 Right column area*/
#page .right {
	width: 185px;
	vertical-align: top;
	text-align: left;
	border: 0px solid red;
	padding: 0 0 0 10px;
}

/*3 main buttons in head area*/
.tabs
{
	background-color: white;
	min-height: 15px;
	margin: 0;
	padding: 0 0 0 215px;
	vertical-align: middle;
}
.tabs ul
{
	float: left;
	width: 300px;
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
	background-color: white;
	vertical-align: middle;
}
.tabs li
{
	background-color: #4A66A7;
	color: white;
	float: left;
	font-size: 10px;
	width: 98px;
	text-align: center;
	margin: 0 2px 3px 0;
	padding: 0 0 3px 0;
	vertical-align: middle;
}
.tabs li a {
	color: #FFFFFF;
	text-decoration: none;
}
.tabs li a:hover {
	text-decoration: underline;
}

/*menu section, inside pages*/
#page .menu {
	width: 145px;
	height: 125px;
	color: #666;
	vertical-align: top;
	padding: 30px 10px 20px 20px;
}
#page .menu p
{
	font-size: 10px;
	line-height: 12px;
	padding: 4px 0 0 0;
}

#page .menu a {
	color: #666;
	text-decoration: none;
}
#page .menu .level1 {
	text-align: left;
	margin: 0 0 4px 0;
	padding-left: 10px;
	background-image: url(images/bullet-square.gif);
	background-repeat: no-repeat;
}
#page .menu .level2 {
	text-align: left;
	margin-left: 10px;
	padding: 0 0 0 5px;
	background-image: url(images/bullet-line.gif);
	background-repeat: no-repeat;
}
#page .menu a:hover {
	color: 900;
	text-decoration: underline;
}

/*most pages, middle column area*/
#page .main2 {
	width: 385px;
	height: 200px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	padding: 10px 0 10px 0;
	vertical-align: top;
}
* html #page .main2 {
	font-size: 11px;
}
#page .main2 a {
	color: #000;
}

#page .main2 h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}
#page .main2 h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#page .main2 h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#page .main2 h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #990000;
}
#page .main2 #bio-img {
	margin-right: 10px;
	float: left;
}
#page .main2 h2 a {
	text-decoration: underline;
}
#page .main2 h3 a {
	text-decoration: underline;
}
#page .link {
	list-style-type: none;
	background-image: url(images/arrow-dbl.gif);
	background-repeat: no-repeat;
	border: 0px solid #FF0000;
	margin: 0 0 0 0px;
	padding-left: 12px;
}

#page .main2 ul {
	margin-top: 0;
}
#page .main2 li {
	list-style-type: square;
}
#page .main2 .intro {
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
}
#page .main2 strong {
	color: #000;
}
#quote {
	font-style: italic;
	margin: 0 25px 25px 25px;
}

.indent {
	margin-left: 60px;
}
/*the following is for the clients page, table, etc*/
#page .clients {
	width: 385px;
	padding: 20px 0 20px 0;
	vertical-align: top;
}
#page .clients td {
	width: 118px;
	padding: 0 5px 10px 5px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	vertical-align: top;
}
#page .clients a {
	color: #000;
	text-decoration: none;
}
#page .clients a:hover {
	text-decoration: underline;
}
#page .news {
	text-align: left;
}
#page .news a {
	color: #666;
}
/*the following is used on the sitemap page*/
#page .main2 .level1, #page .main2 .level2 {
	font-size: 10px;
	line-height: 13px;
}

#page .main2 .level1 {
	margin: 20px 0 4px 0;
	padding-left: 10px;
	background-image: url(images/bullet-square.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#page .main2 .level2 {
	margin-left: 10px;
	padding: 0 0 0 5px;
	background-image: url(images/bullet-line.gif);
	background-repeat: no-repeat;
}
/*Footer area*/

#pre_footer {
	padding: 0;
	margin: 0;
	width: 755px;
	height: 15px;
	background-color: white;
}

#footer {
	float: left;
	width: 755px;
	min-height: 15px;
	background-color: #666;
	color: white;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#footer .body {
	float: left;
	margin-left: 20px;
	background-color: #666;
	padding: 5px 0 5px 0;
}
#footer .body a {
	color: #FFFFFF;
}

* html #footer {
	font-size: 9px;
}
* html #footer .body {
	margin-left: 10px;
}
.copyright {
	float: right;
	width: 145px;
	padding: 5px 0 5px 0;
}
