/* Web of Maine CSS Document */

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Update Notes:
//
//
//
//
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */







/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// General html tags
// body, p, ul
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background: #bdceb6 url(images/wom_bg.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  font-size: 10px;
  line-height:1.7;
}

p {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
}

ul {
	list-style-type: disc;
	margin: 0;
	padding: 20px;
	color: #666666;
	text-align: left;
	font-size: 10px;
	line-height: 2.0em;
	
	}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Header Styles
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */

/* main header */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/* sub headers / page headers */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	margin-left: 5px;
    margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

/* small headers */

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 3px;
}



/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Links
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */


/* general links */


/* navigation links */

#sidebar {
position: static;
left: 0px;
top: 0px;
width: 200px;
font-size: 10px;
}	
	
#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:visited {
display: block;
padding: 3px 0px 3px 10px;
border: 1px solid;
border-color: #F6F6F6 #F6F6F6 #DDDDDD #F6F6F6;
background-color: #F6F6F6;
color: #0066CC;
text-decoration: none;
}
	
#navlist a:hover {
background-color: #0099FF;
background-image:   url(file:///C|/WWW/WDOM/INTRANET/includes/images/main_image_1.jpg);
color: #FFFFFF;
font-weight: bold;
}	


a, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 3px;
color: #2B0484;
text-decoration: none;
font-size: 10px;
font-weight: bold;
}
	
a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 3px;
color: #2B0484;
text-decoration: underline;
font-weight: bold;
font-size: 10px;
}	

/* header links */


/* footer links */


/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
//  Divs
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */

/* main */

div.header {
	position: absolute;
	left:10px;
	top:10px
}

div.main-body {
	position: absolute;
	left:220px;
	top:80px;
}

div.nav-left {
	position: absolute;
	left:10px;
	top:80px;
	background-color: #CCCCCC;
}

.text-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.main-table {
	background-color: #FFFFFF;
	border: 0px dashed #CCCCCC;
	padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px; 
	font-size: 10px;
}

.mini-table {   	
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px dashed #FFCCCC; 
	padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	background-color: #FFFFFF;	
}