/*
	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
	_/
	_/	MEFL CSS
	_/  EnTechnevision Inc. 2004
	_/
	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
*/

/* -- HTML tags -- */
body {
	padding: 0;
	margin: 0;
}

/* \ */
body {
	min-width: 775px;
	width: auto;
}

div, p, ul, li, a, span, h1, h2, h3, 
legend, label, textarea, table, td, th, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

input, select, button, textarea {
	border: 1px solid #CCC;
	text-align: left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[name]:hover {
	text-decoration: none;
}

h1 {
	font-size: 2em;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	color: #333;
	text-align: left;
}

h2 {
	position: relative;
	font-size: 1.7em;
	font-weight: bold;
	padding: 5px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	text-align: left;
}

h3 {
	margin: 0;
	padding: 0;
}

ul {
	margin: 3px;
	margin-left: 20px;
	padding: 0;
}

li {
	margin: 0;
	padding: 1px 0; 
	text-align: left;
}

img {
	border: 0;
}

th {
	color: #FFF;
	text-align: center;
}

td {
	padding: 4px;
	vertical-align: top;
}

caption {
	padding: 5px;
	text-align: right;
}

/* -- CLASS -- */
.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clear_none {
	clear: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.float_left {
	position: relative;
	float: left;
}

.required {
	color: #F00;
}

/* --------------------------------------------- */

/* -- HEADER -- */
#header {
	height: 60px;
	padding: 10px 0 18px 25px;
	_padding-bottom: 0;
	_height: 10px;
	width: expression(document.body.clientWidth < 775 ? "775px" : "100%");
}

#header_right {
	position: relative;
	float: right;
}

#header_right A IMG {
	border-bottom: 0;
	margin-right: 2px;
	_margin-bottom: -2px;
}

.title {
	margin-left: 140px;
	margin-top: -10px;
	padding: 0;
}

/* -- PATH MENU -- */
#path {
	margin-top: -20px;
	padding: 0;
	width: expression(document.body.clientWidth < 775 ? "775px" : "100%");
}

/* \ */
#path {
	margin-top: 0;
}

#path P {
	padding: 3px 3px 3px 15px;
	margin: 0px
}

#path A {
	font-size: 1em;
	padding: 0;
	margin: 0px
}

.path_underline {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 2px solid #F2EAE5;
	font-size: 1px;
	height:1px;
}

/* --------------------------------------------- */

/* -- CONTAINER -- */
#main  {
	width: expression(document.body.clientWidth < 775 ? "775px" : "100%");
}

#container {
	padding: 0 22% 0 10px;
	margin-top: 10px;
	margin-left: 22%;
	text-align: justify;
	min-height: 500px;
	height: 500px;
}

/* \ */
#container {
	height: auto;
}

#container P {
	/*margin-right: 15px;*/
	_margin-right: 20px;
}

#container TABLE {
	_margin-right:20px;
}

/* -- CONTAINER ABOUT -- */
#container_about {
	padding: 0px 50px 10px 10px;
	margin-top: 10px;
	margin-left: 22%;
	text-align: justify;
	min-height: 500px;
	height: 500px;
	_margin-right: 20px;
}

/* \ */
#container_about {
	height: auto;
}

#container_about P {
	/*margin-right: 15px;*/
	_margin-right: 20px;
}

#container_about TABLE {
	_margin-right: 20px;
}

/* -- */
#bg_img {
	background-color: #EBF2F4;
}

#bg_img IMG {
	_margin-left: -2px;
}


.content_divider {
	height: 1px;
	font-size: 1px;
	margin: 10px 0;
	_margin-right: 20px
}

.margin_top_25 {
	margin-top: 25px;
}

.mail {
	font-family: Courier New, Courier, mono;
	font-weight: bold;
}

/* -- SECTION -- */
.section {
	position: relative;
	margin-right: 0;
	margin-bottom: 10px;
}

.section h2 {
	font-size: 1.6em;
	margin: 0;
	margin-bottom: 5px;
	
}

.section ul, .section li {
	margin-right: 0;
}

.service {
	float: left;
	width: 49%;
	_width: 25%;
	margin-right: 1%;
	_text-align: left;
}

.projects {
	float: left;
	width: 49%;
	_width: 25%;
		_text-align: left;
}

.resources {
	position: relative;
	_margin-right: 25px;
	margin-top: 10px;
}

.description {
	text-align: left;
}

.back {
	padding: 5px;
}

#membership {
	width: 100%;
	_width: 50%;
}

/* -- STAFF -- */
#staff_photo {
	float: right;
	border: 1px solid #D66F00;
	margin: 15px;
}

#picture_news {
	float: right;
	border: 1px solid #002979;
	margin: 15px;
	max-width: 200px;
	width: 200px;
	text-align: center;
}

/* \ */
#picture_news {
	width: auto;
}

.picture {
	float: right;
	margin: 15px;
	width: 200px;
}

/* \ */
.picture {
	width: auto;
}

.resource_name {
	font-size: 1.1em;
	font-weight: bold;
}

/* -- FORM -- */
form P {
	clear: left;
	_clear: both;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form {
	border: 0;
	padding: 10px;
	padding-top: 15px;
	margin: 0;
}

fieldset {
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #FFCC8A;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 22%;
	_width: 15%;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.input_label {
	float: left;
	width: 30%;
	border: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.selectbox {
	font-size: 10px;
}

.event {
	font-size: 1.6em;
	_margin-right: 20px;
}

/* --------------------------------------------- */

/* -- BACK BUTTON --*/

.back_btn {
	background-color: #FF9916;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #D66F00;
	padding: 6px;
	margin: 0;
	_margin-right: -20px;
	text-align: center;
}

.back_btn A {
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
}

#container P.back_btn A {
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
}

#container_about P.back_btn A {
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
}

/* -- RIGHT MENU -- */

.required_hot {
	font-weight: bold;
	color: #FF9916;
}

.house_dark {
	background-color: #B72301;
	color: #FFF;
	border-top: 1px solid #FFF;
	text-align: left;
}

.house_dark A {
	color: #FFF;
	font-weight: bold;
}

.house_dark P {
	color: #FFF;
	padding: 10px 5px;
	margin: 0;
}

/* -- BUTTONS FOOTER -- */
#but_news {
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	_margin-top: 20px;
	margin-bottom: 5px;
}

#but_footer {
	margin-top: 10px;
	background-color: #F2EAE5;
	clear: both;
	text-align: center;
	width: expression(document.body.clientWidth < 775 ? "775px" : "100%");
}

#but_footer UL LI {
	border-right: 1px solid #FFF;
}

/* -- MENU FOOTER -- */
#menu_footer {
	position: relative;
	clear: both;
	background-color: #002979;
	color: #FFF;	
	text-align: center;
	border-top: 2px solid #7FB6DD;
	padding: 5px;
	width: expression(document.body.clientWidth < 775 ? "775px" : "100%");
}

#menu_footer A {
	color: #FFF;	
}

/* -- FOOTER -- */
#footer {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 0.7em;
	padding-bottom: 10px;
	color: #FFF;
	background: #fff;
}

.ie_width100 {
	width: expression(document.body.clientWidth < 775 ? "775px" : "100%");
}

/* -- PRINT -- */
#logo_ETV_print {
	display: none;
}

@media print {

#menu_footer, #line, #line_2, #line_3
#menu, #footer, #but_footer,
.print_hidden {
	display: none;
}

#logo_ETV_print {
	display: block;
	text-align: center;
}

}

input#btnSave {
	padding: 5px !important;
	font-size: 14px !important;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
	text-transform: uppercase; 
	background-color: #fdd6a4;
}

#footer p, #footer p a {
	font-size: 10px !important;
}