/* FYI -- Color values
main bg - d2d9c3
body bg - e8eedb
headers, links - 9e380a
text - 333333
lines on body bg - bbbfb1
*/

@media screen {

	/*************** CSS Reset ******************************************************************************************/
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
	table {border-collapse:collapse;border-spacing:0;}
	fieldset,img {border:0;}
	address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal; }
	ol,ul {list-style:none;}
	caption,th {text-align:left;}
	h1,h2,h3,h4,h5,h6 {font-weight:normal;}
	q:before,q:after {content:'';}
	abbr,acronym {border:0;}
	body {font-family:Georgia, "Times New Roman", Times, serif;font-size:71%;height:100%; color:#000;}

	/*************** Global Element Styles ******************************************************************************************/	

		/*---------- Links  ----------*/
		body a {color:#0e5236; text-decoration:underline;}
		body a:hover {text-decoration:none; background-color:#cdcd9d}
		
		/*---------- Tables ----------*/
		th, td {text-align:left; padding:5px; border-bottom:1px solid #bbbfb1; vertical-align:top;}
		th {vertical-align:bottom;font-weight:bold}
		.layout td {border:none;}
		.layout td td {border-bottom:1px solid #b3b3b3; }

		/*---------- Headings ----------*/
		h1 {font-size:2em; font-style:italic; color:#000; font-family:"Times New Roman", Times, serif; font-weight:bold;}
		h2 {font-size:1.8em; font-style:italic; color:#000; font-family:"Times New Roman", Times, serif; padding-bottom:.3em;font-weight:bold;}
		h3 {font-size:1.5em; font-style:normal; color:#333; font-family:"Times New Roman", Times, serif; padding-bottom:.5em;font-weight:bold;}
		h4 {font-size:1.4em; font-style:normal; color:#333; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;font-weight:bold;}
		h5 {font-size:1.2em;font-weight:bold;}
		h6 {font-size:1em;font-weight:bold;}
		.accessibility {display:none;}	
		
		legend {font-size:1.4em;font-family:Verdana, Arial, Helvetica, sans-serif; color:#333;}

		/*---------- Paragraph ----------*/
		p {line-height:1.6em; margin-bottom:.75em;}
		li {line-height:1.25em; margin-bottom:.25em; list-style:none; background:url(/_images/bullets.gif) 5px 5px no-repeat; padding-left:20px;}
		ul {margin-top:.25em; }


	/***************** Wigets ******************************************************************************************/
	
		/*---------- generic multi-columns ----------*/
		.twoColumn1, .twoColumn2 {position:relative; float:left; width:48%; display:inline;}
		.threeColumn1, .threeColumn2, .threeColumn3 { float:left; width:30%;display:inline;}
		.floatRight {float:right;clear:left;}

		/*---------- Form Styles ----------*/
		fieldset  {}
		
		input, textarea, select {}

		.FORM_fieldContainer {overflow:hidden;clear:both; padding:7px; width:97%}
		
		.FORM_blockLabel label {display:block; float:none; margin:.3em 0px; padding:0px; line-height:100%; width:auto; position:relative;font-weight:bold;}
		.FORM_blockLabel label em {position:static;display:inline;}
		.FORM_blockLabel .FORM_textInput,
		.FORM_blockLabel .FORM_textarea textarea,
		.FORM_blockLabel .FORM_select select { width:80%; float:left; display:inline;}
		
		.FORM_blockLabel .FORM_select {display:inline;}
		.FORM_blockLabel .FORM_textarea select { width:98%; float:left; display:inline;}

	
		.FORM_inlineLabel label, .FORM_submit label {width:30%; float:left; margin:.3em 1em 0px 0px; padding:0px; line-height:100%; position:relative; font-weight:bold;}
		.FORM_inlineLabel label em  {display:block; position:absolute; left:100%; background:url(images/graphics/required.gif) no-repeat; width:15px; height:15px; margin-top:3px; display:block;}
		.FORM_inlineLabel .FORM_textInput,
		.FORM_inlineLabel .FORM_textarea textarea,
		.FORM_inlineLabel .FORM_select select {float:left; display:inline; position:static;}
		.FORM_inlineLabel .FORM_select {float:left; position:static; width:49%;}
		.FORM_inlineLabel .previousValue {display:block; clear:both; background-color:#ececec;margin-top:5px;padding:5px;margin-left:31%;width:48%;color:#aaaaaa;} /*background:url(images/graphics/FT_previousValue_gradient.gif) right repeat-y}*/
		
		.FORM_inlineLabel label em span,
		.FORM_blockLabel label em span {display:none;}
		
		.FORM_textarea textarea{ border:1px solid #babeaf; padding:.3em; background-color:#ecf2e8;	}
		.FORM_select select {background-color:#ecf2e8;}
	
		.FORM_textInput  {display:block;}
		.FORM_textInput input{height:22px;border:1px solid #babeaf;width:100%;float:left; border:1px solid #babeaf;}
		
		
		
		.FORM_inlineLabel .FORM_noForm { width:49%; float:left; display:block;}
		.FORM_noForm  {display:block;padding:0px 0px 0px 7px;background-image:url(images/graphics/input_noform_left.gif); height:26px;background-position:left top;background-repeat:no-repeat;}
		.FORM_noForm p{background:transparent;background-image:url(images/graphics/input_noform_right.gif);padding-top:4px;height:22px;border:0px;background-position:right top;background-repeat:no-repeat;width:100%;float:left; margin:0px; display:block;}
		body > * .FORM_noForm  {background-image:url(images/graphics/input_noform_left.png); }
		body > * .FORM_noForm p{background-image:url(images/graphics/input_noform_right.png);}
		
			.FORM_error {color:red; display:block; float:left; width:15%; clear:none; padding-left:10px;}
		.FORM_message {color:#ffffff; margin:0px 0px 6px 0px; padding:4px; background:#ff0000; position:relative;}
		
		.FORM_expired {background:#eeeeee; border:1px solid #cccccc; border-width:1px 0px;}
		.FORM_expired label {color:#999999;}
		
		.FT_fieldGroup {background-color:#f2f2f2;padding:10px;margin:5px 10px 10px 10px;}
		.FT_fieldGroup h3 {}
		.FT_fieldGroup table {}

		.FORM_fieldHelp {width:12%; float:left; margin:.3em 0px 0px 5px;}
		.FORM_fieldHelp a.tooltip,
		.FORM_fieldHelp a.tooltip:hover {background-image:url(images/graphics/tooltip_questionmark.gif);background-repeat:no-repeat;width:15px;height:15px;display:block;background-position:0px -15px;}	
		.FORM_fieldHelp a.tooltip em {visibility:hidden;}
		.FORM_fieldHelp a.tooltip:hover span{font-style:normal; color:#000000;border:1px solid #eed446;background-color:#ffff99;text-align: left;bottom:17px;left:-18em;width:18em;padding:5px;}
			
		.FORM_blockLabel .FORM_fieldHelp span, 
		.FORM_inlineLabel .FORM_fieldHelp span {font-style:italic;color:#999999;width:auto;}
	
		/* FORM SUBMIT button */
		.FORM_submit {margin-top:10px; width:100%; clear:both; overflow:hidden; margin-bottom:10px;}
		.FORM_submit p {
		}
		.FORM_submit p input{
			display:block; 
			margin-left:5px; 
			padding:2px 10px 2px 10px; 
			text-align:center; 
			border:2px solid #802f06; 
			display:inline; 
			float:left;
			font-size:1.4em; 
			font-style:italic; 
			color:#fff;
			font-family:"Times New Roman", Times, serif; 
			cursor:pointer;
		}
		.FORM_submit p.FORM_smallButton input {
			color:#4c62bf;
		}
		.FORM_submit p.FORM_smallButton_subtle input {
			color:#444;
		}
		.FORM_submit p.FORM_smallButton, .FORM_submit p.FORM_smallButton_subtle {
			background-repeat:no-repeat; 
			display:block; 
			cursor:hand; 
			text-decoration:none; 
			font-weight:normal; 
			float:left;
			height:22px;
			background-position:left -38px;
			background-repeat:no-repeat;
			margin-right:7px;
		}
		.FORM_submit p.FORM_smallButton input, .FORM_submit p.FORM_smallButton_subtle input{
			display:block; 
			margin-left:10px; 
			padding:0px 10px 0px 0px; 
			text-align:center; 
			border:0px; 
			display:inline; 
			float:left;
			height:22px; 
			font-size:1em; 
			background:transparent;
			background-position:right -38px;
			background-repeat:no-repeat;
			font-family:Verdana, Arial, Helvetica;	
		}
			/*------------ Standard ----------*/
				/* IE6 PNG alternate */
				.FORM_submit p{}
				.FORM_submit p input{background:#9e380a; }

			/*------------ Subtle ----------*/
				/* IE6 PNG alternate */
				.FORM_submit p.FORM_subtle {background-image:url(images/buttons/button_subtle_left.gif);}
				.FORM_submit p.FORM_subtle input{background-image:url(images/buttons/button_subtle_right.gif);font-family:Verdana, Arial, Helvetica, sans-serif;color:#333333;font-size:1.1em;}
				/* all others */
				body > * .FORM_submit.FORM_subtle p {background-image:url(images/buttons/button_subtle_left.png); }
				body > * .FORM_submit.FORM_subtle p input{background-image:url(images/buttons/button_subtle_right.png); }

			/*------------ Small ----------*/
				/* IE6 PNG alternate */
				.FORM_submit p.FORM_smallButton {background-image:url(images/buttons/button_standard_left.gif);}
				.FORM_submit p.FORM_smallButton input{background-image:url(images/buttons/button_standard_right.gif); }
				/* all others */
				body > * .FORM_submit p.FORM_smallButton {background-image:url(images/buttons/button_standard_left.png); }
				body > * .FORM_submit p.FORM_smallButton input{background-image:url(images/buttons/button_standard_right.png); }

			/*------------ Small & Subtle ----------*/
				/* IE6 PNG alternate */
				.FORM_submit p.FORM_smallButton_subtle {background-image:url(images/buttons/button_subtle_left.gif);}
				.FORM_submit p.FORM_smallButton_subtle input{background-image:url(images/buttons/button_subtle_right.gif); }
				/* all others */
				body > * .FORM_submit p.FORM_smallButton_subtle {background-image:url(images/buttons/button_subtle_left.png); }
				body > * .FORM_submit p.FORM_smallButton_subtle input{background-image:url(images/buttons/button_subtle_right.png); }
	/*************** Global Page *****************************************************/	

	body { 
		background-color:#eef2f5;
	}
	#pageContainer {
		width:952px;
		position:relative;
		margin-right:auto;
		margin-left:auto;		
		text-align:left;
	}
		#header {
			height:79px; width:952px; position:relative;
			background:url(/_images/sbp/header-sbp.gif) no-repeat;
		}	
		#header_title {
			position:relative;
			height:79px; width:350px;
			padding-left:0px;
		}
	#link-home {position:absolute; height:79px; width:300px; display:block; left:50px; top:0px;}
	#link-home:hover {background:none} 
	#footer {
		background:url(/_images/sbp/footer.jpg) no-repeat;
		padding-top:20px; padding-right:20px;
		color:#666;
	} 
	#footer p{
		font-size:.8em;
		text-align:right;
		padding-right:10px;
		line-height:1em;
	}
	
		/*---------- Header Minimenu ----------*/
		#minimenu {
			position:absolute;
			top:0px;
			right:45px;
		}
		#minimenu ul {
			padding:5px 0px 0px 4px;
		}
		#minimenu li {
			float:left;
			line-height:1em; margin-bottom:0px; background:none; padding:0px;
			display:inline;
		}
		#minimenu li a {
			color:#444434;
			padding:0px 7px 0px 7px;
			text-decoration:none;
		}
		#minimenu li a:hover {
			background:none;
			text-decoration:underline;
		}
		#minimenu li.lastItem {
			border:none;
		}
	/*************** Global Page Structure ******************************************************************************************/	
	#mainmenu {
			position:absolute;
			top:28px;
			right:45px;
	}
	#mainmenu ul {margin-top:0px; }
	#mainmenu li {
		display:inline;
		margin-bottom:0px; 
		padding-left:0px;
	}
	#mainmenu li li {display:none;}
	#mainmenu li a {
		background:url(/_images/sbp/btn-bg_sm.gif) no-repeat center;
		text-decoration:none;
		font-style:italic;
		font-weight:bold;
		display:block;
		height:28px;
		margin-left:20px;
		font-size:1.4em;
		float:left;
		color:#000;
		padding-top:10px;
		line-height:1em;
	}
	#mainmenu li#enslaved-btn a {
		background:url(/_images/sbp/btn-bg_lg.gif) no-repeat center;
	}
	#mainmenu li a:hover {
		background:url(/_images/sbp/btn-bg_sm_hover.gif) no-repeat center transparent;
	}
	#mainmenu li#enslaved-btn a:hover {
		background:url(/_images/sbp/btn-bg_lg_hover.gif) no-repeat center;
	}
	#secondaryMenu {
		float:right;
		text-align:right;
	}
	#secondaryMenu li {
		float:right;
		display:inline;
		margin-right:20px;
		background:none;
		margin-left:0px;
		padding-left:0px;
		margin-bottom:0px;
	}
	#secondaryMenu li a {
		color:#333;
	}
	#secondaryMenu li a {
		text-decoration:none;
	}
	#secondaryMenu li a:hover {
		background-color:#e8eedb;
		text-decoration:underline;
	}
	
	/*************** Home Page Structure ******************************************************************************************/	

		/*---------- Home Body ----------*/
		#home #bodyContent-bg {
			background:url(/_images/sbp/bg2_body-home.jpg) repeat-y 0px 400px;
			overflow:hidden; width:952px;
		}
		#home #bodyContent-top {
			background:url(/_images/sbp/bg_body-home.jpg) no-repeat top;
			overflow:hidden; width:952px;
		}
		#home #bodyContent {
			overflow:hidden; width:952px;
		}
		#home #bodyContent .twoColumn1 {
			width:185px;
			padding:70px 365px 20px 75px;
			font-size:1.1em;
		}
		#home #bodyContent .twoColumn1 p {
		  text-indent: 1.5em;}
		#home #bodyContent .twoColumn1 p + p {
		  text-indent: 0;
		  margin-top: 0 }
		#home #bodyContent .twoColumn2 {
			width:185px;
			padding:163px 0px 20px 45px;
		}
		#home #bodyContent .twoColumn2 h2 {
			font-size:2.3em;
			font-style:normal;
			margin-bottom:0px;
			line-height:.8em;
			font-weight:normal;
		}
		#home #bodyContent .twoColumn2 h3 {
			font-size:1.3em;
			line-height:.8em;
			padding-left:20px;
			margin-bottom:.5em;
		}
		#home #bodyContent .twoColumn2 p {
			line-height:1.3em;
			font-size:1.1em;
		}
	/*************** Subpage Structure ******************************************************************************************/	
	

		/*---------- Subpage Body ----------*/
		#subpage #bodyContent-bg {
			background:url(/_images/sbp/bg_body-sub.gif) repeat-y;
			overflow:hidden; width:952px;
			clear:both;
		}
		#subpage #bodyContent-top {
			background:url(/_images/sbp/bg-top_body-sub.gif) no-repeat;
			overflow:hidden; width:952px;
		}
		#subpage #bodyContent {
			background:url(/_images/sbp/bg-bottom_body-sub.gif) no-repeat bottom;
			overflow:hidden; width:952px;
			padding-bottom:10px;
			padding-top:10px;
			clear:both;
		}
			/*---------- Subpage Body General Styles ----------*/
			#subpage #bodyContent p {line-height:1.6em;}
			#subpage #bodyContent em {font-style:italic;}
			#subpage #bodyContent strong {font-weight:bold;}
			#subpage #bodyContent cite {
				margin-left:30px;
				margin-right:30px;
				border:1px solid #babeaf;
				padding:6px;
				text-align:justify;
				font-style:italic;
				display:block;
			}
			#subpage #bodyContent blockquote {margin-left:20px;}
			#subpage #bodyContent ul ul {
				padding:0px 0px 0px 20px; 
			}
			#subpage #bodyContent ol {
				padding:0px 0px 0px 20px; 
			}
			#subpage #bodyContent ol ol {
				padding:0px 0px 0px 20px; 
			}
			#subpage #bodyContent ol li {
				list-style:inside;
				padding:.3em 0px;
				list-style-type:upper-roman;
				background:none;
			}
			#subpage #bodyContent ol li li {
				list-style-type:upper-alpha;
			}
			#subpage #bodyContent ol li li li {
				list-style-type:decimal;
			}
			#subpage #bodyContent ol li li li li {
				list-style-type:lower-alpha;
			}
			#subpage #bodyContent table {
				margin:0px 0px 20px 0px; 
				width:100%;
			}
			#subpage #bodyContent table td {
				border-collapse:collapse;
				border-bottom:1px solid #ccc;
			}
			#subpage #bodyContent table td.LR-table-noborder {
				border-bottom:none;
			}
			#subpage #bodyContent table td.LR-table-headerrow {
				border-bottom:1px solid #babeaf;
				font-weight:bold;
			}
			/*---------- Subpage Body Layout Styles ----------*/
			#subpage #bodyContent .singleColumn {
				margin-left:70px; margin-right:70px;
			}
			#subpage #bodyContent h2, #subpage #bodyContent h3, #subpage #bodyContent h4 {
				margin-top:20px;
			}
			#subpage #bodyContent .singleColumn img {
				border: 3px double #babeaf;
				padding:485px;
				margin:0px 10px 10px;
				float:left;			
			}
			#subpage #bodyContent .twoColumn1 {
				margin-top:70px; margin-left:100px; margin-right:40px;
				width:462px;
				overflow:hidden;
			}
			#subpage #bodyContent .twoColumn2 {
				margin-top:70px; padding-left:60px; 
				background:url(/_images/sbp/bg_side-sub.gif) repeat-y;
				width:200px;
			}
			#subpage #bodyContent .twoColumn1 .twoColumn1, #subpage #bodyContent .twoColumn1 .twoColumn2 {
				margin-left:0px; margin-right:0px;
				width:235px;
				float:left;
			}
			#subpage .subpage_note {
				border: 3px double #babeaf;				
				padding:5px;
				margin-bottom:15px;
				margin-top:15px;
				/*internal 232px*/
			}
			#subpage #bodyContent .subpage_note h4 {
				color:#9e380a;
				font-family:"Times New Roman", Times, serif;
				margin-top:-22px;
				font-size:1.3em;
				font-style:italic;
			}
			#subpage .subpage_photo img {
				border: 3px double #babeaf;
				padding:5px;
				margin-bottom:3px;
				/*internal 232px*/
			}
			#subpage .subpage_photo p {
				font-size:.9em;
				font-style:italic;
				line-height:1em;
			}
			
			
			#subpage.wide #wideArea {
				padding-top:70px; margin-left:75px; margin-right:75px; 
			}
/*-----------------Special Pages----------------------*/
	.conference#subpage #bodyContent .twoColumn1 {
		margin-left:70px; margin-right:40px;
		width:495px;
		background:url(/_images/bg_teachingConference.jpg) no-repeat 0px -30px;
	}

table td.LR-table-noborder {
	border-bottom:none;
}
table td.LR-table-headerrow {
	border-bottom:1px solid #999;
	font-weight:bold;
}
}
