/* side menu */
#home-content .sideLinks{
    margin-top: 10px;
    padding-right: 20px;
}
#home-content .sideLinks .grid12{
    margin: 0;
}
#home-content .sideLinks a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #575757;
    font-weight: bold;
    padding-left: 13px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
    font-size: .9em;
    padding: 5px 10px 3px 30px;
    border-left: 0;
    font-weight: bold;
    text-indent: -10px;
    line-height: 20px;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
    content: "\203A"; 
    padding-right: 5px; 
    position: relative;
    top: -1px;
    color: #763775;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .sideLinks .grid12 a:hover{
    color: #763775;
    border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
    color: #763775;
    border-left: 3px solid #763775;
}
#home-content .inactive{
    display: none;
}
#home-content .active{
    display: block;
}
#home-content .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

#home-content .wirelessDev .grid4{
	background-color: #eee;
	
}

#home-content .wireslessDev .grid12{
	padding-right: 20px;
}

/********** DEFAULT **********/
#home-content .homePurpleBox{
	background: #763775;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
}
#home-content .homePurpleBox p{
	margin: 0;
	margin: 5px 0;
	color: #FFF;
}
#home-content .homePurpleBox a{
	color: #FFF;
}

.contentHolder .specBtns .fancybox-contentDS{
	border: 2px solid #6e3061;
	background-color: #6e3061;
    color: #fff;
    font-size: 1em;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    margin: 10px 0px 40px 0px;
    font-family: "myriad-pro", Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
}
.contentHolder .specBtns .fancybox-contentDS:visited{
	background-color: #6e3061;
    color: #fff !important;
}
.specBtns .fancybox-contentDS:visited:hover, .specBtns .fancybox-contentDS:hover{
    color: #6e3061 !important;
    background: #FFF;
}
.fancybox-inner div > ul{
	margin-left: 20px;
}

@media only screen and (max-width:768px){
	#home-content .sideLinks{
		padding-right: 0;
	}
}