/* TABLE OF CONTENTS

20-67: 	Global styles (links, background, etc)
68-109: Content and Sub Layout (core page layout)
110-146: Right & Left Column (formatting for narrow and wide left column)
148-180: Masthead
181-210: Top Menu (main menu bar, if used)
211-225: Top Menu Right Top Bar(orange buttons in main nav)
226-267: Green Panel (for dialog-type boxes)
268-280: Login (Append Green Panel for login-specific)
281-295: Submit button
276-303: Left Nav (formatting for left navigation column)
304-372: Footer 
373-382: Tables






/*Global */
a:link, a:visited {color: #4A699D; text-decoration: none; font-weight: bold;}
a:hover {text-decoration: underline; }
a:active {color: #FF3300}

body,html{
	background-color:#ccc;
	margin:0;
	padding:0;
	font-size:0.875em;
	font-family:Arial, Helvetica, sans-serif;
	
}
#main{
	margin-left: auto;
	margin-right: auto;
	width:960px;
	height:auto;
	position:relative;
	overflow:visible;
	float:inherit;
}
		
#body_wrapper{
	float:left;
	width:100%;
	background-color: #fff;
	position:relative;
	overflow:auto;
	height:auto;
}

img {
	border:0px;
}
.flt {
	float:left;
}
		
#top_wrapper{
	width:100%;
	height:auto;
	position:relative;
	overflow:visible;
	float:inherit;
	background:url(http://www.nwtc.edu/services/library/PublishingImages/img/mast_back.jpg) repeat-x;
}

/* CONTENT AND SUB LAYOUT */

#body_left{
	float:left;
	margin:6px;
	width:200px;
}
#body_content2 {
	position:relative;
	float:left;
	width:450px;
	height:auto;
	padding: 25px;
}
h2, h3 {font-family: Georgia, "Times New Roman", Times, serif;
	color: #0F8A6B;}
#body_content2 h2{
	font-size:2.5em;
	padding:0px;
	margin:0px;
	line-height:1.1em;
		font-weight: normal;
}
#body_content2 h3{
	font-size:1em;
	padding: 20px 0px 10px 0px;
	margin-bottom:-10px;
	line-height:.8em;
	font-weight: normal;
	border-bottom: #DADADA solid 1px;
	text-transform:uppercase
}

#body_content2 p {
	color:#333;
}
#body_content2 img {
	border: 1px solid #848484;
	margin: 10px 0px 20px 0px;
}


/* RIGHT & LEFT COLUMN */

.right {
	position:relative;
	float:LEFT;
	padding: 20px 20px 20px 20px;
	font-size: .9em;
}
.col2{width:200px; }
.col3{width:400px; }
.col2 .sub_nav {width: 185px;}
.col2 .sub_nav li{width: 185px;}
.col3 .sub_nav {width: 385px;}
.col3 .sub_nav li{width: 385px;}

.sub_nav .heading {padding: 5px 5px 5px 10px; color: #333333; background-color: #F0F0F0; font-weight: bold; }

.sub_nav_bk {
background-color: #EFF5FA;
}
	
	
ul.sub_nav {
padding:0px;
margin: 0px;
clear: left;
}
ul.sub_nav li {
	display: block;
	border-bottom: 1px solid #C8C8C8;
	margin: 0;
	float: left;
	padding: 5px 5px 5px 10px;
	float: left;
}


/* MASTHEAD */
#masthead{
	margin-left: auto;
	margin-right: auto;
	padding:0 0 0 0px;
	list-style:none;
	height:70px;
	position:relative;
	width:960px;
	vertical-align: center;
}

#masthead #left1{
	width:254px;
	float:left;
}
#masthead #center{
	z-index:100;
	margin:12px;
	width:254px;
	float:left;
}
#masthead #title{
	width:600px;
	float:right;
	font-size: 3em;
	font-weight: BOLD;
	color: #5266C5;
	padding: 13px 16px 10px 13px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* TOP MENU */

#main_menu {
	padding:0 0 0 0px;
	margin:0;
	list-style:none;
	height:42px;
	background:#fff url(http://www.nwtc.edu/services/library/PublishingImages/img/menu_back.gif);
	position:relative;
	border-bottom:3px solid #000;
	width:960px;
	float:left;
	z-index:51;
}

.menu1 {float:left; padding:0 0 0 10px; margin:0; list-style:none; height:42px; position:relative;  width:720px;}
.menu1 li {float:left; margin: 0px 4px 0px 4px;}

.menu1 li a {display:block;  float:left;  line-height:42px; color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0px 0 0 8px; cursor:pointer; background:url(http://www.nwtc.edu/services/library/PublishingImages/img/btn_inact.gif)}

.menu1 li a b {float:left; display:block; padding:0 16px 0 8px; background:url(http://www.nwtc.edu/services/library/PublishingImages/img/btn_inact.gif) no-repeat right top; }
.menu1 li.current a {color:#fff; background:url(http://www.nwtc.edu/services/library/PublishingImages/img/btn_inact.gif);}
.menu1 li.current a b {background:url(http://www.nwtc.edu/services/library/PublishingImages/img/btn_inact.gif) no-repeat right top;}

.menu1 li a:hover {color:#fff; background:#000 url(http://www.nwtc.edu/services/library/PublishingImages/img/btn_act.gif);}
.menu1 li a:hover b {background:url(http://www.nwtc.edu/services/library/PublishingImages/img/btn_act.gif) no-repeat right top;}

.menu1 li.current a:hover {color:#fff; background:#000 url(http://www.nwtc.edu/services/library/PublishingImages/img/btn_act.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(http://www.nwtc.edu/services/library/PublishingImages/img/btn_act.gif) no-repeat right top;}

/* Right Topbar Menu - orange buttons */

.menu2 {float:right; padding:0 10px 0 10px; margin:0; list-style:none; height:42px; position:relative;  width:200px;}
.menu2 li {float:right;  margin: 0px 4px 0px 4px;}

.menu2 li a {display:block;  float:left; height:42px; line-height:42px; color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer; background:url(http://www.nwtc.edu/services/library/PublishingImages/img/special_inact.gif)}

.menu2 li a b {float:left; display:block; padding:0 16px 0 8px; background:url(http://www.nwtc.edu/services/library/PublishingImages/img/special_inact.gif) no-repeat right top; }
.menu2 li.current a {color:#fff; background:url(http://www.nwtc.edu/services/library/PublishingImages/img/special_inact.gif);}
.menu2 li.current a b {background:url(http://www.nwtc.edu/services/library/PublishingImages/img/special_inact.gif) no-repeat right top;}

.menu2 li a:hover {color:#fff; background:#000 url(http://www.nwtc.edu/services/library/PublishingImages/img/special_act.gif);}
.menu2 li a:hover b {background:url(http://www.nwtc.edu/services/library/PublishingImages/img/special_act.gif) no-repeat right top;}


/* GREEN PANEL*/

#left{
	background: url(http://www.nwtc.edu/services/library/PublishingImages/img/header_outer.gif) repeat-x;
	float:left;
	position:relative;
	width:410px;
}

#inner{
	background: url(http://www.nwtc.edu/services/library/PublishingImages/img/header_inner.gif) repeat-x;
	margin:0px;
	float:left;
	position:relative;
	width:380px;
	vertical-align:top;
	padding: 15px;
	color: #fff;
}


#inner h1{
	font-size:2.5em;
	padding:0px;
	margin: 0px 0px 10px 0px;
	line-height:1.1em;
}

#content p{
	font-size:1em;
	padding:0px;
	margin:4px 0px 0px 0px;
}

/* LOGIN */

#login{
	background-color: #199D7D;
	float:left;
	padding: 10px;
	position:relative;
	width:410px;
	margin: 50px 0px 200px 10px;
}

#login input, #login label {float: left; clear: both;} 
#login input {margin-bottom: 10px;}
#submit {margin: 10px 0px 0px 0px;}


/* LEFT NAV */

.menubg{
	clear:left;
	background-color:#E5E5E5;
	width:202px;
	margin-top: 15px;
}
.menubg .sub_nav li {width: 187px;}
.menubg .sub_nav li.heading {background-color: #5678A8; color: #fff;}
.menubg .sub_nav li.heading a:link, .menubg .sub_nav li.heading a:visited {color: #fff;}

.menu{ float:left; clear:left; font:normal 11px Helvetica, Arial, sans-serif; position:relative;}
.menu li {
	margin:0px 0px 0px 0px;
	list-style:none;
}

.bot{clear:left;}	

.clear {font-size: 1px; height: 1px} 

#lnav_item{
width:200px;
padding: 0px 0px 15px 0px;
}


/* FOOTER */

#spacer {
	clear: both;
	height: 1px;
}

#page_footer{
	margin:0px;
	padding:0px 0px 20px 0px;
	border:0px;
	position:relative;
	height:auto;
	float:left;
}

#page_footer #footer_img{
	margin:0px;
	padding:0px;
	height:auto;
	width:960px;
	border:0px;

	background-repeat:no-repeat;
	float:left;
	
}

#page_footer #footer_img1{
	margin:0px;
	padding:0px;
	height:auto;
	width:960px;
	border:0px;
	background-color:#c0bebe;
	background-image:url(http://www.nwtc.edu/services/library/PublishingImages/img/footer_top.gif);
	background-repeat:no-repeat;
	float:left;
	
}

#page_footer #footer_content p{
	text-align:right;
	font-size:.857em;
	color:#4B6A9E;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 0px;
	height:auto;
}

#page_footer #footer_content a{
	color:#4B6A9E;
} 

#page_footer #footer_content{
	width:500px;
	margin-top:20px;
	background-color:#c0bebe;
	position:relative;
	float:right;
	
}
 #footer_link{
	padding-top:2px;
	width:260px;
	position:relative;
	float:left;
}

/* TABLES */

table.display {font-size: .9em; margin-top: 15px;}
table.display td {padding: 8px;  margin: 0px; border-bottom: 1px solid #DADADA}
tr.colhd {color: #fff; text-transform: uppercase;}
.bltbl .row {background-color: #5678A8;}
.bltbl #shade {background-color: #E1E6EF;}
.grtbl .row {background-color: #22B07B;}
.grtbl #shade {background-color: #E0F5F0;}

