* {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}
body{
    background:#000;
	text-align: center;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0063be;
	*margin-top:11px; /* for ie */
}

h2 {
	font-size: 12px;
	*margin-top:11px; /* for ie */
}

h3 {
	font-size: 11px;
	font-style:italic;
	font-weight:normal;
}

a:link {
    text-decoration:none;
    color: #090909;
}

a:visited {
    text-decoration:none;
    color: #090909;
}

a:active {
    text-decoration:none;
    color: #090909;
}

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

/* --- PAGE RELATED ---- */
#page{
    width:762px;
    margin: 0 auto;
    text-align: left;
    background:#ffffff;
}

#logo{
    position:absolute;
    margin-top:10px;
    margin-left:20px;
    width:243px;
    height:46px;
    background-image:url('../images/techead_logo.gif');
    background-repeat: no-repeat;
    z-index:10;
    cursor:pointer;
}
/* ----- TOPBANNER --- */

#topbanner {
    background:#fff;
    height:65px;
    /*background-image:url('../images/holidays/HalloweenTopBanner2008.jpg');
    background-repeat: no-repeat;
    cursor:pointer;*/
}

/* ----- BANNER ---- */
#banner{
    background:#000000;
    float:left;
}

.pics {
    height:  185px;
    width:   567px;
    padding: 0;
    margin:  0;
}

.pics img {
    padding: 0px;
    width:  567px;
    height: 185px;
    top:  0;
    left: 0
}

.pics_secondary {
    height:  91px;
    width:   762px;
    padding: 0;
    margin:  0;
}

.pics_secondary img {
    padding: 0px;
    width:  762px;
    height: 91px;
    top:  0;
    left: 0
}
/* --- NEWS --- */
#news{
    /*background-image:url('../images/news_bg.jpg');
    background-repeat: repeat-x;*/
    background-color:#EEDD82;
    height:166px;
    color:#000;
    width:195px;
    float:right;
}
#newscontent {
    width:188px;
    height:158px;
    max-height:158px;
    padding-left:4px;
    padding-right:2px;
    padding-top:2px;
    padding-bottom:2px;
    border:0px solid #000;
}
#displayNews{
    color:#000;
}
#newstitle {
    width:195px;
    float:right;
    color:#fff;
    background:#EA7125;
    padding-top:2px;
    padding-bottom:2px;
}

/* --- CONTENT --- */
#main_content{
	height: auto !important;
	height:100%;
	width: 100%;
	min-height:100%;
	overflow: hidden;
}

#content{
    padding-top:10px;
    padding-left:15px;
    height:95px;
}

#left_content{
    float:left;
    width: 270px;
    height:100%;
    border-right:#000000 solid thin;
    min-height:110px;
}

#right_content{
    float:right;
    width: 177px;
    height:100%;
    margin-right:5px;
    min-height:110px;
}

#center_content{
    float:left;
    width:280px;
    height:100%;
    border-right:#000000 solid thin;
    min-height:110px;
}

* html #center_content{
    width:275px;
}

#contentStaffing{
    height:100%;
    margin-right:8px;
    float:left;
    width:258px;
}

#contentTraining{
    margin-left:8px;
    margin-right:5px;
    height:100%;
    width:258px;
}

#contentSolutions{
    height:100%;
    margin-left:0px;
}

* html #contentSolutions{ /* for ie6 */
    margin-left:6px;
}

.homepage_buttons {
    margin-top:27px;
    width:117px;
    *margin-top:22px; /* for ie */
}

/*  --- SECONDARY PAGES CONTENT ---- */


#left_content_secondary{
    width: 199px;
	height: 400px;
	min-height: 400px;
	height:auto !important;
	float: left;
	padding-bottom: 20px;
	margin-bottom: -20px;
}

#left_content_secondary div {
	margin:10px 20px;
}

*html #left_content_secondary div { /* for ie6 */
    margin:10px 10px;
}

#left_content_secondary a{
    font-weight:bold;
}

#right_content_secondary{
    width: 499px;
	padding-left: 10px;
	padding-right: 20px;
	float: right;
}

* html #right_content_secondary { /* for ie6 */
     clear:left;
}

#right_content_secondary a { color:#0063b3; }


/* --- ICONS/LOGOS --- */
#icons{
    border-top-style: solid;
    border-top-width: 1px;
    text-align:center;
    height:80px;
}
/* --- FOOTER --- */

#footer{
    height:20px;
}

#colors{
    width:100%;
}

#info{
    text-align:center;
    color:#ffffff;
    background:#000000;
    padding-top:8px;
}

/* --- VARIOUS --- */

.titleBlack {
    font-weight:bolder;
    font-size:14px;
}

.subTitleBlue{
    color:#0079c2;
}

.grayText{
    font-size:10px;
    color:#808080;
}

.bgBlue{
    background:#0063b3;
}

.bgOrange{
    background:#ea7125;
}

.bgGreen{
    background:#ccdc00;
}

.myClasses {
	border:double;
	border-color:#999999;
	background-color:#FFFFFF;
	padding:8px;
}
.class_name {
    float:left;
    *padding-top:10px;
    *padding-bottom:6px;
}
.cls_des {
    *clear:left;
}
.chk_cls_sch {
    *padding-top:10px;
    float:right;
    text-align:right
}
.ie_des { *padding-top:10px; }

#landing_text {
    position:absolute;
    margin-top:50px;
    z-index:10;
}

#landing_text h1 {
    font-size:28px;
    font-family:verdana;
    color:#0377C0;
    font-weight:normal;
}

.quote_table {
	border-top:1px dotted #ccc;
	padding-left:2px;
	padding-right:0px;
	font-size:smaller;
}