/* start mozaic css for all pages */

/* main elements */

html,body
{
	margin: 0;
	padding: 0;
	background-color: white;
}

body{font: 80% verdana,arial,sans-serif;text-align:center}



div#header{
width: 825px;
height: 76px;
background-image: url(../images/mz_topbanner.gif);
	background-repeat: no-repeat;}
	

div#container
{
	width: 825px;
	margin: 0 auto;
	text-align:left
	
}

div#indeximagelink
{
width: 153px;
height: 37px;
display: block;
clear: none;
float:right;
position: absolute;
margin-left: 671px;
margin-top: 0px;
}

img.indeximagelink
{
position: absolute;
display: inline;
 top: -38px;
left: 570px;
z-index: 20;
}

div#content
{
	float: left;
	width: 625px;
	height: auto;
	border-right: black;
	border-left: black;
	border-width: 0 0px 0 0px;
	border-color: #ffffff;
	border-style: inset;
	background-color: white;
	
}


div#rightfloat{float:right;width:195px; margin-top: 10px; 
margin-left: 0px;
margin-right: 0px;

border-color: #c0c0c0;
border-width: 1px 1px 1px 1px;
border-style: solid;
background:#fff

}


/* text css */

p
{
	margin: 10px 10px 10px 20px;
	color: #000;
	font-family: verdana;
	font-size: 1em;
}



div#content p
{
	line-height: 1.4;
}


h1
{
	text-align: left;
	color: #382D3E;
	font-family: Arial, san-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 10px 10px 20px;
}

h2
{
	text-align: left;
	color: #382D3E;
	font-family: Arial, san-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 10px 10px 20px;
}



/* inset inline box css */

div#inlineleftbox
{
	float: left;
	width: 155px;
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 10px;
	border-color: gray;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	background: #90A29E;
	clear: none;
	display: inline;
	padding: 5px;
}

div#inlinerightbox
{
	float: right;
	width: 155px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-color: gray;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	background: #90A29E;
	clear: none;
	display: inline;
	padding: 5px;
}


p.insetbox
{
	width: 150px;
	text-align: center;
	color: black;
	font-family: verdana, arial, san-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	margin: 1px 0 1px 0;
}

.boxheader
{
	background-color: #382D3E;
	width: 155px;
	height: 15px;
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	border-right: gray;
	border-left: gray;
	border-width: 0 0px 0 0px;
	display: block;
	float: none;
	margin: -12px auto 0px auto;
}


/* second box bottom right if necessary */

div#extra{float:right;clear:right;width:195px}

/* footer */

div#footer
{
	background: #fff;
	color: #c0c0c0;
	border-color: #ffffff;
	border-width: 1px 0px 0 0;
	border-style: inset;
	font-family: arial;
	
	text-align: center;
	clear: both;
	width: 95%;
	margin: 0 auto 0 auto;
}
div#footer p
{
	margin: 0;
	padding: 5px 10px;
	color: gray;
	font-family: arial;
	font-size: .6em;
}

/* main nav css */

.navcontainer
{
	position: relative;
	left: 100px;
	top: 40px;
	width: 400px;
	float: none;
	clear: none;
	display: block;
	
}
.navlist
{
margin:0px;
padding:0px;
}

.navlist ul, .navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
font-family: Verdana;
font-size: 10px;
}

.navlist a:link, .navlist a:visited
{
	display: block;
	float: left;
	color: #ffffff;
	padding: 1px;
	border: 0px solid #fff;
	text-decoration: none;
}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover
{
background: white;
color: #006;
background:#759BC3;
border:0px solid #000;
text-decoration: none;
}

.navlist a:hover
{
	color: #000;
	font-style: normal;
	
}

/* link styles */
a.innernav:link {color: #6f948f; font-size:12px; text-decoration: none}
a.innernav:visited {color: #6f948f; font-size:12px; text-decoration: none}
a.innernav:active {color: #6f948f; font-size:12px; text-decoration: none}
a.innernav:hover {color: #6f948f; font-size:12px; text-decoration: underline}

a.int:link {color: #335A5A; font-size:1em; text-decoration: underline}
a.int:visited {color: #335A5A; font-size:1em; text-decoration: underline}
a.int:active {color: #335A5A; font-size:1em; text-decoration: underline}
a.int:hover
{
	color: #335A5A;
	font-size: 1em;
	text-decoration: underline;
	background-color: #dddddd;
}

a.ext:link {color: #616394; font-size:1em; text-decoration: underline}
a.ext:visited {color: #616394; font-size:1em; text-decoration: underline}
a.ext:active {color: #616394; font-size:1em; text-decoration: underline}
a.ext:hover {
	color: #616394;
	font-size: 1em;
	text-decoration: underline;
	background-color: #759BC3;
}



img.bumptop
{
margin-top: -15px;
}
