body {
    background:#fff;
    line-height:1.15em;	
    font-size: 12px;
    background: url(images/bg-alert.jpg) repeat-x;
    margin-top: 40px;
    font-family: arial,helvetica,clean,sans-serif;
}

/*
h1, h2, h3 {
	color:#c70;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:218%;
}
*/
.normal {
	font-size: 12px;
	color: #333333;
}
	.field		{
	font-size:12px;
	color:#3366cc;
}
.required {background-image:url(images/required6.gif); background-position:top right; background-repeat:no-repeat;font-family:verdana; font-size:9pt; color:#3366cc;}
.smalltxt {
	font-size: 11px;
	color: #777;

}


h1, h2 {
	color: #779922;
}

h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
}


h1 {
	font-size:2.167em; /* 26px - relative to 12px */
	line-height:1.385em; /* 36px - relative to 26 px */
	font-weight: normal;
}

h2 {
  font-size: 1.3em;
  font-weight:bold;
  line-height:1.2em;
}

h3 {
	font-size:1.167em;
	line-height:1.428em;
	font-weight: normal;
}

a {
    color: #0066A4;
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}


img {
    border: none;
}
#wrapper {
    width: 960px;
    margin: 0 auto;
}
#logo {
    position: absolute;
}
/*---------------------------------------
  	Footer Styles:
-----------------------------------------*/
.footer {
    border-top: 1px solid #B8B5B0;
    color: #776;
    font-size: 0.9em;
    margin-top: 20px;
    padding: 5px 10px;
    position: relative;
}

.footer a {
    text-decoration: none;
}

.footer .separator {
    color: #999;
}
.footer img {
    border: 0;
    margin: 0 10px 20px;
}
.footer .phsa-link { float: left; }
.footer .top100-link { float: right; }
.footer .footerdesc { margin-top: 3em; }
/*------------------------------------------------------------
    Menu bar styles:
------------------------------------------------------------*/
.tab-menu-bar {
	background: url(images/nav-submenu.png) 50% 0 no-repeat;
	height: 25px;
    margin: 100px 0 0;
}

.tab-menu {
    list-style:none;
    overflow: auto;
    padding: 0;
    margin: 80px 0 0;
}

.tab-menu li {
    width: 14.28%;
    float:left;
    background: url(images/nav-border.gif) 100% 0;
}

.tab-menu a {
	font-weight:bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 99.5%;
	color:#fff;
	text-decoration:none;
	display:block;
	font-size:91.67%;
	padding: 5px 0 3px;
	text-align: center;
	background: url(images/nav-submenu.png) 50% 0 no-repeat;
}

.menu-first a {
        background-position: 0 0;
}

.menu-last a {
    width: 100%;
    background-position: 100% 0;
}

.tab-menu a:hover, 
.tab-menu a:active {
    background-position: 50% 100%;
    color: black;
}

.menu-first a:hover, 
.menu-first a:active {
    background-position: 0 100%;
}

.menu-last a:hover, 
.menu-last a:active {
    background-position: 100% 100%;
}

.breadcrumb {
    background: url(images/bg-breadcrumb.gif) repeat-x left bottom;
    border-bottom: 1px solid #B8B5B0;
    color:#777766;
    font-size:0.9em;
    height:2.4em;
    line-height:2.4em;
    margin:0 0 1.5em;
    padding: 0 0.27em;
}

.header-menu {
    font-size:0.92em;
    height:1.8em;
    line-height:1.8em;
    margin:0;
    padding:0.5em 0.45em 0 0.36em;
    text-align:right;
}
#sidebar {
    width: 250px;
    float: left;
    background: url(images/bg-gradient.gif) repeat-x scroll 0 0;
    border-bottom:3px solid #EDECEB;
    margin-bottom:1.5em;
    padding: 1em 10px 0;
    line-height: 1.5em;
}
#main {
    line-height: 1.5em;
}
.interactive-map span {
	font-size:1.2em;
}