/* ------------------------------------------------------------------------
	Import
------------------------------------------------------------------------- */

	@import url(titles.css);



/* ------------------------------------------------------------------------
	Redefinition
------------------------------------------------------------------------- */

	* { margin: 0; padding: 0; border: 0; }
	
	body {
		font: 62.5%/1.2 Verdana, Arial, Sans-Serif;
		color: #563a21;
		background: #fff url(/media/images/all/backgrounds/bodyPattern.jpg) top left repeat-x;
	}

	h2, h3 {
		font-size: 1.5em;
		color: #388984;
		font-weight: normal;
	}
	
	h4 {
		font-size: 1.1em;
		text-transform: uppercase;
		margin: 0 0 3px 0;
	}
		#content h4 { text-transform: none !important; font-size: 1em; margin: 0 0 1px 0; }
		
	h5 {
		font-size: 1em;
		color: #1c6b66;
		padding: 22px 0 0 0;
		margin: 0 0 16px 0;
		background: url(/media/images/all/backgrounds/triple_dotted_line.gif) top left repeat-x;
	}
		h5.no_back { background: none; padding-top: 0; }
	
	a { color: #828107; }
	a:hover { text-decoration: none; }
	a:focus { outline: none; }
	
	a.pdf {
		padding: 0 0 1px 25px;
		background: url(/media/images/all/backgrounds/icon_pdf.gif) top left no-repeat;
	}
	
	address {
		font-style: normal;
		margin: 17px 0 46px 0;
	}
		#content address { margin-bottom: 15px; }



/* ------------------------------------------------------------------------
	General Classes
------------------------------------------------------------------------- */

	.marginTop { margin-top: 15px !important; }

	p.top {
		position: absolute;
		bottom: 0; left: 350px;
		width: 433px;
		padding: 13px 0;
		margin: 0 !important;
		background: url(/media/images/all/backgrounds/top_of_page_fade.jpg) top left no-repeat;
	}
	
		p.top a {
			text-decoration: none;
			color: #563a21;
			font-size: 0.9em;
			padding: 0 0 0 12px;
			background: url(/media/images/all/backgrounds/top_arrow.gif) 0 7px no-repeat;
		}

			p.top a:hover { color: #388984; background-position: 0 -5px; }
	
	a.top {
		text-decoration: none;
		color: #563a21;
		font-size: 0.9em;
		padding: 0 0 0 12px;
		background: url(/media/images/all/backgrounds/top_arrow.gif) 0 7px no-repeat;
	}
		a.top:hover { color: #388984; background-position: 0 -5px; }
			
	.small { font-size: 0.9em; }
	
	.anchor li {
		background: url(/media/images/all/backgrounds/menu_bullet.gif) 0 -20px no-repeat !important;
		margin-bottom: 2px !important;
	}
		.anchor li:hover { background: url(/media/images/all/backgrounds/menu_bullet.gif) 0 -30px no-repeat !important; }
	
		.anchor li a { color: #563A21; text-decoration: none; }
		.anchor li a:hover { color: #388984; }
		
	.separator { float: left; height: 6px; width: 100%; margin: 0 0 15px 0; background: url(/media/images/all/backgrounds/triple_dotted_line.gif) top left repeat-x; }


/* ------------------------------------------------------------------------
	Shell
------------------------------------------------------------------------- */

	#wrap {
		width: 1050px;
		margin: 0 auto;
		background: url(/media/images/all/backgrounds/insideBackground.jpg) top left no-repeat;
	}
		body.home #wrap { background: url(/media/images/all/backgrounds/homeBackground.jpg) top left no-repeat; }

	#header { position: relative; height: 240px; }

	body.home #header { height: 290px; }
	
	#content-container { position: relative; }
	
	.sidebar { float: left; }
	
	#menu {
		float: left;
		width: 200px;
		margin: 0 0 0 77px;
		padding: 0 0 15px 0;
		font-size: 1.1em;
		background: url(/media/images/all/backgrounds/triple_dotted_line.gif) bottom left repeat-x;
	}
	
		body.home #menu { margin: 23px 0 0 77px; }
		
	#link_roll {
		float: left; clear: left;
		width: 200px;
		margin: 13px 0 0 77px;
		list-style: none;	
	}
	
		#link_roll a {
			padding: 1px 0 1px 17px;
			color: #563a21;
			text-decoration: none;
			background: url(/media/images/all/backgrounds/external_link.gif) 0 3px no-repeat;
		}
		#link_roll a:hover { background-position: 0 -11px; color: #388984; }
	
	#content {
		float: left;
		width: 398px;
		margin: 0 0 0 73px;
		padding: 0 0 60px 0;
		font-size: 1.2em;
	}
	
		body.home #content { padding: 6px 0 0 0; }
	
	#sidebar {
		position: relative;
		margin-top: -188px;
		float: left;
		width: 188px; min-height: 517px;
		padding: 43px 30px 0 39px;
		background: url(/media/images/all/backgrounds/sidebar_background.png) top left no-repeat;
	}
	
		body.home #sidebar { margin-top: -238px; }
	
	#footer {
		font-size: 0.9em;
		width: 429px;
		margin: 0 0 30px 330px;
		padding: 15px 0 0 20px;
		background: url(/media/images/all/backgrounds/footer_gradient.jpg) top left no-repeat;
	}



/* ------------------------------------------------------------------------
	Menu
------------------------------------------------------------------------- */

	#menu a {
		color: #563a21;
		text-decoration: none;
		padding: 0 0 0 13px;
		background: url(/media/images/all/backgrounds/menu_bullet.gif) 0 5px no-repeat;
	}
	#menu .selected a,
	#menu a:hover { color: #388984; background-position: 0 -7px; }
	
	#menu li {
		margin: 0 0 3px 0;
		list-style: none;
		text-transform: uppercase;
		font-weight: bold;
	}
		#menu li.opened a { color: #563a21; background-position: 0 -20px; }
		#menu li.opened a:hover,
		#menu li.opened.selected a { color: #388984; background-position: 0 -30px; }
	
		#menu li ul {
			margin: 5px 0 10px 13px;
		}
	
		#menu li li {
			margin: 0 0 3px 0;
			text-transform: none;
			font-weight: normal;
		}
		
			#menu li li a { display: block; color: #563a21 !important; padding: 0 0 0 10px; background: url(/media/images/all/backgrounds/menu_small_bullet.gif) 0 6px no-repeat !important; }
			#menu li li.selected a,
			#menu li li a:hover { color: #388984 !important; cursor: pointer !important; background-position: 0 -21px !important; }

			
			
/* ------------------------------------------------------------------------
	Content
------------------------------------------------------------------------- */

	#content p { line-height: 1.4; margin: 0 0 20px 0; }

	#content h2,
	#content h3 { margin: 0 0 13px 0; }
	
	#content ul {
		list-style: none;
		margin: 16px 0;
	}
		
		#content ul li {
			font-size: 0.9em;
			color: #388984;
			padding: 0 0 0 13px;
			margin: 0 0 7px 0;
			background: url(/media/images/all/backgrounds/bullet.gif) 1px 4px no-repeat;
		}



/* ------------------------------------------------------------------------
	Sidebar
------------------------------------------------------------------------- */

	#sidebar .profile_picture { margin: 9px 0 10px -4px; }
	
	#sidebar p.services { line-height: 1.1; }
	
	#sidebar p { font-size: 1.1em; line-height: 1.3; }
	
	#sidebar p.citation {
		font-size: 0.9em;
		line-height: 1.5;
		color: #388984;
		margin: 25px 0 0 0;
		padding: 15px 0 0 0;
		background: url(/media/images/all/backgrounds/triple_dotted_line.gif) top left repeat-x;
	}
	
		#sidebar p.citation strong { font-size: 1.2em; }
		
		#sidebar p.citation span { display: block; padding: 0 0 15px 0; background: url(/media/images/all/backgrounds/triple_dotted_line.gif) bottom left repeat-x; }



/* ------------------------------------------------------------------------
	Book List
------------------------------------------------------------------------- */

	div.bookList {
		margin: 18px 0 0 0;
	}

		div.bookList ul {
			margin: 18px 0 0 0;
			list-style: none;
		}
		
		div.bookList li {
			padding: 0 0 15px 0;
			margin: 0 0 15px 0;
			background: url(/media/images/all/backgrounds/triple_dotted_line.gif) bottom left repeat-x;
		}
			div.bookList li.last { background: none; }
		
		div.bookList p { clear: left; }
		
	div.book {
		float: left;
		padding: 2px 0 0 2px;
		margin: 0 0 7px 0;
		background: #fff url(/media/images/all/backgrounds/book_holder_top_left.gif) top left no-repeat;
	}
	
		div.book .inside {
			padding: 10px 15px 14px 10px;
			background: #fff url(/media/images/all/backgrounds/book_holder_bottom_right.gif) bottom right no-repeat;
		}



/* ------------------------------------------------------------------------
	Forms
------------------------------------------------------------------------- */

	form {
		padding: 20px 0 0 0;
		background: url(/media/images/all/backgrounds/triple_dotted_line.gif) top left repeat-x;
	}
	
	fieldset {
		padding: 0 0 20px 0;
		margin: 0 0 10px 0;
		background: url(/media/images/all/backgrounds/triple_dotted_line.gif) bottom left repeat-x;
	}
	
	label {
		display: block;
		margin: 0 0 8px 0;
	}
	
	input {
		color: #563a21;
		width: 263px; height: 16px;
		padding: 3px 5px 0 5px;
		margin: 0 0 12px 0;
		background: url(/media/images/all/backgrounds/input_background.jpg) top left no-repeat;
	}
	
	input.submit {
		width: 145px; height: 59px;
		margin: 0 0 40px 0;
		background: none;
	}
	
	textarea {
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 0.9em;
		color: #563a21;
		margin: 0 0 12px 0;
		overflow: auto;
	}
	
	textarea.large {
		width: 367px; height: 99px;
		padding: 5px;
		background: url(/media/images/all/backgrounds/textarea_large_background.jpg) top left no-repeat;
	}
	
	textarea.normal {
		width: 263px; height: 49px;
		padding: 5px;
		background: url(/media/images/all/backgrounds/textarea_normal_background.jpg) top left no-repeat;
	}
	
	div.error-message {
		color: #fe0000;
		font-size: 0.9em;
		margin: -10px 0 10px 0;
	}



/* ------------------------------------------------------------------------
	Misc.
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */


	#template.small { border: 1px red solid; height: 10px; overflow: hidden; }

	#template {
		display: none;
		position: absolute; z-index: 2000;
		top: 0; left: 50%;
		margin: 0 0 0 -597px;
		opacity: 0.5;
		height: 700px; overflow: hidden;
	}