/*** Base ***/

* {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
body {
	background: #003980 url(../images/bg_body.gif) repeat-y 50%;
	color: inherit;
}
a {
	color: #003980;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 , h2 {
	margin: .25em 10px -.25em 10px;
	color: #464646;
	background: #ffffff url(../images/headerline.gif) no-repeat left bottom;
	padding: 6px 5px;
	display: block;
}
h1 {
	font-size: 1.15em;
}
h1#top {
	margin-top: .5em;
}
h2 {
	font-size: .8em;
}
img.heading {
	margin: .25em 11px -.25em 11px;
}
p {
	margin: 1em 2em;
	color: #595959; 
	background: inherit;
	font-size: .70em;
	text-align: justify;
	line-height: 1.5em;
}
p.right {
	text-align: right;
}
p.note {
	font-style: oblique;
}
hr {
	margin: 20px auto;
	width: 75%;
	height: 1px;
	background: #e6e6e6;
	color: #e6e6e6;
	border: none;
}
span , #google_conv {
	display: none;
}
#container1 {
	margin: auto;
	width: 700px;
	border-right: 7px solid #002b70;
	border-left: 7px solid #002b70;
	background: white;
	color: inherit;
}
#content {
	float: left;
	color: inherit;
	background: white url(../images/bg_content.gif) repeat-y 50% 0;
	width: 100%;
}
div.clear {
	clear: both;
}
#secure {
	padding: 5px 5px 5px 40px;
	background: white url(../images/lock.gif) no-repeat 5px center;
	border: 1px solid #dddddd;
}

/** Header **/
#header {
	width: 100%;
	height: 100px;
	color: inherit;
	background: white;
	border-bottom: 1px solid #dddddd;
}
#head1 , #head2 {
	height: 100%;
	background: transparent;
}
#head1 {
	float: left;
}
#head1 img {
	margin-left: 25px;
	border: none;
}
#head2 {
	float: right;
	background: url(../images/secondarymenu.gif) no-repeat;
	height: 16px
}
#head2 ul {
	position: relative;
	margin: 0 15px 0 0;
	padding: 0;
	width: 210px;
	height: 16px;
	list-style: none;
}
#head2 li {
	position: absolute; 
	top: 0;
}
#head2 li, #head2 a {
	height: 16px;
	display: block;
}

/** Header2 About **/
#head2_about {
	left: 0px; 
	width: 45px;
}
#head2_about a:hover {
	background: transparent url(../images/secondarymenu.gif) 0px -17px no-repeat;
	height: 23px;
}
#head2_about a:active {
	background: transparent url(../images/secondarymenu.gif) 0px -42px no-repeat;
	height: 23px;
}

/** Header2 Site Map **/
#head2_sitemap {
	left: 49px; 
	width: 54px;
}
#head2_sitemap a:hover {
	background: transparent url(../images/secondarymenu.gif) -49px -17px no-repeat;
	height: 23px;
}
#head2_sitemap a:active {
	background: transparent url(../images/secondarymenu.gif) -49px -42px no-repeat;
	height: 23px;
}

/** Header2 Contact **/
#head2_contact {
	left: 109px; 
	width: 53px;
}
#head2_contact a:hover {
	background: transparent url(../images/secondarymenu.gif) -109px -17px no-repeat;
	height: 23px;
}
#head2_contact a:active {
	background: transparent url(../images/secondarymenu.gif) -109px -42px no-repeat;
	height: 23px;
}

/** Header2 Home **/
#head2_home {
	left: 167px; 
	width: 42px;
}
#head2_home a:hover {
	background: transparent url(../images/secondarymenu.gif) -167px -17px no-repeat;
	height: 23px;
}
#head2_home a:active {
	background: transparent url(../images/secondarymenu.gif) -167px -42px no-repeat;
	height: 23px;
}
#head2 li span {
	display: none;
}

/** Head 3 **/
#head3 {
	position: relative;
	right: 15000px;
	top: 75px;
}

/** Footer **/
#footer {
	clear: both;
	width: 100%;
	height: 3em;
	border-top: 1px solid #dddddd;
	color: inherit;
	background: #f8f8f8;
}
#footer p {
	line-height: 3em;
	font-size: .6em;
	color: #595959;
	background: inherit;
}
#footer a {
	color: #595959;
	background: inherit;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
	background: inherit;
	text-decoration: none;
}
#foot1 , #foot2 {
	background: transparent;
}
#foot1 {
	float: left;
}
#foot2 {
	float: right;
}

/** sIFR **/
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 , .sIFR-hasFlash h2 {
	visibility: hidden;
}