/*Head Nav Search*/
.oem-head-wrapper {width: 1011px; text-align: left; height:56px;}
	.oem-logo-wrapper { width:323px; height:55px; float:left;}
	.oem-nav-search-wrapper {width:360px; float:left;}
		.search {height:26px; text-align:right; padding:0px 10px; color:#FFFFFF; font-weight:bold; margin-left:364px;}
		.search-box {float:left;background-color:#1e1e1e;width:290px!important;}
/*End Head Nav Search*/

/*Nav*/
.main-nav-wrap {
	margin-left:117px;
	display:block;
	height:auto;
}

	#nav-wrapper {
	font-size: .8em;
	text-align: left;
	background-color: transparent;
	width: 560px;
	margin: 0px auto;
	height: 26px;
	font-family: 'Trebuchet MS', LucidaGrande, Lucida, Arial, sans-serif; color: #fff;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.9;
}

#nav a {
	width: 100px;
	w\idth : 100px; /* hack */
	display : block;
	color : #fff;
	font-weight : bold;
	text-decoration : none;
	padding : 0px .5em;
	height: 26px;
	background-image: url(../images/nav-button-up.png);
}


#nav a:hover {
	width: 100px;
	w\idth : 100px; /* hack */
	background-color: transparent;
	background-image: url(../images/nav-button-down.png);
	color: #fff;
}

#nav li { /* all list items */
	float: left;
	/*also effects general size - indvidual li sizes*/
	width: 110px; /* width needed or else Opera goes nuts */	z-index:1000;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background:  transparent;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	z-index:1000;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -26px 0 0 8em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #menu li.hover {
    position: static;
}

/*Rounded box*/

.master-box {
 position:relative;
 margin:8px auto;
 min-width:8em;
 max-width:1000px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:0;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under master-box */

}

.master-box .content,
.master-box .master-box-top,
.master-box .master-box-bottom,
.master-box .master-box-bottom div {
 background:transparent url(../images/master-box.png) no-repeat top right;
 height:auto;
}

.master-box .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:2px 12px 0px 0px;
}

.master-box .master-box-top {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.master-box .master-box-bottom {
 /* bottom */
 position:relative;
 width:100%;
}

.master-box .master-box-bottom,
.master-box .master-box-bottom div {
 height:20px; /* height of bottom cap/shade */
 font-size:1px;
}

.master-box .master-box-bottom {
 background-position:bottom right;
}

.master-box .master-box-bottom div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.master-box .master-box-header,
.master-box .master-box-body,
.master-box .master-box-footer {
 position:relative;
}

.master-box .master-box-wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
 background-color: #FFFFFF;
}

.master-box h1,
.master-box p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.master-box h1 {
 padding-bottom:0px;
}

/*Blue Rounded box*/

.master-box-blue {
 position:relative;
 margin:8px auto;
 min-width:8em;
 max-width:1000px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:0;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under master-box */
 
}

.master-box-blue .content,
.master-box-blue .master-box-top-blue,
.master-box-blue .master-box-bottom-blue,
.master-box-blue .master-box-bottom-blue div {
 background:transparent url(../images/master-box-blue.png) no-repeat top right;

}

.master-box-blue .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.master-box-blue .master-box-top-blue {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.master-box-blue .master-box-bottom-blue {
 /* bottom */
 position:relative;
 width:100%;
}

.master-box-blue .master-box-bottom-blue,
.master-box-blue .master-box-bottom-blue div {
 height:4px; /* height of bottom cap/shade */
 font-size:1px;
}

.master-box-blue .master-box-bottom-blue {
 background-position:bottom right;
}

.master-box-blue .master-box-bottom-blue div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.master-box-blue .master-box-header-blue,
.master-box-blue .master-box-body-blue,
.master-box-blue .master-box-footer-blue {
 position:relative;
}

.master-box-blue .master-box-wrapper-blue {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.master-box-blue h1,
.master-box-blue p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.master-box-blue h1 {
 padding-bottom:0px;
}

/*Black Rounded box*/

.master-box-black {
 position:relative;
 margin:8px auto;
 min-width:8em;
 max-width:1000px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:0;
 margin-left:0px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under master-box */
 width:240px;
 
}

.master-box-black .content,
.master-box-black .master-box-top-black,
.master-box-black .master-box-bottom-black,
.master-box-black .master-box-bottom-black div {
 background:transparent url(../images/master-box-black.png) no-repeat top right;

}

.master-box-black .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.master-box-black .master-box-top-black {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.master-box-black .master-box-bottom-black {
 /* bottom */
 position:relative;
 width:100%;
}

.master-box-black .master-box-bottom-black,
.master-box-black .master-box-bottom-black div {
 height:4px; /* height of bottom cap/shade */
 font-size:1px;
}

.master-box-black .master-box-bottom-black {
 background-position:bottom right;
}

.master-box-black .master-box-bottom-black div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.master-box-black .master-box-header-black,
.master-box-black .master-box-body-black,
.master-box-black .master-box-footer-black {
 position:relative;
}

.master-box-black .master-box-wrapper-black {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.master-box-black h1,
.master-box-blacke p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.master-box-black h1 {
 padding-bottom:0px;
 font-size:13px; color:#FFFFFF; font-weight:bold;
}

/*accordian menu*/