body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

h1{
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0.2em;
	font-weight: normal;
}

h2{
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0.4em;
	/* margin-top: 0.8em; */
}

h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.4em;
}

h4{
	font-size: 16px;
	font-weight: normal;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

a, a:link {
	color: #cc0066; 
	text-decoration: none;
}

a:visited {
	color: #cc0066; 
	text-decoration: none;
	
}
a:hover {
	color: #ffffff; 
	/* text-decoration: underline; */
}

a:active {
	color: #cc0066; 
	text-decoration: none;
}

ul {
	padding-left: 1.3em;
	margin-left: 0;
	margin-top: 0.2em;
	padding-top: 0.2em;
}

li {
	margin-left: 0;
	padding-left: 0;
}

form{
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}

#container { 
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* border: 1px solid #000000; */
} 
#header { 	
	padding: 0 17px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#logo { 
	float: left;
	padding: 28px 0 0 17px;
	width: 220px;
	height: 33px;

}

#langNav{
	float: right;
	padding-top: 37px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.langNavLink{
	float:left;
}

#langNav a, #langNav a:link, #langNav a:visited {
	color: #cc0066;
	font-size: 12px;
	font-weight: bold;
}

#langNav a:hover{
	color: #ffffff;
}

.piippu{
	float: left;
	color: #666666;
}

#langNav .piippu{
	padding: 0 4px 0 4px;
}


#langNav a.NavLinkSelected, #langNav a.NavLinkSelected:link, #langNav .a.NavLinkSelected:visited {
	color: #ffffff;
}

#mainNav{
	width: 100%;
	padding: 11px 0 9px 17px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}

.mainNavLink, .mainNavLinkSelected {
	margin: 0;
	float: left;
}

/*
.mainNavLink a{
	margin: 0;
}
*/
#mainNav .piippu{
	padding: 0 15px 0 8px;
	margin: 0;

}

#mainNav .mainNavLinkSelected a{
	color: #ffffff;
}

.wideLine{
	clear: both;
	width: 100%;
	height: 2px;
	background-color: #666666;
	margin: 0;
	padding: 0;
	font-size: 0px;
}


.wideLineTop{
	clear: both;
	width: 100%;
	height: 2px;
	background-color: #666666;
	margin: 0;
	padding: 0;
	font-size: 0px;
	margin-bottom: 17px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	/* padding: 0 10px 15px 0px; */
	/* border: 1px solid green; */
}

#subNav{
	padding: 0px 16px 10px 17px;
	/* border: 1px solid red; */
}

#subNav a, #subNav a:link, #subNav a:visited {
	font-size: 16px;
	font-weight: bold;
}

.subNavLink{
	padding-bottom: 7px;
}

#subNav a.NavLinkSelected, #subNav a.NavLinkSelected:link, #subNav .a.NavLinkSelected:visited {
	color: #ffffff;
}

#mainPic{
	padding: 0px 0 16px 0;
	margin: 0;	
}

#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 15px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 

#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
}

#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
}

#leftCol{
	float: left;
	width: 446px;
	text-align: left;
	/* padding: 0 16px 0 0; */
	padding: 0 0 0 0;
	/* border: 1px solid red; */
}

p #leftCol {
	text-align: left;
}

#rightCol{
	float: right; 
	width: 220px;
	margin: 0;
}

#rightCol p{
	margin-bottom: 0;
	margin-top: 1em;
	/* margin-bottom: 10px; */
}

#rightCol h1{
	/* font-size: 18px; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#rightCol h2{
	/* font-size: 16px; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}




/*
.cpost-titlex a{
	color: #00FF00;
}
*/

#footer { 
	padding: 10px 10px 10px 17px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* border: 1px green solid; */
	
} 

#footerLinks {
	float: left;
	//width:500px;
	font-weight: bold;
	color: #666666;
	
}

.footerLink {
	float: left
}

#footerText{
	float: right;
}

#footer .piippu{
	padding: 0 4px 0 4px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* FRONTAGE STYLES */
#mainPicFront{
	padding: 0px 0 16px 0;
	margin: 0;	
}

#mainContentFront{
	padding-top: 0px;
	padding-bottom: 20px;
	
}


#mainContentFront h1 {
	font-family: "Times New Roman", Times, serif;
}

#mainContentFront h2 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 8px;
}



#mainContentFront p {
	margin:0;
}


#newsFront{
	float: left;
	width: 218px;
	padding-left: 16px;
}

#newsFront h1{
	font-family: "Times New Roman", Times, serif;
}

#newsFront h2{
	font-family: "Times New Roman", Times, serif;	
	margin: 0 0 0 0;
}

#newsFront .newsDate{
	color: #999999;
	margin: 0;
	padding: 5px 0 0 0;
}


.ColFront{
	float: left;
	width: 218px;
	padding-left: 16px;
	text-align: left;
}


#newsFront p {
	padding: 0 0 12px 0;
}

.ColFront p { 
	padding: 0 0 12px 0;
}


/* lightbox */

#lightbox{
	background-color:#ffffff;
	/* color: #cc0066;
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; */
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails{
	/* font-size: 0.8em; */
	padding-top: 1em; 
	color: #cc0066;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#lightboxDetails a:hover{
	color: #cc0066;
}

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(/mectalent_dev/images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(/mectalent_dev/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/mectalent_dev/images/overlay.png", sizingMethod="scale");
}