/* *************************************************************

NAME: ninthhouse.css
DATE: 08/19/2004
DESCRIPTION:

general styles for Ninth House website

************************************************************* */

/* ~~~~~~ Basic Styles ~~~~~~ */

body {
	background: #EFEFEF url(images/bg.gif) top;
	}

body, div, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
	}

body, h1, h2, h3, h4 {
	font: 11px/16px Arial, Verdana, Helvetica,sans-serif;
	color: #666666;
	}

a {
	color: #669900;
	font-weight:bold;
	}

a:hover {
	color: #99CC33;
	text-decoration: none;
	}

ul {
	font: 11px/16px Arial, Verdana, Helvetica,sans-serif;
	list-style:  url(images/bullet.gif);
	margin: 10px 30px;
	}

li {
	margin-bottom: 8px;
	}
	
#Square ul {
	font: 11px/16px Arial, Verdana, Helvetica,sans-serif;
	list-style:  url(/images/arrow_blue.gif);
	margin: 10px 30px;
}

#Square li {
	margin-bottom: 8px;
}

hr {
	border: 0;
	height:1px;
	background: #C6E56A;
	color: #C6E56A;
	margin:8px 0 8px 0 !important;
	margin:4px 0 2px 0;
	}

img { 
	border:0;
	}
	
img.pic	{
	border:1px;
	border-color:#C2C2C2;
}

h1 {
	font: 22px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
h2, h4 {
	font: bold 11px/16px  Verdana,Arial, Helvetica, sans-serif;
	color: #54738E;
	text-transform: uppercase;
	}
	
h2.landing {
	font: bold 11px/16px  Verdana,Arial, Helvetica, sans-serif;
	color: #669900;
	text-transform: uppercase;
	}
	
h3 {
	font: bold 14px/20px Arial, Verdana, Helvetica, sans-serif;
	color: #54738E;
	}
	
h4.form  {
	margin:0;
	padding:0;
	padding-left:20px;
	float:left;
	display:inline;
	background: #C6E56A;
	border-bottom:1px solid #98B051;
	border-top:1px solid #E2F2B4;
	border-right:1px solid #98B051;
	border-left:1px solid #E2F2B4;
	width:484px;
	color:#35526B;
	}
	
sup {
/*	font: .9em  Arial,Helvetica,Verdana, sans-serif;*/
	font-size:.6em;
	}
	
sup.sm {
/*	font: .9em  Arial,Helvetica,Verdana, sans-serif;*/
	font-size:1em;
	}

label {
	clear:both;
	width:120px;
	float: left;
	margin-bottom: 6px;
	text-align:right;
	padding-right:3px;
	font-weight:bold;
	}

input, select {
	font: 11px/20px Arial,Verdana,Helvetica,sans-serif;
	}	
	
/* ~~~~~~~~~ NAVIGATION STYLES ~~~~~~~~~ */

#nav {	
	background:url(images/nav_bg.jpg) bottom left no-repeat;
	height:38px;
	width:770px;
	padding-left:30px;
	float:left;
	}

#PMnav {	
	background:url(images/nav_bg.jpg) bottom left no-repeat;
	height:38px;
	width:759px;
	padding-left:27px;
	float:left;
	}

#nav strong {
	visibility: hidden;
	}

#nav ul, #subnav ul, #subnav ul ul {
	padding: 0;
	margin: 0;
	}
	
#nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	}

#nav a {
	float: left;
	text-decoration: none;
	height: 27px;
	}

#nav a:hover {
	background-position: 0 -27px;
	}

#nav a.selected {
	background-position: 0 27px;
	}

#subnav {
	border-bottom: 1px solid #CDD6DD;
	float:left;
	margin-bottom:10px;
	padding:0px;
	}

#subnav ul li {	
	float: left;
	width:201px;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #CDD6DD;
	}
	
#subnav ul a {
	margin:0;
	display: block;
	list-style: none;
	text-decoration:none;
	padding:4px 16px 4px 20px;
	font: normal 11px/16px Arial,Helvetica,Verdana,sans-serif;
	color:#669900;
	}

#subnav ul li.tertiary {
	border: 0px;
	padding:0;
	}
	
#subnav ul li.tertiary a {
	padding: 2px 10px 2px 36px;
	}
	
#subnav ul li.tertiary a:hover {
	padding: 2px 10px 2px 36px;
	color:#54738E;
	background:transparent;
	}

#subnav ul li a.subselect {
	background:#E2F2B4  url(images/nav_arrow.gif) no-repeat 8px 50%;
	}

#subnav ul li a.terselect {
	background:#FFFFFF  url(images/nav_arrow.gif) no-repeat 22px 50%;
	color:#54738E;
	}

#subnav ul li.courses a {
	background:#EFEFEF;
	color:#54738E;
	}

#subnav ul li.courses a.subselect {
	background:#EFEFEF url(images/nav_arrow.gif) no-repeat 8px 50%;
	color:#54738E;
	}

#subnav ul li a:hover, #subnav ul li.courses a:hover {
	background:#E2F2B4;
	}

#approach a {
	width: 101px;
	background: url(images/nav_approach.gif);
	}

#philosophy a {
	width: 105px;
	background: url(images/nav_philosophy.gif);
	}
	
#solutions a {
	width: 99px;
	background: url(images/nav_solutions.gif);
	}

#curriculum a {
	width: 109px;
	background: url(images/nav_curriculum.gif);
	}

#faculty a {
	width: 86px;
	background: url(images/nav_faculty.gif);
	}

#government a {
	width: 114px;
	background: url(images/nav_government.gif);
	}

#company a {
	width: 95px;
	background: url(images/nav_company.gif);
	}

/* ~~~~~~ ID Container Styles ~~~~~~ */

#wrapper {
	width: 770px;
	margin: 0 auto;
	background:url(images/bg_page.gif) repeat-y top left;
	margin-top:10px;
	}

#topsection {
	width: 760px;
	margin: 0;
	padding: 0 5px;
	float:left;
	clear:both;
	}

#bottomsection {
	clear:both;
	float:left;
	background:url(images/nav_line.gif) repeat-y top left;
	width: 760px;
	padding: 0 5px;
}

#bottomsection ol {
	font-weight: bold;
}

#logo {
	padding:10px 0 6px 25px;
	float:left;
	}
	
#tagline {
	padding:23px 25px 0 0;
	float:right;
	font: bold 12px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #669900;
	}
	
#shadow {
	float:left;
	background: #FFFFFF url(images/header_shadow.gif) repeat-x top left;
	width:760px;
	}
	
#headerbar, #footerbar {
	float:left;
	width:758px;
	background: #54738E;
	border-bottom:1px solid #35526B;
	border-top:1px solid #7998B2;
	border-right:1px solid #35526B;
	border-left:1px solid #7998B2;
	clear:both;
	}
	
#headerline, #copyright {
	float:left;
	padding-left:28px;
	font: 10px/14px Arial, Helvetica,Verdana,sans-serif;
	color:#FFFFFF;
	width:350px;
	padding: 3px 0 0 20px;
	}

#headerlinks, #footerlinks {
	float:right;
	padding-top:2px;
	}

#headerlinks a, #footerlinks a {
	padding:0 6px 0 8px;
	font: 10px/14px Arial, Helvetica,Verdana,sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background:url(images/header_divider.gif) bottom left no-repeat;
	}

#headerlinks a:hover, #footerlinks a:hover  {
	color:#99CC33;
	text-decoration:underline;
	/*color:#092237;*/
	}

#bottom-top {
	clear:left;
	float:left;
	width: 770px;
	background:url(images/body_top.gif) no-repeat top left;
	height:20px !important;
	height:12px;
	}

#hm-banner {
	float:left;
	width: 760px;
	height:173px;
	background:url(images/hm_banner2.jpg) no-repeat top left;
	}

#hm-button {
	width:200px;
	float:left;
	padding-top:65px;
	padding-left:455px;
	clear:left;
	}

#hm-banner-text {
	margin:5px 5px 0 0;
	float:left;
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
	}

#hm-button img {
	float:left;
	}

#hm-bottom-top {
	float:left;
	width: 770px;
	background:url(images/hm_body_top.gif) no-repeat top left;
	}

#hm-bottomsection {
	float:left;
	width: 760px;
	padding: 5px 5px 0 5px;
	background:url(images/hm_body_bg.gif) repeat-y top left;
	}
	
#hm-lcol {
	width: 224px;
	padding-left: 9px;
	float:left;
	}

#hm-rcol {
	width:476px;
	padding: 0 24px;
	float:left;
	}

#se-text {
	width: 710px;
	margin: 0 auto;
	padding: 4px 30px;
	color:#999999;
	}
	
#title-area {
	width:760px;
	float:left;
	background:#EFEFEF;
	margin-top:-5px;
	}
	
#title {
	width:525px;
	float:left;
	padding:12px 0 0 30px;
	}
	
#r-image {
	float:right;
	}
	
#section {
	float:right;
	background:url(images/section_bg.gif) repeat-y;
	width:198px;
	height:17px;
	clear:right;
	text-transform:uppercase;
	text-align:right;
	font: bold 10px/14px Arial, Helvetica,Verdana,sans-serif;
	color:#FFFFFF;
	padding:3px 4px 0 0;
	}
	
#section a {
	text-decoration:none;
	font: bold 10px/14px Arial, Helvetica,Verdana,sans-serif;
	color:#FFFFFF;
	}
	
#lcol {
	float:left;
	width: 509px;
	padding: 20px 25px;
	}

#rcol {
	width:201px;
	float:left;
	padding-bottom:20px;
	}

#sidebar {
	float:right;
	width:156px;
	padding: 16px 8px 16px 12px;
	margin:0 0 10px 16px;
	background:#E2F2B4 url(images/sidebar_top.gif) no-repeat;
	font: 10px/14px Verdana,Arial, Helvetica,sans-serif;
	color:#333333;
	}
	
#sidebar a {
	color:#333333;
	font: 10px/14px Verdana,Arial, Helvetica,sans-serif;
	}
	
#sidebar strong, #sidebar a.sidebarlink  {
	color:#669900;
	font: bold 11px/14px Verdana,Arial, Helvetica,sans-serif;
	}
	
#sidebar ul {
	margin: 0px;
	list-style: none none;
}
	
#sidebar ul li {
	margin: 4px 0px;
	color:#333333;
	font: 10px/12px Arial, Verdana, Helvetica,sans-serif;
	}

/* ~~~~~~ Class Styles ~~~~~~ */

.hm-badge {
	background:url(images/hm_badge_bg.jpg) repeat-y ;
	padding: 0px 26px 8px 28px;
	font: 11px/16px  Arial,Helvetica,Verdana, sans-serif;
	color: #333333;
	clear:left;
	}

.hm-badge-top {
	background:url(images/hm_badge_top.jpg) no-repeat;
	height:19px;
	clear:left;
	}
	
.hm-badge-bottom {
	background:url(images/hm_badge_bottom.jpg) no-repeat;
	height:14px;
	clear:left;
	}
	
.hm-badge a {
	color: #333333;
	}

.hm-badge a:hover {
	color: #FFFFFF;
	text-decoration:none;
	}

.hm-badge img {
	padding-bottom: 4px;
	}

.hm-col1 ul, .hm-col2 ul {
	list-style:  url(images/arrow_blue.gif);
	margin:0;
	margin-left: 20px;
	}

.hm-col1, .hm-col2  {
	float:left;
	width:226px;
	padding:20px 20px 20px 0;
	}

.hm-col2  {
	padding:20px 0 20px 0;
	}
	
.hm-col1 strong, .hm-col2 strong {
	color:#333333;
	}
	
.arrow {
	float:left;
	padding-right:6px;
	}
	
.callout {
	margin:8px 6px;
	background:url(images/callout_bg.jpg) repeat-y ;
	clear:left;
	}

p.callout-body {
	font: 11px/16px  Arial,Helvetica,Verdana, sans-serif;
	color: #333333;
	padding:0 10px;
	margin:0}

.callout-top {
	background:url(images/callout_top.jpg) no-repeat;
	clear:left;
	}
	
.callout-bottom {
	background:url(images/callout_bottom.jpg) no-repeat;
	height:22px;
	clear:left;
	}
	
.imageRight {
	width:180px;
	background:#EFEFEF;
	padding:10px;
	float:right;
	margin:0 0 10px 10px;
	}

.imageRightNoWidth {
	background:#EFEFEF;
	padding:10px;
	float:right;
	margin:0 0 10px 10px;
	}
	
.caption {
	font: 10px/14px  Arial,Helvetica,Verdana, sans-serif;
	color: #54738E;
	}

.feature {
	margin-top:10px;
	width:467px;
	padding:20px;
	background:#EFEFEF;
	float:left;
	color:#333333;
	border:1px solid #CDD6DD;
	}

.feature-green {
	width:468px;
	padding:4px 20px;
	background:#E2F2B4;
	float:left;
	color:#333333;
	margin-bottom:10px;
	}
	
.feature li {
	color:#333333;
	}
	
.col1  {
	float:left;
	width:234px;
	padding-right:30px;
	}

.col2  {
	float:left;
	margin:0;
	width:234px;
	}
	
.feature .col1, .formcontent .col1, .feature-green .col1   {
	width:212px;
	padding-right:20px;
	}

.feature .col2, .formcontent .col2, .feature-green .col2 {
	width:232px;
	}
	
.icon  {
	float:left;
	margin-right:4px;
	margin-top:2px;
	margin-bottom:8px;
	}

.floatleft  {
	float:left;
	margin-right:16px;
	margin-bottom:6px;
	}
	
.iconleft {
	padding-left:23px;
	}
	
blockquote {
	font: bold italic 12px/20px Arial,Helvetica,Verdana, sans-serif;
	color: #669900;
	margin:0;
	padding: 0px 30px 16px 30px;
	float:left;
	width:440px;
	}
	
#rcol blockquote {
	padding: 10px 12px;
	width:175px;
	}
	
.attribution {
	font: 10px/18px Arial,Helvetica,Verdana, sans-serif;
	}
	
#rcol .attribution {
	font: 10px/18px Arial,Helvetica,Verdana, sans-serif;
	color: #666666;
	}
	
.formbox {
	width:464px;
	background:#E2F2B4;
	border-right:1px solid #C6E56A;
	border-bottom:1px solid #C6E56A;
	border-left:1px solid #EFEFEF;
	padding: 20px;
	float:left;
	color:#333333;
	margin-bottom:10px;
	}
	
.clearall {
	clear:both;
	}

.tableborder td {
	border:1px solid #CDD6DD;
	}
	
.bluegradiant {
	background: #54738E url(images/blue_gradiant.jpg) top;
	}

#homeNews	{
	list-style-position:outside;
}
.REDFLAG {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.HPTagLine {
	padding:0px 25px 0px 0px;
	float:right;
	font: bold 12px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #669900;
	}
	
	.videolinkimage {border:1px solid #000000; }