body {
	background-color:#eee;
	color:#333;
	font-family:  Lucida Grande, Lucida Sans Unicode, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

a { text-decoration:none; color:#BC745B; }
a:hover { color:black; }
a img { border:none }

p, td, th, dd, h1, h2, h3, h4, address {
	line-height:140%;
	margin:0.6em 0;
}

li { line-height:140%; }

td, th {
	vertical-align:top;
	text-align:left;
	padding:0.2em 1em 0.2em 0;
}

h2 { margin-top:0 }
h3 { font-size:15px; }
h4 { font-size:13px; }

address { font-style:normal }


blockquote {
	color:#666;
	margin:0;
	padding:0 1.5em;
}

/* utility classes */
.clear { clear:both }
.note { color:#999 }
.small {
	font-size:10px;
	font-family:verdana;
}
.imageright {
	float:right;
	margin-left:10px;
}

.success {
	color:green;
	background:url(../images/icon_check.png) center left transparent no-repeat;
	padding-left:50px;
	font-size:19px;
	line-height:150%;
}

.download {
	background:url(../images/download.gif) center left transparent no-repeat;
	padding-left:16px;
}

/* form fields */

form { margin:0; }
legend { font-weight:normal; font-size:11px; color:#666; background-color:transparent }
fieldset {
	border:1px solid #ccc;
	/* background:url(../images/form-bkgd.png) bottom center #fff repeat-x; */
	background-color:#fff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

fieldset table {
	width:90%;
	margin:0.5em auto;
}

input, select, textarea {
	color:#333;
	font-family:  Lucida Grande, Lucida Sans Unicode, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #999;
}

input:focus, select:focus, textarea:focus {
	border-color:#333;
}

input.submit {
	color:#fff;
	background-color:#666;
	text-transform:uppercase;
	font-family:Georgia, Times New Roman;
	font-size:11px;
	padding:0.2em 0.4em;
}

#pooh { display: none; }

.req { color:green; font-size:18px; }

/* For Internet Explorer */
hr { text-align: center; width: 100%; height: 1px; color: #ccc; border: none; clear:both; }
/* For Gecko-based browsers */
html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #ccc; border: none; }
/* For Opera and Gecko-based browsers */
html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #ccc; border: 0px solid #ccc; }

/* layout DIVs */

#frame {
	width:750px;
	margin:0 auto;
	text-align:left;
	background:url(../images/ampersand.gif) top left no-repeat #fff;
	border:1px solid #ccc;
}

#nav {
	float:left;
	width:140px;
}

#content {
	float:left;
	width:590px;
	margin-left:20px;
	background:url(../images/content-tile.gif) top right repeat-y transparent;
}

#content-full {
	float:left;
	margin-left:20px;
	margin-right:20px;
	width:570px;
}

#content-left {
	float:left;
	width:330px;
	margin-right:10px;
	padding-bottom:30px;
}

#content ul, #content-full ul {
	list-style:url(../images/list-dot.gif);
}

#content-right {
	float:left;
	width:250px;
	margin:0;
	padding:0;
}

#panels {
	background-color:#666;
	color:#ccc;
}

#panels table {
	background-color:#999;
}

#panels td {
	background-color:#666;
	/* width:33%; */
	padding:5px 10px;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}

td#search {
	vertical-align:middle;
	width:230px;
}

#panels { clear:both }
#panels table {
	width:100%;
}
#panels td h3, #panels td h4 {
	margin:0 0 0.4em 0;
	color:#ccc;
}

#panels #search h3 {
	display:inline;
}

#panels a { color:#FCC58F; }
#panels a:hover { color:#fff; }

#panels input.submit {
	background-color:#333;
	border-color:#999;
	border-style:outset;
}

#footer {
	background-color:#333;
	color:#999;
	font-size:11px;
}

#footer a:hover { color:#fff }

#footer ul {
	margin:0;
	list-style:none;
	padding:1em;
}

#footer li {
	display:inline;
	padding:0 1em;
	border-right:1px solid #555;
}

.articleList, .eventList {
	background:url(../images/article-icon.gif) 0 5px no-repeat;
	padding-left:16px;
	margin-bottom:1.5em;
}
.articleList p, .eventList p { margin:0.5em 0 }

.articleNotes {
	text-align:right;
	font-size:10px;
	font-family:verdana;
	color:#666;
	clear:both;
}
.articleList h3 { margin-top:0; font-size:16px; }

.eventList {
	background:url(../images/calendar_icon.png) 0 5px no-repeat;
	padding-left:23px;
}

.eventList h3 {
	font-size:19px;
	margin:0;
}

.eventList h4 {
	font-size:15px;
	margin:0;
}

.eventList h5 {
	font-size:13px;
	border-bottom:1px solid #ccc;
	margin:1em 0 0 0;
	color:#666;
}

#nav address {
	font-size:11px;
	padding:10px;
	color:#666;
}

.person {
	margin-bottom:1.5em;
}

.person hr { clear:both }

.person h2, .person h3, .person h4 {
	margin:0;
}

.person p { color:#666; }

.person img { border:1px solid #ccc; }

#servicesInfo {
	float:right;
	width:200px;
	border-left:1px solid #ccc;
	margin:0 0 1em 1em;
	padding-left:1em;
	font-size:10px;
	font-family:verdana;
	background-color:white;
}

#servicesInfo ul {
	margin:0;
	color:#666;
}

#jobDetails {
	float:right;
	width:200px;
	border:1px solid #ccc;
	padding:6px;
	margin:0 0 6px 6px;
}

#filter_menu {
	float:right;
	width:250px;
	text-align:right;
}

.downloads {
	margin-top:2em;
}

.downloads h4 {
	border-bottom:1px solid #ccc;
	font-size:14px;
}

.downloads ul {
	margin-top:0.5em;
}

.downloads ul li {
	list-style:url(../images/download.gif);
}

a.button {
	padding:0.4em 0.8em;
	text-transform:uppercase;
	font-family:Georgia, Times New Roman;
	font-size:11px;
	color:#fff;
	background-color:#333;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}

a.button:hover {
	color:#fff;
	background-color:#000;
}

.event_booking_button {
	float:right;
	/* margin:2em 0 2em 2em; */
	padding:1em 0 1em 1em;
}

.event_booking_button a {
	font-size:13px;
}

.venue_details {
	float:right;
	width:175px;
	padding:1em;
	margin:0 0 1em 1em;
	border:1px solid #ccc;
	font-size:11px;
}

.venue_details h5 {
	margin:0;
}

.venue_details p {
	margin:0.2em 0;
}

#partners .person {
	float:left;
	width:250px;
	margin-right:20px;
}

#panels ul li {
	margin-bottom:8px;
	list-style-image:url(../images/article-icon2.gif);
}

.legalupdate * {
	margin:0.3em 0;
}

.legalupdate {
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.top_ranked {
	float:right;
	margin-left:10px;
}

#partners h2 {
	font-size:16px;
}

#partners .top_ranked {
	float:none;
	margin:0;
}

#partners .top_ranked img {
	width:50px;
}