html,body {
	margin:0px;
	padding:0px;
	background-color:#F8F8F8;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:small;
	font-size:0.88em;
	font-size:0.82em;
	color:#444;
}
#container {
	position:relative;
	margin:0 auto;
	width:856px;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#header {
	height:136px;
	width:856px;
	background:url(../images/components/amlp_logo_banner4.jpg) no-repeat;
}
#header h1 {
	display:none;
}

#main {
	background-color:#FAF8F3;
}

#left {
	float:left;
	padding:10px;
	width:180px;
	border:0px solid #000;	
}
#leftnav {
	width:180px;
	color:#666633;
	background-color:#FAF8F3;
	padding:0px;
/*	border-bottom:1px solid #DDD;*/
	border-bottom:1px solid #EEE;
}
#leftnav ul {
/*	border-bottom:1px solid #E3E3E5;
	border-top:1px solid #DDD;*/
	padding:2px 0px 0px;
	background:url(../images/leftnav/ul_top_border.gif) repeat-x;
	margin:0px;
}
#leftnav li {
	display:inline;	
	list-style:none;
}
/*#leftnav li span {
	padding:0px 0px 0px 10px;
	background:url(../images/leftnav/bullet.gif) no-repeat;
	background-position:0px 10px;
	border:1px solid #000;	
}*/
#leftnav a {
	text-decoration:none;
	color:#444;
	color:#74543F;
	display:block;
	padding:5px 5px 5px 5px;
	background:url(../images/leftnav/li_bg.gif) repeat-x;
	background-position:0px 100%;
	border-top:1px solid #DDD;
	font-size:107%;
}
#leftnav a:hover {
	text-decoration:none;
	color:#000;
	color:#444;
	background:url(../images/leftnav/li_bg-over.gif) repeat-x;
	background-position:0px 100%;		
}
#leftnav a.on, #leftnav li.current_page_item a, #leftnav a.members_on, #leftnav a.members_on_loggedin {
	font-weight:bold;
/*	color:#B09568;*/
}

#leftnav a.ontest {
	font-weight:bold;
	color:#FF0000;
}

#leftnav li.first a {
	padding-top:6px;
	border-top:0px;
}
#leftnav li.first a:hover {
	padding-top:6px;
	border-top:0px;
	background:url(../images/leftnav/li_bg-over.gif) repeat-x;
	background-position:0px 100%;		
}
#leftnav li.last a {
	padding-bottom:7px;
	border-bottom:1px solid #DDD;
}
#leftnav li.last a:hover {
	background:url(../images/leftnav/li_bg-over.gif) repeat-x;
	background-position:0px 100%;	
}
#leftnav a p {
	margin:0px;
	padding-left:8px;
	background:url(../images/leftnav/bullet.gif) no-repeat;
	background-position:0px 0.3em;	
}
#leftnav a.members, #leftnav a.members_on, #leftnav a.members_loggedin, #leftnav a.members_on_loggedin {
	padding-left:0px;
}
#leftnav a.members p, #leftnav a.members_on p {
/*	font-weight:bold;
	color:#FF0000;*/
	padding-left:13px;
	background:url(../images/leftnav/bullet_members2.png) no-repeat;
	background-position:0px 0.2em;
}
#leftnav a.members_loggedin p, #leftnav a.members_on_loggedin p {
	padding-left:13px;
	background:url(../images/leftnav/bullet_members_loggedin.png) no-repeat;
	background-position:0px 0.2em;
}

/***** submenu *****/
#leftnav li ul {
	margin:0px;
	background:none;
	padding:0px;
	border-top:0px solid #DDD;
}
#leftnav li ul li.first {
	margin-top:5px;
}
#leftnav li ul li a {
	margin-left:25px;
/*	font-size:90%;*/
}
#leftnav li ul li.first a {
	border-top:0px solid #EEE;
}
#leftnav li ul li.first a:hover {
	border-top:0px solid #EEE;
}
#leftnav li ul li.last a {
	background:url(../images/leftnav/li_bg.gif) repeat-x;
	background-position:0px 100%;
	border-bottom:0px;
}
#leftnav li ul li.last a:hover {
	background:url(../images/leftnav/li_bg-over.gif) repeat-x;
	background-position:0px 100%;	
}

/***** sub submenu *****/
#leftnav li ul ul {
	margin:0px;
	background:none;
	padding:0px;
	border-top:0px solid #DDD;
}
#leftnav li ul ul li.first {
	margin-top:5px;
}
#leftnav li ul ul li a {
	margin-left:40px;
	font-size:90%;
}
#leftnav li ul ul li.first a {
	border-top:0px solid #EEE;
}
#leftnav li ul ul li.first a:hover {
	border-top:0px solid #EEE;
}
#leftnav li ul ul li.last a {
	background:url(../images/leftnav/li_bg.gif) repeat-x;
	background-position:0px 100%;
	border-bottom:0px;
}
#leftnav li ul ul li.last a:hover {
	background:url(../images/leftnav/li_bg-over.gif) repeat-x;
	background-position:0px 100%;	
}

#content {
	width:436px;
	border:0px solid #000;
	float:left;
	padding:0px 10px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #DDD;
	background:#FFF url(../images/right/box_fade_bg.jpg) repeat-x;
	background-position:0px 100%;
	min-height:400px;
	height:auto !important;
	height:400px;
	position:relative;
}
#content h1, #content div.post-content h1 {
	font-size:175%;
	font-weight:normal;
	margin:0px 0px 1em;
	padding:0px;
	color:#74543F;
}
#content h2 {
	font-size:125%;
	font-weight:normal;
	margin:0px 0px 1em;
	padding:0px;
	color:#74543F;
}
#content div.post-content h2 {
	font-size:100%;
}
#content strong {
	color:#74543F;
}
#content p {
	margin:0px;
	padding:0px 0px 1em;
	line-height:1.3em;
}
ol {
	margin:0px;
	padding:0px 0px 10px 28px;
}
ul {
	margin:0px;
	padding:0px 0px 10px 2px;
}
ol li, ul li {
	padding-bottom:0.6em;	
}
#content ul {
	margin-top:0.5em;
}
#content ul li {
	background:url(../images/icons/bullet.gif) no-repeat;
	background-position: 0% 0.5em;
	padding-left:15px;
	list-style:none;	
}

p#top {
	margin:0px;
	padding:0px;
}

.content_event, .content_event_seminar, .content_event_conference, .content_event_workshop {
	border:1px solid #CCC;
	padding:3px;
	margin-top:10px;
}
.content_event_content {
	padding:0px 7px;
}
#home_photo {
	border:0px solid #000;
	text-align:center;
	padding-bottom:5px;
	width:424px;
}
#home_photo p {
	padding:0px;
	margin:0px;
}

#right {
	float:right;
	padding:0px;
	width:200px;
	border:0px solid #000;	
}
#right_content {
	width:180px;
	float:right;
	background-color:#FAF8F3;
	padding:10px 10px 10px;
	border-bottom:0px solid #DDD;
}
#right_content h3 {
	font-size:115%;
	margin:0px 0px 0.6em;
	padding:0px;
	font-weight:bold;
	color:#634B33;
	color:#CC0000;
	text-align:left;
	padding-left:10px;
}
#right_content .right_box h4, #right_content .right_box_seminar h4, #right_content .right_box_conference h4, #right_content .right_box_workshop h4,
#content .content_event h4, #content .content_event_seminar h4, #content .content_event_workshop h4, #content .content_event_conference h4 {
	font-size:100%;
	margin:0px 0px 1em;
	padding:7px;
	font-weight:bold;		
	color:#74543F;
	color:#333;
	background-color:#C7D8F0;
	border-bottom:1px solid #CCC;
}
#right_content .right_box_seminar h4, #content .content_event_seminar h4 {
	background-color:#E3D5BA;
}
#right_content .right_box_conference h4, #content .content_event_conference h4 {
	background-color:#8DB5B7;
	background-color:#80A8A1;
}
#right_content .right_box_workshop h4, #content .content_event_workshop h4 {
	background-color:#B2B1B1;
	background-color:#e3e3e4;
}
.right_box, .right_box_seminar, .right_box_conference, .right_box_workshop {
	border:1px solid #CCC;
	background-color:#FFF;
	padding:3px;
	margin-bottom:10px;
	background:url(../images/right/box_fade_bg.jpg) repeat-x;
	background-position:0px 100%;	
}

.right_box_content {
	padding:0px 7px;
}
.right_box_content h1 {
	font-size:110%;
	margin:0px 0px 0.75em;
	padding:0px;
	font-weight:bold;
	color:#74543F;
}
.right_box_content h2 {
	font-size:100%;
	margin:0px 0px 0.75em;
	padding:0px;
	font-weight:normal;
	color:#74543F;
}
.right_box_content p {
	margin:0px 0px 0.75em;
	padding:0px;
	line-height:1.2em;
}
#events_ads_holder {
	border:0px solid #000;
/*	height:427px;*/
	margin-bottom:20px;
}

#content a, .right_box_content a {
	text-decoration:none;
	color:#B09568;
}
#content a:hover, .right_box_content a:hover {
	text-decoration:underline;
	color:#333;
}
#content a span {
	margin:0px;
	padding-left:8px;
	background:url(../images/leftnav/bullet.gif) no-repeat;
	background-position:0px 0.3em;
}
#content div.category_lists a.download, .right_box_content a.download, .post-content a.download, #content a.download {
	padding-left:21px;
	padding-bottom:0.5em;
	background:url(../images/icons/pdficon_small.gif) no-repeat;
	background-position:0px 0px;
	font-size:95%;
}

.nonbold {
	font-weight:normal;
	padding-right:10px;
}
div.breaker {
	clear:both;
}

#footer {
	font-size:90%;
	border-bottom:1px solid #DDD;
	padding:0px 10px 10px;
	clear:both;
	border-top:1px solid #CCC;	
	background:#FFF url(../images/footer/shadow_bg.gif) repeat-x;
}
#footer_left {
	padding-top:10px;
	width:450px;
	border:0px solid #000;
	float:left;
}
#footer_right {
	padding-top:10px;
	width:380px;
	border:0px solid #000;
	float:right;
	text-align:right;
}
#footer ul {
	margin:0px;
	padding:0px;
}
#footer li {
	display:inline;
	list-style:none;
	border-left:1px solid #999;
	padding-left:5px;
	margin-left:5px;	
}
#footer li.first {
	border-left:0px;
}
#footer li a {
	text-decoration:none;
	color:#B09568;
}
#footer a:hover {
	text-decoration:underline;
	color:#333;
}
#footer p {
	margin:0px 0px 0.4em;
	padding:0px;
}

/***** content area tabs styles *****/
#tabs {
	float:left;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #BBB;	
	margin:0px;
	width:100%;
}
#content.benefits #tabs {
	width:436px;
}
#tabs ul {
	margin:0px;
	padding:0px 10px 0px 0px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0px;
	padding:0px;
	background:none;
}
#content #tabs ul li {
	background:none;
}
#tabs a {
	float:left;
	background:url("../images/tabs/tableft.gif") no-repeat;
	background-position:0% -7px;
	margin:0px;
	padding:0px 5px 0px 4px;
	text-decoration:none;
	color:#74543F;
}
#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabs/tabright.gif") no-repeat;
	background-position:100% -7px;
	padding:5px 12px 4px 6px;
	color:#666;
	color:#74543F;	
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span, #tabs a.on span {
	color:#74543F;
}
#tabs a:hover, #tabs a.on {
	background-position:0% -42px;
}
#tabs a.on {
	font-weight:bold;
}
#tabs a:hover span, #tabs a.on span {
	background-position:100% -42px;
}

/***** benefits styles *****/
#content.benefits {
/*	background:#FFF url("../images/backgrounds/glass_building2.jpg") no-repeat 180px top;
	background-position:191px 0px;*/
}
#content.members_associates {
/*	background:#FFF url("../images/backgrounds/tree_building1.jpg") no-repeat 180px top;
	background-position:191px 0px;*/
}
#individual_benefits, #corporate_benefits, #benefits_content, #members_associates_content {
	clear:both;
	padding:10px 0px 5px;
	background:#FFF;
	width:415px;
	width:436px;
	min-height:320px;
	height:auto !important;
	height:320px;	
}

/***** Wordpress component styles *****/
div#comment-temps {
	padding-top:10px;
}
span.rssfeed {
/*	border:1px solid #000;*/
}
div.post-fixed {
	border-bottom:1px solid #CCC;
}
div.com-box {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
div.posted-aut-cat {
	margin-bottom:1em;
}
#content.single div.posted-aut-cat {
	padding-bottom:0.75em;
	border-bottom:1px solid #DDD;
}
#content.categories div.post-meta, #content div.category_lists {
/*	border-top:1px solid #DDD;	
	background:#FFF url(../images/footer/shadow_bg.gif) repeat-x;
	background-position:0px -4px;
	margin-top:1em;*/
	padding-bottom:1em;
	border:0px solid #000;
}
/*#content.categories div.post-meta {
	border-top:1px solid #B09568;
}*/
#content div.category_lists_header {
	border-top:2px solid #B09568;
	margin-top:1em;
	padding-top:1em;
}
#content div.category_lists h1, #content div.category_lists h2 {
	margin-bottom:0.5em;
	padding:0px;
	font-size:130%;
	font-weight:bold;
}
#content div.category_lists h2 {
	font-weight:normal;
	font-size:100%;
}

/*.post-social {
	border-top:1px solid #CCC;
	padding:3px 0px;
	border-bottom:0px;
}
.post-social a {
	padding-right:10px;
	border-right:1px solid #CCC;
}*/
.social_networking {
	border-top:1px solid #CCC;
	padding:3px 0px;
}
.social_networking ul {
	margin:3px 0px 0px;
	padding:0px;
}
.social_networking li {
	display:inline;
	list-style:none;
	border-right:1px solid #CCC;
	padding-right:5px;
	margin-right:3px;
}
.social_networking li.last {
	border-right:0px;
}
.social_networking li a {
	padding-left:20px;
	padding-bottom:10px;	
}
.social_networking li a.google {
	background:url("../images/icons/icon-google.png") no-repeat;
	height:16px;
}
.social_networking li a.delicious {
	background:url("../images/icons/icon-delicious.png") no-repeat;
	height:16px;
}
.social_networking li a.digg {
	background:url("../images/icons/icon-digg.png") no-repeat;
	height:16px;
}
.social_networking li a.facebook {
	background:url("../images/icons/icon-facebook.png") no-repeat;
	height:16px;
}
.social_networking li a.reddit {
	background:url("../images/icons/icon-reddit.png") no-repeat;
	height:16px;
}
.social_networking li a.twitter {
	background:url("../images/icons/icon-twitter.png") no-repeat;
	height:16px;
}
.social_networking li a.stumbleupon {
	background:url("../images/icons/icon-stumbleupon.png") no-repeat;
	height:16px;
}

/***** feedback form styles *****/
#formarea {
	margin-top:1em;
}
#formarea fieldset {
	float:left;
	padding:0px;
	margin:0px 0px 0.5em;
	border:0px;
	border-top:1px solid #CCC;
	padding-top:1.5em;	
}
#formarea fieldset h2 {
	font-weight:bold;
}
#formarea label, #formarea input, #formarea textarea, #formarea select {
	float:left;
	width:200px;
	padding:2px 5px 2px 0px;
	margin-bottom:1em;
	font-size:95%;
}
#formarea textarea {
/*	font-size:100%;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:1.75em;
}
#formarea input, #formarea textarea, #formarea select {
	border:1px solid #74543F;
	padding-left:5px;
}
#formarea select {
	border:1px solid #74543F;
	padding-left:0px;
}
#formarea div.right_form_elements {
	float:left;
	width:210px;
	border:0px solid #000;
}
#formarea div.right_form_elements label {
/*	float:none;*/
	margin-bottom:1em;
	width:auto;
}
#formarea input.small {
	width:50px;
}
#formarea input.button, #formarea input.checkbox {
	width:auto;
}
#formarea input.checkbox {
	border:0;
}
#formarea br {
	clear:both;
}
#formarea input.button {
	border:1px solid #BBB;
	padding:3px 5px;
	font-size:95%;
}

/***** photo galleries styles *****/
.gallery_cover {
	border:0px solid #000;
	margin-top:2em;
	clear:both;
}
.cover_photo {
	width:auto;
	float:left;
	text-align:center;	
}
.cover_photo a {
	border:1px solid #CCC;
	display:block;
	padding:3px;
	background:none;
}
.cover_photo a:hover {
	border:1px solid #74543F;
}
.cover_photo a img {
	opacity:0.9;
	filter:alpha(opacity=90);
}
.cover_photo a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
}

#gallery {
	border:0px solid #000;
	height:295px;
}
#gallery img {
	border:1px solid #CCC;
	padding:2px;	
}
.gallery_info {
	border:0px solid #000;
	margin-left:15px;	
	width:255px;
	float:left;
}
#content .gallery_info p {
	margin:0px;
	padding:0px 0px 0.9em;
	line-height:1.2em;	
}

#gallery_main {
	border:0px solid #000;
}
#gallery_thumbnails {
	border:0px solid #000;
}
#gallery_thumbnails ul.thumbs {
	border:0px solid #000;
	clear: both;
	margin: 0;
	padding: 0;
}
#gallery_thumbnails ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 6px 6px 0px;
	list-style: none;
	text-align:right;
}
#gallery_thumbnails a.thumb {
	padding: 2px;
	display: block;
/*	border: 2px solid #FFF;
	border:0px;*/
	background: #CCC;
}
#gallery_thumbnails ul.thumbs li.selected a.thumb {
	background:#74543F;
}
#gallery_thumbnails a.thumb:focus {
	outline: none;
}
#gallery_thumbnails ul.thumbs img {
	border: none;
	display: block;
}

/***** Events styling *****/
div.previous_listings {
	border-top:2px solid #B09568;
/*	margin-top:1em;*/
	padding-top:1.5em;	
}

/***** Homepage newsfeed box *****/
#homepage_newsfeed {
/*	margin-top:20px;*/
	border:1px solid #CCC;
	background-color:#FFF;
	padding:3px;
	margin-bottom:10px;
	background:url(../images/right/box_fade_bg.jpg) repeat-x;
	background-position:0px 100%;
}
#homepage_newsfeed h4 {
	font-size:100%;
	margin:0px 0px 3px;
	padding:7px;
	font-weight:bold;
	color:#74543F;
	color:#333;
	background-color:#FFCCCC;
	background-color:#F9D09C;
	background-color:#FEE9CF;
	border-bottom:1px solid #CCC;
}
.newsfeed_content {
	padding:0px 7px;
	height:211px;
}
.newsfeed_item {
	margin-bottom:1.75em;
}
.newsfeed_content h5 {
	font-weight:normal;
	font-size:100%;
	margin:0.4em 0px 0.3em;
	padding:0px;
	line-height:1.2em;
	color:#CC0000;
	color:#74543F;
	border:0px solid #000;
}
.newsfeed_content p, #content .newsfeed_content p {
	font-weight:bold;
	margin:0.4em 0px 0.3em;
	padding:0px;
	line-height:1.2em;
	border:0px solid #000;
}
.newsfeed_content p a, #content .newsfeed_content p a {
	font-weight:normal;
}

/***** Members area styles *****/
#formarea.members-login {
	border:0px solid #DDD;
	margin-top:1em;
}
#formarea.members-login fieldset {
	border:0px;
}
#formarea.members-login label {
	text-align:right;
	width:150px;
	font-size:120%;	
}
#formarea.members-login input.textinput {
	width:140px;
	font-size:120%;	
}
#logout_holder {
	position:absolute;
	top:0px;
	right:10px;
	border:1px solid #CCC;
	padding:1px;
}
#logout_holder p {
	margin:0px;
	padding:0px;
}
#logout_holder a {
	display:block;
	padding:4px 25px 4px 6px;
	background:url(../images/leftnav/icons/close4.png) no-repeat;
	background-position:95% 0.3em;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:1px solid #EEE;
	border-left:1px solid #EEE;		
}
#logout_holder a:hover {
	background-color:#EEE;
	background:url(../images/leftnav/icons/close.png) no-repeat;
	background-position:95% 0.3em;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;	
}

#forum_launcher {
/*	margin:40px 75px;*/
	margin-top:50px;
	text-align:center;
}
#forum_launcher a {
	padding:5px 10px;
	border:1px solid #999;
	font-weight:bold;
	color:#666;
	background-color:#C7D8F0;
}
#forum_launcher a:hover {
	border:1px solid #333;
	text-decoration:none;
	color:#444;
}

#news-analysis_showmore {
	text-align:right;
}

#event-calendar-table {
	border:1px solid #ccc;
	border-right:0px;
	width:100%;
	margin:1em 0px;
}
#event-calendar-table th, #event-calendar-table td {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:0.75em 10px 1em;
	text-align:center;
	vertical-align:top;
}
#event-calendar-table th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	background-color:#F2F2F2;
}

#error_message {
	margin-top:1.5em;
}

/***** Job centre *****/
/*#content h5 {
	font-size:140%;
	font-weight:normal;
	margin:0px 0px 0.5em;
	padding:0px;
	color:#8D74AC;
}*/
#content ul.vacancies li h5 {
	font-size:140%;
	font-weight:normal;
	margin:0px 0px 0.5em;
	padding:0px;
	color:#8D74AC;
}
#content h6 {
	font-size:100%;
	font-weight:bold;
	margin:0px 0px 0.75em;
	padding:0px;
	color:#8D74AC;
}
a img {
	border:0;
}
#content ul.vacancies {
	
}
#content ul.vacancies li {
	background:none;
	padding-left:0px;
	list-style:none;	
}
div.job-vacancy {
	position:relative;
}
div.job-vacancy img.alignright {
/*	float:right;*/
	position:absolute;
	top:10px;
	right:0;
}
div.job-vacancy h5 {
	border-top:1px solid #B09568;
	font-weight:normal;
	font-size:100%;
	margin:0.4em 0px 0.3em;
	padding:0.75em 0px 0px;
	line-height:1.2em;
	color:#74543F;	
}
div.job-vacancy h6 {
	color:#8D74AC;
}
#content.jobarea h2 {
	font-size:100%;
	margin:0px 0px 1em;
	padding:7px;
	font-weight:bold;
	color:#EEE;
	color:#333;
	background-color:#FEE9CF;
	background-color:#8D74AC;
	background-color:#B59CD4;
	background-color:#D3BAF2;
	border-bottom:1px solid #CCC;
	border-bottom:1px solid #333;
	border-bottom:1px solid #999;
}
#content.jobarea p strong {
	color:#74543F;
	color:#444;
}