﻿@import "css3.css";

/* GLOBAL DEFINITIONS */
* {
 margin:0;
 padding:0;
}

body {
 background:#ffffff url('../images/up.png') 0 0 repeat-x;
 font-family: Arial, Tahoma, Arial, Verdana, sans-serif;
 font-size:12px;
 line-height:20px;
}

h1, h2, h3, h4, h5, h6 {
 clear:both;
 float:left;
 width:100%;
 color:#555;
 margin-bottom:10px;
 font-weight:normal;
}

p {
 clear:both;
 float:left;
 width:100%;
 color:#666;
 line-height:24px;
}

ul {
 padding:0;
 list-style-type:none;
}

img {
 border:none;
 background:#fff;
}

hr {
 clear:both;
 float:left;
 width:100%;
 height:1px;
 background:#f0f0f0;
 border:0;
 border-top:1px solid #d6d6d6;

 margin:20px 0;
}

a {
 color:#000;
 text-decoration:underline;
}

h1 {
 font-size:36px;
 margin-bottom:15px;
 width:100%;
 color:#555;
 margin-top:15px;
 line-height:40px;
}

h2 {
 font-size:24px;
 line-height:30px;
 margin-top:15px;
}

h3 {
 font-size:18px;
}

h4 {
 font-size:16px;
}

h5 {
 font-size:14px;
}

h6 {
 font-size:12px;
}

#container {
 clear:both;
 float:none;
 width:960px;
 margin:5px auto;
}

ol, blockquote {
 clear:both;
 float:left;
}

ol {
 padding-left:30px;
}

ol li {
 clear:both;
 float:left;
 color:#555;
 padding:3px 0;
}

blockquote {
 padding:15px 30px 15px 35px;
 background:#f0f0f0;
 border-left:3px solid #d7d7d7;
 margin:10px 0;
 font-style:italic;
}

a.buton, input.buton {
clear:both;
float:right;
background: #353535;
display: block;
padding:5px 10px 6px;
color: #ddd;
text-decoration: none;
font-weight: bold;
line-height: 1;
border-bottom: 1px solid #000;
cursor: pointer;
margin:20px 10px 0 0;
font-size:13px;
}

a:hover.buton, input:hover.buton {
 color:#fff;
 background:#1a1a1a!important;
}

/* THE MENU                         */ 
/* -------------------------------- */

#container #menu {
 clear:both;
 float:left;
 width:100%;
 height:102px;
 background: url('../images/hr.png') left bottom repeat-x;
 margin-bottom:20px;
}

#menu ul.nav {
 float:right;
 margin-top:47px;
}

ul.nav li {
 float:left;
 display:block;
 position:relative;
 padding:3px 30px 3px 15px;
 border-left:1px dashed #ccc;
}

ul.nav li a {

 float:left;
 text-decoration:none;
 color:#333;
 font-size:16px;
 font-weight:normal;
 display:block;
 text-align:left;
 line-height:18px;
 padding-top:2px;
}

ul.nav li a span {
 display:block;
 width:100%;
 font-size:11px;
 text-align:left;
 color:#666;
}

ul.nav li a:hover {
 color:#000;
 
}

ul.nav li a:hover span {
 color:#000;
}

ul.nav ul {
 	position:		absolute;
	top:			-999em;
	width:			10em; 

}

ul.nav ul li {
 border-top:1px solid #323232;
 border-bottom:1px solid #383838;
 border-left:0;
 padding:5px;
 width:130px;
}

ul.nav li:hover ul,
ul.nav li.sfHover ul {
	left:			0;
	top:			4.3em; /* match top ul list item height */
	z-index:		99;
	
}
ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
	top:			-999em;
}
ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:			11.4em; /* match ul width */
	top:			0;
}
ul.nav li li:hover li ul,
ul.nav li li.sfHover li ul {
	top:			-999em;
}
ul.nav li li li:hover ul,
ul.nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

ul.nav li li {
	position:relative;
	background:	#353535;
}

ul.nav li li a {
 display:block;
 width:110px;
 font-size:12px;
 padding:5px 10px;
 color:#ccc;
}

ul.nav li li a:hover {
 color:#fff;
 background:#1a1a1a;
}

ul.nav li li li {
	
}

.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	width:			0px;
	height:			0px;
	overflow:		hidden;
	background:		url('../images/arrow.png') no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
	float:right;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 0px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	
}

#menu .logo {
 float:left;
 width:264px;
 height:100px;
}

/* THE MENU - END                   */ 
/* -------------------------------- */


/* CUBER CONTAINER / jquery slider   */ 
/* -------------------------------- */

#cu3er-container {
 clear:both;
 float:left;
 width:916px;
 padding:20px;
 background: #efefef;
 z-index:98;
 height: 300px;
 border: 1px #eee solid;
 
}

#thecube {
 background:#f0f0f0;
 border:1px solid #d8d8d8;
}

/* -------------------------------- */
/* CUBER CONTAINER END              */ 


/* columns1 */

#columns1 {
 clear:both;
 float:left;
 width:960px; 
}

.leftcol {
	float: left;
	width: 480px;
	height: 135px;
}

.rightcol {
	float: left;
	width: 480px;
	height: 135px;
}

.leftcol h1 {
	margin: 20px 5px 10px 20px;

}

.rightcol h1 {
	margin: 20px 5px 10px 50px;
	color: #fff;
}

.leftcol h2 {
	margin: 10px 5px 10px 40px;
	background: url(../images/post-resume.png) no-repeat;
	padding-left: 45px;
	line-height: 36px;
	text-decoration: none;
}

.leftcol h2 a {
	text-decoration: none;
}

.rightcol h2 {
	margin: 20px 5px 10px 50px;
	color: #fff;
	
}



/* columns2 */

#columns2 {
 clear:both;
 float:left;
 width:960px;
}

.col1 {
 clear:both;
 float:left;
 width:292px;
 padding-right:28px;
 color: #fff;
}

.col2 {
 float:left;
 width:292px;
 padding:0 14px;
}

.col3 {
 float:right;
 width:292px;
 padding-left:28px;
}

.col1 img, .col2 img, .col3 img {
 padding:5px;
 border:1px solid #d7d7d7;
}

#columns2 ul {
 clear:both;
 float:left;
 width:292px;
 padding-top:10px;
}

#columns2 ul li {
 clear:both;
 float:left;
 width:262px;
 background:url('../images/arrow_left.png') 5px 12px no-repeat;
 padding:5px 0 5px 20px!important;
 color:#555;
 border-bottom:1px dashed #ddd;
}

#main {
 width:620px;
 clear:both;
 float:left;
 padding:0 20px 20px 0;
}

#main #paginator {
 clear:both;
 float:left;
 width:100%;
}

#paginator a {
 padding:4px 7px;
 margin:0 3px;
 background:#f0f0f0;
 text-decoration:none;
 color:#555;
 border:1px solid #d7d7d7;
}

#paginator a:hover, #paginator a.selected {
 background:#fff;
 color:#000;
}

#main .post {
 clear:both;
 float:left;
 width:620px;
}

.post p {
 margin-bottom:15px;
 color:#555;
} 

#main h1 {
 margin-bottom:15px;
}

#main #comments {
 clear:both;
 float:left;
 width:600px;
 padding:10px;
}

#comments .comment {
 clear:both;
 float:left;
 width:600px;
 padding:10px 0;
 border-bottom:1px dashed #ddd;
}

.comment img {
 clear:both;
 float:left;
 padding:5px;
 background:#fff;
 border:1px solid #d7d7d7;
}

.comment .comright {
 float:left;
 width:490px;
 padding-left:10px;
 padding-top:3px;
}

.comright p {
 margin-top:10px;
}

.comright a {
 float:left;
 font-size:15px;
 font-weight:bold;
 color:#555;
 text-decoration:none;
}

.comright span {
 float:right;
 font-size:10px;
 color:#777;
}

/* CONTACT                          */ 
/* -------------------------------- */

#main #contact {
 clear:both;
 float:left;
 padding:20px;
}

#contact input, #contact textarea {
 padding:10px;
 background:#fff;
 border:1px solid #d7d7d7;
 font-size:13px;
 width:280px;
 float:left;
 margin-bottom:10px;
 color:#555;
}

#contact textarea {
 width:360px;
 height:140px;
 line-height:22px;
}

#contact label {
 clear:both;
 float:left;
 width:120px;
 padding-top:8px;
 color:#333;
}

#contact label span {
 color:#ff0000;
}

#contact input.buton {
 float:left;
 width:auto;
 background:#353535;
 color:#ddd;
 font-size:13px;
 padding: 5px 10px 6px;
 border:0;
 border-bottom: 1px solid #000;
 margin-top:5px;
}

#contact p {
 margin-bottom:0;
}

/* CONTACT - END                    */ 
/* -------------------------------- */

.post h1 a {
 color:#555;
 text-decoration:none;
 font-size:36px;
 margin-bottom:0px;
}

.post h1 a:hover {
 color:#000;
}

.post .meta {
 clear:both;
 float:left;
 width:620px;
 color:#777;
 border-bottom:1px dashed #ccc;
 margin-bottom:15px;
 padding:5px 0;
}

.post .postcontent {
 float:left;
 width:380px;
}

.post img {
 clear:both;
 float:left;

}

.post img.mag {
 padding:5px;
 border:1px solid #d1d1d1;
 margin-right:15px;
}

.post img.normal {
 padding:5px;
 border:1px solid #d1d1d1;
 margin-bottom:15px;
}

.post p.down {
 width:100%;
 margin:15px 0 0 0;
}

.post p a.buton {
 float:right;
 margin: 0 0 5px 0;
}

.post p span {
 float:left;
 width:400px;
}

#sidebar {
 width:280px;
 float:right;
}

#sidebar h2 {
 margin-bottom:5px;
 margin-top:15px;
}

#sidebar ul {
 clear:both;
 float:left;
 width:280px;
 margin-bottom:30px;
}

#sidebar ul li {
 clear:both;
 float:left;
 width:230px;
 padding:5px 25px;
 border-bottom:1px solid #ddd;
 background:url('../images/arrow_left.png') 5px 12px no-repeat;
}

#sidebar ul li:hover {
 background:url('../images/arrow_left_hover.png') 5px 12px no-repeat;
}

#sidebar ul li a {
 clear:both;
 float:left;
 width:100%;
 text-decoration:none;
 color:#555;
}

#sidebar ul ul {
 width:230px;
 margin-bottom:0;
}

#sidebar ul li ul li {
 width:210px;
}

#sidebar ul li ul li ul li {
 width:190px;
}

#sidebar li.last {
 border-bottom:0;
}

#sidebar ul li a:hover {
 color:#000;
}

#sidebar .googlemap img {
 padding:5px;
 border:1px solid #d7d7d7;
}

#mainlarge {
 clear:both;
 float:left;
 width:930px;
}

#mainlarge ul {
 clear:both;
 float:left;
 margin-bottom:15px;
}

#mainlarge ul li {
 color:#555;
 clear:both;
 float:left;
 padding:3px 0 3px 20px;
  background:url('../images/arrow_left.png') 5px 12px no-repeat;
}

#mainlarge .item {
 float:left;
 width:310px;
 overflow:hidden;
 padding-left:10px;
 height:180px;
 margin-top:15px;
}

.item a {
 text-decoration:none;
}

.item a img {
 background:#f0f0f0;
 padding:5px;
 border:1px solid #d7d7d7;
 z-index:0;
}

.item a:hover img {
 background:#fff;
 border:1px solid #ccc;
}

.item a span {
 background:#fff;
 border:1px solid #d7d7d7;
 color:#333;
 padding:5px 20px;
 position:relative;
 left:20px;
 top:-20px;
 z-index:90;
 font-size:14px;
}

.item a:hover span {
 background:#353535;
 color:#fff;
 border:1px solid #555;
}

#footer {
 clear:both;
 float:left;
 width:100%;
 margin-top:50px;
 background:#1d5897 url('../images/down.png') 0 0 repeat-x;
 padding:25px 0;
}

#footer h2 {
 color:#fff;
 font-size:24px;
 margin-bottom:10px;
}

#footer p {
 color:#fff;
 margin-bottom:15px;
}

#footer ul li {
 clear:both;
 float:left;
 border-bottom:1px dotted #444;
 display:inline;
 width:252px;
}

#footer ul li:hover {
 background:#222;
}

#footer ul li a {
 clear:both;
 float:left;
 font-size:13px;
 color:#fff;
 padding:5px 10px;
 text-decoration:none;
 width:100%;
}

#footer ul li a:hover {
 color:#f0f0f0;
}

#footer .col3 {
 margin-top:25px;
}

#footer .col3 img {
 background:none;
 border:0;
 margin:10px 5px;
}

.col3 p {
 width:100%;
}

#footer .col3 ul {
 
}

#footer .col3 ul li {
 clear:none;
 float:left;
 border:0;
 width:70px;
}

#footer .col3 ul li:hover {
 background:none;
}

#footer .col3 #search {
 clear:both;
 float:left;
 width:252px;
 padding:5px 5px 5px 10px;
 background:#282828;
 border:1px solid #444;
 height:24px!important;
 overflow:hidden;
}

.col3 p.dark {
 color:#cacaca!important;
 margin-bottom:0!important;
 text-align:center;
}

#search INPUT.normal {
 float:left;
 background:none;
 border:0;
 color:#888;
 padding-top:4px;
}

INPUT.submit {
 float:right;
 width:24px;
 height:24px;
 background:url('../images/49.png') 0 0 no-repeat;
 border:0;
 cursor:pointer;
}

.cen {
 clear:both;
 float:none;
 width:960px;
 margin:0 auto;
}

.fr {
 float:right;
}

.fl {
 float:left;
}

img.fl, img.fr {
 padding:5px;
 background:#fff;
 border:1px solid #d7d7d7;
}

img.fl {
 float:left;
 margin:0 15px 15px 0;
}

img.fr {
 float:right;
}

.error {
 border:1px solid #ff0000!important;
}

.ok {
 border:1px solid #00ff00!important;
}

/* LOOPED SLIDER */

.container { width:916px; height:492px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:relative; top:0; left:0; }
.slides > div { position:absolute; top:0; width:916px; display:none; }

#openings {
	padding-bottom: 10px;
}

#tabimg td img {
	vertical-align: top;
}

#main #post-resume {
 clear:both;
 float:left;
 padding:20px;
}

#post-resume input.text-input, #post-resume textarea {
 padding:10px;
 background:#fff;
 border:1px solid #d7d7d7;
 font-size:13px;
 width:280px;
 float:left;
 margin-bottom:10px;
 color:#555;
}

#post-resume .select-input {
	
	font-size: 13px;
	margin-bottom: 10px;
	color: #555;
	padding: 10px;
	width: 280px;
}

#post-resume .select-input2 {
	
	font-size: 13px;
	margin-bottom: 10px;
	color: #555;
	padding: 10px;
}

#post-resume .textarea-input {
	font-size: 13px;
	color: #555;
	width: 280px;
	height: 75px;
}

#post-resume textarea {
 width:360px;
 height:140px;
 line-height:22px;
}

#post-resume label {
 clear:both;
 float:left;
 width:125px;
 padding-top:8px;
 color:#333;
}

#post-resume label span {
 color:#ff0000;
}

#post-resume input.buton {
 float:left;
 width:auto;
 background:#353535;
 color:#ddd;
 font-size:13px;
 padding: 5px 10px 6px;
 border:0;
 border-bottom: 1px solid #000;
 margin-top:5px;
}

#post-resume p {
 margin-bottom:0;
}

#ulist li {
	background: url(../images/arrow_left.png) no-repeat 5px 12px;	
	clear: both;
	float: left;
	padding: 5px 25px;
}

#aboutbanner {
	clear: both;
	background: url(../images/aboutbanner.jpg) no-repeat;
	background-position: center center;
	width: 960px;
	height: 80px;
	padding: 5px;
	border: 1px solid #D7D7D7;
	
}

#topservice {
	clear: both;
	background: url(../images/top_services.jpg) no-repeat;
	background-position: center center;
	width: 960px;
	height: 80px;
	padding: 5px;
	border: 1px solid #D7D7D7;

}

#topcontact {
	clear: both;
	background: url(../images/top_contactus.jpg) no-repeat;
	background-position: center center;
	width: 960px;
	height: 80px;
	padding: 5px;
	border: 1px solid #D7D7D7;
}

#aboutbanner h1, #topservice h1, #topcontact h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	padding: 5px 0px 0px 15px;
}

table {
 font-size: 95%;
 font-family: 'Lucida Grande', Helvetica, verdana, sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
 line-height: 1.2em;
}
caption {
 font-size: 30px;
 font-weight: bold;
 color: #002084;
 text-align: left;
 padding: 10px 0px;
 margin-bottom: 2px;
 text-transform: capitalize;
}
thead th {
 border-right: 2px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 height:25px;
 background-color: #004080;
}
tfoot {
 color:#002084;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #004080;
 border-bottom: 6px solid #004080;
}
tbody tr {
 background-color:#fff;
 border-bottom: 2px solid #c0c0c0;
}
tbody td {
 color:#002084;
 padding:5px;
 text-align:left;
}
tbody th {
 text-align:left;
 padding: 2px;
}
tbody td a, tbody th a {
 color:#002084;
 text-decoration:underline;
 font-weight:normal; 
}
tbody td a:hover, tbody th a:hover {
 text-decoration:none;
}
