@charset "utf-8";
/*****************************************************

Tran Recruiting Stylesheet

*****************************************************/

html {
	min-height: 101%;
}

body {
	margin: 25px auto;
	background: #d3d3d3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 135%;
}

#wrapper {
	width: 883px;
	min-width: 883px;
	margin: 0 auto;
}

img {
	border: none;
}

.clear {
	clear: both;
}

a:link {
	color: #0057a6;
	text-decoration: underline;
}

a:visited {
	color: #0057a6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-image: url('../images/blt.gif');
	list-style-type: square;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

/*****************************************************

Homepage Styles

*****************************************************/

#homeouter {
	border-color: #fff;
	border-style: solid;
	border-width: 2px;
	background: #727272;
	color: #fff;
	padding: 20px 30px;
}

#homeinner {
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	padding: 10px 20px;
}

#footerwrap {
	padding-top: 10px;
	font-size: 9pt;
}

a.ftrlink:link, a.ftrlink:visited {
	color: #fff;
	text-decoration: underline;
}

a.ftrlink:hover {
	text-decoration: none;
}

#lfoot {
	width: 400px;
	float: left;
}

#rfoot {
	width: 400px;
	float: right;
	text-align: right;
}

/*****************************************************

Subpage Styles

*****************************************************/

.topspace {
	width: 100%;
	height: 30px;
	background: #fff repeat;
}

.midspace {
	width: 100%;
	height: 27px;
	background: #fff repeat;
}

.whitebg {
	background: #fff repeat;
}

#leftcolwrap {
	padding: 0 0 0 45px;
	width: 207px;
}

.boldblue {
	font-weight: bold;
	color: #0057a6;
}

#leftcolhead {
	background: url('../images/simg_lft_head.gif') no-repeat;
	width: 207px;
	height: 18px;
	font-weight: bold;
	color: #fff;
}

.midcolrpt {
	background: url('../images/simg_col_rpt.gif') repeat-y;
	width: 50px;
}

#rgtcolwrap {
	padding: 0 14px 0 0;
	width: 567px;
}

#rgtcolhead {
	background: url('../images/simg_rgt_head.gif');
	padding: 0 0 0 30px;
	font-weight: bold;
	color: #fff;
}

#rgtcolcontent {
	background: url('../images/simg_rgt_rpt.gif') no-repeat;
	padding: 10px 10px 0 50px;
}

#rgtcolcontent a:link {
	color: #0057a6;
	text-decoration: underline;
}

#rgtcolcontent a:visited {
	color: #0057a6;
	text-decoration: underline;
}

#rgtcolcontent a:hover {
	text-decoration: none;
}

#footersub {
	padding-top: 10px;
	font-size: 9pt;
}

#footersub a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

#footersub a:hover {
	text-decoration: none;
}

#lfootsub {
	width: 400px;
	float: left;
	padding: 10px;
}

#rfootsub {
	width: 400px;
	float: right;
	text-align: right;
	padding: 10px;
}

