

/* ######### Top Menu ######### */

#topmenu {
    float: left;
    height: 40px;
    width: 1024px;
}
#topsection ul {
    clear: left;
    display: inline-block;
    height: 33px;
    left: 5px;
    list-style: outside none none;
    margin: 0 auto;
    /*max-width: 656px;*/
    padding-top: 3px;
    position: relative;
    top: 3px;
}

#topsection ul li {
    display: inline;

}

#topsection ul li a {
   color: #333;
    display: inline-block;
	
	font-family: "Roboto",Arial,Helvetica,sans-serif !important;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 8px;
    text-decoration: none;
    text-transform: uppercase;
}

#topsection ul li:first-of-type a {

}

#topsection ul li:last-of-type{
    margin-right: 5px;
}

#topsection ul li a:hover {
    background: #c00 none repeat scroll 0 0;
    color: #fff;
    height: 26px;
}

#topsection ul li#search{
    float: right;
		position: relative;
}

#topsection ul li#search input[type="text"] {
    height: 23px;
    width: 160px;
    text-indent: 3px;
    padding-right: 27px;
    border-radius: 5px;
    border: 1px solid #eee;
}

#topsection ul li #query_submit{
		position: absolute;
		right: 4px;
		top: 20%;
}

#topbanner{
    margin: 0 auto;
    margin-top: 10px;
		clear: both;
    max-width: 1024px;
		text-align: left;
}



/* ######### Alternate multi-column class for drop down menus ######### */

#dd-submenu2.dd-anylinkcsscols{
		position: absolute;
		left: 475px !important;
		top: 178px !important;
		width: auto;
		color: white;
		visibility: hidden;
		padding: 10px;
		width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		z-index: 2222222; /*zIndex should be greater than that of shadow's below*/
		background: #C00;
		text-align:left;
}

.dd-anylinkcsscols{
		position: absolute;
		left: 0;
		top: 200px !important;
		width: auto;
		color: white;
		visibility: hidden;
		padding: 10px;
		width: 450px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		z-index: 2222222; /*zIndex should be greater than that of shadow's below*/
		background: #c00;
		text-align:left;
}

.dd-anylinkcsscols .column{
		width: 200px;
		float: left;
}


.dd-anylinkcsscols .column ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
    margin-right: 5px;
}

.dd-anylinkcsscols li{
	/*	padding-bottom: 5px;  */
}
.dd-anylinkcsscols b
{
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 42px;
    margin-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}
.dd-anylinkcsscols li a{
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 3px 3px 10px;
    text-decoration: none;
}

.dd-anylinkcsscols li a:hover{
    background: #000;
    color: white;
}

#maincontainer {
    width: 90%;
    /*Width of main container*/
		max-width: 1024px;
    margin: 0 auto;
    /*Center container on page*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#topsection h1 {
    margin: 0;
    padding-top: 15px;
}

#contentwrapper {
    float: left;
    width: 100%;
    background: white;
}

p#pathlinks{
    clear: right;
    font: bold 110% Georgia;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 90%;
    max-width: 1024px;
}

p#pathlinks a:hover{
    color: red;
}




