@charset "utf-8";

/* CSS Document */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 910px;
}
	#adLeft {
		position: absolute;
		top: 120px;
		left: -170px;
	}
	#adRight {
		position: absolute;
		top: 120px;
		right: -170px;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f8f8f0;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	background-image: url(images/bg.jpg);
	color: #000;
	font-size: .90em;
}

p {
	padding: 1px;
}
	
.footer {
	margin: 0 auto;
	font-size: 11px;
	text-align:center;
	color: #6D6D6D;
}

.verd {
	font-size: 0.85em;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

a:link {
	color: #1469B7;
	text-decoration: underline;
}

a.linkB:link, a.linkB:visited, a.linkB:active {
color:#0000FF;
text-decoration:underline;
}
a.linkB:hover {
text-decoration:none
}



/* Gallery

======================================*/

#gallery {
text-align:center;
padding-bottom:4em;
clear:both
}

#gal {
overflow:hidden;
}

#gal ul {
list-style:none;
float:left;
}

#gal li {
list-style:none;
float:left;
margin:2px;
margin-right:1em;
}

#gal li img {
border:0;
width:100px;
height:70px;
}

#gal li a {
display:block;
margin:2px;
padding:3px;
background:#7dc7ff;
}

#gal li a:hover {
background:#40c924;
}
.fav {
	padding-top: 15px;
	padding-bottom: 15px;
}
.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.center {
	margin-left:auto;margin-right:auto;margin-top:2px;margin-bottom:2px; display:block;}
.img_left {
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #039;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #039;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper table tr td table tr td table tr .verd a {
	color: #1469B7;
	text-decoration: underline;
}
a {
	color: #1469B7;
	text-decoration: underline;
}
#navback  {
	height:44px;
	width:860px;
	padding:0px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	background-image: url(images/nav_back_03.jpg);
	background-repeat: repeat-x;
} 
.navback a {
	height:44px;
	width:860px;
	padding:0px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	background-image: url(images/nav_back_03.jpg);
	background-repeat: repeat-x;
}
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/

margin:0;
padding: 0 ;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#339900;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;

}

.ddsubmenustyle li a{
display: block;font-size:12px ;font-weight:bold;
width:180px; /*width of menu (not including side paddings)*/
color: #fff;
background-color:#339900;
text-decoration: none;
padding: 4px 2px;
border-bottom: 1px solid black;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;font-size:12px ;font-weight:bold;
width: 180px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color:#000;

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 2px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
.mattblackmenu ul{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	list-style-type: none;
	overflow: hidden;
	width:860px;
	margin-left:2px;
	z-index:5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.mattblackmenu li{
	display: inline;
	margin: 0px;
	font-weight:bold;
	text-transform:uppercase;
}

.mattblackmenu li a{
	float: left;
	text-transform:uppercase;
	display: block;
	text-decoration: none;
	margin:0px 8px;
	padding: 0px 2px;  /*padding inside each tab*/
	border-right: 0px solid #000; /*right divider between tabs*/
	color: #fff;
}

.mattblackmenu li a:hover{
background:#339900; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
 /*background of tab with "selected" class assigned to its LI */
}

.greenBold {
	color: #62AA45;
	font-weight: bold;
	font-size: 1.15em;
}
