/*  
Site Name: 		CUNET
Site URI: 		cunet.com
Description: 	CUnet
Version: 		1.0
Author: 		Emir Plicanic
Author URI: 	Nelnet.com

*/

/*  =COLORS
---------------------------------------------------
	Body Background: 	#EDEDED (~light gray)
	Main Text:			#333 (~dark gray)
	Links:				#0099cc	(~blue)
	Headings: 			#3F4450 / #eee	(~gray / reveresed)

*/


/*  =RESET
---------------------------------------------------*/

*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-size: inherit;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
}
table {
    border-collapse:collapse;
    border-spacing: 0;
}
caption, th  {
    font-weight: normal;
    text-align: left;
}
	
	
/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */

body {
	font:12px/20px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	background: #D9D9D9 url(../images/body-bg.jpg) repeat-x left top;
	position: relative;
}
#donotprint{display:none !important;}

a:link {
	color: #0099cc;
	text-decoration: none;
}

a:visited {
	color: #0099cc;
	text-decoration: none;
}

a:hover, a:active {
	color: #0099cc;
	text-decoration: underline;
}

h1,.secondary-h1 {
	color: #;
	font-size: ;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	color: #3F4450;
	font-weight: normal;
	letter-spacing: -1px;
}


h2 {
	color: #3F4450;
	font-size: ;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
h3, .subhead {
	color: #3F4450;
	font-size: 14px;
}
#content_banner .subhead {
	font-size: 12px;
	line-height: 18px;
}

#sidebar_nav .subhead {
	color: #3F4450;
	font-size: 14px;
	padding-left:16px;
}

h4 {
	color: #;
	font-size: ;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}

ol {
	list-style-type: ;
	margin: 15px 0px 15px 40px;
	padding: 0px;
}

ul {
	list-style-type: ;
	margin: 15px 0px 15px 40px;
	padding: 0px;
}

li {
	margin: ;
}

blockquote {
	padding: 15px 8px 15px 30px;
	margin: 10px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
}


/*  =HEADER
-------------------------------------------------------------- */

#header {
	position: relative;
	margin: 0px 0px 40px;
	padding: 10px 0px 0px;
	height: 68px;
	width: 960px;
	z-index:800;
	line-height: normal;
}
#logo {
	margin-top: 3px;
	margin-bottom: 10px;
	border-style: none;
	float: left;
	position: relative;
}


/*  =NAVIGATION
-------------------------------------------------------------- */

#topnav {
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
	display: none;
}
#topnav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#topnav li a {
	color: #777;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 15px 5px;
	display: block;
	white-space: nowrap;
}
#topnav li a:hover {
	color: #0099cc;
}
#topnav li .callout {
	color: #FFF;
	background: url(../images/about_f2.gif) no-repeat left center;
	font-weight: bold;
}
#topnav li .callout:hover {
	color: #FFF;
	text-decoration: underline;
}

#nav{
	position:absolute;
	z-index:999;
	width: 789px;
	top: 26px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	display: none;
}

#nav ul{
	clear:right;
	list-style: none;
	float: right;
	margin: 15px 0px 0px;
	padding: 0px;
	position: relative;
	text-transform: uppercase;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav-devider.png);
	background-repeat: no-repeat;
	background-position: right center;
	position:relative;
	z-index:999;
}
#nav .has-dropdown a{
	background:url(../images/nav-arrow-down-small.png) no-repeat 5px center;
}
#nav .has-dropdown li a{
	background:none;
}
#nav li a {
	color: #0099cc;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 12px;
	display: block;
	white-space: nowrap;
}
#nav li a:hover, #nav .selected-nav a{
	color: #3F4450;
	text-decoration: none;
}


/* Drop-downs 
------------------------------------------------------------------ */
#nav ul ul {
	margin:0px;
	padding:8px 8px 0px 8px;
	list-style:none;
	font-size: 12px;
	font-weight: normal;
	background:url(../images/nav-arrow-up.png) no-repeat 20px 0px;
	display:none;
	left:0px;
	list-style:none outside none;
	position:absolute;
	top:20px;
	width:220px;
	z-index:999;
	font-weight:normal;
}
#nav ul ul li{
	width:210px;
	clear:both;
	padding:0px;
	background-color: #0099cc;
	background-image: none;
}
#nav ul ul a{
	color:#fff !important;
	line-height: 16px;
	padding:10px 15px;
	width:auto;
	border-bottom:1px dotted #fff;
	text-transform:none;
	background:none;
}

#nav ul ul li:last-child a{
	border-bottom:none;
}
/*Show drop-down*/
#nav ul li:hover ul{
	display:block;
}
#nav ul li:hover ul a:hover{
	display:block;
	background:#3F4450;
	text-decoration: none;
	color: #0099cc !important;
}

/* =END Drop-downs 
------------------------------------------------------------------ */




/*  =PROMO
-------------------------------------------------------------- */
#promo{
	position:relative;
}
#cunetRoundabout {
	list-style: none;
	position: relative;
}

.roundabout-holder { 
	padding: 0; 
	height:40em; 
	width:710px; 
	list-style:none; 
	margin:0 auto;
	position:absolute; 
}
.roundabout-moveable-item {
  cursor: pointer;
  height:38.667em;
  width: 26.833em;
}
.roundabout-moveable-item * {
	position: absolute;
	z-index:203;
}
.roundabout-moveable-item .item-title{
	text-align:center;
	text-transform:uppercase;
	font-size:1.025em;
	height: 2.5em;
	width: 26.833em;
	padding-top:1.20em;
	font-weight:bold;
	color:#666;
	filter:alpha(none) !important; /* IMPORTANT FIX FOR IE's ALL versions */
}
.roundabout-moveable-item img {
	height: 38.667em;
	width: 26.833em;
	position:absolute;
	z-index: 202;
	margin:0;
	padding:0;
}

.roundabout-moveable-item .item-text {
	color:#FFFFFF !important;
	height:6.5em;
	left:3em;
	line-height:18px;
	margin:0;
	padding:0;
	position:absolute;
	top:26em;
	width:20.5em;
	filter:alpha(none) !important; /* IMPORTANT FIX FOR IE's ALL versions */
}
.roundabout-moveable-item .item-text span{
	display:block;
	margin:0 0 10px;
	padding:0;
	position:relative;
	filter:alpha(none) !important; /* IMPORTANT FIX FOR IE's ALL versions */
}
.roundabout-movable-item .item-text a {
	color: #FFFFFF !important;
	position:relative;
	filter:alpha(none) !important; /* IMPORTANT FIX FOR IE's ALL versions */
}
.roundabout-moveable-item .item-demo{
	display:block;
	position:absolute;
	text-decoration:none;
	color:#fff !important;
	text-align:right;
	font-size:0.8em;
	top:5.9em;
	right:0em;
	width:12em;
	z-index:210;
}
.roundabout-moveable-item .item-demo:hover{
	text-decoration:underline;
}
.roundabout-moveable-item .item-demo img{
	border:none;
	position:relative;
	width:22px;
	height:10px;
}

.roundabout-moveable-item .item-news {
	color:#333;
	height:18em;
	left:3em;
	line-height:18px;
	margin:0;
	padding:0;
	position:absolute;
	top:5em;
	width:20.5em;
	filter:alpha(none) !important; /* IMPORTANT FIX FOR IE's ALL versions */
}
.roundabout-moveable-item .item-news a{
	display:block;
	padding:1em 0em;
	border-bottom:1px dotted #fff;
	position:relative;
	color:#666;
	filter:alpha(none) !important; /* IMPORTANT FIX FOR IE's ALL versions */
}
.roundabout-moveable-item .item-news a:hover{
	text-decoration:underline;
}/*

#cunetRoundabout .roundabout-moveable-item, #cunetRoundabout .roundabout-moveable-item[style] {
	float: left !important;
	margin-right: 50px !important;
	margin-left: 50px !important;
	height:38.667em !important;
	width: 26.833em !important;
	position: relative !important;
	z-index:200 !important;
	font-size:12px;
	opacity:1;
}
#cunetRoundabout .roundabout-moveable-item .item-title{
	text-align:center !important;
	text-transform:uppercase !important;
	font-size:1.025em !important;
	height: 2.5em !important;
	width: 26.833em !important;
	padding-top:1em !important;
	font-weight:bold !important;
	color:#666 !important;
	filter:alpha(none) !important; 
	z-index: 300 !important;
	position: absolute !important;
}
#cunetRoundabout .roundabout-moveable-item img{
	height: 38.667em !important;
	width: 26.833em !important;
	position:absolute !important;
	z-index: 202 !important;
	margin:0 !important;
	padding:0 !important;
	top: 0px !important;
}
#cunetRoundabout .roundabout-moveable-item .item-text{
	color:#FFFFFF !important;
	height:6.5em !important;
	left:3em !important;
	line-height:18px !important;
	margin:0 !important;
	padding:0 !important;
	position:absolute !important;
	top:26em !important;
	width:20.5em !important;
	filter:alpha(none) !important;  
	z-index: 300 !important;
}
#cunetRoundabout .roundabout-moveable-item .item-text span{
	display:block !important;
	margin:0 0 10px !important;
	padding:0 !important;
	position:relative !important;
	filter:alpha(none) !important;  
}
#cunetRoundabout .roundabout-moveable-item .item-text a{
	color: #FFFFFF !important;
	position:relative !important;
	filter:alpha(none) !important;  
}
#cunetRoundabout .roundabout-moveable-item .item-demo{
	display:block !important;
	position:absolute !important;
	text-decoration:none !important;
	color:#fff !important;
	text-align:right !important;
	font-size:0.8em !important;
	top:5.9em !important;
	right:0em !important;
	width:12em !important;
	z-index:210 !important;
}
#cunetRoundabout .roundabout-moveable-item  .item-demo:hover{
	text-decoration:underline !important;
}
#cunetRoundabout .roundabout-moveable-item .item-demo img{
	border:none !important;
	position:relative !important;
	width:22px !important;
	height:10px !important;
}
#cunetRoundabout .roundabout-moveable-item .item-news{
	color:#333 !important;
 
	left:3em !important;
	line-height:18px !important;
	margin:0 !important;
	padding:0;
	position:absolute;
	top:76px;
	width:20.5em;
	filter:alpha(none) !important;  
	z-index: 300;
}
#cunetRoundabout .roundabout-moveable-item .item-news a{
	display:block;
	padding:1em 0em;
	border-bottom:1px dotted #fff;
	color:#666;
	filter:alpha(none) !important;
}*/




/*  =CONTENT
-------------------------------------------------------------- */
#content_banner{
	position:relative;
	width:885px;
	height:280px;
	margin:0 auto;
	padding: 35px 0 0 35px;
	display: none;
}
#content_banner h2{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content_banner ul {
	list-style-type: none;
	color: #FFFFFF;
	width: 317px;
	margin: 10px 0px 0px -35px;
	padding: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #666;
}
#content_banner li {
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 0px;
}


#content_banner li a {
	border-top: 1px solid #666;
	margin: 0px;
	width: 262px;
	display: block;
	padding:6px 0px 6px 55px;
	color: #0099cc;
	background: url(../images/subnav-arrow-east.gif) no-repeat 35px center;
}
#content_banner li a:hover{
	border-top: 1px solid #333;
	color:#eee;
	text-decoration: none;
}


/* Page Banner Backgrounds */
.aboutus{
}
.cca-golf  {
	background: url(../images/page-banners/cca-golf-promo.jpg) no-repeat left top;
	height:414px !important;
}

#content {
	position: relative;
	width: 920px;
	background:#fff;
	margin-top:6px;
	margin-right: auto;
	margin-left: auto;
	border:none;
}


/* Breadcrumb styles */
#breadcrumbs {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	
}
#breadcrumbs a{
	padding: 0px 5px;
	
}


.main-content-wide{
	padding:0px 25px 0px 35px;
	width:800px;
	float:left;
	margin: 20px 0px;
	border:none;
}

.main-content-narrow{
	padding:0px 30px 0px 35px;
	width:800px;
	float:left;
	margin: 25px 0px;
	border:none;
}

.column{
	width:47%;
	float:left;
	margin-right: 2%;
	padding: 0px 3% 0px 0px;
	margin-top: 15px;
}
.column h2 {
	font-size: 14px;
}

.content-top-corners{
	position:absolute;
	top:-6px;
	left:0px;
	background:url(../images/white-box-corners.png) no-repeat left top;
	width:920px;
	height:16px;
	display: none;
}
.content-top-corners-noarrow{
	position:absolute;
	top:-6px;
	left:0px;
	background:url(../images/white-box-corners-noarrow.png) no-repeat left top;
	width:920px;
	height:16px;
}
.content-bottom-corners{
	position:absolute;
	bottom:-5px;
	left:0px;
	background:url(../images/white-box-corners.png) no-repeat left bottom;
	width:920px;
	height:5px;
	display: none;
}


#home-content {
	background-image: url(../images/home-content-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	float: none;
	height: 110px;
	margin-top: 50px;
	position: relative;
	padding-top: 30px;
}
.column-box{
	width:24%;
	padding-right:4%;
	float:left;
	margin: 0px;
	font-size: 11px;
	line-height: 16px;
}
.column-box h3 {
	font-size: 12px;
}
.column-box-small{
	width:15%
}

/*  =ICONS
-------------------------------------------------------------- */
.icons
{
	width:30px;
	height:80px;
	display:block;
	background-image:url(../images/icons.png);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.icon-info{
	background-position:-30px 0px;
}
.icon-speach-bubble{
	width:39px;
	background-position:-99px 0px;
}
.icon-facebook{
	background-position:-168px 0px;
}
.icon-twitter{
	width:22px;
	background-position:-198px 0px;
}
.icon-linkedin{
	background-position:-242px 0px;
}
.icon-sparkroom{
	width:29px;
	background-position:-303px 0px;
}
.icon-blog{
	width:29px;
	background-position:-362px 0px;
}


.hovers h3{
	color:#333;
}
.hovers:hover h3{
	color:#0099cc;
}



.icon-info:hover, .hovers:hover .icon-info{
	background-position:-0px 0px;
}

.icon-speach-bubble:hover, .hovers:hover .icon-speach-bubble{	
	background-position:-60px 0px;
}

.icon-facebook:hover, .hovers:hover .icon-facebook{
	background-position:-138px 0px;
}
.icon-twitter:hover, .hovers:hover .icon-twitter{
	background-position:-220px 0px;
}
.icon-linkedin:hover, .hovers:hover .icon-linkedin{
	background-position:-272px 0px;
}
.icon-sparkroom:hover, .hovers:hover .icon-sparkroom{
	background-position:-333px 0px;
}
.icon-blog:hover, .hovers:hover .icon-blog{
	background-position:-391px 0px;
}



/*  =SIDEBAR
-------------------------------------------------------------- */
#sidebar_nav{
	width: 190px;
	float: left;
	padding: 45px 0px 140px;
	position: relative;
	margin: 25px 0px 20px;
	display: none;
}

#sidebar{
	width: 230px;
	float: right;
	padding: 0px 0px 140px 20px;
	margin-top: 25px;
	position: relative;
	margin-bottom: 20px;
	display: none;
}
#sidebar h2, #sidebar_nav h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#sidebar ul, #sidebar_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar   li, #sidebar_nav li  {
	margin: 0px;
	padding: 0px;
}
#sidebar li a, #sidebar_nav li a {
	margin: 0px;
	padding: 4px 0px 4px 15px;
	display: block;
	border-bottom: 1px dotted #999999;
	color: #0099cc;
	font-size: 11px;
}
#sidebar  li  a:hover, #sidebar_nav li a:hover  {
	color: #3F4450;
	text-decoration: none;
}
#sidebar li a span, #sidebar_nav li a span {
	color: #0099cc;
}
#sidebar ul  span img {
	margin-right: 5px;
}


#social-media-wrap {
	position: absolute;
	right: -15px;
	bottom: 0px;
	height: 89px;
	width: 205px;
	background: #CCCCCC url(../images/social-media-wrap-bg.gif) no-repeat right top;
	padding: 20px 20px 0px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#social-media-wrap .icons {
	height: 50px;
	margin-right: 30px;
}


/*  =FORMS
-------------------------------------------------------------- */

input {
	border: 1px solid #0099FF;
	padding: 5px 2px;
}
textarea {}
button {}

input:focus {}
textarea:focus {}
button:hover {}

/* SCHEDULE VISIT FORM
----------------------------------------------------------*/
.scheduleform {
	padding-top: 10px;
	display: none;
}
.scheduleform label {
	width: 95px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.scheduleform input {
	float: left;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.scheduleform #submit, .cta-button{
	background-color:#0099FF;
	color:#fff;
	border:1px solid #fff;
	font-weight:bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.scheduleform div {
	clear: both;
	height: 40px;
}
.scheduleform  .mediumfield , .mediumfield{
	width: 150px;
}
.scheduleform .longfield {
	width: 406px;
}
.scheduleform .shortfield {
	width: 100px;
}
.scheduleform .shortlabel {
	width: 85px;
}


/* =WEBINAR FORM
----------------------------------------------------------*/
.webinar-form{
	list-style:none;
	margin-left:0px;
}
.webinar-form li{
	display:block;
	pading:3px 0px;
	clear: both;
	width: 200px;
	margin-bottom:10px;
}
.webinar-form li label {
	float:left;
	padding:0px 0px 0px 10px;
	text-align:left;
	width:150px;
}
.webinar-form li input {
	float: left;
	border:none;
}



/*  =TABLES
-------------------------------------------------------------- */

table {
	border-collapse: collapse;
	font-size: 11px;
	margin: 20px 0px;
	padding: 0px;
}

th {
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background: #666;
	border-bottom: 1px dotted #A3A3A3;
}
td {
	padding: 5px;
	border-bottom: 1px dotted #A3A3A3;
}


/*  =FOOTER
-------------------------------------------------------------- */

#footer {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #333333;
	padding-right: 7px;
	padding-left: 7px;
}
#footer a:hover {
	color: #0099cc;
}
#copyright {font-size:9px;}


/*  =DEFAULT STYLES
-------------------------------------------------------------- */

.text-cta{
	background:#d9d9d9;
	padding:3px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px dotted #CCCCCC;
}

.alignleft {float: left;}
.alignright {float: right;}

.img-alignleft {float: left; margin:5px 20px 10px 0px; }
.img-alignright {float: right; margin:5px 0px 10px 20px; }

.clear {clear: both; line-height:-1; font-size:1px; display:block;}

.no-border{border:none !important;}
.no-background{background:none !important;}

.no-right-margin{margin-right:0  !important;;}
.no-left-margin{margin-left:0 !important;;}

.no-right-padding{padding-right:0 !important;;}
.no-left-padding{padding-left:0 !important;;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.small {
	font-size: 10px;
	line-height: 18px;
}
.big {
	font-size: 14px;
}
.uppercase{text-transform:uppercase;}
.hidden {display: none;}
.block{display:block;}
.dont-miss-callout {
	display: block;
	background: url(../images/dont-miss-callout.gif) no-repeat left center;
	1px solid #d95e00
;
	border: 1px solid #FF9700;
}

.subhead-reveresed{
	color: #eee;
	font-size: ;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform:uppercase;
}

.selected-nav a, .selected-nav a span {
	color: #3F4450 !important;
}



#content_banner .selected-nav a {
	color: #eee !important;
	border-top: 1px solid #333;
}
