

/* ######### Top Menu ######### */

#topmenu {
	background-image: url("/contentonly.aspx?file=images/nav_bg.jpg");
    background-position: -5px center;
    background-repeat: no-repeat;
    clip: rect(0px, auto, 0px, auto);
    height: 55px;
    position: relative;
    width: 1020px;
		
    display: block;
    margin: 0 auto;

}
#topsection ul {
    list-style: none;
    margin: 0 auto;
    max-width: 976px;
    padding-top: 3px;
    position: relative;
    top: 8px;
	left:5px;
}

#topsection ul li {
    display: inline;

}

#topsection ul li a {
   color: white;
    display: inline-block;
    font: bold 16px open sans;
    margin-right: 27px;
	    padding: 3px 30px;
    text-decoration: none;
    text-transform: inherit;
}

#topsection ul li:first-of-type a {
    margin-left: 20px;
}

#topsection ul li:last-of-type{
    margin-right: 5px;
}

#topsection ul li a:hover {
    background: #5EAE1F;
	height:34px;
}

#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: 950px !important;
		top: 286px !important;
		width: auto;
		color: white;
		visibility: hidden;
		padding: 10px;
		width: 180px;
    -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: #5EAE1F;
		text-align:left;
}

.dd-anylinkcsscols{
		position: absolute;
		left: 0;
		top: 286px !important;
		width: auto;
		color: white;
		visibility: hidden;
		padding: 10px;
		width: 670px;
    -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: #5EAE1F;
		text-align:left;
}

.dd-anylinkcsscols .column{
		width: 160px;
		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: #1D7F7C;
    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;
}




