#header {
	height: 230px;
}

#sub_content {
	margin-top: -55px;
	background: url(/_images/home/sidebar.gif) top left no-repeat;
	z-index: 10;
	font-size: .85em;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #6c6c6c;
	line-height: 1.4;
}
#sub_content p {
	margin: .6em 1em ;
}

#main_content {
	width:310px;
	padding: 0 0 20px 0;
   margin-right:12px;
}

#callouts {
	float: left;
	width: 181px;
    /*position:relative;*/
}

#form1 {
	position: relative;
	padding: 1px 10px 10px;
	background: url(/_images/home/login-form.gif) bottom left no-repeat;
	color: #6c6c6c;
	font-size: .85em;
	padding-botom:20px;
	
}
#form1 label {
	padding: 0 0 .5em 0;
}
#form1 input.text {
	margin: 0 0 .5em 0;
	border: 1px solid #d2d2d2;
	font-size: 1.2em;
	width: 95%;
}



table.datagrid {
	position: relative;
	width: 314px;
	margin: 0 0 0 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ebebeb;
	font-size: .9em;
}
table.datagrid th {
	background: #ebebeb;
	color: #4480b6;
	font-weight: bold;
	padding: 6px 14px;
	text-align: left;
	font-size: 1.1em;
}
table.datagrid th.view-all {
	text-align: right;
	font-size: .95em;
	padding-right: 32px;
}
table.datagrid td.date {
	width: 85px;
	padding: .2em 0 .2em 10px;
	border-left: 1px solid #ebebeb;
}
table.datagrid td.event {
	border-right: 1px solid #ebebeb; width: 229px;
}
#meetings th {
	background: #ebebeb url(/_images/home/meetings-tl.gif) top left no-repeat;
}
#meetings th.view-all {
	background: #ebebeb url(/_images/home/meetings-tr.gif) top right no-repeat;
}
#webcasts th.view-all1 {
	background: #ebebeb url(/_images/home/webcasts-tr.gif) top right no-repeat;
}
table.datagrid a {
	text-decoration: none;
}
table.datagrid a:hover {
	text-decoration: underline;
}

form a {
	text-decoration:none;
	margin-right:18px;
	line-height:1.3em;
	float:left;
	width:56px;
	z-index:20;
	position:relative;
}

form a:hover {
	text-decoration:underline;
}

form input.submit {
	margin:0.4em 0;
}

#header {
	background: url('/_images/cutterbg.jpg') #fff top right no-repeat;
}
