html, body
{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
}

h2
{
	font-size:18px;
}

.centered
{
	text-align:center;
}

.section
{
	clear:both;
	margin:0 0 13px;
	width:730px;
	text-align:left;
}

.note
{
	font-size:smaller;
	margin:10px 0;
}

.strong
{
	font-weight:bold;
}

.em
{
	font-style:italic;
}

.reg
{
	font-size:1.1em;
}

.text-box
{
	width:140px;
	border-top:1px solid #737577;
	border-left:1px solid #737577;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.imagestd img
{
	display:block;
	margin-bottom:10px;
}

#wrapper
{
	width:730px;
	border:1px solid #a5a5a5;
	margin:1px auto;
	background:url("../images/top-background.gif") no-repeat;
	padding:25px 9px;
}
	
#top
{}
	#top img
	{}
	
#menu
{
	background-color:#72b450;	
}
	#menu ul
	{
		list-style:none;
		margin:0;
		padding:0;
	}
		#menu ul li
		{
			display:inline;
		}
		#menu ul li.notend a
		{
			border-right:5px solid white;
		}
			#menu ul li a
			{
				/*width:132px;
				width:107.1px;*/
				width:107px;
				height:60px;
				display:block;
				float:left;
				padding:5px;
				background-color:#ddd;	
				color:#333;
				font-size:13px;
				text-decoration:none;
				font-weight:bold;
			}
			#menu ul li a:hover,
			#menu ul li a.active
			{
				background-color:#72b450;
				color:white;
			}
			#menu ul li a.active
			{
				width:110px !important;
			}
			
#middle
{clear:left;}		
	#middle .content-header
	{
		padding:10px 0 10px 185px;
		font-size:16px;
		min-height:175px;
		height:auto !important;
		height:175px;
	}
		#middle .content-header h1
		{
			background-color:#737577;
			color:white;
			font-size:24px;			
			padding:10px;
			height:60px;
		}
	#middle table td
	{
		vertical-align:top;
	}
	#middle #content-header-home,
	#middle #content-header-contact
	{
		background:url("../images/landing-page-bg.jpg") no-repeat top left;
	}
	#middle #content-header-markers
	{
		background:url("../images/covert-marker-page-bg.jpg") no-repeat top left;
	}
	#middle #content-header-auth
	{
		background:url("../images/rvision-page-bg.jpg") no-repeat top left;
	}
	
	#middle #content-header-events
	{
		background:url("../images/events-page-bg.jpg") no-repeat top left;
	}
	#middle #content-header-login
	{
		background:url("../images/landing-page-bg.jpg") no-repeat top left;
	}
		#middle #content-header-login h1,
		#middle #content-header-auth h1,
		#middle #content-header-contact h1
		{
			height:auto;
			padding:15px;
		}
	#middle ul.newslist
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}
			
#bottom
{
	background:url("../images/bottom-background.gif") repeat-x top left;
	padding-top:30px;
	min-height:30px;
	height:auto !important;
	height:28px;
	text-align:center;
}
	#bottom ul
	{
		margin:0;
		padding:0;
		list-style-type:none;
	}
		#bottom ul li
		{
			display:inline;
		}
			#bottom ul li a
			{
				text-decoration:none;
				color:#72b450;
				font-weight:bold;
			}
			#bottom ul li a:visited
			{
				color:#999
			}
			#bottom ul li a:hover
			{
				color:#72b450;
				text-decoration:underline;
			}

#bottom, #middle
{
	font-size:.9em;
}

#tradeshows
{
	border-collapse:collapse;
}

#tradeshows th,
#tradeshows td
{
	padding:5px;
	border:1px solid #111;
}

.dropcap {
float:left;
font-size:2em;
line-height:1em;
/*font-size:30px;
line-height:15px !important;
line-height:30px;
padding-top:3px;
padding-bottom:2px;*/
} 


.button
{
	width:100px;
	border-right:1px solid #737577;
	border-bottom:1px solid #737577;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

#contactform label
{
	display:block;
	text-align:right;
}

.required
{
	color:#72b450;
	font-weight:bold;
}

#contactform .text-box
{
	width:180px;
}

.focus
{
	border:1px solid #72b450;
	background-color:#efefef;
	width:180px;
}
#contactform textarea.focus
{
	width:100%;
	height:100px;
}

#contactform textarea.text-box
{
	width:100%;
	height:100px;
}

.hp
{
	display:none;
}

textarea
{
	text-align:left;
}

