/* ------- GENERAL CSS ------------ */
html, body {
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	text-decoration:none;
	color:#000000;
	font-size: 12px;
	text-align:left;
	height: 100%;
	background-color:#FFFFFF;
}
a {
	font-family: Verdana,Trebuchet MS,Arial,Sans-Serif;
	color:#4163B4;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
/* GLOBAL DEFAULTS */
.left {
	float:left
}
.right {
	float:right;
	height:0;
}
.clear{
	clear:both
}
#content ul{
	margin-left:10px;
}
#content li{
	background:url(../images/bullet.gif) no-repeat;
	background-position:0;
	list-style:none;
	margin-left:5px;
	padding-left:18px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content #search_pagelinks li{ 
	background:none;
}
/* TEMPLATE */
/* TOP */
#wrap {
	position:relative;
	min-height:100%
}
#header{
	height:94px;
	border-top:solid 3px #000000;
}
#menu{
	width:960px;
	margin:0 auto;
	height:51px;
}
#menu-banner-container {
	padding-top:1px;
	background-color: #F0F0F0;
	border-top: 2px solid #a1a1a1;
	width:100%;
	min-width:980px
}
#banner-container{
	background:url(../images/banner_bg.png) repeat-x bottom;
	height:160px;
}
#banner {
	width:960px;
	margin:0 auto;
}
#banner img{
	padding:4px 0;
}
#right-mid{
	padding-bottom:7px;
}
#right-mid a img{
	margin-bottom:-3px;
}


/* ---------- SEARCH ---------- */
.moduletable_search {
	float: right;
	margin-top: 9px;
	height:26px;
	width:325px;	
	position:relative;
}
#ps_results{
	position:absolute;
	top:24px;
}
.moduletable_search > form > label{
	display: none;
}

.moduletable_search > form > div > #ps_search_str {
	border: 0px none;
	background: url(../images/search_background.png);
	height:20px;
	padding:5px 0 0 5px;
	color: #FFFFFF;
	position:absolute;
	top:0;
	left:0;
	width:218px;
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
}
.moduletable_search > form > div > .button_search {
	background: url(../images/top-menu.jpg) center;
	height: 26px;
	width: 93px;
	border: none;
	font-size: 12px;
	color: #FFF;
	position:absolute;
	padding: 0 6px;
	top:0;
	right:0;
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	font-weight:bold;
}
/* ---------- SEARCH END ---------- */
/* HEADER MENU */
#header_menu{
	top:40px;
}
#header_menu li{
	display:inline;
	margin-right:10px;
}

#header_menu li a{
	text-decoration:none;
}
#header_menu li a span{
	font-size:10px;
	color:#000000;
}
#header_menu a:hover span{
	text-decoration:underline;
}
/*language selection*/
#jflanguageselection {
	right:0;
}
ul.jflanguageselection{
	background:url(../images/bg_select.png) no-repeat right top;
	cursor:pointer;
}
ul.jflanguageselection li{
	list-style:none;
	display:none;
}
ul.jflanguageselection li a{
	text-decoration:none;
}
ul.jflanguageselection li a:hover span{
	text-decoration:underline;
}
ul.jflanguageselection li span{
	font-size:10px;
	color:#000000;
}

ul.jflanguageselection li#active_language{
	display:block;
}
#active_language {
	width:90px;
}
/* TOP MENU */
#menu ul.menu > li{
	float:left;
	width:137px;
	height:46px;
	list-style:none;
	margin-right: 2px;
}
#menu ul.menu  > li#menuitem11{
	margin-right: 0;
}	
#menu ul.menu > li > a {
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	text-decoration:none;
	display:block;
	width:130px;
	height:46px;
	padding:4px 0 0 8px;
	color:#7d7d7d;
	outline:none;
}
#menu ul.menu > li > a > span{
	line-height:12px;
	font-size:11px;
}
#menu ul.menu > li > a > span:first-child{
	font-size:13px;
	line-height:20px;
	color:#000000;
	font-weight:bold
}

#menu ul.menu > li > a:hover, #menu ul.menu > li.active > a{
	background:url(../images/top-menu.jpg) no-repeat;
	color:#FFFFFF;

}
#menu ul.menu > li > a:hover > span:first-child, #menu ul.menu > li.active > a > span:first-child{
	color:#FFFFFF;
}
/* Added by miggy */
#menu ul.menu > li.active > ul {
	display: none;
}

/* MAIN CONTENT */

#body-wrap{
	width:960px;
	margin:0 auto;
	padding-top:10px;
	position:relative;
	overflow:visible;
}
#main-body{
	position:relative;
	
}
#left-column{
	width:250px;
	background-color:#DEDEDE;
	float:left;
	margin-right:30px;
}
#body-mid {
	width:670px;
	overflow:visible;
	padding-bottom: 20px;
}
#right-column{
	position:relative;
	float:right;
	width:240px;
	background-color:#DEDEDE;
	padding:0 20px;
}
#content{
	display:inline;
	float:left;
	min-height:300px;
}
#page{
	width:670px;
	position:relative;
	text-align: justify;
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
}
.contentheading{
	float:left;
	display:block;
}
.componentheading, .contentheading{
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	padding:10px 0;
}
p.buttonheading{
	float:right;
	display:block;
	padding-bottom:14px;
}
div#page p img{
	padding:2px;
	margin:2px;
	}
div#page p.buttonheading img{
	border:none;
	padding:0;
	margin:0;
	background:none;
}
.createdate{
	font-size:10px;
}
a img{
	text-decoration:none;
	color:#FFFFFF;
}
#banner img{
	border:none;
}


/* LEFT MENU */
#left-top{
	padding-bottom:10px;
}
#left-top > .moduletable > h3{
	padding:10px 0 5px 20px;
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
}
#left-column  .moduletable > ul.menu_left > li{
	padding-left:22px;
	height:31px;
	line-height:31px;
	list-style:none;
	text-decoration:none;
}
#left-column .moduletable > ul.menu_left > li > a{
	text-decoration:none;
	color:#000000;
}
#left-column  .moduletable > ul.menu_left > li.active{
	background-color:#2f5f9f;
}
#left-column  .moduletable > ul.menu_left > li.active a{
	color:#ffffff;
}
#left-column .moduletable > ul.menu_left > li > a:hover{ 
	text-decoration:underline;
}
#left-column .moduletable li.latestnews{
	padding: 10px 5px 10px 30px;
	list-style:none;
	display:block;
	text-decoration:none;
}
#left-column .moduletable li.latestnews > a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #4163B4;
	font-weight: bold;
	text-decoration:none;
}
#left-column .moduletable li.latestnews > a:hover{
	text-decoration:underline;
}

#left-bottom, #left-mid{
	border-top:#FFFFFF solid 10px;
	padding:5px 0 5px 0;
	text-align:center;
}

#left-column  .moduletable > ul.menu_left > li.item51 {
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	font-size:20px;
	line-height:40px;
	height:40px;
	font-weight:normal;
}	
/* FOOTER WRAP*/
.footerclear{
	clear:both
}
#footer-wrap{
	background-color:#232323;
	margin-top:10px;
	position:relative;
	width:100%;
	bottom:0;
	min-width:980px
}
#footer{
	float:left;
	width:960px;
	margin:0 auto;
}
.hr_copyright{
	border-top:#4d4d4d 1px solid;
	border-bottom:#1f1f1f 1px solid;
	background-color:transparent;
	height:3px;
	margin:0;
	padding:0;
}
#copyright{
	/* float:left; */
	width:960px;
	margin:0 auto;
	height:54px;
	position:relative;
}
span.copyright {
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	font-size:10px;
	color:#7D7D7D;
	line-height:40px;
	float:left;
}
#footer_menu{
	position:relative;
	height:40px;
}

#footer_menu li{
	float:left;
	list-style:none;
	margin-left:10px;
	margin-top:13px;
	width: 90px;
}
#footer_menu li a {
	text-decoration:none;
	color:#7D7D7D;
	font-size:10px;
	line-height:11px;
	float:right;

}
#footer_menu span{
	float:right;
}
#footer_menu li a:hover{
	text-decoration:underline;
}
#footer_menu li img {
	border:none;
	margin-left:5px;
}
/* CONTACT */
.rsform{ 
	width:770px;
}
#ContactInfo{
	padding-top:10px;
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	font-size:9px;
	color:#c9c9c9;	
	width:173px;
}
.Contact table{
	vertical-align:bottom;
	float:left;
}
.Contact .label{
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	font-size:9px;
	color:#c9c9c9;	
}
.Contact input[type='text']{
	background-color:#383838;
	border:solid 1px #4c4c4c;
	color:#FFFFFF;
	width:198px;
	height:18px;
	margin-right:16px;
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	margin-top:3px;
}
.Contact table td{
	padding:2px 0 4px 0;
}
.Contact select{
	background-color:#383838;
	border:solid 1px #4c4c4c;
	color:#FFFFFF;
	width:200px;
	height:22px;
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	line-height:22px;
	margin-top:3px;
}
.Contact textarea{
	background-color:#383838;
	border:solid 1px #4c4c4c;
	color:#FFFFFF;
	height:115px;
	width:320px;
	margin-top:3px;
}
.Contact label{
	color:#c9c9c9;
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	font-size:9px;
	position:relative;
	bottom:2px
}
.Contact input[type='submit'], .Contact input[type='reset']{
	background-color:#383838;
	border:solid 1px #4c4c4c;
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
	font-size:9px;
	color:#7d7d7d;	
	height:22px;
}
.Contact span{
	padding-bottom:3px
}
#ContactUs{
	padding:10px 0;
}
#ContactUs span{
	color:#c9c9c9;
	display:block;
	font-size:11px;
	line-height:12px;
	font-family:Verdana,Trebuchet MS,Arial,Sans-Serif;
}
#ContactUs span:first-child{
	color:#2f5f9f;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}

.Contact #Important0 {
	margin-top: 6px; 
}

.Contact #Important0 + label{
	margin-right:15px;
	position:relative;
	bottom:2px
}
.Contact #Important1 + label{
	margin-right: 15px;
	position:relative;
	bottom:2px
}
.Contact #captcha15 {
	float:left;
	height: 44px;
}

.Contact #contactCapcha a {
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

.Contact #contactCapcha #component15 {
	float: left;
}

/* FRONT PAGE */
.article_row{
	position:relative;
	overflow:visible;
}
.blog .contentheading + p{
	clear:both;
	padding:5px 0 0 0;

}
.blog p, #page p{
	margin:0;
}
.blog p .readmore {
	float: right;
}
.article_column {
	float:left;
	padding-right:20px;
	text-align:justify;
}
.column1.cols2{
	background:url(../images/mainpage_background.png) repeat-y 310px 0;
	padding-right:40px;
}
.column2.cols2{
	padding:0;
}
.cols2{
	width:290px;
}
.article_separator {
	display:none;
}
.blog{
	width:675px;
	margin-bottom: 10px;
}
.cols4{
	width:300px;
	margin-right:25px;
	margin-top:20px;
	padding:8px 0 0 8px;
	background:url(../images/portfolio-item-bg.jpg) no-repeat;
	height:184px;
	overflow:hidden;
}
.cols4 a{
	text-align:center;
	margin:0 auto;
	width:auto;
}
.cols4 img{
	border:1px solid #000000;
}
.cols4 img:hover{
	border:1px solid #FFFFFF;
}
#newsletterJSBox {
	background:#f0f0f0;
	border:5px solid #888888;
	height:150px;
	width:300px;
}

#newsletter-inputs {
	margin-left:65px;
	margin-top:30px;
}

#newsletter-inputs input{
	margin-left:5px;
}

#newsletter-inputs label{
	border:0px solid;
}

#newsletter-inputs .button{
	background:#f0f0f0;
	border:1px solid #888888;
	margin-left:50px;
	margin-top:10px;
}
#newsletter-close {
	margin-right:5px;
	margin-top:12px;
	text-align:right;
}
#newsletter-close a{ 
	color:#888888;
	font-weight:bold;
	text-decoration:none;
}
#newsletter-close a:hover{ 
	color:#595e5e;
	text-decoration:underline;
}
#emailErrorMsg {
	color:red;
	font-size:10px;
	height:10px;
	margin-right:71px;
	text-align:right;
}
/*front page news*/
.newsflash h3{
	font-size:16px;
	border-bottom:4px solid #000000;
	text-transform:uppercase;
	padding:15px 0;
}
#right-column a, #right-column img{
	text-decoration:underline;
	border:none;
}
#right-column a:hover{
	text-decoration:underline;
}
#right-bottom{
	border-top: 10px #FFFFFF solid;
	padding: 5px 0 5px 0;
	margin:0 -20px;
	text-align:center;
}
ul.newsflash{
	padding-bottom:10px;
}
#readMore{
	border-bottom:2px solid #000000;
	padding-bottom:5px;
	margin-bottom:5px;
}
ul.newsflash li{
	margin-top:15px;
	list-style:none;
	position:relative;
	width:240px;
}
.newsflash .createdate{
	display:block;
	height:32px;
	line-height:32px;
	width:70px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	background-color:#4163b4;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
}
#banner li{
	list-style:none;
	display:none;
}
.newsflash h4{
	float:left;
	width:150px;
	padding-bottom:10px;
}.newsflash h4 a{
	font-size:12px;
	text-decoration:none;
}
.newsflash p{
	display:block;
	clear:left;
	margin:0;
	font-size:11px;
}
/*Job Application Form*/
#userForm3 input, #userForm3 textarea{
	border:1px black solid;
}
/*News Archieve Styling*/
#archive-list li{
	list-style:none;
}
#archive-list .contentheading{
	float:inherit;
}
ul.pagination li{
	list-style:none;
	display:inline;
	margin:10px 0;
	padding:0 0 0 10px;
	position:relative;
	top:20px;
}
.blog_more {
	display: none;
}
/*overlay*/
div#overlay { 
     
    /* growing background image */ 
    background-image:url(../images/white.png);
     
    /* dimensions after the growing animation finishes  */ 
    width:280px; 
    height:230px;         

    /* initially overlay is hidden */ 
    display:none; 

    /* some padding to layout nested elements nicely  */ 
    padding:20px; 
} 
 
/* default close button positioned on upper right corner */ 
div#overlay div.close { 
	background-image:url(../images/cancel2.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:16px; 
    width:16px; 
}
div#overlay input{
border:solid 1px #4c4c4c;
margin:5px 0;
}
#contactCapcha{
	position:relative;
	text-align:right;
	padding-right:16px;
}
#contactCapcha input{
	margin:0;
}
/* others*/
.leading .contentheading{
	padding-bottom:0;
}
.leading .createdate{
	padding-bottom:5px;
	display:block;
}
.articleinfo .createdate{
	float:left;
	clear:both;
	display:block;
	margin:0 0 10px 0;
}
/* Sitemap layout */
#content .xmap ul.level_0 li {
	list-style: none;
	margin-left: 0;
	font-weight: bold;
	padding: 4px 0;
	list-style-image: none;
}
#content .xmap ul.level_0 ul.level_1 li {
	padding: 2px 0 2px 0;
	margin-left: 10px;
	list-style: none;
	list-style-image: none;
}
#content .xmap ul.level_0 ul.level_1 ul.level_2 li {
	list-style: none;
	list-style-image: none;
}
#content .xmap ul.level_0 li a {
	text-decoration: none;
	font-style:normal;
	padding: 2px 0;
	font-size: 14px;
}
#content .xmap ul.level_0 ul.level_1 li span {
	text-decoration: none;
	font-style:normal;
	padding: 2px 0 0 0;
	font-size: 14px;
}
#content .xmap ul.level_0 ul.level_1 li a {
	font-size: 12px;
	font-weight:normal;
	background:url(../images/bullet.gif) no-repeat 0% 50%;
	padding-left: 20px;
}
#content .xmap ul.level_0 ul.level_1 ul.level_2 {
	padding: 2px 0 2px 0;
	margin-left: 20px;
	list-style: none;
}
#content .xmap * {
	list-style: none;
	list-style-image: none;
}
#userForm4 textarea#address {
	width:200px;
}
#userForm4 table tr td{
	padding-top:8px;
}
#userForm4  input, #userForm4  textarea {
	border:1px solid black;
	width:200px;
}
#JobApInputContainer input { 
	width:97px;
}
#header-wrap {
	width:100%;
	height:94px;
	border-top:solid 3px #000000;
}
#wpclients  td p{
	margin-top: 9px;
}
#main-header {height:94px;width:960px;margin:0 auto;}
#wplogo {width:630px;float:left;}
#search-laguage-headermenu-container {width:330px;float:right;}
#search-module {width:330px;height:40px}
#headermenu-language-container {width:330px;text-align:left;padding-left:5px;}
#header-menu {float:left;width:230px;}
#language-module {float:right;}
#search-module2 {position:absolute;width:100%;top:0;height:30px;}
#search-bar {width:960px;text-align:right;margin:0 auto;}
#ps_results {position:relative;right:102px;}
/*march 1, 2010*/
.Contact textarea{
	overflow: auto;
}

.hr_copyright {
	border: none;
	border-top: 1px solid #4d4d4d;
	clear: both;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
#copyright-container, #footer-container {
	margin:0 auto;
	width:960px;
}

#content ul.pagination li {
	background:none
}

.blog h2 a {
	font-size:14px;
}

a.readon {
	font-size:11px;
}

