/* General */
body {
	background:url(images/background.jpg) white repeat-x;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial;
	font-size:9pt;
	color:#333333;
	text-align:justify;
	line-height:1.5;
}

a, a:visited, a,active {
	color:mediumblue;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

hr {
	border:1px solid #dddddd;
	margin:12px 0;
}

table {
	background:white;
}

#page_content {
	width:850px;
	margin:20px auto;
}
#thepage {
	width:850px;
}

/* Header */
#topbanner {
	background:url(images/topbanner.gif) no-repeat top;
	height:12px;	
}

#midbanner {
	padding:0px 25px 5px;
	background:white;
}

#midmenu {
	padding:5px 0px;
	color:white;
	background:#333333;
	overflow:hidden;
}
#midmenu a, #midmenu a:visited, #midmenu a:active {
	color:white;
	padding:0px 5px;
}
#themenu {
	float:right;
}

#thebanner {
	height:160px;
	border-bottom:7px solid #2C466D;
}


/* Content */
.clearblock {
	clear:both;
}
#thecontent {
	overflow:hidden;
	padding:25px;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
#thecontent h2 {
	padding:0 0 2px 0px;
	margin:0 0 5px 0px;
	font-size:1.1em;
	color:#182C49;
	border-bottom:2px solid #CB972A;	
}
#thecontent span {
	color:#919191;
}
#left_content {
	padding:0 30px 0 0;
	border-right:1px solid #dddddd;
}

#right_content {
	width:220px;
	padding:0 0 0 15px;
}

#mid_content {
	padding:0 10px 0 0px;
}

#mid_content h4 {
	font-size:1em;
}

ul.thebullet, ul.thearrow, ul.thepointer, ul.thecheck, ul.nobullet, ul.quick-list {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul.thebullet {
	background:url(images/bullet.gif) no-repeat top left;
	padding:0 0 0 20px;
	margin:0 0 0 0px;
}

ul.thearrow li {
	background:url(images/arrow.gif) no-repeat center left;
	padding:0 0 0 20px;	
	margin:0 0 5px 10px;
}

ul.thepointer li {
	background:url(images/pointer.gif) no-repeat center left;
	padding:0 0 0 20px;	
	margin:0 0 0 10px;
}

ul.thecheck li {
	background:url(images/tick.gif) no-repeat center left;
	padding:15px 0 15px 50px;	
	margin:0 20px 0 20px;
	border-bottom:1px dotted #cccccc;
}

ul.nobullet li {
	font-size:0.9em;
}

ul.square {
	list-style-type:square;
	padding-top:10px;
	padding-bottom:10px;
}

ul.quick-list li a {
	display:block;
	font-size:6pt;
	font-weight:bold;
	padding:7px 0;
}

.theform {
	overflow:hidden;
	padding:5px 0;
}
.thelable {
	float:left;
	width:350px;
}
.theinput {
	overflow:hidden;
	padding:5px 0;
}
.theinput input {
	float:left;
	width:400px;
}

.site_office {
	border:1px dashed #cccccc;
	padding:15px;
	width:100%;	
}

.career {

}


/* Footer */
#footer {
	padding:10px 25px 5px;
	border-top:1px solid #999999;
	color:#555555;
	background:#d8d8d8;
}
#footer a, #footer a:visited, #footer a:active {
	color:#555555;
}

#bottombanner {
	height:12px;
	background:url(images/bottom.gif) no-repeat bottom;
}


/* Others */
.imgx {
	float:left;
	margin:5px 12px 0 0;
	color:white;
}
.imgx h3 {
	padding:0px 5px;
	margin:0px;
	font-size:0.9em;
	background:#383838;
}

.aboutbox, .servicebox {
	overflow:hidden;
	border:1px dotted #aaaaaa;
	padding:10px;
}
.aboutus {
}
.thelist {
	margin:0 0 0 25px;
}

#gallery {
	overflow:hidden;
}
.portfolio {
	width:30%;
	float:left;
	margin:0 0 20px 15px;
	font-size:8pt;
}
.portfolio img, .aboutus img {
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

#quote1 {
	margin:20px 0;
	color:olive;
	font-weight:bold;
}
#quote2 {
	width:650px;
	margin:0 auto;
	color:#888888;
}
#quote3 {
	color:firebrick;
}

.sidepadding-top {
	padding:5px 30px 5px 30px;
}

#privacy {
	background:white;
	padding:30px;
}

.bigger {
	font-weight:bold;
	font-size:12pt;
}