body {
	color: #000;
	font-size: 14px; /* 1em = 10px */
	line-height: 1.5em;
	background: #dedede url(../images/bk.png) repeat-y  center;
	margin: 1.2em 2em;
}


.V-Special { color:#CC0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; }
.Mother-Special { color:#8f92a3; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; }


#Wrapper {
	width: 727px;
	background-color: #fff;
	margin: 0 auto;
	
}


div#Header {
	position: relative;
	margin-bottom: 0px;
	height: 205px;
	background: #fff url(../images/header.png) no-repeat top right;
	z-index: 10;
}

div#HeaderMenu0 {
	position: relative;
	height: 20px;
	background: #fff url(../images/blue1.png) repeat-x top right;
	vertical-align:top;
}

div#HeaderMenu {
	position: relative;
	height: 22px;
	background: #fff url(../images/menu-bk.png) repeat-x top right;
	vertical-align:top;
}

#Container-Home {
	position: relative;
	width: 727px;
	background: #fff url() no-repeat top;
}


div#Home-bottom0 {
	position: relative;
	height: 10px;
	background: #f8a835 url() no-repeat top right;
	vertical-align:top;
}


div#Home-bottom {
	position: relative;
	height: 180px;
	background: #fff url(../images/bottom.png) no-repeat top right;
	vertical-align:top;
}


#Container {
	position: relative;
	width: 900px;
	background: #fff url(../images/body-image.jpg) no-repeat bottom;
}

#Container-Body {
	position: relative;
	width: 727px;
	background: #fff url(../images/menu2-bk.png) repeat-y top left;
}

#center-pages { 
margin-right:0px;
margin-left:177px;
font-family:Arial, Helvetica, sans-serif;
background: transparent url(../images/site-body-back.png) no-repeat top right;
padding:50px;

}

#left-menu { 
float:left;
width:177px;
padding:0px;
background: transparent url() repeat-y top right;

}



/* Nav
--------------------------------------------------------------------*/

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/

}

.mattblacktabs ul{
margin: 0 auto;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #fff url(../images/menu-bk.png) repeat-x top right;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color:#fcf9d0;
background: #4eb8c8; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



#navcontainer
{
background: #;
width: 177px;


font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: center;
text-transform: lowercase;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 0px;
border-color: # # # #;
border-style: solid;
color: #777;
text-decoration: none;
background: #f8a835;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f8a835;
color: #fff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #0199b0;
background: transparent;
border-color: #000 #000 #000 #000;
}




.bottom-box {
color: #fff;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}
.bottom-box a {
text-decoration:none;
color: #fff;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}
.bottom-box a:hover {
text-decoration:none;
color: #f8a835;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}




/* Footer
--------------------------------------------------------------------*/
#Footer {
	
	color: #999999;
	width: 727px;
	height: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #fff url() no-repeat top left;
	vertical-align:bottom;
	clear:both;
}
#Footer p { font-size: 12px; }
#Footer a {
  color: #999999;
  text-decoration: none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
 }
 #Footer a:hover {
  color: #cccccc;
  text-decoration: none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

