
/*------------------------------------------------------
Basic Style Sheet for ( CAPPS and subsequent sites )

version:	1.0
author:		Justin Tucker
email:		justin@tuckinteractiv.com
website:	http://www.tuckinteractiv.com

------------------------------------------------------*/

/* =Color Scheme (change these values for each of the sites)
--------------------------------------------------------*/

/* header */
#header-home,#header-sub{
        background: #A4CDB1;
}

/* left column nav head color and border */
#nav-header{
        background: #A4CDB1;
        border-bottom: 1px solid #ffffff;
}

/* left column nav footer color and border */
#nav-footer{
        background: #A4CDB1;
        border-top: 1px solid #ffffff;
}

/* call out area background color on homepage main column */
#callouts {
        background: #A4CDB1;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
}


/* =Resets
------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td 
{margin:0; padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var 
{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a {text-decoration:none; outline: none;}
a:hover {text-decoration: underline;color: red;}
img { vertical-align: top; }

/* =utility
------------------------------------------------------*/
.box {
	margin: 0 auto;
	position: relative;
	width: 800px;
}

.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}
.center {text-align: center;}


/* =base
------------------------------------------------------*/
body {
	font-size: 100.01%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #3e3e3e url(../images/images.jpg) repeat-x top left;
	color: #111;
}


/* =Header
------------------------------------------------------*/
#sub-header {
	background: #1f1f1f;
	border-bottom: 3px solid #fff;
	color: #f2f2f2;
	font-size: 12px;
	padding: 6px 0px 3px;
	text-align: center;
}

#header-home{
/*
	background: #0066cc;
	border-top: 4px solid #005db9;
*/
	border-bottom: 5px solid #fff;
	height: 75px;
}
#header-sub{
	/*
background: #0066cc;
	border-top: 4px solid #005db9;
*/
	height: 75px;
}

#logo { float: left; width: 200px; height: 75px; background: #fff; }

/* =Main Nav
------------------------------------------------------*/
dl#main-nav { float: left; width: 200px;}

#help-and-info{
	width: 200px;
	height: 41px;
	background: url(../images/bckgrnd-help-and-info.jpg) top left no-repeat;
}

#help-and-info strong{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding: 12px 0 0 40px;
}
#help-and-info a { color: #111; }
#nav-header{
	/*
background: #0b67be;
	border-bottom: 1px solid #0959a4;
*/
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	margin-top: 5px;
	height: 35px;
	text-align: center;
	
}
#nav-header strong{ 
	text-transform: uppercase;
	font-weight: bold;
	text-align: center; 
	padding-top: 10px;
	display: block;
	color: #fff;
}

#main-nav ul {
	background: #fff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0;
}
#main-nav ul li{ 
	padding: 7px 5px;
	margin: 0 10px;
	border-bottom: 1px solid #cacaca;
}

#main-nav ul li.last{ border-bottom: none; }

#main-nav ul li a{ 
	color: #111;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#main-nav ul li a:hover{ color: #797979; }  

#nav-footer{
	/*
background: #0b67be;
	border-top: 1px solid #0959a4;
*/
	height: 40px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#nav-footer img { margin: 5px 3px 0 6px; }
#nav-footer input { 
	width: 105px; 
	height: 16px;
	border: 1px solid #909090; 
	padding: 3px;
	margin-top: 6px;
}
#nav-footer a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
	font-size: 14px;
	padding: 5px 4px 3px 4px;
	background: #b9b9b9;
}

/* =Sub Nav
------------------------------------------------------*/
#header-home img, #header-sub img{
	margin-top: 4px;
}
#header-home table, #header-sub table{
	float: right;
	background: #fff;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	height: 22px;
	margin-top: 53px;
}
#header-home table a, #header-sub table a {
	color: #2f2f2f;
	font-weight: bold;
	font-size: 12px;
	margin: 0 5px;
}

/* =Main Content
------------------------------------------------------*/
#content {
	background: url(../images/bckgrnd-tile.jpg) top left repeat-x;
	padding-top: 20px;
	overflow: auto;
}

#main{ 
	width: 590px; 
	float: right; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ffffff;
}

#mainnl{ 
	padding: 0 0 0 0;
	width: 590px; 
	float: right; 
	background: #3E3E3E;
}

#intro{
	width: 570px;
	height: 200px;
	background: url(../images/bckgrnd-intro.jpg) top left no-repeat;
	margin: 0 auto;
	padding-bottom: 10px; 
	margin-top: 10px;
}
dl#intro-text{
	float: left;
	margin: 20px 0 0 10px;
	font-size: 12px;
}
dl#intro-text dt{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 0 35px;
	background: url(../images/icon-registration.jpg) top left no-repeat;
	height: 31px;
}
dl#intro-text strong{font-weight: bold;margin: 8px 0 3px; display: block; }
dl#intro-text ul li{ margin-bottom: 4px;}

a.register-today {
	display: block;
	width: 160px;
	height: 30px;
	background: url(../images/btn-register-today.jpg) top left no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
}

#site-img {
	width: 292px;
	height: 170px;
	float: right;
	background: url(../images/bckgrnd-main-image.jpg) top left no-repeat;
	margin: 15px 10px 0 0;
}

#site-img img{ margin: 7px 0 0 8px; }

#callouts{
	/*
background: #0b69c1;
	border-top: 1px solid #00478a;
	border-bottom: 1px solid #00478a;
*/
	overflow: auto;
	padding: 15px;
}
#callouts p{
	width: 137px;
	padding: 10px 0 0 43px;
	height: 56px;
	float: left;
	font-size: 12px;
}
#callouts #tutorials { background: url(../images/bckgrnd-tutorials.gif) top left no-repeat; }
#callouts #questions { background: url(../images/bckgrnd-questions.gif) top left no-repeat; }
#callouts #management { background: url(../images/bckgrnd-management.gif) top left no-repeat; }
#callouts #testimonials { background: url(../images/bckgrnd-testimonials.gif) top left no-repeat; }
#callouts #lounge { background: url(../images/bckgrnd-lounge.gif) top left no-repeat; }

#callouts strong { font-weight: bold; font-size: 14px; display: block; }
#callouts .pad { margin-right: 10px; }

#buy-keys { 
	width: 250px;
	height: 42px;
	background: url(../images/bckgrnd-enrollment.jpg) top left no-repeat;
	color: #0e5c82;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 10px;
	margin: 10px 10px 0 16px;
	float: left;
}
#buy-keys span{ float: left; }
#buy-keys a{
	text-indent: -9999px;
	display: block;
	width: 73px;
	height: 29px;
	background: url(../images/btn-buy-now.jpg) top left no-repeat;
	float: right;
}
#buy-keys a:hover{ background-position: top right; }
#gif-anim{ margin: 10px 20px 0 0; float: right; }

/* =Secondary Content
------------------------------------------------------*/
#courses {
	padding: 10px;
}
#courses h2{
	font-size: 20px;
	color: #0a63b6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #e1e1e1;
	background: #fff url(../images/bckgrnd-tile-courses-header.jpg) bottom left repeat-x;
	font-weight: bold;
	padding: 8px 10px 5px 10px;
	margin-bottom: 10px;
}
.course {
	background: #fafafa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #A4CDB1;
	padding:20px;
	margin-bottom: 10px;
	overflow:auto;
}
.course h3{ font-weight: bold; margin-bottom: 10px;}
.instructors {
	font-size: 11px;
	font-weight: bold; 
}
.instructors a{ font-weight: normal; }

.course-info { margin: 15px 0; height: 40px; font-size:14px; }
.course-info a { 
	float: left; 
	color:#111;
	height: 32px; 
	padding-left: 36px; 
	width: 90px; 
	margin-right: 10px;
}
.cformat { background: url(../images/icon-course-format.jpg) top left no-repeat; }
.cobjective { background: url(../images/icon-course-objectives.jpg) top left no-repeat; }
.ctestimonial { background: url(../images/icon-course-testimonials.jpg) top left no-repeat; }

.desc {
	padding: 15px 0;
	margin: 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-size: 12px;
	text-align: justify;
}
a.access-course { 
	width: 123px; 
	height: 30px;
	background: url(../images/btn-access-course.jpg) top left no-repeat;
	display: block;
	text-indent: -9999px;
	float: right;
}

#breadcrumb { 
	background: url(../images/bckgrnd-tile-breadcrumb.jpg) top left repeat-x;
	height: 18px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
}

/* =Footer
------------------------------------------------------*/
#footer{
	width: 590px;
	float: right; 
	clear: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f5f5f5;
	margin: 10px 0 30px 0;
}

#footer img { float: right; padding: 10px 10px 10px 0; }
#footer dl { 
	float: left; 
	margin: 10px 0 0 10px; 
}
#login-notice { background: #dcdcdc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	}
	
#terms a { font-size: 11px; margin-left: 10px; }


        /* consistent-sublinks */
        #consistent-sublinks{
                background: #fff;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                margin-top: 10px;
                padding: 10px;
        }

        #consistent-sublinks a{
                width: 180px;
                height: 30px;
                text-indent: -9999px !important;
                display: block;
        }

        #view-tuts{
                border-bottom: 1px solid #ababab;
                background: url(/images/btn-view-tutorials.jpg) top right no-repeat;
                padding-bottom: 10px;
        }

        #add-rec{
                border-bottom: 1px solid #ababab;
                background: url(/images/btn-add-rec.jpg) top right no-repeat;
                padding-bottom: 10px;
        }


        #buy-keys-lrg{
                background: url(/images/btn-buy-keys-large.jpg) top right no-repeat;
                margin-top: 10px;
        }

        #consistent-sublinks a:hover{
                background-position: top left;
        }

.mybox {
border: 4px solid #ffffff;
height:154px;
float:right;
margin-top:10px;
margin-right:10px;
background: url(/images/NWCCFpc.jpg) no-repeat;
}

