@charset "UTF-8";
/* CSS Document */

body {
	background: #333;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #000;
}

/* -----  main link styles  ----- */

a:link {
}

a:hover {
}

a:active {
}

a:visited {
	color:#0000CC;
	text-decoration:underline;
}

/* -----  text format styles  ----- */

h1 {
	font-family: Times, Times New Roman, serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 4px 0px;
	color: #ed1f27;
}

h2 {
	font-family:  "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

h3 {
	font-family:  "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

h4 {
	margin: 4px 0px 0px 0px;
}

h5 {
}

h6 {
	font-family:  "Times New Roman", Times, serif;
	font-size: .9em;
	color: #333;
	margin: 2px 4px 0 0;
}

p {
	font-family:  "Times New Roman", Times, serif;
	font-size: .9em;
	margin: 15px 30px 0px 0px;
	line-height: 1.05em;
}

/*p a {
	text-decoration:none;
	color:#000;
}*/

/* -----  text class styles  ----- */

.bold{
 font-weight:bold;
 }

.rowsPtag {
	margin: 8px 0px 0px 30px;
}

.rowsLink {
	margin: 4px 10px 0px 0px;
	color: #000;
	float: right;
}

.rowsLink:link, .rowsLink:visited {
	text-decoration: underline;
}

.rowsLink:active, .rowsLink:hover {
	color:#ed1f27;
	text-decoration:underline;
}

.quote {
	font-style: italic;
	color: #666;
}

.quoter {
	text-align: right;
	color: #0066FF;
	font-size: .8em;
	margin: 0px 30px 20px 0px;
}

.sizenote {
	font-size: .8em;
	text-transform: uppercase;
}

.red {
	color: #ed1f27;
}

.red_e {
	color: #ed1f27;
	padding: 6px;
	border: 1px solid #ed1f27;
}

.top {
	font-size: .6em;
	font-weight: normal;
}

/* -----  other class styles  ----- */

.smallThumb {
	width: 100px;
	height: 75px;
	margin: 0px 30px 15px 15px;
	border: 0px;
	float: left;
}

.lCol_image {
	width: 238px;
	height: 158px;
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.flash {
	border: 0;
	margin: 0;
	padding: 0;
}

.pinstripe {
	background: #ccc;
	width: 620px;
	height: 1px;
	margin: 8px 0px 4px 0px;
}

.email-formspace, .support-formspace {
	vertical-align: top;
	padding: 0 0 10px 0;
}

.email-text, .support-text {
	text-indent: 2px;
	border: 1px solid #666;
	color: #ed1f27;
}

.email-select {
	border: 1px solid #666;
	color: #ed1f27;
}

.email-textarea, .support-textarea {
	border: 1px solid #666;
	color: #ed1f27;
}

.email-button, .support-button {
	background: #fff;
	border: 1px solid #666;
	color: #333;
}

/* -----  layout div styles  ----- */

#bodyWrap {
	width: 980px;
	height: 100%;
	padding: 0;
	margin: 15px auto;
}

#topWrap {
	width: inherit;
	height: 50px;
	padding: 0;
	margin: 0;
}

#logo {
	background: url(../images/ergos_logo.png) no-repeat top left;
	width: 150px;
	height: 50px;
	float: left;
}

#navWrap {
	width: 980px;
	height: 30px;
	margin: 12px 0px 20px 0px;
}

#nav {
	width: 980px;
	height: 30px;
	float: left;
}

#navul {
	background: url(../images/navbar.png) no-repeat center center;
	width: 980px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#navul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navul li, #navul a {
	height: 30px;
	display: block;
}

span.none {
	display: none;
}

#aboutErgos {
	width: 116px;
	float: left;
}

#industrySolutions {
	left: 116px;
	width: 150px;
	float: left;
}

#supportAndDownloads {
	left: 266px;
	width: 185px;
	float: left;
}

#education {
	left: 454px;
	width: 94px;
	float: left;
}

#partners {
	left: 568px;
	width: 84px;
	float: left;
}

#events {
	left: 654px;
	width: 75px;
	float: left;
}

#contactUs {
	left: 729px;
	width: 102px;
	float: left;
}

/*  ----  Search Styles  ----  */
#search {
	width: 162px;
	height: 22px;
	position: relative;
	top: -26px;
	float: right;
}

#searchLeftCap {
	background: transparent url(../images/searchBar_leftcap.png) no-repeat top left;
	width: 20px;
	height: 22px;
	float: left;
}

.searchBar {
	background: transparent url(../images/searchBar_bg.png) repeat-x top left;
	height: 22px;
	width: 120px;
	border: 0px;
	text-indent: 4px;
	color: #d41d24;
	margin: 0;
	padding: 2px 0px 0px 0px;
	float: left;
}

#searchRightCap {
	background: transparent url(../images/searchBar_rightcap.png) no-repeat top left;
	width: 12px;
	height: 22px;
	float: left;
}

.searchButton {
	background: #333;
	border: 1px solid #d41d24;
	color: #eee;
	margin: 0px;
}
/*  --  End  --  */

#contentWrap {
	width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#topCurveFull {
	background: url(../images/topCurve-full.gif) no-repeat top left;
	width: 980px;
	height: 12px;
	margin: 0;
	padding: 0;
	float: left;
}

#topCurveL {
	background: url(../images/whitecurveL.png) no-repeat top left;
	width: 550px;
	height: 12px;
	margin: 0;
	padding: 0;
	float: left;
}

#flashHdr {
	background: #fff;
	width: 550px;
	height: 288px;
	margin: 0;
	padding: 0;
	float: left;
}


#topCurveR {
	background: url(../images/whitecurveR.png) no-repeat top right;
	width: 428px;
	height: 12px;
	margin: -12px 0px 0px 0px;
	padding: 0;
	float: right;
}

#hdrCols {
	background: #fff;
	width: 428px;
	height: 288px;
	float: right;
}

#hdrCols, #topCurveR {
	border-left: 2px solid #333;
}

#hdrCols_margin {
	width: 400px;
	height: 288px;
	margin: 8px 15px 0px 15px;
}

.hdrCols_rows {
	width: 400px;
	height: 96px;
	float: left;
}

.rowsDevider {
	background: #333;
	width: 270px;
	height: 1px;
	position: relative;
	top: -6px;
	float: right;
}

/*  ----------  Middle Row  ----------  */

#mRow_l {
	background: #fff;
	width: 708px;
	height: 25px;
	padding: 0px;
	margin: 2px 0 2px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	float: left;
}

#mRow_l h3 a {
	color: #f90;
	text-decoration: underline;
}

#mRow_l h3 a:hover {
	color: #000;
	text-decoration: underline;
}

#mRow_l h3 a:active {
	color: #000;
	text-decoration: underline;
}

#mRow_l h3 a:visited {
	color: #333;
	text-decoration: underline;
}

#mRow_r {
	background: #fff;
	width: 271px;
	height: 25px;
	padding: 0px;
	margin: 2px 0px 2px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	float: right;
}

#mRow_r h3, #mRow_l h3 {
	font-size: 1.0em;
	font-size-adjust: none;
	font-weight: 100;
	margin: 3px 0px 0px 0px;
}

#mRow_r h3 a {
	color: #003366;
	text-decoration: underline;
}

#mRow_r h3 a:hover {
	color: #000;
	text-decoration: underline;
}

#mRow_r h3 a:active {
	color: #000;
	text-decoration: underline;
}

#mRow_r h3 a:visited {
	color: #333;
	text-decoration: underline;
}

/*  ----------  Bottom Row  ---------- */

#bottomContentWrap {
	background: #fff;
	width: 980px;
	min-height: 380px;
	float: left;
}

#lCol {
	width: 270px;
	min-height: 350px;
	margin: 15px 0px;
	color: #000;
	font-size: 1.2em;
	float: left;
}

#lCol_margin {
	width: 240px;
	margin: 0px 15px 15px 15px;
	overflow: hidden;
}

#lCol_margin h3 {
	color: #333;
}

#lCol_margin p {
	line-height:1.5em;
}

#mCol {
	width: 437px;
	min-height: 350px;
	margin: 15px 0px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 1.2em;
	color: #000;
	float: left;
}

#mCol_margin {
	width: 407px;
	margin: 0px 15px 15px 15px;
}

#mCol_margin h3 {
	color: #ed1f27;
}

#rCol {
	width: 271px;
	min-height: 350px;
	margin: 15px 0px;
	font-size: 1.2em;
	color: #000;
	float: right;
}

#rCol_margin {
	width: 240px;
	margin: 0px 15px 15px 15px;
	overflow: hidden;
}

#rCol_margin h3 {
	color: #003366;
}

#rCol_featureBox {
	width: 218px;
	height: 250px;
	border: 1px solid #ccc;
	margin: 20px 0 10px 0;
}

.featureBox_img

/* -- begin content pages div info -- */
/* -- these still us bottomContentWrap as parent div -- */
#Col_l {
	width: 270px;
	min-height: 350px;
	margin: 15px 0px;
	border-right: 1px solid #ccc;
	font-size: 1.2em;
	color: #000;
	float: left;
	clear: left;
}

#Col_l_margin {
	width: 240px;
	min-height: 335px;
	margin: 0px 15px 15px 15px;
}

#Col_r {
	width: 709px;
	min-height: 350px;
	margin: 15px 0;
	font-size: 1.2em;
	float: right;
	clear: right;
}

#Col_r_margin {
	width: 680px;
	min-height: 335px;
	margin: 0 15px 15px 14px;
}

/* -- end content pages div info -- */
/* -- begin big content pages div info -- */

#bigContentWrap {
	background: #fff;
	width: 980px;
	min-height: 455px;
	float: left;
}

#big-lCol {
	width: 269px;
	min-height: 435px;
	margin: 5px 0 15px 0;
	font-size: 1.2em;
	color: #000;
	float: left;
	clear: left;
}

#big-lCol_margin {
	width: 240px;
	min-height: 425px;
	margin: 0px 15px 15px 15px;
}

#big-rCol {
	width: 710px;
	min-height: 435px;
	border-left: 1px solid #ccc;
	margin: 5px 0 15px 0;
	font-size: 1.2em;
	float: right;
	clear: right;
}

#big-rCol_margin {
	width: 620px;
	min-height: 425px;
	margin: 0 15px 15px 26px;
}

#big-rCol_margin p {
	line-height:1.5em;
	}

#fullCol {
	width: 980px;
	min-height: 400px;
	margin: 5px 0 15px 0;
	font-size: 1.2em;
}

#fullCol_margin {
	width: 950px;
	margin:  0 15px 15px 15px;
}

/* -- end big content pages div info -- */

#bottomNav {
	width: 100%;
	background-color: #fff;
	color: #ed1f27;
	float: left;
}

#bottomNav ul {
	list-style: none;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

#bottomNav ul li {
	display: inline;
	margin: 0px;
}

#bottomNav a {
	color: #d41d24;
	text-decoration: none;
}

#bottomNav a:hover {
	color: #333;
	text-decoration: underline;
}

#bottomNav a:visited {
	color: #CC0000;
	text-decoration: underline;
}

#bottomCurve {
	background: url(../images/bottomBar.gif) no-repeat top left;
	width: 980px;
	height: 12px;
	margin: 0;
	padding: 0;
	float: left;
}

#footer {
	width: 980px;
	height: 30px;
	text-align: center;
	margin-top: 8px;
	font-size: 1em;
	color: #fff/*d41d24*/;
	float: left;
}

/* ------- Table CSS ------- */

.ms {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	color: #333;
	margin: 0;
}


/* ------- Page Specific CSS ------- */
/* Index page */

#bottomContentWrap p {
	margin: 0 17px;
	color:#333333;
}
	

.news_headline {
	margin: 10px 17px 4px 17px;
}

.news_headline a, .news_headline a:visited {
	color:#ed1f27;
	text-decoration:none;
}

.new_headline a:hover, .news_headline a:active {
	color:#333;
	text-decoration:underline;
}

.news_body a:link, .news_body a:visited {
	color:#333;
	text-decoration:none;
}

.news_body a:hover, .news_body a:active {
	color:#333;
	text-decoration:underline;
}

.news_link {
	margin-left:16px;
}

.news_link a:link, .news_link a:visited {
	color: #000;
	text-decoration: underline;
	font-size: .9em;
}

.news_link a:hover, .news_link a:active {
	color: #ed1f27;
	text-decoration: underline;
	font-size: .9em;
}

.nc_link:link, .nc_link:visited {
	color: #333;
	text-decoration:none;
}

.nc_link:hover, .nc_link:active {
	color:#ed1f27;
	text-decoration: underline;
}

/* END */
/* past events */

.imgContainer {	
	width:100px;
	margin:10px;
	float:left;
}


.deleteContainer {
	position:relative;
	top:16px;
	left:84px;
	z-index:99;
}

.deleteContainer a:link img, .deletContainer a:visited img {
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}

.deleteContainer a:hover img, .deletContainer a:active img {
	filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;
}

.pastEvent {
		color: #ed1f27;
		width: 80px;
		border: 1px solid #ed1f27;
		text-align: center;
		padding: 2px;
		position: relative;
		top:-8px;
	}

	
	/*.event_container {
		margin-right: 40px;
		padding: 4px 10px 0 10px;
	}*/
	
	

  .event_container a:link,.event_container a:visited {
		}
		
  .event_container a:hover,.event_container a:active {
	  color:#ed1f27;
		}

/*END*/
/* *****ADMIN***** */

.strong_red {
	font-weight:bold;
	color:#ed1f27;
}

#login_form {
	margin: 0 auto;
	width: 300px;
	position: relative;
	left: -30px;
}

#login_form fieldset {
	background: #fff;
	border:1px solid #999;
}

.loginbox {
	border: 1px solid #333;
	color: #000;
	text-indent: 4px;
	background: #fff;
}

.loginbutton {
	color:#000;
	border:1px solid #333;
	background:#fff;
	margin: 6px 0 0 10px;
}

#username, #password {
	width: 280px;
	margin: 0 10px;
}

.username, .password {
	margin: 0 0 0 10px;
}

.event_title {
	width: 500px;
	margin-bottom: 4px;
	padding-bottom:0px;
}

.float_right {
float:right; margin:0 40px 0 0; position:relative;top:10px;
}

.articlesButtons {
	float: right;
	text-align:right;
	position: relative;
	left: -40px;
}

.articlesButtons a img {
	border:0;
}

/* *****END***** */


#anchor-list {
	font-size: .9em;
	padding: 0;
	margin: 0;
}

#anchor-list li {
	margin: 0 0 10px 15px;
  color:#555;
}


#handheld_ul {
	top:10px;
	font-family:helvetica, sans-serif;
}

#handheld_ul li {
	margin:10px 0;
}

