*{
    margin: 0px;
    padding: 0px;
}

/* /////Hide for Auto-height


html {
    height: 100%;
}   

///// End hide for auto-height*/

/* Add for Auto-height */
html, body {margin:0; padding:0%; height:96%}
/* End Add for Auto-height */

body {
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;
    /*margin-top: 0px;*/
    margin-right: auto;
    margin-left: auto;  
    height: 100%;
}

h1 {
    font-size: 160%;
    color: #3f68aa;
}

h2 {
    font-size: 100%;
    color: #3f68aa;
}


#con_middle ul { 
   	list-style-type: disc;
	list-style-position: outside;
	padding: 4px 0px 4px 22px;
}
	
#con_middle li { 
   	padding: 0px 0px 0px 0px;
} 

#con_middle ol { 
   	list-style-type: decimal;
	list-style-position: outside;
	padding: 4px 0px 4px 22px;
}

		
a:link, a:visited,a:active { color: #3f68aa; text-decoration:none; }
a:hover {color: #ff6600; text-decoration:none;}

.activelink {color: #FF3300;}

a.sitewide,a.sitewide:active,a.sitewide:visited { color: #ffffff; text-decoration: none; }
a.sitewide:hover { color: #00ccff; text-decoration: none; }



/*container*/
#con_main {
	position: relative;
	margin: 0px auto;
	width: 952px;
	text-align: left;
	/* background-image: url(images/bkg_content.gif); */
	background-image: url(../images/layout/bkg_content.gif);
	/*new auto height col*/
	height: 100%;
	min-height:100%;
	margin-bottom:-44px;
}

/* Add for Auto-height */
* html #con_main {height:100%}

body>#con_main {height:auto}

html>body #con_main {height:auto}
/* End Add for Auto-height */
	
#top_nav  {
    margin: auto; 
    width: 952px;
    /* height: 154px; */
    height: 140px;
    /* background-image: url(images/bkg_header.jpg); */
    background-image: url(../images/layout/bkg_header.jpg);
    
}

#con_sitewide {
    position: relative;
	left: 15px;
	top: 4px;	
	width: 940px;
	padding: 0px;
	float: left;
}

.sitewide_item {
	margin: 0px 4px 0px 2px;
	padding: 0px;
	float: left;
	color: #ffffff;
	font-size:  70%;
}

#logo {
    position: relative;
    float: left;   
    left: 46px;
    top: 38px;
    width: 280px;
}

#main_con_content  {
    margin-right: auto;
    margin-left: auto;
    width: 952px;
    display: block;
    float: left;
    /* background-image: url(images/bkg_content.gif); */
    background-image: url(../images/layout/bkg_content.gif);
}

#con_left {
	width: 194px;
	height: 250px;
	position: relative;
	float: left;
	/* background-image: url(images/bkg_leftmenu.jpg);*/
	/* background-image: url(../images/layout/bkg_leftmenu.jpg); */
	background-repeat: no-repeat;
}

#con_middle {	
	font-size: 70%;
    width: 508px;
	line-height: 130%;
	position: relative;
	float: left;
    margin: 10px 10px 0px 28px;
}
 
#con_right {
	width: 192px;
	height: 240px;
	left: 760px;
	position: absolute;
   	float: left;
	/* background-image: url(images/bkg_rightmenu.jpg); */
	/* background-image: url(../images/layout/bkg_rightmenu.jpg); */
	background-repeat: no-repeat;
	text-align: center;
}	 

#con_bottom {
    width: 952px;
    height: 40px;
    font-size: 70%;
    color: Gray;
    text-align: center;
    /* background-image: url(images/bottom_content.gif); */
    background-image: url(../images/layout/bottom_content.gif);
    background-repeat: no-repeat;
    padding-top: 4px;
    /* NEW for auto-height */
    position:relative;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

/* Add for Auto-height */
#clearfooter{clear:both;height:-40px;}/*needed to make room for footer*/
/* Add for Auto-height */
     
img { 
    border: 0px ;
}
   
.grey { 
    color: #7e7e7e;
}

.contact a {
    color: #ffffff;
}

.contact a:hover {
    text-decoration: underline;
}

.currentvacature {
	color: #ff6600;
}

.currentpage {
	color: #ff6600;
}

.newstitle {
    color: #3f68aa;
    font-size: 12px;
    font-weight: bold;
}

.newsdate {
    color: Gray;
    font-size: 10px;
}

.newshr {
    color: Gray;
	height: 1px;
}

.logorightpartner {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.logorightpartner2 {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}

.logorightpartner3 {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
}

.bluetext {
    color: #3f68aa;
}