/* @group Layout */

html {
	text-align: center;
	background: #9b9b9b url(/images/style/bg_body.jpg) repeat-x;
	}

body {
	width: 100%;
	text-align: left;
	background: transparent url(/images/style/bg_body_hilite.gif) no-repeat center top;
	}

#wrapper, #footer {
	position: relative;
	width: 960px;
	margin: 0 auto;	
	}

#wrapper {
	overflow: auto;
	padding-bottom: 2px;
	}

#logo {
	width: 960px;
	height: 79px;
	background: transparent url(/images/style/logo.jpg) no-repeat;
	}

#login #logo {
	height: 89px;
	background: transparent url(/images/style/logo_login.jpg) no-repeat;	
	}

#content {
	float: left;
	width: 960px;
	background: #fff url(/images/style/bg_content.gif) repeat-y;
	}

#login #content {
	background: #fff url(/images/style/bg_content_login.gif) repeat-y;
	}

#content_sub {
	float: left;
	width: 160px;
	background: #fff url(/images/style/bg_content_sub.jpg) no-repeat left 10.75em;
	}

#nav_main {
	float: left;
	}

#member {
	clear: both;
	margin-top: 417px;
	}

#member img {
	vertical-align: bottom;
	}

#content_main {
	float: right;
	width: 744px;
	margin: 10px 10px 0 10px;
	padding: 15px 18px 0 18px;
	background: #fff url(/images/style/bg_content_main.jpg) repeat-x;
	}

#homepage #content_main {
	padding-top: 9px;
	}

#login #content_main {
	height: 441px;
	}

#user_message #content_main {
	height: 530px;
	width: 904px;
	}

#nav_sub {
	width: 298px;
	float: left;
	margin-top: 0 !important;
	}

#nav_sub li {
	padding: .6em 6px;
	}

#course {
	float: right;
	width: 400px;
	height: 348px;
	overflow: hidden;
	margin-top: 1.8em;
	}

#course img {
	vertical-align: bottom;
	margin-bottom: 1em;
	}

.resources {
	/*float: left;*/
	width: 724px;
	}

#footer {
	clear: both;
	width: 100%;
	background: transparent url(/images/style/bg_footer.jpg) no-repeat center top;
	height: 100px;
	}

.text_hide {
	display: block;
	text-indent: -9999px;
	}

.text_remove {
	display: block;
	position: absolute;
	top: -9999px;
	}

/* @end */

/* @group Typography */

body {
	font-size: 10px; 
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, Lucida, sans-serif;
	color: #999;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: #333;
	}

em {
	color: #555;
	font-style: italic;
	font-weight: 500;
	}

strong {
	color: #515151;
	font-weight: 700;
	}

#content_main p, #content_main ul, #content_main ol {
	font-size: 1.2em; /* 12px */ 
	line-height: 1.5em; /* 18px */ 
	margin-top: 1.5em; 
	margin-bottom: 0em; 
	}

#content_main ul, #content_main ol {
	margin-left: 18px;
	}

#content_main ul li {
	list-style-type: square;
	}

#content_main ol li {
	list-style-type: decimal;
	}

#content_main p.likert span {
	font-size: .833em;
	}

#content_main p.likert span.first {
	margin-right: 1.5em;
	}

#content a:link, #content a:visited {
	text-decoration: none;
	}

#content_main p.subhead {
	margin-top: 0;
	}

#content_main p.status_start, #content_main p.status_progress, #content_main p.status_complete {
	margin-top: .8em;
	padding-left: 32px;
	}
	
#content_main p.subhead, #content_main p.status_start, #content_main p.status_progress, #content_main p.status_complete {
	color: #999;
	font-size: .83em; /* 10px */
	font-weight: 300;
	text-transform: uppercase;
	}

#content_main .resources ul {
	margin-top: 0;
	float: left;
	}
/*
#content_main .resources ul li {
	list-style-type: none;
	padding: 9px 18px 9px 36px;
	}
*/	
#content_main .resources ul li {
	list-style-type: none;
	padding: 0px 18px 18px 36px;
	float: left;
	width: 290px;
	height: 2.2em;
	}	
	
#content_main .resources li:hover {
	background-color: #eaf5f8;
	}

#content_main .resources li p {
	margin-top: 0;
	color: #999;
	font-size: .92em;
	}

#content_main .resources li a:link, #content_main .resources li a:visited {
	color: #333;
	text-transform: uppercase;
	}

#content_main .resources li a:hover, #content_main .resources li a:active {
	text-decoration: underline;
	}

#user_message #content_main a {
	font-size: .93em;
	color: #42a7de;
	text-decoration: underline;
	}

/* @group Navigation */

#nav_main a {
	display: block;
	width: 142px;
	font-size: 1em; /* 10px */ 
	/*line-height: 1.8em;*/ /* 18px */ 	
	line-height: 3.6em; /* 36px */
	margin-bottom: 0;
	padding-left: 18px;
	color: #8e8e8e;
	background: #e3e3e3 url(/images/style/bg_nav.gif) repeat-x;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#nav_main a:hover, #nav_main a:active, #nav_main .current a {
	color: #fff;
	background: #4fa9c6 url(/images/style/bg_nav_hover.gif) repeat-x;
	}

#login #nav_main a {
	color: #c3c6d6;
	background: #4c516e url(/images/style/bg_nav_login.gif) repeat-x;
	}

#login #nav_main a:hover, #login #nav_main a:active, #login #nav_main .current a {
	color: #9092a5;
	background: #292b3b url(/images/style/bg_nav_login_hover.gif) repeat-x;	
	}

#nav_sub a {
	color: #333;
	text-transform: uppercase;
	}

#nav_sub a:hover, #nav_sub a:active, #nav_sub .current a {
	color: #000;
	text-decoration: underline;
	}

#nav_sub li:hover, #nav_sub li:active, #nav_sub .current {
	background-color: #eaf5f8;
	}

/* @end */

#course h2 {
	font-size: 1.2em; /* 12px */ 
	line-height: 3em; /* 36px */
	text-transform: uppercase;
	border: 1px solid #ccc;
	}

#course h2 span {
	margin-right: 10px;
	border-right: 1px solid #ccc;
	padding: 0 10px;
	}

.resources h2, #evaluation h2 {
	color: #ca6618;
	font-size: 1.2em; /* 12px */ 
	line-height: 2.3em; /* 23px */
	text-transform: uppercase;
	font-weight: 700;
	clear: both;
	}

#user_message h1 {
	font-size: 1.8em;
	}

/* @end */

/* @group Forms */

input:focus, textarea:focus {	
	background: #fcfcf1;
	}
		
input[type="text"], input[type="password"], textarea {	
	border-top: 2px solid #999;	
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

input, textarea {
	width: 225px;
	padding: 3px 0;
	font-size: 12px;
	color: #777;
	}

select {
	font-size: 12px;
	color: #666;
	}

label {	
	display: block;
	margin-bottom: .3em;
	font-size: .75em;
	text-transform: uppercase;
	color: #7e7e7e;
	}

#footer label {
	color: #999;
	}

form .radio, 
form .checkbox {
	float: left;
	width: auto;
	margin-right: 7px;
	}

form label.radio {
	float: left;
	margin-right: 1.8em;
	}

form p.button {
	margin-top: 9px !important;
	}

form input.button {
	width: auto;
	padding: 0;
	}

/* @group Login Member Management */

#login h2 {
	margin-left: 44px;
	margin-top: 18px;
	font-size: 1.8em;
	}

#login #content_main p {
	margin-left: 84px;
	}

#login form .requirements {
	text-transform: none;
	font-size: 1em;
	}

/* @end */

/* @group Course Evaluation */

#evaluation form h3 {
	color: #333;
	clear: both;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	}

#evaluation #freeform ol {
	margin-top: 0;
	}

#evaluation form ol, #evaluation form li {
	margin-top: 1.5em;
	}

#evaluation form p {
	overflow: auto;
	margin-top: 1em;
	}

#evaluation form input.button {
	margin-bottom: 1.8em;
	}

#evaluation form textarea {
	width: 380px;
	}

/* @end */

/* @end */

/* @group Images */

#content_main p.status_start {
	background: transparent url(/images/style/icn_status_start.gif) no-repeat;
	}

#content_main p.status_progress {
	background: transparent url(/images/style/icn_status_progress.gif) no-repeat;
	}

#content_main p.status_complete {
	background: transparent url(/images/style/icn_status_complete.gif) no-repeat;
	}

.Zip {
	background: url(/images/style/page_white_compressed.png) no-repeat 6px 0em;
	}

.PDF {
	background: url(/images/style/page_white_acrobat.png) no-repeat 6px 0em;
	}

.PowerPoint {
	background: url(/images/style/page_white_powerpoint.png) no-repeat 6px 0em;
	}

.Word {
	background: url(/images/style/page_white_word.png) no-repeat 6px 0em;
	}

.Excel {
	background: url(/images/style/page_white_excel.png) no-repeat 6px 0em;
	}

.Website {
	background: url(/images/style/page_white_world.png) no-repeat 6px 0em;
	}
	
.Video {
	background: url(/images/style/page_white_video.png) no-repeat 6px 0em;
	}

/*a[href$=".pdf"] {
	background: url(/images/icons/PDF.gif) no-repeat top center;
	}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".gif"], a[href$=".tif"] {
	background: url(/imagescons/icons/jpg.gif) no-repeat top center;
	}

a[href$=".mp3"], a[href$=".mp4"], a[href$=".wav"], a[href$=".wma"], a[href$=".aiff"] {
	background: url(/images/icons/mp3.gif) no-repeat top center;
	}

a[href$=".wmv"], a[href$=".WMV"], a[href$=".mpg"], a[href$=".mpeg"], a[href$=".mov"] {
	background: url(/images/icons/mpg.gif) no-repeat top center;
	}*/

/* @end */
