/* CSS for MME Consulting Inc website */
/* Written by Steve Winter */
/* started March 2005 */
/* © copyright MME Consulting Inc. - all rights reserved */
/* If you have any questions abou the following CSS code please contact web admin at www.mmeconsulting.com by using contact webamster link */

body {
	font-family: verdana;
	font-size: 9pt;
	margin:  0;
	padding: 0;
	text-align: center;
	}
	
a {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#993300;
	text-decoration: none
}
a:hover {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#993300;
	text-decoration: underline
}
.small_font A:visted {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#336699
	text-decoration: underline
}


/* ----------------------- footer ------------------------------ */
.footer
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #eeeeee;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	
}	

.footer A
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #eeeeee;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	
}	
.footer A:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	
}	
.footer A:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #eeeeee;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	
}	

/* ------------------------------------------------------------------------------------------------- */
/* IP address */

.ip-address {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight:bold;
	color:#666666;
}

/* ------------------------------------------------------------------------------------------------- */
/* JOB */
.job {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight:normal;
	color:#666666;
}


/* SMALL ------------------------------------------------ */

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	
}
.small A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none
	
}
.small A:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none
	
}

.small A:visted {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none
	
}

/* Top Navigation */

.topnav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	
}
.topnav A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none
	
}
.topnav A:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: underline
	
}

.topnav A:visted {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none
	
}

/* UL -------------------------- */

ul {
    list-style-image: url(/grfx/li_dot.gif);
	padding: 0 0 0.5em 0;
	padding-left: 2ex;
	margin-left: 1em;
	margin-right: 4em;
	font-size: inherit;
}

ul.contents, ul.contents ul {
	list-style-type: none;
}

/* -------------------------------  HR   -------------------------- */

hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	height: 0;
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
	clear: both;
}

h1 {
	font-weight: normal;
	font-size: 130%;
	margin-bottom: 0.25em;
	color:#336666;
}

h2 {
	font-weight: normal;
	font-size: 110%;
	margin-bottom: 0.25em;
	color:#336666;
}

h3 {
	font-weight: bold;
	font-size: 10pt;
	color:#666666;
	background-color:#eee;
	padding: 10px 0 0 0;
	height:25px;
	
}


/* ----------------------------------  OL & UL  ------------------------------- */

ol {
	line-height: 1.3em;
	color:#666666;
	margin-left: 1em;
	margin-right: 4em;
}



/* ------------------------------- OL UL ------------------------------- */
.tallletter {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666
	}
	
.smallletter {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666
	}

.smallletter A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: underline
	
}
.smallletter  A:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none
	
}

.smallletter  A:visted {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none
	
}
	
	
	
	
/* ------------------------------- ******* ------------------------------- */
/* ------------------------------- STYLE 1 ------------------------------- */

.style1 {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666
	
}
.style1 A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #993300;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none
}
.style1 A:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #993300;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none
}
.style1 A:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #993300;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-decoration: underline
}


/* ------------------------------- STYLE 1 ------------------------------- */
/* ------------------------------- ******* ------------------------------- */


.style2 {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666
	
}
.small_font {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#993300
	
}
.small_font A {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color:#993300
	text-decoration: underline
	
}

.small_font A:hover {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color:#993300
	text-decoration: underline
	
}
.small_font A:visted {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color:#993300
	text-decoration: none
}


/* --- skinny --- */

.skinny {
font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	margin : 0px;
	padding : 10px 15px 10px 15px;
	background : #FFF;
	border-top : 1px dotted #444;
	border-right : 1px dotted #444;
	border-left : 1px dotted #444;
	border-bottom : 1px dotted #444;
	}

/* PRESS CSS */
.pressheader {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666
	}
/* RED HEADER */
.redheader {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	line-height: 20px;
	font-weight: normal;
	
	}
/* ADDED 2-16-05 */
/* borders */
p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}

/* ADDED 6-10-05 */
/* Input Feilds */
.inputfield {
font-family: "verdana";
font-size: 12px;
COLOR: #666666;
BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
}


/* ----------------------------------------*/ 
/* added 1-30-2006 */ 
/* drop down menu */

#dropmenudiv{
position:absolute;
border:1px solid #666666;
border-bottom-width: 0;
font:normal 9px Verdana;
text-align: left;
line-height:14px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 1px 0;
text-decoration: none;
text-align: left;
font-weight: normal;
font-family: verdana,arial; 
font-size: 9px;
}

#dropmenudiv a:hover {  /*hover background color*/
background-color: #eaede6;
}

/*  ----   */

