object {
	padding: 0;
	margin: 0;
	z-index: 1;
}
body{
	background: #007074
}

ol.scs li, ul.scs li{
	padding-bottom: 10px;
}

ol.scs img, ul.scs img{
	padding:10px 0;
}
.outer-wrapper{
	background:url("images/body-background.png") center repeat-y;
}
.banner{
	width: 100%;
	background:#007073  url("images/banner.png") center bottom no-repeat;
	height: 130px;
	padding: 0;
	margin: 0;
}

.content{
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

.content > td{
	vertical-align: top;
}

td.main-pannel{
	padding: 0 25px;
	margin: 0;
	width: 395px;
	vertical-align: top;
}

td.main-pannel h2{
	padding: 0;
	margin: 0;
	font-size: 25px;
	text-align: center;
	border-bottom: 1px solid #7c7c7c;
}

td.main-pannel h3{
	padding: 0;
	margin:0;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px dashed #7c7c7c;
}

td.date{
	background: url("images/date2.png");
	font-weight: bold;
	color: white;
	padding: 13px 10px 5px 15px;
	text-align: center;
}

td.info{
	vertical-align: center;
}

td.info > a{
	font-size: larger;
}

.main-pannel p{
	padding: 10px 0;
	margin: 0;
}

.nav-pannel{
	padding: 0 0 0 10px;
	margin: 0;
	width: 295px;
	vertical-align: top;
}
.dynatip { 
	display: none;
    background:url("images/black_arrow.png") no-repeat; 
	height:62px; 
    padding:30px; 
    width:159px; 
    font-size:12px; 
    color:#fff; 
	font-weight: bold;
}
.app-wrapper{
	height: 80px;
	margin-bottom: 5px;
}
.icon1{
	padding:0;
	margin: 0;
	float:left;
}
.icon1 a{
	padding:0;
	margin: 0;
	display: block;
}

.contact{
	float: left;
	width: 70px;
	height: 80px;
	background: url("images/contactapp.png") top center;

}
.game{
	float: left;
	width: 70px;
	height: 80px;
	background: url("images/gameapp.png") top center;
}
.phone
{
	float: left;
	width: 70px;
	height: 80px;
	background: url("images/phoneapp.png") top center;
}
.faq
{
	float: left;
	width: 70px;
	height: 80px;
	background: url("images/faqapp.png") top center;
}
.bboard
{
	float: left;
	width: 70px;
	height: 80px;
	background: url("images/blackboard.png") top center;
}
.vids
{
	float: left;
	width: 70px;
	height: 80px;
	background: url("images/podcasticon.png") top center;
}
.norton
{
	float: left;
	width: 70px;
	height: 80px;
	background: url("images/symantecicon.png") top center;
}
.nav-body{
	width: 287px;
	background: url("images/nav-background.png") top center;
	text-align: center;
}

.nav-body ul.nav{
	padding:0;
	margin: 0;
	padding-top: 15px;
	background: url("images/nav-header.png") left top no-repeat;
	list-style: none;
}

.nav-body ul.nav > li{
	padding: 0px;
	margin: 0 0 0 10%;
	width: 80%;
	line-height: 63px;
	border-top: 1px solid #757570;
	border-bottom: 1px solid black;
	z-index: 10;
}

.nav-body ul > li, .nav-body ul > li ul li{ position: relative;}

.nav-body ul.nav > li.first{
	padding-top: 2px;
	border-top: none;
}

.nav-body ul.nav > li.last{
	padding-bottom: 2px;
	border-bottom: none;
}

.nav-body ul.nav > li a{
	padding: 0;
	margin: 0;
	height: 63px;
    display: block;
	position: relative;
	z-index: 5;
}


.nav-body ul.nav > li.backLava{
	position:absolute;
	padding: 0;
	margin:0;
	
	background: #2f3028;
	background: -moz-linear-gradient(top, #2f3028 50%, #007074);  
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #2f3028), to(#007074));
	
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-webkit-opacity: 0.75;
	opacity: 0.75;
	
	border: 1px solid #757570;

	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	
	-moz-box-shadow: 0px  3px 3px 1px black;
	-webkit-box-shadow: 0px 3px 3px 1px black;
	box-shadow: 0px 3px 3px 1px black;
	
	z-index: 9;
	
}

a.nav-item1{
	background: url("images/nav-about.png") left top no-repeat;
}
a.nav-item2{
	background: url("images/nav-services.png") left top no-repeat;
}
a.nav-item3{
	background: url("images/nav-techsupport.png") left top no-repeat;
}
a.nav-item4{
	background: url("images/nav-purchases.png") left top no-repeat;
}
a.nav-item5{
	background: url("images/nav-CCUresnet.png") left top no-repeat;
}
a.nav-item6{
	background: url("images/nav-CCUwireless.png") left top no-repeat;
}
a.nav-item7{
	background: url("images/nav-Computingp.png") left top no-repeat;
}
a.nav-item8{
	background: url("images/nav-tutorial.png") left top no-repeat;
}

.nav-body ul.nav li ul{
	padding: 0;
	margin: 0;
	position: absolute;
	
	width:90%;
	right:100%;
	top: 0;
	
	list-style: none;
	background: url("images/nav-sub-body.png");
	border: 1px solid #757570;	
	border-right: 1px solid black;
	
	-moz-border-radius: 5px 0 5px 5px; 
	-webkit-border-radius:  5px 0 5px 5px; 
	border-radius: 5px 0 5px 5px;
	
	display: none;
	z-index: 8;
}

.nav-body ul.nav li ul li{
	padding: 0px 6px;
	line-height: 25px;
	font-weight: bold;
}

.nav-body ul.nav li ul li a.first{
	padding-top: 1px;
	border-top: none;
}

.nav-body ul.nav li ul li a.last{
	padding-bottom: 1px;
	border-bottom: none;
}

.nav-body ul.nav li ul li a{
	padding:4px;
	margin:0;
	height: 25px;
	line-height: 25px;
	display:block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #757570;
	border-bottom: 1px solid black;
}

.nav-body ul.nav li ul li:hover {
	background: url("images/nav-sub-link-highlight2.png");
}

.nav-footer{
	background: url("images/nav-footer.png") center bottom no-repeat;
	height: 18px; 
	width: 287px;
}

.summary{}

.summary a{
	color: black;
	text-decoration: none;
}
.summary a p{
	padding: 10px;
}

.summary p:hover{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px black;
	padding: 9px;
}

.table{
	padding:4px;
	text-align: center;
}

ul.questions{
	padding: 20px 5px 40px 15px;
	margin: 0;
}

ul.questions li{
	padding-bottom: 10px;
}

ul.questions li a{
	font-size: 14px;
}

div.answers a{
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: underline;
	font-size: medium;
}

div.answers p{
	padding: 0 0 18px 0;;
	margin: 0;
	
}

div.answers p a {
	display:inline;
	font-size: 12px;
}

