/*-----------------------------------------------------------------------------------------------------------------------
  [MASTER STYLESHEET]
  
  Project:		Northland College interact.
  URL:			survey.northlandcollege.edu
  Version:		1.0
  Last Change:	08/08/08 [ in beta ]
  Copyright:	(c)2005-2008 Northland College. All Rights Reserved.
-----------------------------------------------------------------------------------------------------------------------*/	


/*-------------------------------------------------------------
	TABLE OF CONTENTS
---------------------------------------------------------------
	00. RESET
	01. HTML
	02. BODY
	03. LAYOUT
	04. TYPOGRAPHY
	05. GLOBAL SURVEY HEADER
	
	
---------------------------------------------------------------*/

/*-------------------------------------------------------------
	00. RESET
---------------------------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }

hr {
	width:auto;
	border: 0;
	margin-top:5px;
	margin-bottom:5px;
	color: #E1E1E1;
	background-color: #E1E1E1;
	height: 2px;}
	
img.floatright {
	float:right;
	margin-top:5px;
	margin-bottom:20px;}

/*-------------------------------------------------------------
	01. HTML
---------------------------------------------------------------*/
	* {
		font-size:100.00%; 
		margin: 0; 
		padding: 0;}
	html {
		font-size:62.5%;}
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

/*-------------------------------------------------------------
	02. BODY
---------------------------------------------------------------*/
body {
	margin:0;
	min-width:988px;
	font:1.2em/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	color:#1e1e1e;
	background-color:#515151;}
.accessiblity {
	height:0;
	width:0;
	overflow:hidden;
	position:absolute;}	
		
/*-------------------------------------------------------------
	03. LAYOUT
---------------------------------------------------------------*/		
/* page wrapper */
#container {
	margin: 0 auto;
	min-height: 100%;}
* html #container {
	height: 100%;}

/* layout styles */
#survey #layout {
	width: 100%;
	min-width: 968px;
	min-height: 750px;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color:#515151;
	margin-right: auto;
	margin-left: auto;}		
#layout .wrapper {
	width:968px;
	_width:968px;
	min-height:550px;
	_min-height:550px;
	position:relative;
	z-index:9998;
	margin-top:0;
	margin-bottom:15px;
	padding-top:20px;
	padding-bottom:0;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
	background-image: url(/001_Global/images/bg/main_wrapper.gif);
	background-repeat: repeat-y;}	
* html #layout .wrapper {
	height: 100%;}
#layout .cap {
	position:absolute;
	width:968px;
	left:0;
	font-size:1px;}
#layout .cap.top {
	top:0;
	height:7px;
	background-image: url(/001_Global/images/bg/main_cap.gif);
	background-repeat: no-repeat;}
#layout .cap.bottom {
	bottom:0;
	height:7px;
	_bottom:-1px;
	background-image: url(/001_Global/images/bg/main_ankle.gif);
	background-repeat: no-repeat;}
#layout .content {
	width: 100%;
	_width: 100%;
	max-width: 920px;
	min-height: 450px;
	_min-height: 450px;
	overflow: hidden;
	margin:20px;}



/*-------------------------------------------------------------
	04. TYPOGRAPHY
---------------------------------------------------------------*/	
.content p {
	color: #000;
	font-family: Arial, Helvetica, "Helvetica Neue", "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;}
a { color: #0090C7; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover {
	text-decoration: underline;
	color: #00587A;}
a:focus { outline: none}
strong, b { font-weight: bold; }
em, i { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
	font-family:"Georgia", "Cambria", Times New Roman, Times, serif!important;
	font-weight: normal;
	line-height:1.0em;
	color: #E91C6B;
	letter-spacing: -1px;
	padding-bottom: 20px;
	/*font-family:Helvetica, Arial, sans-serif;*/}
h1 { font-size: 470%; font-weight: normal; padding-bottom: 10px; }
h2 { font-size: 280%; color: #000; font-weight: normal; padding-top: 10px; padding-bottom: 10px; }
h3 { font-size: 180%; font-weight: bold; }
h4 { font-size: 160%; }
h5 { font-size: 140%; }
h6 { font-size: 120%; }


.striped-bar-small {
	display:block;
	height:5px;
	width:100%;
	padding: 0px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	background-image: url(../_IMAGES/bg-striped-bar.gif);
	background-repeat: repeat-x;}	

.question {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px!important;
	font-weight:bold;
	line-height:1.5em;
	color:#000;
	margin-top:5px;
	margin-bottom:3px;
	padding-top:8px;
	padding-right: 0;
	padding-bottom:12px;
	padding-left:0px;}
.question span{
	font-family:"Georgia", "Cambria", "Times New Roman", Times, serif!important;
	font-size:35px!important;
	font-weight:normal!important;
	color: #FFF;
	margin-right:4px;
	background-color: #E91C6B;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.comments {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#333;
	padding-top:8px;
	padding-right: 0;
	padding-bottom:2px;
	padding-left:0px;
	text-decoration: underline;
}



table .row {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;}
table .rowTitle {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;}
	
textarea {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;}	
	
#standard ul {
	margin: 0px;
	padding: 0px;}
#standard li {
	font-family: Arial, Helvetica, "Helvetica Neue", "Lucida Grande", Verdana, sans-serif;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
	font-size: 13px;
	color: #000;
	list-style: none;
	margin-top:1px;
	margin-bottom:1px;
	line-height: 1.1em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left:15px;
	margin-left: 0px;
	background-image: url(http://www.northlandcollege.edu/001_Global/images/icons/li-standard.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;}
#standard ul li {
	margin-left: 20px;
	margin-top:-5px;
	padding-bottom:10px;
	background-image: url(http://www.northlandcollege.edu/001_Global/images/icons/li-standard.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;}	
#standard li  span {
	font-size: 1.1em;
	color:#CC0000;
	line-height: 1.2em;}	
#standard li a {
	font-weight: bold;
	text-decoration: none;
	padding:0px;}	
#standard li a:hover {
	font-weight: bold;
	text-decoration: underline;}	/* #24A2DD*/	
	
	
	
/*-------------------------------------------------------------
	05. GLOBAL SURVEY HEADER
---------------------------------------------------------------*/
#globalheader {
	width: 100%;
	height: 105px;
	position: relative;
	z-index: 9998;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../_IMAGES/bg-header.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;}
#globalheaderWrap {
	width: 962px;
	_width: 962px;
	min-width: 962px;
	height: 170px;
	margin: 0px auto;
	position: relative;
	z-index: 9998;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;}
/* MAIN HEADER */
#globalheader #mainheader {
	width: 962px;
	_width: 962px;
	min-width: 962px;
	height: 96px;
	max-height: 96px;
	padding-top: 0px;
	margin-bottom: 0;
	padding-bottom: 0;}
#globalheader #mainheader-wrap {
	margin: 0px auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;}	

/* LOGO */
#globalheader #mainheader #logo {
	height: 50px;
	float: left;
	margin-top:19px;
	margin-left: 0px;
	margin-bottom: 0px;}
#globalheader #mainheader #logo a:focus {
	outline: none}	
	
/* UTILITY NAVIGATION */	
#nav-utilities{
	padding-top:.2em;
	text-align:right;
	color:#999;
	font-size:10px;}
#nav-utilities li{display:inline;margin-left:0.5em;padding-right:0.7em;border-right:1px solid #D4D4D4;}
#nav-utilities li strong a{font-weight:bold;}
#nav-utilities li a{
	color:#FFFFFF;
}
#nav-utilities li a:hover{color:#0088CC;}
#nav-utilities li a.inbox{padding-left:15px;background:url('http://l.yimg.com/hr/10316/img/del_sprite_smallIcons.gif') 0 -358px no-repeat;}
.is_firefoxMac #nav-utilities li a.inbox{background-position:0 -359px;}
#nav-utilities li.last{padding-right:0;border-right:0;}
#nav-utilities li em{color:#C1C1C1;}	

/*-------------------------------------------------------------
	06. PAGE HEADER
---------------------------------------------------------------*/
#pageheader {
	width: 100%;
	height: 78px;
	position: relative;
	z-index: 9998;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	background-color:#515151;}
#pageheaderWrap {
	width: 970px;
	_width: 970px;
	min-width: 962px;
	height: 78px;
	margin: 0px auto;
	position: relative;
	z-index: 9998;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../_IMAGES/hd-interact.gif);
	background-repeat: no-repeat;
}