/* Global body styles */
body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	background: #fff url("images/global/pattern_swatch.gif") repeat-x top;
	text-align: center;
	}

/* Basic page structure */
#page {	
	text-align: left;
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 798px;
	position: relative;
	background: url("images/global/shadows.gif") repeat-y top;
	}


/* Top of layout that overlaps red background */	
#header {
	height: 104px;
	background: #fff url("images/global/page_top.gif") no-repeat;
	}

	
/* Large graphic or flash movie on home page */
#mainImage {
	width:762px;
	margin: 0 0 0 18px;
	}


/* Gray graphic headers on sub pages */
#subhead {
	margin: 0px 0 0 35px;
	}


/* Container for navigation on sub pages */	
#subnav {
	position: absolute;
	top: 104px;
	left: 420px;
	width: 335px;
	height: 127px;
	background: url("images/subnav/subnav_background.gif") no-repeat;
	}


/* Typography for navigation on sub pages */	
#links {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin: 20px 0 0 20px;
	}


/* Container for columns of content on home page */		
#columns {
	width: 762px;
	margin: 15px 0 0 50px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #7F7F7F;
	}


/* Container for columns of content on sub pages */		
#subcolumns {
	width: 710px;
	margin: 5px 0 0 50px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}


/* Left colummn on home page */		
#wideColumn {
	float:left;
	width: 510px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px 18px 0px 0px;
	color: #7F7F7F;
	}


/* Left column on sub pages */		
#subwideColumn {
	float:left;
	width: 460px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 25px 18px 0px 0px;
	color: #7F7F7F;
	}


/* Right column */	
#narrowColumn {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
	margin-top:0;
	}


/* Left column on sub pages */		
#careerFrame {
	float:left;
	width: 500px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 25px 18px 0px 0px;
	color: #7F7F7F;
	}


/* Page footer */	
#footer {
	width: 798px;
	clear: both;
	height: 70px;
	background-color: #fff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center
}


/* Container for global nav bar */		
#nav {
	position:absolute;
	left:20px;
	top:50px;
	width:762px;
	height:50px;
}


/* Logo in global nav bar */	
#logo {
	position:absolute;
	left:545px;
	top:0px;
	width:216px;
	height:50px;
}


/* Individiual graphic links in global nav bar */	
#Sanchaya {
	position:absolute;
	left:5px;
	top:12px;
	width:84px;
	height:25px;
}

#services {
	position:absolute;
	left:95px;
	top:12px;
	width:84px;
	height:25px;
}

#work {
	position:absolute;
	left:185px;
	top:12px;
	width:84px;
	height:25px;
}

#careers {
	position:absolute;
	left:275px;
	top:12px;
	width:85px;
	height:25px;
}

#news {
	position:absolute;
	left:365px;
	top:12px;
	width:85px;
	height:25px;
}
#download {
	position:absolute;
	left:455px;
	top:12px;
	width:85px;
	height:25px;
}


/* Orange text headers */	
.orangesub {
	font-weight: bold;
	color: #000;
	}

/* small text for notes etc. */
.smalltext {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #7F7F7F;
	}

/* Text link styles */	
a:link, a:active, a:visited {
	color: #691A0D;
	text-decoration: none;
	}

a:hover {
	color: #691A0D;
	text-decoration: underline;
	}

a.links:link, a.links:active, a.links:visited {
	color: #fff;
	text-decoration: none;
	}

a.links:hover {
	color: #E98212;
	text-decoration: underline;
	}
/* Orange text headers */	
.error {
	font-weight: bold;
	color: #FF0000;
	}
	p
	{
	 text-align:justify;
	 color:#666;
	}