/*-----------------------Special Tags-----------------------*/
* {
	margin: 0;
	padding: 0;
}

.clear_both { 
	clear:both;
}

.index	{
	background-image: none;
	background-color:#FFFFFF;
}

p.error	{
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border:1px solid red;
}

/*-----------------------Top Logo, Top Flash-----------------------*/
.image_logo	{
	width: 220px;
	height: 103px;
	border:none;
	margin-top:15px;
	margin-left:5px;
}

.text_logo	{
	text-decoration:none;
	font-size:14px;
	margin-left:10px;
	color:#4F0099;
}

/*-----------------------Search Form-----------------------*/
.table_search	{
	padding:0;
	margin:0;
}

.search_borders	{
	border-bottom: 1px solid #ccc;
}

.form_search_input	{
	width:120px;
}

.form_search_button	{
	margin-left:5px;
	background-color:#059065;
	color:#FFFFFF;
	width:60px;
}

.form_search_button:hover	{
	cursor:pointer;
}

.search_title	{
	padding-top:20px;
	font-size:14px;
	color:#4F0099;
}

.search_title	a{
	text-decoration: underline;
}

.search_content	{
	color: #000 !important;
	font-size: 12px !important;
	font-weight: normal !important;	
}

.search_content	strong {
	color: #000 !important;
	font-size: 12px !important;
	font-weight: normal !important;	
}

.navigation	{
	font-size:14px;
	text-decoration:none;
}

.navigation a	{
	text-decoration:none;
}

/*-----------------------Right Menu Bullets-----------------------*/
.sublevel {
	padding-left: 10px;
	background: url('/images/bullet.gif') left no-repeat;
}

/*-----------------------Footer Copyright Logos-----------------------*/
.entech_logos {
	margin:20px 0px 5px;
	text-align:center;
}

.entech_logos img {
	border: 0;
}

/*-----------------------For all forms-----------------------*/
.required	{
	color:#FF0000;
}

/*----Labels----*/
.label	{
	text-align:left;
}

.comment_label	{
	vertical-align:super;
}

.newsletter_info	{
	padding:0;
	margin:0;
}

.label_submit	{
	text-align:left;
}

/*----Buttons----*/
.form_button	{
	margin-top:10px;
	padding:2px 5px 2px 5px;
	color:#4F0099; 
}

.form_button:hover	{
	cursor:pointer;
}

/*-----------------------Sponsors-----------------------*/
.float_left {
	float:left;
	width:120px;
	height:120px;
}

.sponsor_item {
	border-bottom:1px solid #CCCCCC;
	height:150px;
	margin-bottom:10px;
}

.title_partners	{
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}

.resources	{
	width:500px;
	height:125px;
}

/*-----------------------News-----------------------*/
.news_content {
	text-align: justify;
}

.news_button	{
	font-size:14px;
	text-decoration: underline;	
}

.news_button:hover	{
	color: #059065;
}

.news_button:visited	{
	color: #CC66FF;
}

/*************** FORM Message *********************/

.error_msg {
	color: #CF204C;
	background: #FFCCCC;
	margin: 10px auto;
	width: 500px;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px;
	border: 1px solid #CF204C;
	text-align: center;
}

.sucess_msg {
	color: #225522;
	background: #eeffee;
	margin: 10px auto;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 500px;
	padding: 20px;
	border: 1px solid #66bb66;
	text-align: center;
}

.error {
	color: red;
	font-weight: bold;
}
