/***************************************************************************/
/* set base HTML defaults, which can get overridden lower in this document */
/***************************************************************************/

body
{
	background-color: #999;
	color: #666;
	font: 12px/19px Trebuchet MS,Lucida Grande,Arial,Helvetica,sans-serif;
	margin: 0;
}

img
{
	border: 0;
	vertical-align: text-bottom;
}

p
{
	margin: 0px 0px 18px 0px;
	padding: 0;
}

input, select, textarea
{
	font-size: 12px;
}

a
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #666;
	text-decoration: none;
}

a.nav_active
{
	color: #9e0b0f;
	text-decoration: none;
}

a.nav_active:hover
{
	color: #9e0b0f;
	text-decoration: none;
}

h1
{
	color: #666;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2
{
	font-size:14px;
	font-weight:bold;
	margin:0px;
}



/********************************************************/
/* define the section containers                        */
/* never use left or right margins or paddings on these */
/********************************************************/

div#container
{
	width: 980px;
	margin: 0 auto; 	/* center it */
	padding-bottom: 10px;
	padding-top: 10px;
}

div#topcap
{
	background: url("../images/bkg-top.gif") no-repeat;
	float: left;
	width: 980px;
	height: 83px;
}

div#content
{
	background: url("../images/bkg-grad.gif") repeat-y;
	float: left;
	width: 980px;
}

div#content-left
{
	float: left;
	padding-top: 50px;
	padding-right: 10px;
	text-align: right;
	width: 140px;		/* 150 - padding-left - padding-right */
}

div#content-right
{
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 750px;		/* 830 - padding-left - padding-right */
}

div#content-right-home
{
	float: left;
	padding-left: 10px;
	padding-right: 0px;
	padding-top:  0px;
	padding-bottom: 0px;
	width: 770px;		/* 830 - padding-left - padding-right */
}

div#botcap
{
	background: url("../images/bkg-bot.gif") no-repeat;
	background-color: #fff;
	float: left;
	width: 980px;
	height: 154px;
	padding-bottom: 50px;
}

div#footer
{
	width: 210px;
	float: right;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 50px;
	font-weight: bold;
	border-left: 1px dotted #000;
}

img#mainlogo
{
	margin: 30px 0px 0px 20px;
}

/***********************************************/
/* define the common classes                   */
/***********************************************/

.secon
{
	color: #6666cc;
	font-weight:bold;
}	

.job
{
	color: #9e0b0f;
	font-weight: bold;
}	

/********************************/
/* define the classes for forms */
/********************************/

div.table
{
    width: 100%;
}
 
div.row
{
    clear: left;
}
 
div.cell1
{
    width: 49%;
    float: left;
    text-align: right;
    height: 30px;
    margin-right: 2px;
}
 
div.cell2
{
    width: 49%;
    float: right;
    text-align: left;
    height: 30px;
}
 
.fielderror
{
    color: red;
}
 
.success
{
    color: green;
    font-weight: bold;
    font-size: 14px;
}

/********************************/
/* index.asp                    */
/********************************/

img#index-hero
{
	float: left;
}

div#index-content
{
	float: left;
	width: 400px;
	padding-left: 20px;
}

div#index-curproject
{
	float: left;
	margin-top: 20px;
	padding-left: 170px;
	width: 350px;
}

div#index-details
{
	float: left;
	width: 200px;
}

div#index-next
{
	float: left;
	text-align: right;
	width: 140px;
}

/********************************/
/* project-showcase.asp         */
/********************************/

div#showcase-top
{
	float: left;
	padding-bottom: 30px;
	width: 750px;		/* = content-right */
}

div#showcase-bottom
{
	float: left;
	width: 350px;
	padding-top: 20px;
}

div#showcase-image
{
	float: left;
	width: 350px;
}

div#showcase-jobs
{
	float: right;
	padding-left: 30px;
	width: 370px;		/* 400 - 30 */
}

div#showcase-jobs-1
{
	float: left;
	width: 185px;
}

div#showcase-jobs-2
{
	float: left;
	width: 185px;
}
