﻿/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0px 0; 	padding: 0;
	font: normal .72em/1.5em Arial, Helvetica, sans-serif;
	color: #444;
	background: #888;
	text-align: center;	
	/*height: 100%;*/
}

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

.solutions { color: #0000FF; text-decoration:none;}
.solutions: visited { color: #0000FF; text-decoration: underline; }



/* headers */
h1, h2, h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #333;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; color:#F58A20;}

p, h1, h2, h3 {
	margin: 10px 15px 10px 20px; text-align:justify;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 5px;
	text-align:justify
}
#scrollup {position:relative; overflow:hidden; height:209px !important; width:166px;}
.headline {position:absolute; top:210px; left:0; height:204px !important; width:166px;}

/*newsbox formats (used only on startpage)*/
#newsBox {float:left; width:168px; height:230px; margin:0 0 0 12px; background:#f7f7f7;}
#newsBox .appetizerBox {float:left; width:166px; max-width:166px; border:1px solid #e7e7e7; border-top:0; margin:0; padding:0; overflow:visible;}
#newsBox h4 {width:152px; margin:0 -1px; position:relative;}
#newsBox p  {margin:8px 7px 4px;}
span.newsBoxDatum {font-size:10px; font-weight:700; line-height:150%;}


/* images */
#header_img {
  /*border: 1px solid #DDD;*/ 
  padding: 5px;
  background-color: #FFF;
}
#header_img.float-right {
  margin: 5px 0px 5px 15px;  
}
#header_img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em Arial, Helvetica, sans-serif;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 0px 0px 15px 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(../images/quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em Arial, Helvetica, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px ;
	width:100%;
}
th strong {
	color: #fff;
}
th {
	/*background: #993333;*/
	background: #F58B1E;
	height: 29px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #D68686;
	border-bottom: 2px solid #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 1px;
	padding-right: 1px;
	font-size:12px;
	/*border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	font-size:11px;*/

}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* Scroller starts*/

#marqueecontainer{
position: relative;
width: 500px; /*marquee width */
height: 150px; /*marquee height */
background-color: white;
overflow: hidden;
border: 1px solid #ccc;
padding: 0px;
margin:0px 10px ;
float:left;
margin-bottom:20px;
}
#marqueecontainer1{
position: relative;
width: 500px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 1px solid #ccc;
padding: 0px;
margin:0px 10px ;
float:left;
margin-bottom:20px;
}
#marqueecontainer1 p{
	margin-left:10px
}
/* Scroller ends*/

/* form elements */
form {
	margin:10px 10px; padding: 0px;
	/* border: 1px solid #eee; */
	background-color: #FFF8F0;
	float:left;
	width:95%; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Arial, Helvetica, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Helvetica, sans-serif; 
	border: 1px solid #CCC;
	background: #EEE; 
	padding: 2px 3px; 
	color: #333;
	cursor:pointer;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding-left:10px;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 19px;
	padding: 2px;	
	vertical-align: top;
	border: 1px solid #ccc;
}
.searchform input.button { 
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #333;	
	width: 60px;
	height: 25px;
	border: 1px solid #ccc;
	padding: 2px 5px;	
	vertical-align: top;
	cursor:pointer;
}
.button { 
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333;	
	width: 60px;
	border: 1px solid #ccc;
	padding: 2px 5px;	
	/*cursor:pointer;
	line-height:inherit;*/
	line-height:30px;
}
/******* Left form *****/
.leftform {
	background-color: transparent;
	border: none;	
	margin-left: 5px; 
	width:200px;
}
.leftform p { margin: 10px; padding: 0; }
.leftform input.textbox { 
	width: 130px;
	color: #333; 
	height: 19px;
	padding: 2px;	
	vertical-align: top;
	border: 1px solid #ccc;
}
.leftform input.button { 
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #333;	
	width: 60px;
	height: 25px;
	border: 1px solid #ccc;
	padding: 2px 5px;	
	vertical-align: top;
	cursor:pointer;
}

/***********************
	  LAYOUT
************************/
#container {
	width: 999px;
	margin: 0px auto;
	/*height: auto;	!important: ;*/
	background-image: url(../images/bg.gif);
	background-color:white ;
	background-repeat: repeat-y;
}
#wrap {
	width: 960px;
	margin: 15px auto;
	background-color: white;
	/*border: 10px solid #ccc;
	background: #FFF url(../images/bg.gif);
	background-repeat:repeat-y;*/
}

/* header */
#header {
	position: relative;
	height: 110px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 0px ; top: 0px;
	width: 815px;
	height: 108px;
	background: #F58A20;	
}
#header #logo-box {
	position: absolute;
	left: 0px ; top: 0px;
	width: 175px;
	height: 96px;	
	/*background: #4E3525;*/
}
#logo-box h1#logo {
	position: absolute;	
	font: bold 50px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0; padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 5px; left: 5px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FFFFCC;	
	margin: 0; padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 60px;
}

/* header menu */
#menu {
	list-style-type: none;
	margin: 0px 0 2px 0px;
	padding: 0;
	background: url(../images/top_nav_img.gif) repeat-x;
	background-color: #607D8E;
	width: 100%;
}
#menu dt a#current  {
	background: #F68C1F;
	color: #FFF;
}

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px; font-weight:bold;} /*orig z is 100*/
#menu li span {
	display: block;
	z-index: 100; /*100*/
	background: #607D8E;
	padding: 5px 10px;
	font-size: 1.1em;
}
#menu li a, #menu li a:visited {display:block; padding:0; }

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; width:170px;}
#menu dt {background: #607D8E url(../images/top_nav_img.gif) repeat-x; margin:0; font-size: 1.1em; float:left; border-right:1px solid #fff; }
#menu dd {display:none; border-bottom:1px solid #cce; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#fff; padding: 5px 10px; text-decoration:none; }
#menu dd a, #menu dd a:visited {background:#607D8E; color:#fff; text-decoration:none; display:block; padding: 5px 10px; }

#menu li a:hover {border:0; }

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {border-bottom:0px solid #e2dfa8; }
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {/*background: #F58A20;*/background: #666; color:#fff;}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #fff url(../images/content.jpg);
	/*background-color: #fff;*/
	background-repeat:repeat-y;
}
#content {
	width: 960px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin-top: 0; /*added chris july 8 2010*/
	margin: 0 auto;
	background-color:white; /*#CCC july 8 2010*/
	z-index: 100; /*added 02/10/2009 - chris */		
}

.col { float: left; width: 230px; margin: 10px 0px 0px 0; border-right: 1px dashed #ccc;}
.col ul li {text-align:left;}
.col1 { float: left; width: 230px; margin: 10px 5px 0px 0; border-right: 1px dashed #ccc;}
.col2 { float: left; width: 260px; margin: 10px 5px 0px 0; } /*july 6 changes*/
/* sidebar  */
#sidebar {
	float: right;
	width: 23%;
	margin: 0 0 0 0; padding: 0; /*margin: 0 0 10px 0; padding: 0;	*/
	background:#E9E8E8;
}	
#sidebar h1 {
	padding: 10px 0px 5px 20px;
	margin: 0;	
	color: #660000;	
}
.sidebox {
	margin-bottom: 5px;	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 25px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #ccc;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}
/*Left side panel starts here*/
/* sidebar */
#sidebar_panel{
	float: left;
	width: 20%;
	margin: 0 0 10px 0; padding: 0;	
	background:#E9E8E8;
}	
#sidebar_panel h1 {
	padding: 10px 0px 5px 20px;
	margin: 0;	
	color: #660000;	
}
.sidebox_panel {
	margin-bottom: 10px;	
}

/* sidebar menu */
#sidebar ul.sidemenu_panel {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar_panel ul.sidemenu_panel li {
	padding: 0px 10px;
}
#sidebar_panel ul.sidemenu_panel a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #ccc;
	text-decoration:none;
}
#sidebar_panel ul.sidemenu_panel a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar_panel ul.sidemenu_panel a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}
/*Left side panel ends here*/

/*Home Page Main Slider Images starts*/
#slider {
    width: 960px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px auto;
	float:left;
}

#slider1 {
    width: 960px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 960px;
    background-color: #F68B1F;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 960px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
/*ul { list-style-type: none;}*/
/*Home Page Main Slider Images ends*/

/*Right side Menu*/
/* #slide height = (number of top level links - 1) * height of links + inner div height */
#slide {padding:0; margin:0; list-style:none; width:190px; 
/*height:315px;*/
border:1px solid #ccc; position:relative; 
overflow:hidden; font-family: Arial, Helvetica, sans-serif; font-size:11px; }

#slide li.sub,
#slide li.top
{display:block; float:left; height:24px; 
line-height:24px; width:190px; color:#000; 
background:#607D8E; 
text-decoration:none;border-bottom:1px solid #fff; text-indent:20px; overflow:hidden; cursor:pointer;}

#slide li.sub {background:#607D8E url(../images/out.gif) no-repeat 5px 8px;}

#slide li.top a {text-decoration:none; color:#000; display:block; background:url(../images/out.gif) no-repeat 5px 8px;}
#slide li.top a:hover {color:#069; background:#ddd url(../images/out-over.gif) no-repeat 5px 8px;}

#slide li.clicked {color:#800; background:#ddd url(../images/down.gif) no-repeat 5px 8px;}

/* #slide li.sub div height = (maximum sub lines * sub line height) + top level link height(variable fY in jQuery) */
#slide li.sub div {background:#fff; height:165px; width:160px; padding:0 15px; line-height:1.2em; font-family: Arial, Helvetica, sans-serif; text-indent:0; }

#slide li div ul {padding:0; margin:0; list-style:none;}
#slide li div ul li {float:left; height:20px; width:100%; }
#slide li div ul li a {padding:0; margin:0;color:#888; text-decoration:none; background:#fff url(../images/out_gray.gif) no-repeat 5px 6px; font-size:10px; display:block; border-bottom:1px solid #ddd; height:19px; line-height:19px; width:100%; text-indent:20px;}
#slide li div ul li a:hover {color:#000; background:#fff url(../images/out-over.gif) no-repeat 5px 6px;}


/* main */
#main {
	float: left;
	width: 55%;	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding: 0;
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
	text-align:justify;
}

.li-glosap {
text-align:justify;				
}

.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	/*background-color: #fafafa;*/
	padding: 0px; margin-top: 10px;
	font-size: 95%;
	/*border: 1px solid #eee;*/
}
.post .post-footer .date {
	background: url(../images/clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(../images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(../images/page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
/* #footer {
	clear: both;
	margin: 0px; 
	padding: 0px;
	font: normal .92em/1.5em Arial, Helvetica, sans-serif;*/
	/*background: url(../images/footer-bg.jpg) no-repeat left bottom;*/
	/*color: #fff;
	text-align: left;
	width:960px;
}
#footer span.right { float: right; margin: 0px; }*/
#footer { clear: both; width: 990px; 
			margin: 0px auto; 
			padding: 0px; color:#fff; font-size:11px;}	
/*#footer .right { float: right; margin: 0 5px 0 0; }*/
#footer p {
	margin: 0px; padding: 0px; text-align:center;
}
#footer a {
	text-decoration: none;
	color: #fff;	
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.red  { color: #FF0000; }

.contactForm {
margin-top:20px;
}
.contactForm input{
color:#333333;
}
.contactForm table{
width:180px;
}
.contactForm td{
border-color:#DFDFDF;
padding-right:5px;
padding-left:5px;
}


