* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/page-bg.gif) repeat-x;
	font: 71%/1.6 "Lucida Grande", Verdana, Sans-Serif;
	color: #4C4C4C;
}

table, ul, ol, p, .focus, #loginForm {
	margin-bottom: 1.5em;
}

h1, h2, h3 {	
	/* font: italic 250%/1 "Times New Roman", Serif; */
	font: 220%/1 Trebuchet Ms, Arial, Sans-Serif;
	margin: 0 0 1em 0;
	color: #1E5B7D;
}
h2, h3 {
	font-size: 180%;
	margin-bottom: .5em;
}

a {
	color: #5A98B6;
	text-decoration: none;
}
a:hover {
	color: red;
}


img {
	border: 0;
}

q {
	font-style: oblique;
	padding-right: 1px;
}
/* THANKS: http://alistapart.com/articles/qtag */
q:before, q:after {
	content: ""; 
}
/* END THANKS */

/* STRUCTURE */
#container {
	width: 100%;
}
#wrapper {
	float: left;
	width: 100%;
	margin-right: -288px;
}
	#navigation {
		list-style: none;
		padding: 30px 2% 0 2%;
		height: 40px;
		margin: 0 288px 0 3%;
		color: #ABC9D9;
	}
		#navigation li {
			float: left;
			position: relative;
		}
			#navigation li a {
				display: block;
				font-weight: bold;
				color: #5794B3;
				padding: 0 10px; 
				border-right: 1px solid;
			}
			#navigation li a.last {
				padding-right: 0;
				border-right: none;
			}
			#navigation li a:hover, #navigation li a.active {
				color: #1E5B7D;
			}
			#navigation li ul {
				list-style: none;
				display: none;
				position: absolute;
				top: 1em; left: 0;
				width: 200px;
				padding-top: 28px;
			}
			/** html #navigation li ul {
				padding-top: 29px;
			}*/
				#navigation li ul li {
					clear: left;
				}
					#navigation li ul li a {
						background: #5794B3;
						color: #fff;
						display: block;
						padding-right: 0;
						border-right: none;
						padding: 3px 8px;
						width: 200px;
					}
					#navigation li ul li a:hover {
						color: #183C4F;
					}
			#navigation li > ul {
				top: auto;
				left: auto;
			}
			#navigation li:hover ul, #navigation li.over ul {
				display: block;
			}
#content {
	margin-right: 288px;
	padding: 4.5% 6%;
}
	#content ul, #content ol  {
		margin-left: 3em;
	}
	#content li {
		margin-bottom: .3em;
	}
	#content table {
		border-collapse: collapse;
		border: 1px solid #ccc;
		width: 100%;
	}
	#content table td, #content table th {
		border: 1px solid #ccc;
		padding: 1px 4px;
	}
	#content table th {
		background-color: #eee;
	}
	#content table#mediacontact, #content table#mediacontact td, #content table#mediacontact th {
		background: none;
		border: 0; padding: 0;
		text-align: left;
	}
	#content h3 {
		font-size: 150%;
		margin-bottom: .2em;
	}
	
#sidebar {
	float: right;
	width: 228px;
	margin-right: 60px;
	padding-bottom: 3.5%;
}
* html #sidebar {
	margin-right: 30px !important;
}
	#sidebar form {
		padding-top: 30px;
		height: 40px;
		padding-bottom: 6px;
	}
		#sidebar form input {
			vertical-align: middle;
			font: 1em/1.2 "Lucida Grande", Verdana, Sans-Serif;
			padding: 2px;
		}
			input#search {
				width: 150px;
			}
			input#submit {
				width: 58px;
			}
	#sidebar img#logo {
		margin: 1em 0 1.5em;
	}
	#sidebar ul {
		list-style-position: inside;
	}
	#sidebar ul li {
		margin-bottom: 1em;
	}
	#sidebar ul.subs li {
		margin-bottom: .2em;
	}
	#sidebar .center img {
		max-width: 228px;
	}

#footer {
	border-top: 1px solid #B2CCE2;
	margin: 0 auto 20px auto;
	width: 80%;
	clear: both;
	text-align: center;
	padding: 10px 0 0;
	color: #2C6585;
	font-size: .9em;
}
	#footer a {
		color: #0D2D40;
	}
	#footer ul {
		list-style: none;
		margin-bottom: 0;
	}
		#footer ul li {
			display: inline;
		}


/* ADMIN CONTROL PANEL */
body#admin #navigation {
	font-size: .9em;
}
body#admin #insert_form label {
	font-weight: bold;
}
body#admin #insert_form input, body#admin #insert_form textarea, body#admin #insert_form select {
	vertical-align: middle;
	width: 260px;
	font: 1em/1.2 "Lucida Grande", Verdana, Sans-Serif;
	padding: 2px;
}
body#admin #insert_form select {
	width: 268px;
}
body#admin #insert_form option {
	padding: 0 5px;
}
body#admin #insert_form textarea {
	width: 420px;
	height: 80px;
}
body#admin #insert_form textarea.largetext {
	height: 160px;
}
body#admin #insert_form #small-menus select {
	width: 70px;
}
body#admin #insert_form input#addpage {
	width: 100px;
}
body#admin #sidebar form {
	padding-bottom: 3em;
}
body#admin #sidebar dl dt {
	font-weight: bold;
	font-size: 1.1em;
}
body#admin #sidebar dl dd {
	margin-bottom: 1em;
}
body#admin table#manage-pages {
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #ccc;
}
body#admin table#manage-pages td, body#admin table#manage-pages th {
	border: 1px dotted #ccc;
	padding: 1px 3px;
	text-align: left;
}
body#admin table#manage-pages td img {
	vertical-align: middle;
}

/* CLASSES */
.focus {
	font-size: 110%;
	line-height: 1.8;
	font-weight: bold;
	color: #3F7BA1;
}
.dark {
	color: #1D485F;
}
.center {
	text-align: center;
}
.right {
	display: block;
	float: right;
}

.alphalist {
	list-style: lower-alpha;
}

/* INDIVIDUAL PAGES */

#content h2#thebest {
	font: 180%/1 Trebuchet Ms, Arial, Sans-Serif;
	text-align: center;
	color: #1E5B7D;
	margin: 1.5em 0 .5em;
}

.about-list {
	list-style: none;
	text-align: center;
}
	.about-list li {
		margin-bottom: .5em;
	}
	
	
#sidebar #mediacontact {
	width: 100%;
	text-align: left;
}


#people {
	clear: both;
	width: 100%;
}
#people-wrapper {
	float: left;
	width: 100%;
	margin-right: -403px;
}
	#info {
		border-left: 28px solid #CDE1EB;
		padding: 0 4% 0 5%;
		margin-right: 403px;
		min-height: 215px;
	}
	* html #info {
		height: 215px;
	}
		#info h3 {
			font-size: 150%;
			padding: 1em 0;
			text-transform: uppercase;
		}
			#info h3 span.jobtitle {
				color: #81AFC6;
				font-size: 80%;
				text-transform: capitalize;
			}

.clearer {
	clear: both;
	width: 100%;
}
			
#people-nav {
	width: 95%;
	padding-left: 5%;
	border-top: 4px solid #5794B3;
	border-bottom: 4px solid #5794B3;
	margin: .4em 0 1.6em;
	font-size: .9em;
}
	#people-nav ul {
		list-style: none;
		margin: 0;
		color: #ABC9D9;
		text-align: center;
		height: 3em;
	}
		#people-nav ul li {
			float: left;
			position: relative;
			padding: .7em 0;
		}
			#people-nav ul li a {
				display: block;
				font-weight: bold;
				color: #5794B3;
				padding: 0 .8em;
			}
			#people-nav ul li a:hover, #people-nav ul li a.active {
				color: #1E5B7D;
			}
#photo {
	float: right;
	width: 343px;
	height: 215px;
	margin-right: 60px;
}
	* html #photo {
		margin-right: 30px !important;
	}

	
#hemscott #timePeriod, #hemscott #searchRange, #hemscott #between {
margin: 1em 0 0 0;
}
table.alerts, table.alerts td {
	border: 0 !important;
}
fieldset {
	border: 0;
}
legend {
	color: #1E5B7D;
}
label, legend, caption {
	font-weight: bold;
}
input, textarea, select {
	vertical-align: middle;
	font: 1em/1.2 "Lucida Grande", Verdana, Sans-Serif;
	padding: 2px;
	margin: 0 1px 1px 0;
}
input.button {
	width: 100px;
}
option {
	padding: 0 5px;
}
textarea {
	width: 420px;
	height: 80px;
}
textarea.largetext {
	height: 160px;
}
select#user_category {
	width: 268px;
}
#emaillogin, #emailinput, #firstname, #lastname, #company, #country {
	width: 260px;
}
#cancontact, #checkbox_news {
	width: 15px;
}