/* CSS Document */

body {
	margin-top: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 12px;
}

a
{
color:black;
font-weight:normal;
font-style:normal;
text-decoration:underline;
}


a:link
{
color:black;
font-weight:normal;
font-style:normal;
text-decoration:underline;
}


a:visited
{
color:black;
font-style:normal;
font-weight:normal;
text-decoration:underline;
}


a:hover
{
color: #cc0000; 
font-style:normal;
text-decoration:underline;
 }

p,td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

th { background-color : #44526F; padding:6px;
	color : White;font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; }


.list, .list a
{list-style: none none;
padding: 0.25em 0.1em 0.25em 1.5em;
background-image:url(../images/nav-bullet.gif);
font-size:12px;
background-position:left;
background-repeat:no-repeat;
text-decoration: none;
  }

.list a:link { color: #000; font-size:12px;list-style: none none; }
.list a:visited { color: #000; text-decoration:none; font-size:12px;list-style: none none;}
.list a:active { color: #ccc; font-size:12px; list-style: none none;}

.list a:hover
{list-style: none none;
color: #FF0000;
text-decoration: underline;
font-size:12px;
}


H1 {
	font-size : 24px;
	font-weight : bold;
	color : #485575;
	font-family : serif;
}

h2, h2 a:link, h2 a:active, h2 a:visited {
	font-size : 22px;
	color : black;
	font-family : serif;
	margin-bottom: 12px;
	font-style: italic;
	font-weight: bold;
}
h2  a:hover {
	color : black;
}

.term {
	color : #cc0000;
font-family: times, Times New Roman, times-roman, georgia, serif;
	margin: 0;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}

#content {
	margin-left: 14px; margin-right: 14px;
}
.box, #box {
	 padding:3px;text-align:center;color : black;
	border : 1px solid #999999;
}
.bkg-gray {
	background-color: white;
	background-image: url(../images/bkg_gray_gradient.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.border {border : 2px solid #485575;
}
.button{
  font-weight: bold;
  border: 1px;
  color: white; padding: 3px;
  background-color: #67777E;
  font-size : 11px;
}

#eto, #eto a, #eto a:link, #eto a:active, #eto a:visited  {
	color: transparent; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align:center;
}


.footer,  .footer a, .footer a:link, .footer a:active, .footer a:visited, .footer a:hover {
	FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: verdana;
	margin:6px; padding: 6px;
}

.pagetrail,.pagetrail a,.pagetrail a:link,.pagetrail a:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color : black;
  padding-top : 7px;
  padding-bottom : 6px;
  text-align : right; padding-right: 14px;
}
.pagetrail a:hover {
	font : bold;
}
.pic {
	border : 1px solid #999999;
}
.phone { 
 font-size: 11px;
	color: #007FC2;
	font-weight : bold;
}
.copy_#cc0000bold {COLOR: #663300; font-size: 11px;  font-weight : bold; }
.copy_#cc0000, td.copy_#cc0000 {COLOR: #663300; }

.#cc0000 {
	color : #CC0000;
}

.white {
	color : white;
}
/* menu nav bar  */

.navigation { 
list-style: none none;
margin: 0;
padding: 0;
width: 175px;
}



 /* Stylesheet settings for ListMenu Snippet
// STYLES used
//
// #LM_level_N      menu level where N is the number of the depth
//                  starting at 0
// #LM_youAreHere   menu item of current location
// .LM_expanded     expanded menu item with children
// .LM_collapsed    menu item with childen, but not expanded
// .LM_endPage      menu item with children
// .LM_description  menu item description
// 
*/

/* ListMenu Styles */

#listMenuWrapper {
list-style: none none;
margin: 0;
padding: 0;
width: 175px;
 background-color : #67777E;
}

#listMenuWrapper ul {
list-style: none none;
margin: 0;
padding: 0;
}
/* sets main color */
#listMenuWrapper ul li {
list-style: none none;
margin: 0;
padding: 0;
color: white;
}

#listMenuWrapper a, #listMenuWrapper #LM_youAreHere {
color: white; list-style: none none;
display: block;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#999999 #333333 #333333 #999999; /*light dark dark light*/
text-decoration:none;
}

#listMenuWrapper .snippetName a {
list-style: none none;
margin: 0;
padding: 0;
}

.LM_collapsed a {list-style: none none;}
.LM_collapsed a:hover {
color: white;list-style: none none;
display: block;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#999999 #333333 #333333 #999999; /*light dark dark light*/
background-color: #44526F;
text-decoration:none;

	 }

.LM_expanded a {list-style: none none;}
.LM_expanded a:hover { 
color: white;list-style: none none;
display: block;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#999999 #333333 #333333 #999999; /*light dark dark light*/
background-color: #44526F;
text-decoration:none;

	}
.LM_expanded #LM_youAreHere {
color: white;list-style: none none;
display: block;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#999999 #333333 #333333 #999999; /*light dark dark light*/
background-color: #44526F;
text-decoration:none;

}

.LM_endPage a {list-style: none none;}
.LM_endPage a:hover  {
color: white;list-style: none none;
display: block;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#999999 #333333 #333333 #999999; /*light dark dark light*/
background-color: #44526F;
text-decoration:none;

}
.LM_endPage #LM_youAreHere {
color: white; list-style: none none;
display: block;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#999999 #333333 #333333 #999999; /*light dark dark light*/
background-color: #44526F;
text-decoration:none;

}

#LM_level_1 li a, #LM_level_1 li #LM_youAreHere {padding-left:8px; color: white; list-style: none none;
display: block;
padding: 2px 4px;
 font-size : 12px;
}
#LM_level_2 li a, #LM_level_2 li #LM_youAreHere {padding-left:10px;  font-size : 11px; background-color: #FFFFFF; color: #485575; list-style: none none;}
#LM_level_2 li a:hover {padding-left:10px;  font-size : 11px; background-color: #FFFFFF; color: #485575;llist-style: none none;}
#LM_level_2 li a, #LM_endPage #LM_youAreHere {padding-left:10px;font-size : 11px; background-color: #485575; color: #ffffff; list-style: none none;}

