#menu {
font: 12pt "Trebuchet MS";
width: 12em;
background: #gray;
border-collapse: separate
;
}

#menu ul {
font: 12pt "Trebuchet MS";
color: #505050;
list-style: none;
margin: 0;
padding: 0;
border-collapse: separate;
}

::-webkit-input-placeholder {
 font-size: 11px;
 color: #000000;
 text-transform: uppercase;
 text-transform: uppercase;
 text-align: center;
 font-weight: bold;
}
:-moz-placeholder { /* older Firefox*/
 font-size:11px;
 color: #000000;
 text-transform: uppercase;
 text-align: center;
 font-weight: bold;
}
::-moz-placeholder { /* Firefox 19+ */ 
 font-size: 11px;
 color: #000000; 
 text-transform: uppercase;
 text-align: center;
 font-weight: bold;
} 
:-ms-input-placeholder { 
 font-size: 11px; 
 color: #000000;
 text-transform: uppercase;
 text-align: center;
 font-weight: bold;
}

#menu a, #menu h2 {
font: 12pt "Trebuchet MS";
display: block;
border-width: 1px;
border-style: solid;
border-color: White;
border-collapse: separate;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
font: 12pt "Trebuchet MS";
color: #fff;
background: green;
border-style: solid;
border-color: black;
border-collapse: separate;
}

#menu a {
font: 12pt "Trebuchet MS";
color: #505050;
background: white;
text-decoration: none;
border-collapse: separate;
border-bottom: 1px dashed #C39C4E;
}

#menu a:hover {
font: 12pt "Trebuchet MS";
color: black;
background: black;
background: gray;
border-collapse: separate;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}


#menu a.current{
	color: #000000;
	background-color: #808080;
}

#menu li {
font: 12pt "Trebuchet MS";
color: #505050;
position: relative;
}

#menu ul ul ul {
font: 12pt "Trebuchet MS";
color: #505050;
position: absolute;
top: 0;
left: 100%;
width: 100%;
}


div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.current {
	color: #808080;
	background-color: #808080;
}

table.standard {
	border-width: medium;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}


table.standard th {
	border-width: medium;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius:;
}

table.standard td {
	border-width: medium;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	vertical-align: bottom;
	-moz-border-radius:;
}

table.standard td.centered {
	border-width: medium;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	text-align: center; vertical-align : bottom;
	-moz-border-radius:;
	vertical-align: bottom;
}

table.bent_table {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
	width: 80%;
	align: center;
}

table.bent_table td {
	text-align: left; border-width : 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius:;
	border-width: 0px;
}

table.bent_table td.bent_title {
	text-align: left;
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius:;
	font-family: "Trebuchet MS";
	color: 2244CC;
	font-size: x-large;
}

table.bent_table td.tdthumb {
	text-align: left;
	width: 160px ;
	border-width:  0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius:;
}

table.bent_table td.tdthumb1 {
	text-align: left;
	width: 350px;
	border-width:  0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius:;

.heading1 {
	font-family: "Trebuchet MS";
	font-size: 4em;
	font-style: italic;
	font-weight: bold;
	color: green;
	text-align: center;
}

.shout {
	font-size: 3em;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: red;
	text-align: center;
}

#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 0px;
}

#vertmenu h1 {
	display: block;
	background-color: #008000;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #000000;
	color: white;
	margin: 0px;
	width: 159px;
}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}

#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #C39C4E;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width: 160px;
}

#vertmenu ul li a:hover,#vertmenu ul li a:focus {
	color: #000000;
	background-color: #eeeeee;
}

.thumb {
	max-width: 150px;
	max-height: 150px;
	width: expression(this.width >   150 ?   "150px" :   true);
	height: expression(this.height >   150 ?   "150px" :   true);
}

.thumb1 {
	max-width: 400px;
	max-height: 150px;
	width: expression(this.width >   400 ?   "400px" :   true);
	height: expression(this.height >   150 ?   "150px" :   true);
}

a {
	text-decoration: underline;
}

#form {
                width:500px;
                margin:50px auto;
}
.search {
                padding:8px 15px;
                background:rgba(50, 50, 50, 0.2);
                border:0px solid #dbdbdb;
}
.button {
                position:relative;
                padding:6px 15px;
                left:-8px;
                border:2px solid #207cca;
                background-color:#207cca;
                color:#fafafa;
}
.button:hover  {
                background-color:#fafafa;
                color:#207cca;
}

 