﻿/*  
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(~/media/BB5D9666AB634867AED187332F8C9B8F.ashx) repeat-x left top;
	position: relative;
}
 
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;
}
#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;
}

#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(~/media/5CC316A280214EA48E6A9DBDC6B895C6.ashx);
	background-repeat: no-repeat;
	background-position: right center;
	position:relative;
	z-index:999;
}
#nav .has-dropdown a{
	background:url(~/media/457371D391B840F8848ECD0D25ED0FC2.ashx) 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;
}
.breadcrumbs{  text-transform: uppercase;  font-size:8px; }

/* Drop-downs 
------------------------------------------------------------------ */
#nav ul ul {
	margin:0px;
	padding:8px 8px 0px 8px;
	list-style:none;
	font-size: 12px;
	font-weight: normal;
	background:url(~/media/F7BDD03A87A84171A8F82120E96476B8.ashx) 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;
		
}
#loading
{
    position:relative;
    height:240em;
}
.loadinglogo
{
    background: url(images/LogoLoader.gif) center 200px no-repeat;
}

/* z-index starts at 202 anything below will not be visible */
.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;
	background:url(blank.gif);
}

.roundabout-moveable-item .item-text {
	color:#FFFFFF;
	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;
	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;
	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;
}

/* Learn more buttons */
.roundabout-moveable-item .learn-more{
	display:block;
	width:88px;
	height:24px;
	position:absolute;
	top:4.5em;
	left:0em;
	background-image:url(~/media/45942230DCBA41BA8C54ADF2BB86FF76.ashx);
	background-repeat:no-repeat;
	z-index:205;
}
.roundabout-moveable-item .green-button{
	background-position: 0px 0px;
}
.roundabout-moveable-item .green-button:hover{
	background-position: 0px -24px;
}
.roundabout-moveable-item .blue-button{
	background-position: 0px -48px;
}
.roundabout-moveable-item .blue-button:hover{
	background-position: 0px -72px;
}

.roundabout-moveable-item .dark-blue-button{
	background-position: 0px -96px;
}
.roundabout-moveable-item .dark-blue-button:hover{
	background-position: 0px -120px;
}
.roundabout-moveable-item .yellow-button{
	background-position: 0px -144px;
}
.roundabout-moveable-item .yellow-button:hover{
	background-position: 0px -168px;
}

.roundabout-moveable-item .orange-button{
	background-position: 0px -192px;
}
.roundabout-moveable-item .orange-button:hover{
	background-position: 0px -216px;
}

.roundabout-in-focus { cursor: auto; }




/*  =CONTENT
-------------------------------------------------------------- */
#content_banner{
	position:relative;
	width:885px;
	height:240px;
	margin:0 auto;
	padding: 20px 0 0 35px;
}
#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:3px 0px 3px 55px;
	color: #0099cc;
	background: url(~/media/23153CE748644A01A2CBFAAAC014B334.ashx) no-repeat 35px center;
}
#content_banner li a:hover{
	border-top: 1px solid #333;
	color:#eee;
	text-decoration: none;
}


/* Page Banner Backgrounds */
.aboutus{
	background:url(../images/page-banners/aboutus.jpg) no-repeat top left;
}
.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;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	margin-top:6px;
	margin-right: auto;
	margin-left: auto;
}


#content h2 {}
#content h3 {}
#content p {}


/* 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:608px;
	float:left;
	border-right: 2px dotted #CCCCCC;
	margin: 20px 0px;
}

.main-content-narrow{
	padding:0px 30px 0px 35px;
	width:410px;
	float:left;
	border-right: 2px dotted #CCCCCC;
	margin: 25px 0px;
}

.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(~/media/A41E3E648132483BA95E3AD1DB95A4C0.ashx) no-repeat left top;*/
	background:url(~/media/7031714025A74037AC82683DFF3ED2D2.ashx) no-repeat left top;
	width:920px;
	height:16px;
}
.content-top-corners-noarrow{
	position:absolute;
	top:-6px;
	left:0px;
	background:url(~/media/7031714025A74037AC82683DFF3ED2D2.ashx) no-repeat left top;
	width:920px;
	height:16px;
}
.content-bottom-corners{
	position:absolute;
	bottom:-5px;
	left:0px;
	background:url(~/media/A41E3E648132483BA95E3AD1DB95A4C0.ashx) no-repeat left bottom;
	width:920px;
	height:5px;
}


#home-content {
	background-image: url(~/media/54217D622AFC48FA8BF80DCB29C66809.ashx);
	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(~/media/660E069480FE4C30A4D5189D9B3A46A6.ashx);
	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;
    position: relative;
    margin: 25px 0px 20px;
}
.sidebar_subhead{
    color:#3F4450;
    font-size:14px;
    margin-top:0px;
    padding-left: 20px;
}


#sidebar{
    width: 230px;
    float: right;
    padding: 0px 0px 140px 20px;
    margin-top: 25px;
    position: relative;
    margin-bottom: 20px;
}
#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(~/media/8982F8EA3982402FB148-C809A25B783C.ashx) no-repeat right top;*/
	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(~/media/4AF0F1FFE34147C6836167281A8A7948.ashx) 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;
}
/* Share this form and contact us form 
----------------------------------------------*/
#quickForm
{
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
}
#quickForm div textarea
{
	width: 98%;
	border:1px solid #D3D3D3;
}
#quickForm div
{
	width: 100%;
	float: left;
	margin: 2px 0;
	z-index: 10000000000000;
}
#quickForm div label
{
	width: 100%;
	float: left;
	
}
#quickForm div input
{
	width: 96%;
	padding: 3px;
	border:1px solid #D3D3D3;
}
.red
{
	color: #ff0000;
}
#quickForm div button
{
    cursor:pointer;
}
/* =AFFILIATE FORM ----------------------------------------------------------*/ 
#affiliate_signup label
{    
    /*float:left;    
    padding:0px 0px 0px 10px;    
    text-align:left;   
    width:200px; */ 
    margin: 0 0 0 2px;
    padding-right: 175px;
}
#affiliate_signup .label
{
    float:left;    
    padding:0px 0px 0px 10px;    
    text-align:left;    
    width:200px; 
} 
#affiliate_signup .shortlabel
{    
    width:40px;    
    padding:0px 0px 0px 5px; 
} 
#affiliate_signup .xshortlabel
{    
    width:70px;    
    padding:0px 0px 0px 5px; 
} 
#affiliate_signup .mediumlabel
{    
    width:80px;    
    padding:0px 0px 0px 5px; 
} 
#affiliate_signup p
{    
    clear: both; 
} 
textarea 
{
    border: 1px solid #0099FF;    
    padding: 5px 2px;
} 
#affiliate_signup  input[type=checkbox]
{
    border:none;
    margin: 0 1px 0 0;
}
#affiliate_signup input[type=radio]
{
    border:none;
    margin: 0 0 0 3px;
  
}
#affiliate_signup #pchkTrafficMeans input[type=checkbox]
{
    float:left;
}
#affiliate_signup #pchkTrafficMeans label
{
    float:left;
    padding:0 2px 2px 2px;
    width: 63px;
    text-align:left;
    margin:0;
        
}
#affiliate_signup #pSpecProgram label, #affiliate_signup #pGeoRestrictions label, #affiliate_signup #pManner label
{
    margin: 0 0 0 2px;
    padding-right: 50px;
}
.affSelect
{
    border:1px solid #0099FF;
  
}
