/* ------------------------------------------------------
/ Filename: template.css
/ Version: 0.9.1 ( 2008-05-05)
/ Author: Albert Camacho
/ Website: http://claritynet.com
/ Description: Site style for ClarityNet HD microsite
/ Page width: 960px (grid-based)
*/

/* -------------------------------------------- */
/* -------------- CSS Reset --------------- */
/* -------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 120%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------- */
/* ------------ General HTML ------------ */
/* -------------------------------------------- */

body, html {
	background: #fff url(../images/cnet_bg.png) repeat-x;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 82.5%;
	text-align: center;
	}

a:link, a:visited {
	color: #069;
	text-decoration: none;
	}
	
a:hover, a:active {
	background: #09f;
	color: #fff;
	}
	
p {
	margin: 10px 30px 20px 24px;
	line-height: 140%;
}
	
/* -------------------------------------------- */
/* ---------- Layout Structure ----------- */
/* -------------------------------------------- */

#wrapper {
	margin: 0px auto;
	width: 960px;
	text-align: left;
	}
	
#header {
	float: left;
	height: 85px;
	width: 300px;
	text-align: center;
	}

#news {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	float: right;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 4px;
	text-align: center;
	width: 338px;
	}

#nav-holder {
	display: block;
	}

#main-nav {
	clear: both;
	margin-left: 16px;
	}
	
#sidebar-right {
	float: right;
	width: 240px;
	}
	
#content {
	clear: both;
	float: left;
	margin-bottom: 18px;
	}
	
#page-content {
	float: left;
	width: 700px;
	}
	
#footer {
	clear: both;
	color: #666;
	}
	
/* -------------------------------------------- */
/* ----------- Main Navigation ---------- */
/* -------------------------------------------- */

#main-nav li, #main-nav a {
	float: left;
	height: 52px;
	width: 210px;
	text-align: left;
	}
	
#main-nav li {
	border-left: 1px solid #069;
	color: #333;
	font-family: Lucida Sans Unicode, Lucida Grande, Lucida Sans, Lucida, sans-serif;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:inline;
	padding: 5px 10px;
	}
	
#main-nav li a .title {
	display: block;
	font-size: 130%;
	margin-bottom: 15px;
	}

#main-nav li a .subtitle {
	display: block;	
	color: #333;
	}

#main-nav li a:hover {
	background: transparent url(../images/nav_bg.png) top left no-repeat;
	}

/* -------------------------------------------- */
/* ---------------- Headings --------------- */
/* -------------------------------------------- */

#header h1 {

	}
#header h1 a {
	background: transparent url(../images/cnet_logo_main.png) top left no-repeat;
	float: left;
	font-size: 150%;
	height: 82px;
	width: 279px;
	margin-right: 345px;
	text-indent: -999%
	}
	
#header h1 a:hover {
	background: transparent url(../images/cnet_logo_main_on.png) top left no-repeat;
	}

#home-splash h3, .moduletable-sidebar h3{
	font: 120% normal Lucida Sans Unicode, Lucida Grande, Lucida Sans, Lucida, sans-serif;
	margin: 8px 0;
	}

#home-splash-right h3 {
	text-indent: 15px;
	}
	
.contentpaneopen {
	width: 700px;
	}
	
.contentpaneopen h3 {
	color: #690;
	font-family: Lucida Sans Unicode, Lucida Grande, Lucida Sans, Lucida, sans-serif;
	font-size: 120%;
	margin: 12px 0 12px 24px;
	}
	
.contentpaneopen h4 {
	color: #666;
	font-family: Lucida Sans Unicode, Lucida Grande, Lucida Sans, Lucida, sans-serif;
	font-size: 120%;
	font-weight: normal;
	margin: 12px 0 12px 24px;
	}
	
.contentheading {
	background: transparent url(../images/contentheading_bg.png) top left no-repeat;
	display: block;
	font-size: 120%;
	font-weight: bold;
	width: 700px;
	height: 40px;
	margin-top: 32px;
	padding: 10px 0 0 40px;
	text-transform: uppercase;
	}

	
/* -------------------------------------------- */
/* ----------- Demo and news ------------ */
/* -------------------------------------------- */	

#demo a {
	background: transparent url(../images/demo_button.png) top left no-repeat;
	color: #fff;
	display: block;
	float: right;
	font: 14px Arial, Helvetica, sans-serif;
	height: 52px;
	padding-top: 12px;
	width: 342px;
	text-align: center;
	}
	
#demo a:hover {
	background: transparent url(../images/demo_button_hover.png) top left no-repeat;
	}	
	
#news a {
	color: #900;
	}	
#news a:hover {
	background: #000;
	color: #fff;
	}
	
/* -------------------------------------------- */
/* ------ Front page features box------- */
/* -------------------------------------------- */

#home-splash {
	background: transparent url(../images/box_bg.png) top center no-repeat;
	clear: both;
	height: 360px;
	margin-top: 16px;
	padding-top: 16px;
	text-align: left;
	}
	
#home-splash-left {
	float: left;
	margin: 0px 16px 8px 16px;
	height: 260px;
	width: 320px;
	}

#home-splash-mid {
	float: left;
	margin-top: 8px;
	width: 320px;
	}	

#home-splash-right {
	float: right;
	width: 280px;
	}
	
#learn-more-list li a{
	border-bottom: 1px dotted #333;
	display: block;
	height: 16px;
	padding: 4px 0;
	width: 228px;
	}
	
	
/* -------------------------------------------- */
/* ------------- Footer items -------------- */
/* -------------------------------------------- */

#copyright {
	width: 380px;
	float: left;
	padding: 24px 0 0 32px;
	}

#award {
	background: transparent url(../images/award.png) top left no-repeat;
	display: block;
	float: right;
	height: 100px;
	padding: 32px 32px 0 96px;
	width: 380px;
	}

/* -------------------------------------------- */
/* ----------- Module Tables ------------- */
/* -------------------------------------------- */
	
.moduletable-mainfeatures {
	margin-left: 25px;
	}
	
.moduletable-mainfeatures li {
	background: transparent url(../images/check.png) top left no-repeat;
	display: block;
	font-size: 120%;
	height: 42px;
	line-height: 120%;
	padding: 0 0 0 35px;
	}

.moduletable-onlinecourses {
	border-top: 2px solid #fff;
	margin-top: 12px;
	padding: 4px 16px 0 35px;
	text-align: left;
	}
	
.moduletable-onlinecourses h3 {
	margin-top: 4px;
	}
	
.moduletable-onlinecourses li {
	margin: 0 0 4px 0;
	}
	
.moduletable-learnmore_main h3 {
	}
	
.module-learnmore_side {
	background: #f2efef;
	line-height: 120%;
	margin-top: 30px;
	padding: 8px;
	}
	
.module-learnmore_side  li a{
	border-bottom: 1px dotted;
	display: block;
	margin: 16px 0;
	padding-bottom: 4px;
	}

.module-learnmore_side li a:hover {
	background: transparent;
	color: #999;
	}

.menu-learnmore_main li a{
	display: block;
	height: 14px;
	width: 240px;
	border-bottom: 1px dotted;
	margin-left: 12px;
	padding: 4px;
	}

.menu-learnmore_main li a:hover {
	background: #9c0;
	}

	
/* -------------------------------------------- */
/* -------------- Content body ------------ */
/* -------------------------------------------- */

#page-content ul li {
	list-style-type: disc;
	margin-left: 40px;
	line-height: 1.4em;
	}
	
/* -------------------------------------------- */
/* ------- Omniture tracking code ----- */
/* -------------------------------------------- */

#tracking {
	visibility: hidden;
	}
	
/* ------------------------------------------------------- */
/* -----General Classes for content pages------- */
/* ------------------------------------------------------- */

.left { 
	float: left; 
	}
	
.right {
	float: right;
	}
	
.center {
	text-align: center;
	}
	
.one-col {
	width: 220px;
	}
.two-col {
	width: 480px;
	}

/*list mods*/
/* li */
.conf1
{
float: left;
list-style:none;
margin-right: 20px;
width: 200px
}
/* ul */
.conf2
{
padding: 0px;
list-style:none;
}
/* another li */
.conf3
{
padding: 0px;
list-style:none;
}

