/* CSS Document */

	body {
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:center;
		color:#333;	
	}
	html {
		min-height: 100%;
		margin-bottom: 1px;
	}

/* Text styling */

	hr {
		border: none 0; 
		border-top: 1px solid #CCC;/*the border*/
		width: 100%;
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
		clear:both;
	}

	a {
		text-decoration:none;
		color:#369;
	}
	
	a:hover {
		
		color:#369;
		text-decoration:underline;
	}
	a img { border:none; }
	
	p {
		margin:0 0 18px 0;
		padding:0;
		font-size:12px;
		line-height:140%;
	}
	p.error {
		color:red;
		font-weight:bold;
	}
	p.success {
		color:green;
		font-weight:bold;
	}
	strong {
		
	}
	h1, h2, h3, h4, h5 {
		margin:10px 0 17px 0;
		padding:0;
		font-weight:normal;
	}
	h2 span {
		font-size:15px;
	}
	h3 span {
		font-size:13px;
	}

	h1 { font-size:20px; }
	h2 { font-size:17px; }
	h3 { font-size:15px; }
	h4 { font-size:13px; }
	h5 { font-size:12px; }
	ul {
		font-size:12px;
	}
	ul li {
		margin-bottom:7px;
	}
/* Main Containers */

	#wrapper {
		width:994px;
		margin:0 auto;
		text-align:left;
	}
	#banner {
		height:96px;
	}
	#nav {
		height:21px;
		background: #666 url(../images/layout/ban.jpg) no-repeat top left;
		padding-top:5px;
		margin-bottom:10px;
		position:relative;
	}
	#content {
		overflow:hidden;		
	}
	#left {
		float:left;
		width:183px;
	}
	#center {
		float:left;
		width:550px;
		padding:0 25px 0 20px;
		position:relative;
		overflow:hidden;
	}
	#right {
		float:right;
		width:186px;
	}
	#footer {
		clear:both;
		padding:2px 0 0 10px;
		border-top:1px solid #CCC;
		margin-top:10px;
	}
	#tickbox {
		float:right;
	}

/* RSS Feed Links */

	.rss {
		position:absolute;
		top:10px;
		right:30px;
		
	}
	.rss ul, .rss li {
		margin:0;
		padding:0;
		list-style:none;
	}
	.rss li a {
		color:#333;
		text-decoration:none;
		font-size:12px;
		background:url(../images/rss.gif) no-repeat right top;
		display:block;
		float:left;
		padding:3px 25px 3px 0;
	}
	
	
/* Banner styles */
	#banner img {
		float:left;
	}
	#ban_home {
		float:right;
		background:url(../images/layout/miniicon.gif) no-repeat left;
		padding:40px 5px 0 25px;
	}
	#ban_home p {
		font-size:17px;
		font-family:Calibri, Verdana, Arial;
		color:#666;
	}

/* Main navigation */
	#nav ul, #nav li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		padding:0 31px 0 28px;
		border-right:1px solid #FFF;
		height:13px;
	}
	#nav li a {
		color:#FFF;
		text-decoration:none;
		text-transform:uppercase;
		font-size:11px;
	}
	#nav li a.current {
		color:#a9dd19;
	}
	#nav li a:hover {
		color:#a9dd19;
		text-decoration:none;
	}
	
	#login {
		position:absolute;
		top:5px;
		right:10px;
		color:#FFF;
		padding:1px 10px 0 0;
		font-size:12px;
	}
	#login a {
		color:#FFF;
		text-decoration:none;
	}
	#login a:hover {
		text-decoration:underline;
	}
	#login span a {
		color:#cdebef;
	}
	
/* Sub navigation styles */

	#left ul {
		width:160px;
		margin:0 0 10px 12px;
		padding:0;
		list-style:none;
		
	}
	#left li {
		margin:0;
		padding:0;
	}
	#left li a {
		width:160px;
		display:block;
		text-decoration:none;
		border-bottom:1px solid #CCC;
		text-transform:uppercase;
		color:#666;
		padding:5px 0;
		font-size:11px;
		font-weight:normal;
	}
	#left li a:hover {
		color:#333;
	}
	#left ul li#active { /* #active is the current parent section */
		font-weight:bold;
		background:url(../images/layout/grey_arrow.gif) no-repeat right top;
		border-bottom:1px solid #CCC;
		
	}
	#left ul li#active a {
		border-bottom:none;
		color:#333;
	}
	#left ul li#active a:hover {
		color:#333;
	}
	#left ul li#active ul { /* the submenu of the current section */
		margin:0;
		padding:0;
		overflow:hidden;
	}
	#left ul li#active ul li {
		float:left;
		display:block;
	}
	#left ul li#active ul li a {
		background-color:#FFF;
		padding-left:15px;
		width:145px;
		text-transform:none;
		border-bottom:none;
		display:block;
		color:#666;
		font: 11px normal Arial, Helvetica, sans-serif;
	}
	#left ul li#active ul li a:hover {
		color:#333;
	}
	#left ul li#active ul li.current a:hover {
		color:#333;
	}
	#left ul li#active ul li.current a {
		font-weight:normal;
		color:#333;
	}
	#left h1 {
		background: #666 url(../images/layout/subnav_head.gif) top left no-repeat;
		color:#FFF;
		text-transform:uppercase;
		display:block;
		margin-bottom:7px;
		font:11px Arial, Helvetica, sans-serif;
		padding:5px 0 5px 7px;
		margin:0;
	}
	#left h1 a {
		color:#FFF;
	}

/* General page images */

	.page_images {
		float:right;
		width:220px;
		margin:15px 0 35px 20px;
		display:inline;
	}
	.page_images img {
		float:right;
		margin:0 0 15px 0;
		display:inline;
	}
	
/* Right hand modules */

	#right div {
		width:183px;
		float:right;
		margin-bottom:12px;
		display:inline;
	}
	p.more_info {
		text-align:center;
		margin-bottom:0;
	}
	#right div a {
		text-decoration:none;
	}
	#right div a:hover {
		text-decoration:underline;
	}
	#right div h1 {
		background-position: top left;
		background-repeat:no-repeat;
		color:#FFF;
		font-size:11px;
		text-transform:uppercase;
		display:block;
		margin-bottom:7px;
	}
	#right div.pink h1 { background-image:url(../images/layout/buttons/pink.gif); }
	#right div.pink p.more_info a { color:#C36; text-decoration:underline; }
	
	#right div.lightblue h1 { background-image:url(../images/layout/buttons/lightblue.gif); }
	#right div.lightblue p.more_info a { color:#36C; text-decoration:underline; }
	
	#right div.green h1 { background-image:url(../images/layout/buttons/green.gif); }
	#right div.green p.more_info a { color:#5a8d2e; text-decoration:underline; }
	
	#right div.darkblue h1 {  background-image:url(../images/layout/buttons/darkblue.gif); }
	#right div.darkblue p.more_info a { color:#036; text-decoration:underline; }
	
	#right div.grey h1 {  background-image:url(../images/layout/buttons/grey.gif); }
	#right div.grey p.more_info a { color:#666; text-decoration:underline; }
	
	#right div.orange h1 { background-image:url(../images/layout/buttons/orange.gif); }
	#right div.orange p.more_info a { color:#C93; text-decoration:underline; }
	
	#right div.purple h1 { background-image:url(../images/layout/buttons/purple.gif); }
	#right div.purple p.more_info a { color:#636; text-decoration:underline; }
	
	#right div.racinggreen h1 { background-image:url(../images/layout/buttons/racinggreen.gif); }
	#right div.racinggreen p.more_info a { color:#033; text-decoration:underline; }
	
	#right div.red h1 { background-image:url(../images/layout/buttons/red.gif); }
	#right div.red p.more_info a { color:#C03; text-decoration:underline; }
	
	#right div.torquoise h1 { background-image:url(../images/layout/buttons/torquoise.gif); }
	#right div.torquoise p.more_info a { color:#366; text-decoration:underline; }
	
	#right div h1 a {
		font:11px Arial, Helvetica, sans-serif;
		padding:6px 0 6px 7px;
		color:#FFF;
		text-decoration:none;
		display:block;
		
		width:183px;
	}
	
	#right div h1 a:hover {
	}
	#right div p, #right div h4 {
		padding:0 10px 0 10px;
	}
	#right div div {
		border-bottom:1px solid #CCC;
		padding:8px;
		width:167px;
		font-size:12px;
		margin-bottom:5px;
	}
	#right div p a:hover {	
	}

/* Footer navigation */
	
	#footer ul, #footer li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#footer li {
		display:inline;
		color:#999;
		font-size:10px;
		
	}
	#tickbox a {
		color:#CCC;
	}
	#footer li a {
		color:#999;
		text-decoration:none;
		
	}
	#footer li a:hover,  #tickbox a:hover {
		color:#a9dd19;
		text-decoration:none;
		color:#000;
	}

/* Main Click Throughs in center of page x 2 */

	#main_click_container {
		background:url(../images/layout/mainclickbg.gif) no-repeat bottom left;
		width:576px;	
		overflow:hidden;
		padding-bottom:10px;
		
	}
	#main_click_container div.left, #main_click_container div.right {
		float:left;
		width:255px;
		padding: 0 11px 0 11px;
		overflow:hidden;
		margin-left:1px;
	}
	#main_click_container div.left {
		margin-right:19px;
		display:inline;
		
	}
	#main_click_container div img {
		float:right;
		margin-bottom:10px;
		display:inline;
	}
	#main_click_container h1 {
		font-size:14px;
		text-transform:uppercase;
		color:#CCC;
		margin-bottom:10px;
		margin-top:0;
	}
	#main_click_container h2 {
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#main_click_container h2 a {
		color:#333;
		text-decoration:none;
		
	}
	#main_click_container h1 a {
		color:#FFF;
		text-decoration:none;
		display:block;
		width:535px;
		padding:4px 0 5px 10px;
	}
	#main_click_container div p.events {
		border-bottom:1px solid #CCC;
		line-height:100%;
	}
	#main_click_container h1.green { background:url(../images/layout/head_lrg_green.gif) no-repeat top left; }
	#main_click_container h1.purple { background:url(../images/layout/head_lrg_purple.gif) no-repeat top left; }
	.clear_all {
		clear:both;
		height:0;
		overflow:hidden;
		border:1px solid #FFF;
	}


/* ------ News Section ------ */

	.news_img {
		float:right;
		margin:0 0 10px 20px;
		display:inline;
	}
	#sub_news {
		width:576px;
		background:url(../images/layout/subnewsbg.gif) no-repeat bottom left;
		overflow:hidden;
	}
	#sub_news div {
		width:249px;
		float:left;
		margin:0 17px 0 0;
		display:inline;
		padding:0 15px;
	}

/* Download Styles */

	.dl_list {
		clear:both;
	}
	.dl_list ul {
		font-size:12px;
		list-style:none;
		margin:0 0 20px 15px;
		padding:0;
		width:555px;
	}
	.dl_list ul li {
		width:46%;
		margin-left:15px;
		margin-bottom:15px;
		float:left;
	}
	.dl_list ul li a {
		background:url(../images/layout/dl.jpg) no-repeat left top;
		padding:4px 0 4px 32px;
		display:block;
	}
	.dl_list ul li a:hover {
		background-position:0 -75px;
	}
	
/* Events and Meetings Add Colleagues */

form.register_guests label {
	display: block;
	float: left;
	width: 100px;
	font-size: 12px;
}

form.register_guests div {
	margin-bottom: 15px;
}


/* Events Calendar */

	.calendar {
		width:99%;
	}
	.calendar td, .calendar th {
		border:1px solid #CCC;
		width:33%;
		margin:0 5px 5px 0;
		vertical-align:top;
		text-align:center;
	}
	.calendar td {
		font-size:12px;
	}
	.calendar th {
		background: #f5f5f5 url(../images/layout/eventbg.gif) repeat;
		padding:1px;
		font-size:15px;
	}
	.calendar h2 {
		margin:0;
		padding:2px 0;
		background: #f5f5f5 url(../images/layout/eventbg.gif) repeat;
		font-size:12px;
		border-bottom:1px solid #CCC;
	}
	.calendar ul, .calendar li {
		margin:0;
		padding:0;
		text-align:left;
		list-style:none;
	}
	.calendar ul {
		margin: 10px;
	}
	.calendar li {
		border-bottom:1px solid #CCC;
		padding:3px 0;
	}
	.min {
		float:left;
		height:140px;
		width:0px;
		overflow:hidden;
	}
	#event_table {
		width:98%;
		font-size:12px;
		margin-bottom:15px;
	}
	#event_table td {
		padding:5px;
		
	}
	td.field {
		width:20%;
		background: #f5f5f5 url(../images/layout/eventbg.gif) repeat;
		font-weight:bold;
	}
/* ------------- Login Form -------------- */
	#login_form {
		font-size:12px;
	}
	#login_form .textbox {
		border:1px solid #CCC;
		padding:3px;
		font-size:12px;
		width:200px;
	}
	#user_events {
		font-size:12px;
		border:1px solid #CCC;
		width:98%;
	}
	#user_events th {
		border-bottom:1px solid #CCC;
	}
	.narrow_col {
		width:40px;
		text-align:center;
	}
	
/* Network Directory */
	
	.alpha_list {
		margin:0 0 20px 0;
		padding:0;
		text-align:center;
	}
	.alpha_list li {
		list-style:none;
		margin:0 20px 0 20px;
		padding:0;
		display:inline;
	}
	.company_box {
		float:left;

		padding:5px;
		width:260px;
		height:30px;
		margin:0 15px 15px 0;
		font-size:12px;
		background-color:#E9EEF7;
		overflow:hidden;
	}
	.company_box h3 {
		margin:0;
		padding:0;
		font-size:13px;
	}
	.company_box h3 a {
	}
	
	.company_box1 {
		float:left;

		padding:5px;
		width:260px;
		margin:0 15px 15px 0;
		font-size:12px;
		background-color:#E9EEF7;
		overflow:hidden;
	}
	.company_box1 h3 {
		margin:0 0 5px 0;
		padding:0;
		font-size:13px;
	}
	.company_box1 h3 a {
	}
	.company_box1 ul, .company_box1 li {
		margin:0;
		padding:0;
	}
	
	.company_box1 li {
		margin-left:20px;
	}
	
	.member_details {
		font-size:12px;
		width:320px;
	}
	.member_details td, .member_details th {
		padding-bottom:5px;
	}
	/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width:100%;

	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}
	#wp-calendar #next a, #wp-calendar #prev a, #wp-calendar a, td a {
		text-decoration:none;
		color:#369;
	}
	
	#wp-calendar #next a:hover, #wp-calendar #prev a:hover, #wp-calendar a:hover, td a:hover {	
		color:#369;
		text-decoration:underline;
	}

#wp-calendar caption {
	margin-top:9px;
	width: 100%;
	background-color:#399; background-image:url(../images/layout/buttons/lightblue.gif);
	padding:5px 0 5px 7px;
	color:#FFF;
	text-align:left;
	font-size:11px;
	text-transform:uppercase;
	}
.widget h1 {
	background-color:#C69; background-image:url(../images/layout/buttons/pink.gif);
	padding:5px 0 5px 7px;

}
.widget li {
	font-size:12px;
	margin:0 0 0 20px;
	list-style:circle;
}
#wp-calendar th {
	text-align:center;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
h2.widgettitle {
	display:none;
}
.widget li a {
	text-decoration:none;
	color:#369;
}

.widget li a:hover {
	
	color:#369;
	text-decoration:underline;
}
.post {
	border-bottom:1px solid #CCC;
}
.post small {
	display:block;
	font-size:12px;
	margin-bottom:10px;
}
#commentform textarea {
	width:98%;
}
/* Contact form styles */

#contact_form {
padding: 15px 10px 15px 10px;
width: 95%;
font-size:12px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
}
#contact_form .box {

	padding:3px;
	font-size:11px;
	width:55%;
	overflow:auto;
	border:1px solid #CCC;
}
#contact_form p {
	font-size:12px;
}
.fieldset {

border: solid #CCC 1px;
padding: 10px;
}
legend span {
display: block;
font-weight: bold;
color: #666;
font-size: 11px;
padding-bottom: 10px;
}

label {
display: block;
}
label span {
width: 8em;
margin-left: 20px;
float: left;
}
label input, label textarea {
width: 120px;
font-family: inherit;
}
#submit {
font-family: inherit;
}
/* ------ Home Page Click Through Boxes ------ */

	#home_clicks {
		width:777px;
		background:url(../images/layout/homeclickbg.gif) bottom left no-repeat;
		clear:both;
		overflow:hidden;
	}
	#home_clicks div {
		width:231px;
		float:left;
		margin:0 21px 0 0;
		display:inline;
		padding:0 7px 2px 7px;
		overflow:hidden;
	}
	#home_clicks div h1 {
		text-transform:uppercase;
		margin:0 0 7px 0;
		padding:0;
		background-position:left top;
		background-repeat:no-repeat;
		font-size:13px;
	}
	#home_clicks div h1 a {
		display:block;
		padding:4px 0 5px 7px;
		color:#FFF;
		text-decoration:none;
	}
	#home_clicks div ul, #home_clicks div li {
		list-style:none;
		margin:0;
		padding:0;
	}
	#home_clicks div ul {
		margin-left:8px;
	}
	#home_clicks div li {
		margin-bottom:4px;
	}
	#home_clicks div h1 a:hover {
		text-decoration:underline;
	}
	#home_clicks div p {
		padding:0 8px 0 8px;
	}
	#home_clicks p.member {
		border-bottom:1px solid #CCC;
		padding:9px 0 9px 11px;
		margin:0;
	}

/* ------ NETWORK DIRECTORY FILTER FORM ------ */
	.filter_box {
		float:left;
		width:46%;
		height:23px;
		font-size:12px;
	}
	
	.advert_box {
		border-bottom:1px solid #CCC;
		padding:0 7px 7px 7px;	
		margin-bottom:10px;
	}
	.textbox, .required {
		width:55%;
		border:1px solid #CCC;
		padding:3px;
	}
