

.clear{
	clear:both;
}

a, a:visited {
	color:#006633;
}

a:hover{
	text-decoration:underline;
}

#search_container{
	width:930px;
	margin:20px auto;
}

div.nomargin{
	margin-right:0px;
}

.pic{
	/* float:left; */
	margin:0 35px 35px 0;
	border:10px solid #000000;
	border-bottom: 80px solid #000000;
	width:175px;
	height:255px;
	font-size:12px;
	background-color:#000000 !important;
}

.picIE{
	float:left;
	margin:0 35px 35px 0;
	border:5px solid #cccccc;
	width:170px;
	height:190px;
	font-size:12px;
}

.picDiv{
	background-color: #cccccc;
	width:170px;
	height:70px;
	font-size:12px;
	color:#000000;
	vertical-align:bottom;
}

.pic a{
	width:170px;
	height:170px;
	text-indent:-99999px;
	display:block;
}

.picIE a{
	width:170px;
	height:170px;
	text-indent:-99999px;
	display:block;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2{
	font-weight:normal;
	font-size:14px;
	
	color:white;
}

.optionssearch {
	background-color:#ffffff;
	color: #000000;
    width:auto;
}

/*buttons*/
#SearchMe {
    margin: 5px 5px 5px 0; background-color: #444; border: none; box-shadow: none;
    color: #fff; padding: 5px 5px; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #ffffff;
    }