/* CSS developed by 9xb.com
Main stylesheet for layout */

/* ---------------------------------- */
/* DEFAULT STYLES   */   
/* ---------------------------------- */
	
	html, body {
		color: #959595;
		font: 14px/1.2em verdana, arial, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		height: 100%;
	}
	
	body {
		margin: 0;
		padding: 0;
		background: #fff;
		text-align: center;
	}
	
	.hidden {
		display: none;
	}
	
	a img {
		border: 0;
	}
	
	a {
		color: #6d9225;
	}
	
	.clear {
		clear: both;
	}
	p {
		padding: 0 0 15px 0;
		margin: 0;
	}
	

	
/* ---------------------------------- */
/* TABLE ELEMENTS  */   
/* ---------------------------------- */	
	
	table {
        border-collapse: collapse;
		border: 0;
		margin: 0 0 10px 0;
		width: 100%;
		clear: both;
    }
	td {
        padding: 0;
		background: #fff;
		text-align: left;
		vertical-align: top;
    }
	
/* ---------------------------------- */
/* MAJOR DIVISIONS   */   
/* ---------------------------------- */
	
	#layouttable {
		height: 100%;
		width: 820px;
		background: #fff;
		margin: 0 auto;
		padding: 0;
		border: 0;
		
	}
	#leftcolumn {
		width: 553px;
		height: auto;
	}
	#linkscolumn {
		background: url(/images/bg_links_top.jpg) no-repeat top center;
		width: 199px;
		font-size: 70%;
		text-align: left;
	}
	#greencolumn {
		width: 68px;
		background: url(/images/bg_right.gif) repeat-x top left #6d9225;
		text-align: right;
	}
	#footercurl {
		text-align: right;
		height: 20px;
		margin: 0;
		padding: 0;
		vertical-align: bottom;
		background: url(/images/bg_right_bottom.gif) no-repeat bottom right;
	}
	#footer {
		background: url(/images/bg_footer.gif) no-repeat top left #6d9225;
		height: 68px;
	}	
	
/* ---------------------------------- */
/* TITLE ELEMENTS  */   
/* ---------------------------------- */	
	
	h1 {
		font-size: 1.8em;
		margin: 0 0 25px 0;		
	}
	
	h2 {
		font-size: 1.6em;
		margin: 0 0 15px 0;
	}
	h3 {
		font-size: 1.2em;
		margin: 0 0 15px 0;
	}
	h4 {
		font-size: 1em;
		margin: 0 0 15px 0;
	}
	h1, h2, h3, h4, h5 {
		color: #6d9125;
		font-weight: normal;
		font-family: Trebuchet MS, verdana, arial, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
	}
	

/* ---------------------------------- */
/* MAIN LINK STYLES  */   
/* ---------------------------------- */

	#menu {
		list-style: none;
		padding: 0 0 45px 0;
		margin: 37px 10px 30px 10px;
		background: url(/images/bg_links.gif) repeat-x bottom center #f0f0f0;
	}
	#menu li {
		list-style: none;
		padding: 0;
		margin: 0;
		border: 0;
		width: 179px;
		height: 31px;
	}
	#menu li a {
		padding: 0;
		margin: 0;
		display: block;
		text-indent: -3000px;
		background: url(/images/link_home.gif) no-repeat top left;
		width: 179px;
		height: 31px;
	}
	
	#menu li.homelink a { background: url(/images/link_home.gif) no-repeat top left; }
	#menu li.homelink a:hover { background: url(/images/link_home_selected.gif) no-repeat top left; }
	#menu li.homelink a.selected { background: url(/images/link_home_selected.gif) no-repeat top left; }
	
	#menu li.serviceslink a { background: url(/images/link_services.gif) no-repeat top left; }
	#menu li.serviceslink a:hover { background: url(/images/link_services_selected.gif) no-repeat top left; }
	#menu li.serviceslink a.selected { background: url(/images/link_services_selected.gif) no-repeat top left; }
	
	#menu li.projectslink a { background: url(/images/link_projects.gif) no-repeat top left; }
	#menu li.projectslink a:hover { background: url(/images/link_projects_selected.gif) no-repeat top left; }
	#menu li.projectslink a.selected { background: url(/images/link_projects_selected.gif) no-repeat top left; }
	
	#menu li.profilelink a { background: url(/images/link_profile.gif) no-repeat top left; }
	#menu li.profilelink a:hover { background: url(/images/link_profile_selected.gif) no-repeat top left; }
	#menu li.profilelink a.selected { background: url(/images/link_profile_selected.gif) no-repeat top left; }
	
	#menu li.medialink a { background: url(/images/link_media.gif) no-repeat top left; }
	#menu li.medialink a:hover { background: url(/images/link_media_selected.gif) no-repeat top left; }
	#menu li.medialink a.selected { background: url(/images/link_media_selected.gif) no-repeat top left; }
	
	#menu li.newslink a { background: url(/images/link_news.gif) no-repeat top left; }
	#menu li.newslink a:hover { background: url(/images/link_news_selected.gif) no-repeat top left; }
	#menu li.newslink a.selected { background: url(/images/link_news_selected.gif) no-repeat top left; }
	
	#menu li.contactlink a { background: url(/images/link_contact.gif) no-repeat top left; }
	#menu li.contactlink a:hover { background: url(/images/link_contact_selected.gif) no-repeat top left; }
	#menu li.contactlink a.selected { background: url(/images/link_contact_selected.gif) no-repeat top left; }
	
/* ---------------------------------- */
/* LINKS DIVISIONS   */   
/* ---------------------------------- */
	
	#linkscolumn p {
		padding: 0 15px 10px 15px;
	}
	#linkscolumn p.logobali, #linkscolumn p.logosgd {
		padding: 15px 8px;
		text-align: center;
	}
	
/* ---------------------------------- */
/* CONTENT   */   
/* ---------------------------------- */

	#content {
		margin: 0;
		padding: 25px;
		font-size: 80%;
	}
	
	#captionandnextbuttons {
		margin: 0;
		padding: 25px;
		font-size: 80%;
	}
	
	.floatL {
		float: left;
		margin: 0 15px 15px 0;
	}
	.floatR {
		float: right;
		margin: 0 0 15px 15px;
	}
	.floatR-projects{
		float: right;
		margin: -25px 0 0 10px ;
	}

	
/* ---------------------------------- */
/* Project Table with Pictures   */   
/* ---------------------------------- */

	
	table.pics {width:510px;margin:0;padding:0}
	table.pics td {text-align:center;font:normal normal 11px arial}
	table.pics img {margin-bottom:5px}
	
	
/* ---------------------------------- */

		
		
	.box_projects {
		height: 153px;
		width: 536px;
		background: url(/images/box_recent_projects.jpg) no-repeat top left;
		overflow: auto;
		margin: 0 0 15px 0;
	}
	.box_projects_inner {
		margin: 15px 15px 0 215px;
	}
	.box_projects h2 {
		height: 29px;
		width: 186px;
		background: url(/images/title_recent_projects.gif) no-repeat top left;
		text-indent: -3000em;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.box_projects h3 {
		text-transform: uppercase;
		color: #fff;
		margin: 0 0 8px 0;
		padding: 0;
	}
	.box_projects p {
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 80%;
		line-height: 1.4em;
	}
	
	.box_projects a {
		color: #fff;
	}
	
	
	.box_testim {
		height: 153px;
		width: 536px;
		background: url(/images/box_recent_projects.jpg) no-repeat top left;
		overflow: auto;
		margin: 0 0 15px 0;
	}
	.box_testim_inner {
		margin: 15px 15px 0 215px;
	}
	.box_testim h2 {
		height: 29px;
		width: 186px;
		background: url(/images/title_testimonials.gif) no-repeat top left;
		text-indent: -3000em;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.box_testim h3 {
		text-transform: uppercase;
		color: #fff;
		margin: 0 0 8px 0;
		padding: 0;
	}
	.box_testim p {
		margin-top: -7px;margin-left:10px;
		padding: 0;
		color: #fff;
		font-size: 80%;
		line-height: 1.4em;
	}
	
	.box_testim a {
		color: #fff;
	}
	
	
	
	
/* ---------------------------------- */

	.box_services {
		height: 153px;
		width: 536px;
		background: url(/images/box_services.jpg) no-repeat top left;
		overflow: auto;
		margin: 0 0 15px 0;
	}
	.box_services_inner {
		margin: 15px 15px 0 215px;
	}
	.box_services h2 {
		height: 24px;
		width: 102px;
		background: url(/images/title_services.gif) no-repeat top left;
		text-indent: -3000em;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.box_services h3 {
		text-transform: uppercase;
		font-size: 90%;
		color: #3d786c;
		margin: 0 0 8px 0;
		padding: 0;
	}
	.box_services p {
		margin: 0;
		padding: 0;
		color: #3d786c;
		font-size: 80%;
		line-height: 1.4em;
	}
	
	.box_services a {
		color: #ff752a;
	}
	
/*----------------------------------*/

.box_news {
		height: 153px;
		width: 536px;
		background: url(/images/box_news.jpg) no-repeat top left;
		overflow: auto;
		margin: 0 0 15px 0;
	}
	.box_news_inner {
		margin: 15px 15px 0 215px;
	}
	.box_news h2 {
		height: 24px;
		width: 102px;
		background: url(/images/title_media.gif) no-repeat top left;
		text-indent: -3000em;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.box_news h3 {
		text-transform: uppercase;
		font-size: 90%;
		color: #3d786c;
		margin: 0 0 8px 0;
		padding: 0;
	}
	.box_news p {
		margin: 0;
		padding: 0;
		color: #3d786c;
		font-size: 80%;
		line-height: 1.4em;
	}
	
	.box_news a {
		color: #ff752a;
	}
	
	
/* ---------------------------------- */
/* IMAGES */   
/* ---------------------------------- */
	
	.news_images { float: left; padding-left: 25px;
		
	}
	
	.news_images img { float: left; margin-right:30px }
	img.last { margin-right:0 }
	

/* ---------------------------------- */
/* GALLERIES */   
/* ---------------------------------- */	
	
#frontGallery {width: 496px;}
#frontGallery img.gallBigPic {display: block; margin-bottom: 15px;}
#frontGallery ul { list-style: none; height: 53px; margin: 0 0 15px 0; padding: 0; }
#frontGallery ul li { list-style: none; float: left; margin: 0 7px 0 0; padding: 0; }

	

/* ---------------------------------- */
/* PROJECTS */   
/* ---------------------------------- */	
	
#projectPics {width: 490px;}
#projectPics img.nonGalleryPic {display: block; margin-bottom: 15px;}
#projectPics img.nonGallery {height: 157px; margin: 0 0 15px 0; padding-right: 15px;}
#projectPics img.nonGallery2 {height: 157px; margin: 0 0 15px 0;}
#projectPics img.nonGallery3 {height: 357px; margin: 0 0 15px 0; padding-right: 15px;}
#projectPics img.nonGallery4 {height: 357px; margin: 0 0 15px 0;}	
	
	
/* ---------------------------------- */
/* FOOTER */   
/* ---------------------------------- */
	
	#footer p {
		padding: 15px 0 0 25px;
		font-size: 80%;
		color: #fff;
	}

.more {
	background-image: url(/images/butterfly.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
	clear: both;
}

.contentDate {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #BBBBBB;
	border-top: 1px dotted #BBBBBB;
}
	
	