body {
	
	margin: 0;
	
	padding: 0;
	
	background: #ffffff url(../images/body.jpg) repeat-x;
	
	font-family: Arial;
	
	font-size: 12px;
	
	font-weight: normal;
	
	color: #555;
}

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

h1 {
	
	letter-spacing: -1px;
	
	font-size: 2.6em;
}

h2 {
	
	font-size: 1.8em;
}

h3 {
	
	font-size: 1em;
	
	font-weight: bold;
}

p, ul, ol {
	
	line-height: 180%;
}

ul, ol {
	
	list-style: none;
	
	margin: 0;
	
	padding: 0;
}

a {
	text-decoration: none;
	
	color: #0099ff;
	
	cursor: pointer;
}

a:hover {
	
	text-decoration: underline;
	
	color: #336666;
}

img {
	
	border: none;
}

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

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

.clear {clear: both;}

#button {
	
	float: left;

	width: 100%;

	margin-top: 10px;
}

.button {
	
	border: 1px solid #ccc;

	background: url(../images/menu.jpg) repeat-x;

	-moz-border-radius: 10px;

	border-radius: 10px;

	padding: 5px;

	cursor: pointer;

	color: #fff;
}

.button: hover {
	
	border: 1px solid gray;

	background: url(../images/button.gif) repeat-x;

	-moz-border-radius: 10px;

	border-radius: 10px;

	padding: 5px;

	cursor: pointer;

	color: #444;
}

.border {
	
	float: left;

	width: 100%;

	margin: 15px 0 5px 0;

	border-top: 1px dotted #ccc;
}


/* ajax loader */

.loader {
	
	clear: both;
	
	background: url(../images/loader.gif) no-repeat 50% 50%;

	height: 100%;

	width: 100%;
}
	
.box {
	
	width: 240px;
	
	font-size: 13px;
	
	overflow: auto;
	
	vertical-align: middle;
	
	margin-bottom: 5px;
}

#wrapper {
	
	width: 950px;
	
	margin: 0 auto;
	
	padding: 0px;
}

/* alert messages */

#messagealert, #erroralert, #successalert {
	
	float: left;

	width: 100%;

	margin: 10px 0 20px 0;
}

#messagealert span, #messagealert p, #erroralert span, #erroralert p, #successalert span, #successalert p {

	text-align: center;
	
    padding: 10px 20px 10px 20px;

	border: 1px solid gray;

	-moz-border-radius: 5px;

	border-radius: 5px;

	text-transform: capitalize;

	color: black;

	font-size: 12px;

	line-height: 25px;
}

#messagealert span, #messagealert p {

	background: #fff4c6 url(../images/message.jpg) repeat-x bottom;
}

#erroralert span, #erroralert p {

	background: #fcd9dd url(../images/error.jpg) repeat-x bottom;
}

#successalert span, #successalert p {

	background: #dbfbe3 url(../images/success.jpg) repeat-x bottom;
}

#messagealert p a, #erroralert p a, #successalert p a, #messagealert span a, #erroralert span a, #successalert span a {
	
	font-weight: bold;

	padding: 0 5px 0 5px;
}


#header{
	
	float: left;
	
	width: 100%;
	
	height: 99px;

	padding: 10px 0 15px 0;

	border-bottom: 1px solid #ccc;

	position: fixed;

	z-index: 10000;

	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQALv3r37TyqHgYEBAALEDyXhAR92AAAAAElFTkSuQmCC);

	-webkit-box-shadow: 0px 5px 10px #ccc;
   
	-moz-box-shadow: 0px 5px 10px #ccc;
    
	box-shadow: 0px 5px 10px #ddd;

	border-bottom: 2px solid #ccc;
	
}

#logo {
	
	float: left;
	
	width: 410px;

	padding: 0px 0 16px 20px;
}

#menu {	
	
	float: left;
	
	height: 40px;
	
	width: 510px;

	float: left;

	margin-top: 40px;
}

#menu ul {
	
	float: left;

	width: 100%;

	margin: 0;

	padding: 0;
}

#menu ul li {
	
	float: left;

	height: 50px;
}

#menu ul li:hover{
	
	background: url(../images/drop.png) no-repeat 20px 28px;

	z-index: 500;
}

#nav li a.top_link {
	
	float: left;
	
	line-height: 30px;

	font-weight: bold;

	font-size: 13px;
	
	padding: 0 22px;

	text-decoration: none;
	
	text-transform: capitalize;

	color: #fff;

	background: url(../images/menu.jpg) repeat-x;

	-moz-border-radius: 4px;

	border-radius: 4px;
}

#nav li a.top_link span {}
#nav li a.top_link span.down {}

#nav li:hover a.top_link {}
#nav li:hover a.top_link span {}
#nav li:hover a.top_link span.down {}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub {
	
	left:10px;
	
	top:41px;
	
	background: #fff url(../images/bar.jpg) repeat-x bottom;
	
	padding:5px;
	
	border:1px solid #0099ff;
	
	white-space:nowrap;
	
	width:150px;
	
	height:auto;
	
	z-index:300;

	border-bottom-right-radius: 10px;

	border-bottom-left-radius: 10px;
}

#nav li:hover ul.sub li {
	
	float: left;

	width: 138px;

	border: 1px solid #ddd;

	border-radius: 3px;

	padding: 5px;

	margin: 2px 0;

	height: 20px;

	background: #fff url(../images/bottom_lite.jpg) repeat-x bottom;
}

#nav li:hover ul.sub li:hover {
	
	background: #fff url(../images/bottom_lite_hover.jpg) repeat-x top;
}

#nav li:hover ul.sub li a {
	
	float: left;

	width: 146px;

	padding: 0 0 0 30px;

	font-weight: bold;
}
#nav li:hover ul.sub li a:hover {
	
	text-decoration: none;
}



#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#6a812c url(arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#bbd37e url(arrow.gif) 80px 6px no-repeat; color:#000; border-color:#bbd37e;} 

#menu li {
	
	float: left;

	padding: 0 8px;
}

	
#menu a:hover {
	
	color: #000;
}


/* Page */

#page {
	
	float: left;

	width: 100%;

	padding: 140px 0px 20px 0px;

	border-top: 1px solid #eee;

	border-bottom: 1px solid #eee;
}

#slider_wrap {
	
	float: left;

	width: 930px;

	background: #fff;

	border-radius: 10px;

	padding: 10px;

	-moz-box-shadow: inset 0 0 10px #bbb;
   
	-webkit-box-shadow: inset 0 0 10px #bbb;
   
	box-shadow: inset 0 0 10px #bbb;

}

#slideShow{
	
	float: left;

	width: 930px;
	
	height: 315px;
}

#welcome {

	float: left;

	width: 930px;

	padding: 10px;
}

#welcome h1 {
	
	float: left;

	width: 910px;

	font-weight: bold;

	font-size: 16px;

	letter-spacing: 1px;

	padding: 10px 0 10px 20px;

	color: #336666;

	text-shadow: -1px -1px 1px #ddd;
}

#welcome p {
	
	text-align: justify;

	text-indent: 50px;

	line-height: 28px;

	padding: 10px;
}

#qlink_bar_wrap {
	
	float: left;

	width: 100%;
}

#waterHolder {
	
	float: left;

	width: 100%;

	position: relative;
}

.qlink_bar_title {
	
	margin: 0 auto;

	width: 135px;
}

.qlink_bar_title .sidebar_title {
	
	float: left;

	margin: 0;

	padding: 8px 0 8px 0;

	width: 133px;

	font-size: 15px;

	background: #fff url(../images/title_bar.jpg) repeat-x bottom;

	border-top: 1px solid #ccc;

	border-left: 1px solid #ccc;

	border-right: 1px solid #ccc;

	border-top-left-radius: 10px;

	border-top-right-radius: 10px;
}

.qlink_bar_title .sidebar_title h4 {
	
	float: left;

	margin: 0;

	width: 75px;

	font-size: 16px;

	padding: 0px 0 2px 58px;

	background: url(../images/mini_logo.png) no-repeat 10px 0px;
}

#qlink_bar {
	
	float: left;

	width: 910px;

	padding: 20px;

	border: 1px solid #ccc;

	border-top: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	border-radius: 10px;

	height: 304px;

	background: #fbfbfb url(../images/loader.gif) center center no-repeat;
}

a.qlink {

	float: left;
	
	position: relative;
	
	height: 14px;
	
	width: 61px;
	
	color: #336666;
	
	font-weight: bold;
}

a.qlink:hover {
	
	text-decoration: none;
}

a.qlink_heading {
	
	float: left;
	
	position: relative;

	padding: 0px 0 5px 0px;

	font-size: 15px;

	margin-top: 5px;

	color: #0099ff;
	
	font-weight: bold;
}

a.qlink_heading:hover {
	
	text-decoration: none;
}

/* Content */

#content {
	
	float: left;
	
	width: 702px;

	padding: 10px 15px 10px 15px;

	background: url(../images/content_bg.png) no-repeat;

	min-height: 420px;
}

#content h2 {	
	
	float: left;

	padding: 0;

	width: 98%;

	font-size: 20px;

	padding: 0 1% 10px 1%;

	color: #0099ff;
	
	border-bottom: 1px solid #eee;

	margin: 0 0 15px 0;
}

#content h3 {	
	
	float: left;

	padding: 0;

	width: 96%;

	font-size: 13px;

	padding: 10px 1% 10px 3%;

	color: #336666;
}

#content p {
	
	text-align: justify;

	margin: 0;

	padding: 0;

	text-indent: 25px;

	padding: 5px 10px;
}

.list ul {
	
	float: left;

	list-style: none;

	width: 90%;

	padding: 0 5%;

	margin: 10px 0 20px 0;
}

.list ul li {
	
	float: left;

	margin-bottom: 2px;
	
	margin-top: 10px;

	font-size: 13px;
	
	line-height:25px;

	width: 100%;

	background: url(../images/list.png) no-repeat 10px 8px;

	padding-left: 30px;
}

.half_form {
	
	float: left;

	width: 48%;

	padding: 10px 1%;
}

.half_form .field1 {
	
	float: left;
	
	width: 100%;
}	
	
.half_form .field2 {
	
	float: left;
	
	width: 100%;
}

.contact_box {
	
	float: left;
	
	width: 320px;
	
	font-size: 13px;
	
	padding: 5px;

	position: relative;

	margin: 5px 0;
	
	border: 1px solid #0099ff;

}

select.contact_box {
	
	width: 312px;
}

.contact_box:focus, .contact_box:hover {
	
	border: 1px solid #336666;
}

textarea.contact_box {
	
	height: 60px;
	
	font-family: Arial;
}

.form .field {
	
	float: left;
	
	width: 100%;

	margin: 10px 0;
}	
	
.form .field1 {
	
	float: left;
	
	width: 75px;
}	
	
.form .field2 {
	
	float: left;
	
	width: 2px;
	
	padding-left: 4px;
}	

.form .field3 {
	
	float: left;
	
	width: 320px;

	padding-left: 30px;
}

.form .box {
	
	float: left;
	
	width: 305px;
	
	font-size: 15px;
	
	padding: 5px;

	position: relative;

	bottom: 4px;
	
	border: 1px solid #0099ff;
	
	-moz-border-radius: 5px;

	border-radius: 5px;
}

.form select.box {
	
	float: left;
	
	font-size: 14px;

	margin-right: 10px;
	
	padding: 5px;

	width: 317px;

	position: relative;

	bottom: 4px;
	
	border: 1px solid #0099ff;
	
	-moz-border-radius: 5px;

	border-radius: 5px;
}

.form .textarea {
	
	float: left;
	
	width: 322px;
	
	font-size: 15px;
	
	padding: 5px;

	position: relative;

	bottom: 4px;
	
	border: 1px solid #999966;
	
	-moz-border-radius: 5px;

	border-radius: 5px;

	font-family: Arial;
}

.contact_image {
	
	float: left;

	width: 50%;

	padding: 10px 0 0 0;
}

.big_address {
	
	float: left;

	width: 50%;
}

.big_address_box {
	
	float: left;

	width: 250px;

	border: 1px solid #ccc;

	border-radius: 5px;

	padding: 10px;

	background: #fafafa;
}

.big_address_box h5 {
	
	float: left;

	width: 100%;

	font-size: 15px;

	margin: 0;

	padding: 6px 0;

	color: #336666;
}

.big_address_box .field {
	
	float: left;

	width: 100%;

	font-size: 13px;

	margin: 0;

	padding: 4px 0;
}

.big_address_box .field span {
	
	font-weight: bold;

	color: #0099ff;

	font-size: 14px;
}

#sidebar {
	
	float: left;

	width: 200px;

	padding: 0 0 0 10px;
}

.sidebar_links {
	
	float: left;

	width: 198px;

	border: 1px solid #ccc;

	-moz-border-radius: 10px;

	border-radius: 10px;

	overflow: hidden;

	margin: 0 0 10px 0;
}

.sidebar_links .sidebar_title {
	
	float: left;

	margin: 0;

	padding: 8px 0 8px 0;

	width: 198px;

	font-size: 15px;

	background: #fff url(../images/title_bar.jpg) repeat-x bottom;

	border-bottom: 1px solid #ccc;
}

.sidebar_links .sidebar_title h4 {
	
	float: left;

	margin: 0;

	width: 140px;

	font-size: 16px;

	padding: 0px 0 2px 58px;

	background: url(../images/mini_logo.png) no-repeat 10px 0px;
}

.sidebar_links ul {

	float: left;

	margin: 0;

	padding: 5px;
}

.sidebar_links ul li {
	
	float: left;

	width: 176px;

	border: 1px solid #ddd;

	border-radius: 3px;

	padding: 5px;

	margin: 2px 0;

	background: #fff url(../images/bottom_lite.jpg) repeat-x bottom;
}

.sidebar_links ul li:hover {
	
	background: #fff url(../images/bottom_lite_hover.jpg) repeat-x top;
}

.sidebar_links ul li a {
	
	float: left;

	width: 146px;

	padding: 0 0 0 30px;

	font-weight: bold;
}

.sidebar_links ul li a:hover {
	
	text-decoration: none;
}

a.about_us_icon {
	
	background: url(../images/about_us.png) no-repeat 3px 4px;
}

a.management_icon {
	
	background: url(../images/mteam.png) no-repeat 4px 1px;
}

a.hr_icon {
	
	background: url(../images/hr.png) no-repeat;
}


a.forex_icon {
	
	background: url(../images/forex.png) no-repeat 1px 0;
}


a.civil_icon {
	
	background: url(../images/civil.png) no-repeat;
}

a.dtp_icon {
	
	background: url(../images/dtp.jpg) no-repeat;
}


a.travels_icon {
	
	background: url(../images/travels.png) no-repeat 0 2px;
}

a.education_icon {
	
	background: url(../images/education.png) no-repeat 0 6px;
}
.sidebar_quote_links {
	
	float: left;

	width: 198px;

	border: 1px solid #ccc;

	-moz-border-radius: 10px;

	border-radius: 10px;

	overflow: hidden;

	margin: 0 0 10px 0;

	
}

.sidebar_quote_links ul {

	float: left;

	margin: 0;

	padding: 5px;
}

.sidebar_quote_links ul li {
	
	float: left;

	width: 176px;

	border: 1px solid #ccc;

	border-radius: 3px;

	padding: 5px;

	margin: 2px 0;

	background: #fff url(../images/bar.jpg) repeat-x bottom;
}

.sidebar_quote_links ul li:hover {
	
	background: #fff url(../images/bar_hover.jpg) repeat-x top;
}

.sidebar_quote_links ul li a {
	
	float: left;

	width: 134px;

	padding: 0 0 0 42px;

	font-weight: bold;

	color: #336666;

	background: url(../images/quote.png) no-repeat 0 6px;
}

.sidebar_quote_links ul li a:hover {
	
	text-decoration: none;

	color: #0099ff;
}

a.link {
	
	background: url(../images/link_button.jpg) repeat-x bottom;

	color: #fff;
	
	padding: 10px;
	
	font-size: 14px;
	
	font-weight: bold;
	
	border-radius: 5px;
	
	text-shadow: -1px -1px 0px #ccc;
}

a.link:hover {
	
	text-decoration: none;
}

#footer {
	
	float: left;
	
	width: 100%;

	padding: 0px;

	margin: 0px 0 0px 0;

	padding: 6px 0px 10px 0px;

	border-top: 1px solid #ccc;

	background: url(../images/body.jpg) repeat-x;
}

#footer_main {
	
	float: left;

	width: 100%;
	
	padding-top: 10px;

	padding-bottom: 5px;
}

#footer_links {
	
	float: left;

	width: 730px;

	font-size: 12px;

	padding: 0px 0px 0px 10px;
}

#footer_links ul {
	
	float: left;

	width: 100%;

	line-height: 180%;

	padding: 0px;

	margin: 0px;
	
	list-style: none;

	background: url(../images/footer_ulbg.jpg) no-repeat 150px 0px ;
}

#footer_links ul li {
	
	float: left;

	padding: 5px 5px;
}

#footer_links ul li a {
	

}

#footer_links ul li a:hover {
	
	text-decoration: underline;
}

#footer_bookmark {
	
	float: left;

	width: 183px;

}

#footer_bookmark img {
	
	position: relative;

	left: 60px;

	top: 7px;
}