@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic);
body {
	margin: 0;
	background-color: rgb(255, 255, 255);
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
}

#content{
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	text-align:center;
}

td {
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#nav_top {
    background-color: rgb(0, 0, 0);
    border-bottom: 3px solid rgb(211, 211, 211);
    margin-left: 50px;
    height: 53px;
    width: 95%;
    text-align: center;
    margin-bottom:-1px;
}
#nav_outer_box {
    background-color: rgb(255, 255, 255);
    left: 0;
    top: 0;
    width: 100%;
}
#nav_inner_box {
    background-color: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    min-width: 400px;
}
#nav_content_box {
    background-color: rgb(255, 255, 255);
    border-left: 1px solid rgb(223, 223, 223);
    border-right: 1px solid rgb(223, 223, 223);
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 1600px;
}

#nav_bottom {
    background-color: #000000;
    color: #cccccc;
    clear: both;
    min-height: 51px;
    width: 100%;
    border-top: 1px solid rgb(0, 0, 0);
    font-family: 'Open Sans', sans-serif;
}
#nav_bottom_text {
    padding-top: 10px;
    width:85%;
    text-align:left;
    margin: 0 auto;   
}

#nav_bottom_text_left {
    float: left;
    width:40%;
    text-align:left;
}
#nav_bottom_text_center {
    float:left;
    width:25%;   
    margin-left:5px;
    margin-right:5px;
    text-align:left;
}
#nav_bottom_text_right {
    float:right;
    width:35%;
    text-align:right;
}

#navigation  {
	font-family: 'Open Sans', sans-serif;
	width: 85%;
	height: 55px;
	margin: 0 auto;
	display: inline-block;
}

#nav_border  {
	width:100%;
	margin-bottom: 0px;
	background: #fff;
	padding-bottom:0px;
	padding-top:0px;
}

.borderradius {
	border: 1px solid rgb(223, 223, 223);
	padding:10px 40px; 
	border-radius:25px;
} 

.searchtitle {
	font-size:medium;
} 
.searchlink {
	font-size:small;
	color:green;
} 
.searchcount {
	font-size:large;
	text-align: center;
} 
.content {
	font-size:small;
	width:800px;
	text-align: left;
} 


ul#nav {margin: 0 -50px 0 -10px;}
ul.drop a { display:block; color: #555;  font-size: 15px; text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; border: 0px solid #000; background: #fff; color: #fff;}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: bottom; zoom: 1; padding: 3px 10px; }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default; background: #dddddd; }
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 195px; background: #555; border: 0px solid #fff; }
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }

li img {
  padding: 1px 20px 0px 20px;
  cursor: default;
  hover:  background: #000000;
}

li a {
  display: inline-block;
  color: #00f;
  text-align: center;
  padding:  16px 4px 12px 4px;
  text-decoration: none;
  hover:  color: #000;
}

