/* NWR CSS */

/* RESET */

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

input {border: 0px; }

p { margin-bottom: 9px; }

/* LAYOUT */

.clear {
	clear: both;
	text-align: center;
}
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.space-vertical { height: 8px; }

.right { float: right; clear: both; }
.left { float: left; clear: both; }

.floatleft { float: left; }
.floatright { float: right; }

.right-inline {
	float: right;
	display: inline;
	text-align: right;
}
.left-inline { float: left; display: inline; }

.shimrule {
	font-weight: bold;
}

.rulefat { margin: 10px 0px 10px 0px; height: 1px; border-top: 3px solid #BBCED8; clear: both; }

.rule {
	margin-bottom: 15px;
	height: 1px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b3c5cf;
	clear: both;
}

#skyscraper {
	float: left;
	margin-top: 10px;
}

/* FORM-ELEMENTS */

.smallForm {
	font-size: 10px;
	width: 158px;
	height: 17px;
	margin-right: 4px;
}

.smallFormField {
	background-color: #FFFFFF;
	border: 1px solid #BBCED8;
}

.button {
	float: right;
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 0;
	border: none;
}

.keyword-box {
	height: 20px;
	border: 1px solid #fff;
}

/* TYPE */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #37464F;
}

strong, b {
	font-weight: bold;
}

em {
	font-style: italic;
}

a { color: #177AA3; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; color: #f46c16; }

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 { font-size: 30px; }

h2 {
	font-size: 24px;
	margin-bottom: 9px;
}

ul.regular {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	margin: 0 0 9px 25px;
}

ul.regular li {
	margin: 0px;
	border: 0px;
	padding-top: 1px;
}


/* MAIN PAGE LAYOUT */

/* MAIN PAGE LAYOUT - STRUCTURE */

#bigwrap {
	width: 1170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#littlewrap {
	width: 1038px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://media.studylink.com/xl/nwr/common/layout/background.gif);
	background-repeat: repeat-y;
	float: left;
}

#wrapper {
	width: 1038px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(http://media.studylink.com/xl/nwr/common/layout/background.gif);
	background-repeat: repeat-y;
}


#inner {
	width: 990px;
	float: left;
	margin-right: 24px;
	margin-left: 24px;
}

/* MAIN PAGE LAYOUT - HEADER */

#header {
	width: 990px;
	height: 85px;
	background-image: url(http://media.studylink.com/xl/nwr/common/layout/head-gradient.gif);
	background-repeat: repeat-x;
	background-color: #f3053b;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}

#logo {
	margin: 10px 8px 0 10px;
	float: left;
	height: 67px;
	width: 166px;
	background-image: url(http://media.studylink.com/xl/nwr/common/layout/logo.gif);
	background-repeat: no-repeat;
}

#header h2 {
	color: #FFFFFF;
	margin-top: 30px;
	font-size: 18px;
	float: left;
	text-shadow: #910823 0 1px 0;
}

#header h3 {
	color: #FFFFFF;
	margin-top: 32px;
	font-size: 14px;
	float: left;
	font-style: italic;
	margin-left: 5px;
}

#header h4 {
	color: #FFFFFF;
	margin-top: 32px;
	font-size: 14px;
	float: right;
	margin-right: 8px;
}

/* MAIN PAGE LAYOUT - HEADER - FUNCTION BAR */

#function-bar {
	width: 725px;
	float: right;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #c8021e;
	background-image: url(http://media.studylink.com/xl/nwr/common/layout/functionbar-cnr.gif);
	background-repeat: no-repeat;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	font-weight: bold;
}

#function-bar li {
	display: inline;
	margin-left: 8px;
	}
	
#function-bar li.divide {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 8px;
	}	
	
#function-bar li.right {
	float: right;
	margin-right: 8px;
	}	
	
#function-bar li a {
	color: #FFFFFF;
	}	

/* MAIN PAGE LAYOUT - TABS */

#tabs {
	width: 990px;
	height: 30px;
	background-image: url(http://media.studylink.com/xl/nwr/common/tabs/menu.gif);
	background-repeat: no-repeat;
	margin-top: 8px;
}


/* MAIN-PAGE LAYOUT - LOGIN STRIP */

#login-strip {
	width: 990px;
	height: 43px;
	background-image: url(http://media.studylink.com/xl/nwr/home/login-strip-bg.gif);
	background-repeat: repeat-x;
	margin-top: 2px;
}

#login-strip #cnr-left {
	width: 10px;
	height: 43px;
	background-image: url(http://media.studylink.com/xl/nwr/home/login-strip-left.gif);
	background-repeat: no-repeat;
	float: left;
}

#login-strip #cnr-right {
	width: 10px;
	height: 43px;
	background-image: url(http://media.studylink.com/xl/nwr/home/login-strip-right.gif);
	background-repeat: no-repeat;
	float: right;
}

#login-strip h3, #login-strip p {
	float: left;
	line-height: 43px;
	margin-right: 20px;
	margin-left: 27px;
}

#login-strip h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#login-strip a {
	color: #637b8c;
	text-decoration: none;
	font-size: 11px;
}

#login-strip a:hover {
	color: #2a4156;
}

#login-strip input {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 11px 0 0 5px;
}

#login-strip .fields {
	color: #637b8c;
	background-color: #FFFFFF;
	height: 19px;
	width: 172px;
	border: 1px solid #637b8c;
	padding-left: 6px;
}

#login-strip .btn {
	width: 62px;
	height: 21px;
	background-image: url(http://media.studylink.com/xl/nwr/home/login-btn.gif);
	background-repeat: no-repeat;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
}

#invalid-login {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}


/* MAIN PAGE LAYOUT - SITEMAP */

#site-links {
	width: 970px;
	background-color: #BEDCED;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#site-map {
	width: 970px;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

ul.sitemap {
	width: 220px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 15px;
	float: left;
	font-size: 12px;
	line-height: 14px;
}

ul.sitemap li {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	border: 0px;	
}

ul.sitemap li a {
	font-size: 12px;
}


/* MAIN PAGE LAYOUT - FOOTER */

#footer {
	width: 990px;
	height: 60px;
	background-image: url(http://media.studylink.com/xl/nwr/common/layout/head-gradient.gif);
	background-repeat: repeat-x;
	background-color: #f3053b;
	margin-top: 0px;
	background-position: bottom;
}

#footer ul {
	float: right;
	margin-right: 10px;
}

#footer li {
	font-size: 11px;
	line-height: 60px;
	color: #FFFFFF;
	float: left;
	margin-right: 4px;
}

#footer li a {
	color: #FFFFFF;
}


/* MAIN PAGE LAYOUT - BODY */

#bodybase {
	background-color: #849fb2;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 8px;
	}
	
#bodyinner {
	background-color: #fff;
	padding: 8px;
	margin-right: 8px;
	margin-left: 8px;
	color: #323232;
	}
	
#bodycontent {
	background-color: #fff;
	padding-top: 0px;
	margin: 0;
	color: #323232;
	}	
	
	
/* MAIN PAGE LAYOUT - CONTENT PAGE ITEMS */

#leftcolumn { width: 182px; float: left; padding: 0px; margin-top: 0px 8px 0px 0px; display: inline; line-height: 15px; color: #6C777D; }

#contentmiddle {
	float: left;
	padding-right: 8px;
	width: 610px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right: 1px solid #C4D8E3;
}

#contentmid {
	width: 520px;
}

#contentright {
	float: left;
	padding: 0px;
	width: 797px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; 
}

#contentleft { 
 float: left;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 659px;
 
}

#rightcolumn {
	padding: 0px;
	width: 201px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 15px;
}

#contentmiddle h1 {
	margin: 0px 0px 9px 0px;
	font-size: 28px;
	line-height: 24px;
}

#contentmiddle h2 {
	margin: 10px 0px 5px 0px;
	border-top: 1px dotted #b3c5cf;
	padding-top: 10px;
	font-size: 21px;
	line-height: 24px;
}

#contentright h1 {
	margin: 0px 0px 9px 0px;
	font-size: 28px;
	line-height: 24px;
}

#contentright h2 {
	margin: 10px 0px 5px 0px;
	border-top: 1px dotted #b3c5cf;
	padding-top: 10px;
	font-size: 21px;
	line-height: 24px;
}

#left { width: 172px; float: left; padding: 0px 10px 0px 0px; margin: 0px 10px 10px 0px; display: inline; line-height: 15px; color: #6C777D; border-right: 1px solid #C4D8E3; }
#left li { margin-bottom: 0.3em; border-top: 1px dotted #b3c5cf; padding-top: 4px; font-size: 12px; }
#left li a { font-size: 12px; }
#left h1 { font-size: 21px; color: #546571; margin-bottom: 6px; }
#left h2 { margin-bottom: 10px; font-size: 16px; color: #313C44; }

#right {
	float: left;
	margin: 0px;
	display: inline;
	line-height: 15px;
	color: #6C777D;
	border-left: 1px solid #C4D8E3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#right li { margin-bottom: 0.3em; border-top: 1px dotted #b3c5cf; padding-top: 4px; font-size: 11px; }
#right li a { font-size: 12px; }
#right h1 { font-size: 21px; color: #546571; margin-bottom: 6px; }
#right h2 { margin-bottom: 10px; font-size: 16px; color: #313C44; }

#reg-right { float: left; padding: 0px 0px 0px 10px; margin: 0px 0px 0px 0px; display: inline; line-height: 15px; color: #6C777D; border-left: 1px solid #C4D8E3; }
#reg-right li { margin-bottom: 0.5em; border-top: 1px dotted #b3c5cf; padding-top: 6px; font-size: 12px; }
#reg-right li a { font-size: 12px; }
#reg-right h1 { font-size: 21px; color: #546571; margin-bottom: 6px; }
#reg-right h2 { margin-bottom: 10px; font-size: 16px; color: #313C44; }

#quicklinks li { margin-bottom: 0.3em; border-top: 1px dotted #b3c5cf; padding-top: 4px; background: url(http://media.studylink.com/xl/common/quicklink.gif) no-repeat right; }

#search-box {
	margin-bottom: 0px;
	background-color: #d3ecf6;
	background-image: url(http://media.studylink.com/xl/common/search-box-top.gif);
	background-repeat: no-repeat;
	padding: 7px;
	color: #43505B;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#search-box h1 { color: #293138; margin-bottom: 5px; padding-top: 10px; }

#start-search-box {
	margin-bottom: 0px;
	background-color: #d3ecf6;
	background-image: url(http://media.studylink.com/xl/nwr/common/start-search-bg.png);
	background-repeat: no-repeat;
	padding: 13px;
	color: #fff;
	font-size: 13px;
}

#start-search-box h1 { color: #fff; margin-bottom: 11px; padding-top: 12px; }

#start-search-box img { margin: 4px 0 5px 3px; }


#teaser { padding: 0px 0px 20px 20px; margin-bottom: 15px; color: #293138; }

#teaser h1 {
	font-size: 28px;
	margin-bottom: 15px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#teaser p { width: 600px; }

.teaser-bg-sa { background: url(http://media.studylink.com/xl/nwr/study-advice/teaser.jpg) no-repeat; }

.teaser-bg-events { background: url(http://media.studylink.com/xl/common/teaser-events.jpg) no-repeat; }


#studyadvice {
	padding: 0px 0px 0px 6px;
}

#studyadvice img {
 	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #b3c5cf;
}

#studyadvice h2 { font-size: 23px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dotted #b3c5cf; }




/* COLUMN ELEMENTS */

#leftcolumn h3 {
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #b3c5cf;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #546571;
}

#leftcolumn h2 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #3D4A53;

}



#rightcolumn h2 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #3D4A53;

}


/* DROPDOWN NAVIGATION BAR */

#navmenu {
	width: 990px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	background-image: url(http://media.studylink.com/xl/nwr/common/tabs/bg.gif);
	background-repeat: repeat-x;
	background-position: right;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

/* LEVEL ONE */
	
ul.dropdown { position: relative; }
ul.dropdown a:hover { text-decoration: none;}

ul.dropdown li { float: left; zoom: 1; }
ul.dropdown li a {
	display: block;
	padding: 7px 24px;
	color: #387896;
	border-right: 1px solid #b6d4e4;
}
ul.dropdown li:last-child a { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover { position: relative; background: #849fb3 none; }
ul.dropdown li.hover a { color: #fff; }

/* LEVEL TWO */

ul.dropdown ul {
	width: 280px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li { font-size: 13px; background: #849fb3; color: #fff; border-bottom: 1px solid #b6d4e4; float: none; } 
ul.dropdown ul li a { border-right: none; width: 100%; display: inline-block; color: #fff; } /* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li.hover,
ul.dropdown ul li:hover { background: #c9e0eb; } 
ul.dropdown ul li.hover a { color: #387896; }
                                

/*  LEVEL THREE */

ul.dropdown ul ul { left: 100%; top: 0; }
ul.dropdown ul ul.third li a { color: #fff; } 
ul.dropdown ul ul.third li.hover a { color: #387896; } 
ul.dropdown li:hover > ul { visibility: visible; }


/* DROPDOWN LANGUAGE PICKER */


/* LEVEL ONE */
	
ul.language { position: relative; }

/* LEVEL TWO */

ul.language ul {
	padding-right: 8px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #333333;
}
ul.language ul li { float: none; } 
ul.language ul li a { border-right: none; width: 100%; display: inline; color: #fff; } /* IE 6 & 7 Needs Inline Block */

ul.language ul li.hover,
ul.language ul li:hover {  } 
ul.language ul li.hover a {  }

.pdfcover {
	margin: 0px 10px 5px 0px;
}
                                

