/* 946 basic page formatting style, fits 1024 X 768 display */

div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
	}
	
body { 	
	background-color: #fff;		/* bkgd color  */
	font-family: verdana, geneva, arial, sans-serif;  /* default fonts */
	font-size: 100%;  /* allows resizing in all browsers */
	text-align: left; /* default text alignment */
	font-weight:   	normal;
	margin: 0px;
  padding: 20px 0px 20px 0px;   /* default padding */ 
	}
	
body {behavior: url(csshover.htc);} 		
	
#frame {
	width: 950px; 
	margin: 0 auto; 
	padding: 2px 0 2px 0; 
	background: #989eae; 
	
	}
 	
#container {   /* <div id="container"> */
	background-image: url('../images/bkgdmc.jpg');
	background-position: center center;
	background-repeat: repeat-y;				/* also bkgd image repeat-y or repeat-x */	
	background-color: #fff;		/* bkgd color  */
	width: 946px;
	margin: -0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	font-size: small;  /* default font size 10 px */
	}

#header {   /* <div id="header"> */
	position: static;
	background-color: #fff;		/* bkgd color  */
	width: 946px;	
	margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
	}
	
#lheader {   /* <div id="header"> */
	position: static;
	background-color: #fff;		/* bkgd color  */
	width: 245px;	
	float: left;
	margin: 0px auto 0px auto;
  padding: 15px 0px 5px 0px;
	}
	
#cheader {   /* <div id="header"> */
	position: static;
	background-color: #fff;		/* bkgd color  */
	width: 341px;	
	float: left;
	margin: 0px auto 0px auto;
  padding: 50px 0px 0px 0px;
	}

#rheader {   /* <div id="header"> */
	position: static;
	background-color: #fff;		/* bkgd color  */
	width: 330px;	
	float: right;
	margin: 0px auto 0px auto;
  padding: 10px 30px 0px 0px;
}

#menu	 {   /* <div id="menu use for drop down menu"> */
	position: 			static;
	background-color: #fff;		/* bkgd color  */
	width: 946px;
	margin: 0px auto;
  padding: 0px 0px 0px 0px;
	}
	

	
#leftcopy {   /* <div id="menuleft"> used for left hand menu"> */
	position: static;
	width: 180px;
	float: left;
	margin: -.5em auto 0px auto;
  padding: 20px 5px 20px 10px;	
	background-color: #cfe1f7; 
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation"> */
	position: static;
	width: 702px;
	float: right;
	margin: 5px auto 0px auto;
  padding: 20px 20px 20px 10px;	
	}
	
#footer {   /* <div id="footer"> */
	width: 914px;
	text-align: center;
	font-family: Verdana;
	font-size: 100%;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	
.menuborder {  /* top and bottom border line on a horizontal menu */
  	position: static;
  	width: 914px;
  	height:	18px;
  	margin: 0px auto 0px auto;
  	padding: 2px 0px 0px 0px;
  	border-top: 2px #717171 solid;	
  	}		
	
.clear {  /* clears all floats */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}	

.hidden {
	display: none;
}

.unhidden {
	display: block;
}
	
a {  /* color of link */
  	color: #228B22; /* olive green*/
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color: #228B22; /* green*/
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
		color:  #000;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		background-color: #ffffff;
		}	
		
	
.footer a{  /* color of link */
  	color:	#1e3d5c; /* dkblue*/
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
.footer a:visited {  /* color of visited link */
		color:#1e3d5c; /* dkblue*/
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

.footer a:hover {  /* color of link when hovered*/
		color: #000;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
	
		}	
		
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
	
.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}	
	
/* text commands*/
h1 {
  font-size:      220%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	}	
	
h2 {  /* headline 2 */
  font-size:      140%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	}	
	
h3 {  /* headline 2 */
  font-size:      110%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	}	
	
.tl {   /* text left */
	text-align:	left;
	font-weight:    normal;
	vertical-align:	top;
	}
	
.tc {   /* text center*/
	text-align:	center;
	font-weight:    normal;
	}
	
.tr {   /* text right*/
	text-align:	right;
	font-weight:    normal;
	}

.center {   /* text center*/
	text-align:	center;
	}
	
.right {   /* text right*/
	text-align:	right;
	}
	
.italic {
	font-style: italic;
	font-weight: bold;
}
.indent {
	margin-left: 10px;
	}

.t85 {    
	font-size:      85%;	
	}
	
.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}	
	
.t120 {   
	font-size:      120%;	
	}	

.red {
	color: #ff0000;
	}
	
.dkred {
	color: #77001f;
	}
		
.green {
	/*color: #41845e;*/
	color: #008000;
	}
	
.dkgreen {
	color: #006c23;
	}
	
.blue {
	color: #cfe1f7;
	}
	
.brblue {
	color: #0000ff;
	}
	
.white {
	color: #fff;
	}
	
.dkblue {
	color:  #1e3d5c;
	}

.highlight {
	background:#cfe1f7;
	color: #000000;
	font-weight: bold;
	}

	
	
/* tables for main copy dinner event page*/		

table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;
	}	
	
td {  /* table cell with 10 px padding on top and 15 px padding on the right */
	padding-top:		10px;		
	padding-right:	15px;	
	}

	
td.right {  /* moves text in a td to right top*/
	text-align:			right;
	vertical-align:		top;	
	}
	
td.top {  /* moves text in a td to top*/
	vertical-align:		top;	
	}
	
td.left {  /* moves text in a td to left top*/
	text-align:			left;
	vertical-align:		top;	
	}
	
td.size150 { /* sets a td to 150 px */
	padding:	5px;
	width:		150px;		
	}

	
td.size250 {  /* sets a td to 250 px */
	padding:	5px;
	width:		250px;		
	}
	
td.size300 {  /* sets a td to 300 px */
	padding:	5px;
	width:		300px;		
	}

td.size340 {  /* sets a td to 340 px */
	padding:	5px;
	width:		340px;		
	}

td.size440 {  /* sets a td to 440 px */
	padding:	5px;
	width:		440px;		
	}

	
		
table.signup {
	border-width: 2px 2px 2px 2px;
	border-spacing: 4px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: seperate;         
	background-color: #CFE1F9;
	table-align: center;
}

td.signup{
		padding-left: 10px;;
		}

table.infonetworks {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: double double double double;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
	
table.infonetworks th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: #cfe1f7;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.infonetworks td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

td.when {
	width: 150px;
	}
	
/* 660 fullwidth of maincopy*/
.fullwidth {  /* 666 wide division */
	width: 656px;
	margin: 0px;
	padding: 10px 40px 10px 0px;
	text-align: left;
	}

.halfwidth {  /* 320 wide division, floatl or floatr */
	width: 300px;
	margin: 0px;
	padding: 10px 10px 10px 10px;		
	}
	
/* fullwidthpadded for 946*/	
.fullwidthpaddedmc {   /* 50 px white space added inside fullwidth division */
	width: 656px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 0px; 
	text-align: left;
	}
	
	
/* Calendar of Events (Left Copy) Module */
.event { /* set up event block*/
	display: block; float: left; 
	width: 190px; 
	font-family: Helvetica,Arial,sans-serif;
	}
		
.calendar	{ /* calendar background */ 
	display: block; float: left; 
	width: 40px; 
	background:  transparent url(../images/calendar-bkgrd.png) no-repeat scroll 0% 0%;
	margin-right: 10px;
	padding: 3px;
	text-align: center;
	border: 2px solid #717171;
	
	}

.month {/* month display*/
	font-size: 1em; 
	font-weight: bold; 
	line-height: 1.5em; 
	color:#fff; 
	text-transform: uppercase;
	}

.date {/* date display*/
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2em; 
	color:#000; 	
	}

.topic {/* Title or Topic*/
	display: block; height:85px;
	font-weight: bold; 
	font-size: 90%;
	}

.description {/* Sub-title or description */
	font-weight: bold; 
	color: #696969;
	font-size: 0.8em;
	line-height: 1em;
	}
/* END Calendar of Events */
	
/* TABLES networking events */
table.networks
{
border-collapse:separate;
border-spacing: 0px;
text-align: center;
}
/* END TABLES networking events */

.cellcolor {
	background-color: #6697ff;
	}

	/* Trial CSS 2-2-10 */
#content h1 {
	margin: 0 1em 1em 0em; padding: 0.5em 2em;
	background: #cfe1f7; color: #000;
	font-size: 1em;
	border: 1px solid #000;
	
}

#content h1 b {
	color: #000;
	padding: 0 0 0 50px;
}
		
