/* corporate networking main css */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
h1 {
	color:#333333;
	font-size:1.4em;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding:0px 0px 5px 20px;
}
h1 a {
	color:#333333;
	text-decoration: none;
}
h1 .dates {
	color: #AAAAAA;
	font-size: 0.6em;
	text-decoration: underline;
}
h2 {
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}
/* layout */
#container {
	width: 980px;
	margin: 0 auto;
	padding:0px;
	border: 1px solid #cccccc;
	
}
/* content */
#title_banner {
	background-color:#d4dde2;
	height:150px;
	margin-bottom:5px;
}
.logo {
	margin:10px 0px 0px 10px;
	border:none;
}
/* calendar nav */
#cal_nav ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 10px 23px;
} 
#cal_nav li a {
	line-height: 1.4em;
	width: 5em;
	display: block;
	color: #467eaf;
	text-decoration: none;
	text-align: left;
} 
#cal_nav li a:hover {
	color: #d9212b;
} 
#cal_nav li a.current {
	color: #d9212b;
	font-weight: bold;
} 
/* calendar content */
.cal_left {
	float:left; 
	width:120px;
}
html>body .cal_left {
	width:135px;
}
.cal_middle {
	float:left;
	width:300px;
}
.cal_right {
	float:right;
}
#cal_index_nav {
	overflow: auto;
	height: 190px;
	width: 345px;
}
#cal_index_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #999999;
} 
#cal_index_nav ul li {
	border-bottom:1px dotted #999999;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
#cal_index_nav ul li a {
	font-size:1.2em;
	font-weight:bold;
	width: 20em;
	display: block;
	color: #999999;
	text-decoration: none;
	text-align: left;
	margin:5px 0 2px 0;
	line-height:1em;
	border-left: 3px solid #FFFFFF;
	padding-left: 4px;
}
#cal_index_nav ul li a.current {
	color: #467eaf;
	border-left:3px solid #d9212b;
}
#cal_index_nav ul li a:hover {
	color: #467eaf;
	border-left:3px solid #d9212b;
}
.cal_content {
	border:1px solid #e0e0e8; 
	width:435px; 
	margin-right:40px; 
	height:191px; 
	line-height:2.0em; 
	font-size:0.8em;
	color:#333333;
}
.cal_content {
	width:450px; 
}
.cont_img {
	float:left; 
	margin-right:15px;
}
html>body .cont_img {
	float:left; 
	padding-right:25px;
}
.enlarge {
	background-color:#e4eae8;
}
.enlarge_img {
	padding:2px; 
	float:left; 
	border:none;
}
.enlarge_text {
	color:#437daf;
	font-weight:bold;
	float:left;
	background-color:#e4eae8;
	height:19px;
}
.enlarge_text a {
	color:#437daf;
	text-decoration:none;
}
.enlarge_text a:hover {
	color:#437daf;
	text-decoration:underline;
}
.enlarge_text_right {
	color:#437daf;
	font-weight:bold;
	text-align:right;
	padding-right:4px;
	float:right;
}
.enlarge_text_right a {
	color:#437daf;
	text-decoration:none;
}
.enlarge_text_right a:hover {
	color:#437daf;
	text-decoration:underline;
}
/* About us nav */
#about_nav ul {
	list-style:none;
	margin:0;
	padding-left: 3px;
}
#about_nav li {
	display:inline;
	padding:3px;
	font-size:0.95em;
}
#about_nav li a {
	color:#437daf;
	text-decoration:none
}

#about_nav li a:hover {
	color:#437daf;
	text-decoration:underline;
}
.underline {
	text-decoration:underline;
}
.about {
	background-color:#e5eaed; 
	height:20px; 
	margin-top:-15px;
	padding-top:10px; 
	padding-left:17px; 
	color:#467eaf;
}
html>body .about { 
	margin-top:-5px;
	padding-left:0px; 
}
.about_content {
	background-color:#d4dde2; 
	padding:5px 10px 5px 20px; 
	color:#333333; 
	font-size:1.0em; 
	height:190px;
	margin-bottom:5px;
	overflow: auto;
}
.about_img {
	float:left; 
	margin-right:15px;
}
.bullet_margin {
	margin-left:145px;
}
/* Footer */
.footer {
	background-color:#999999; 
	height:17px; 
	padding-top:8px; 
	padding-left:17px; 
	color:#333333; 
	font-weight:bold; 
	font-size:0.8em;
}
html>body .footer {
	height:20px; 
	padding-top:0px;
	line-height:2.5em;
}
.footer a {
	color:#333333;
	text-decoration:none;
}
.footer a:hover {
	color:#333333;
	text-decoration:underline;
}
/* misc */
.clear {
	clear:both;
}
.clear_cal {
	clear:both;
	margin-bottom:-10px;
}


