@media screen {
	
/*************************************************
css reset and general setup
*************************************************/

* { margin: 0; padding: 0; }
body { 
font-family:Arial, Helvetica, sans-serif;
width:100%; display:table; 

background: #d5e6ee url(./images/body-bg.jpg) top center no-repeat;
}
.main-bg {
 min-height:100%; width:1010px; margin:0px auto; 
}
.clearer { clear: both; line-height:0px; font-size:0px; height:0px; }
.clear { clear:both;}
.floatleft { float:left }
.floatright { float:right }
 /* First selector = IE6, Second Selector = IE 7 */

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }

p { margin: 0 0 10px 0; }
a { text-decoration:none; }
a:link { color:#4C8EB9; }
a:visited { color:#4C8EB9; }
a:hover { color:#70A4C7; } 

img { border: none; outline:none;} 

#page-wrap {
	display:block;
	width:960px; min-height:382px;
	margin:33px auto 5px auto;
}
#page-menu {
	display:block; width:982px; height:119px;
	background: url(./images/menu.png); margin:0px auto;
	
}

#header {
	display:block; width:1000px; height:350px;
	margin:0px auto;
}
.cert {
	display:block; width:387px; height:243px;
	margin:74px 2px 0 0; float:right;
}
.ournews {
	display:block; width:323px; min-height:333px;
	margin:2px 15px 0 0; float:right;
}
.cert h2, .ournews h2 { font-family:"Arial Black", Gadget, sans-serif; color:#FFF; text-shadow: 1px 1px #666; padding:2px 0 0 15px;}
.certLogo {
	display:inline-block; width:auto; height:75px;
	margin:5px 2px 10px 5px; float:left;	
}
/*************************************************
page content
*************************************************/	


/*************************************************
footer
*************************************************/	
#footer-wrapper {
 margin:0px auto; display:block; width:100% !important;
 height:220px;
 background:#127fa6 url(./images/footerbg.png) repeat-x;
	
}


/************flickr plugin************/
#footer .widget ul.flickr-thumbs { margin:15px 0px 0px 0px; }
#footer .widget ul.flickr-thumbs li { margin: 10px 10px 0px 0px; }
#footer ul.flickr-thumbs li {list-style-image:none;}
#feed-panel-wrapper ul.flickr-thumbs li {list-style-image:none;}
.flickr-thumbs { margin: 15px 0px 0px 0px; padding: 0; overflow: hidden; }
.flickr-thumbs li { list-style: none; float: left; margin: 10px 10px 0px 0px; padding: 4px; background: #fff; -moz-box-shadow: 0 0 4px #444; -webkit-box-shadow: 0 0 2px #000; }
.flickr-thumbs li a { }
.flickr-thumbs li img { display: block; border:none !important; padding:0px !important; }
.flickr-thumbs li a img { border: none;}

} /* END screen media */

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome CSS here*/

    input#s {
        padding-top:17px;
    }
}

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; outline:none;}
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

/* feed panels */
.feed-panel {
	float:left;
	margin-right:30px;
	margin-top:34px;
	height:355px;
	width:300px;
}
.feed-panel.right-most {
	margin-right:0px;
}
.feed-panel .top {
	height:4px;
	width:300px;
	background:url(./images/feed-panel-top.png) no-repeat 0px 0px;
}
.feed-panel .bottom {
	height:4px;
	width:300px;
	background:url(./images/feed-panel-bottom.png) no-repeat 0px 0px;
}
.feed-panel .inner {
	padding:3px 10px;
	width:278px;
	background:#EEEEEE;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
	border-bottom:1px solid #C9C9C9;
}
.feed-panel .category {
	text-transform:uppercase;
	padding:4px 0px 0px 5px;
	font-size:.7em;
}
.feed-panel .article-image {
	border:1px solid #CCC;
	background:#FFF;
	padding:4px;
	margin:4px auto; width:260px;
}
.feed-panel .article-image-placeholder {
	height:152px;
}
.feed-panel .article-image img {
	margin:0px auto; display:block;
}
.feed-panel .content {
	padding:5px 8px 0px 8px;
	height:140px;
	overflow:hidden;	
}
.feed-panel h2 {
	margin-bottom:5px;	
}
.feed-panel h2 a {
	font-size:.65em;
	color:#333333;	
}
.feed-panel h2 a cufon {
	padding-bottom:6px;
}
.feed-panel .excerpt {
	font-size:.75em;
	line-height:1.5em;
	color:#545454;
}
.feed-panel .meta {
	border-top:1px solid #FFFFFF;
	width:298px;
	background:#E2E2E2;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
	font-size:.6em;
	text-transform:uppercase;
}
.feed-panel .meta a {
	color:#666;
}
.feed-panel .author {
	float:left;
	width:140px;
	padding:5px 15px;	
	height:12px;
	color:#999;
}
.feed-panel .comments {
	float:left;
}
.feed-panel .comments a {	
	display:block;
	width:14px;
	padding:5px 10px;	
	height:12px;	
	color:#FFF;
	font-size:9px;
	text-align:center;
	background:url(./images/feed-comments.png) no-repeat center center;
}
.feed-panel .fullstory {
	float:left; margin-left:30px;
}
.feed-panel .fullstory a {
	display:block;	
	width:74px;
	padding:5px 10px;	
	height:12px;
}
.feed-panel .fullstory a:hover {
	color:#999;
}

.since{	
	display:inline-block;
	width:530px;
	padding:5px 10px;	
	height:370px;
	float:left;	
}

.sinceLogo {	
	display:inline-block;
	width:156px; height:110px;	
	float:left; margin:13px 0 7px 15px;	
}
.sinceTitle {	
	display:inline-block;
	width:200px; height:47px;	
	float:right; margin:75px 130px 0 0;
}

.sinceData {	
	display:block;
	width:520px; height:240px;	
	float:left; border-top:1px solid #81ffff;
}
.newsat {	
	display:block;
	width:500px; height:100px;	
	float:left; border-bottom:1px dashed #279ac3;
	margin-bottom:10px;
}
.sinceData .imagat {
	margin:5px 5px 5px 1px; float:left; display:inline-block; width:147px !important;
}
.sinceData p {
	margin:5px 5px; float:right; display:inline-block;
	font-size:.75em !important;
	line-height:1.5em !important;
	color:#FFF; text-align:justify;
	width:335px;
}

.map {
	margin:5px auto; display:block;
	width:1024px; height:517px;
	background:url(./images/map.png) no-repeat center;
}

.innerPages {
	margin:5px auto; display:block;
	width:900px; height:auto;
}
.post-content {margin:30px auto; display:block;
	width:900px; height:auto; border-bottom:1px dashed #999;}
/*----------- Contact Page ----------*/
#contact_form .form_field { padding: 0 0 14px; }
#contact_form label { margin:0 0 5px 0; display:block; }
#contact_form .text, #contact_form .textarea, #contact_form .button { padding:8px 4px; }
#contact_form .text, #contact_form .textarea { border: 1px solid #CCC; }
#contact_form .button { line-height:1; cursor:pointer; padding:5px 10px; }
.form_field input#submit { border: 0 none !important; font-size:14px; font-family:Tahoma, Geneva, sans-serif;}
#error-msg { margin:0; }
p.error { display:none; color:#F00; padding:0; margin: 0; text-align:center;}
p#success { display: none; color: #3F9153; font-style: italic; }

#contact_form .form_field_half 	{ width: 300px; padding: 0 10px 15px 0; }

.fancy { background: #ff9900 repeat-x; display: inline-block; padding: 6px 10px 7px; color: #fff; text-decoration: none; font-weight: bold; line-height: 1; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer; }
.fancy:hover 					{ background: #FFA81F; }

.round_6 { -moz-border-radius: 6px !important; -webkit-border-radius: 5px !important; background:#FFF !important; border:#CCC 1px solid; }

.dropcap {
display:block;
float:left;
font-size:3.5em;
margin:6px 8px 0 0;
color:#444;
}

.careers {
 display:block; width:99%; height:auto; margin:5px auto;
float:left; padding:5px; background:#EFEFEF; border:1px solid #CCC;
border-radius:10px;
}
.careers p{
 display:block; width:98%; height:auto; margin:5px 0 5px 10px;
float:left;
}
.careers span{
 display:block; width:99%; height:27px; margin:5px 0 5px 5px;
float:left; background:#333; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:27px; padding: 0 15px 0 15px; font-weight:bold;
}

.careers_ar {
 display:block; width:99%; height:auto; margin:15px auto 5px auto;
float:left; padding:5px; background:#EFEFEF; border:1px solid #CCC;
border-radius:10px; direction:rtl;
}
.careers_ar p{
display:block; width:96%; height:auto; 
    float:right;
	direction:rtl; text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px; margin:5px 10px 5px 0px;
	 padding-right:5px;
}
.careers_ar span{
 display:block; width:99%;
  height:27px;
   margin:5px 5px 5px 0px;
float:right; text-align:left;
 background:#333; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:27px; 
 padding: 0 5px 0 15px; font-weight:bold;
}