body
	{
	background-color:#FFFFFF;
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-size:100%;
	}
	
.wrapper, input, text area, select
	{
  	font-family:Arial, Helvetica, sans-serif, Verdana;
  	font-size: 1.2em;
	}
/* wrap everything */	
.wrapper
	{
	margin:0px auto;
	width:994px;
	}

/* 1col layout */		
#block
	{
	float: left;
	width: 994px;
	padding:0;
	}	
		
/* 2col & 3col layout */
.block_1
	{
	/* Remove demo page inline styles and set float here*/
	/*
	float:left or right;
	*/
	width:184px;
	padding:0px;
	margin:0px;
	}
.block_1a
	{
	width: 182px;
	height: 68px;
	border-bottom:1px solid #BFBFBF;
	}
.block_1a img
	{
	margin-top:-8px;
	float:right;
	position:relative;
	}	
	
.block_2
	{
	/* Remove demo page inline styles and set width here*/
	/*
	width:807px;
	width:621px;
	*/
	float:left;
	}

.block_3
	{
	/* Remove demo page inline styles and set float here*/
	/*
	float:left or right;
	*/
	width:183px;
	padding:0px;
	margin:0px;
	border:1px solid #BFBFBF;
	}

/* the other blocks */
.header,
.sub_header,
.sub_footer,
.footer
	{
	width:994px;
	float:left;
	}
	
.header
	{
	height:140px;
	background-color:transparent;
	margin:0px 0px 0px 0px;
	}	
.header img
	{
	float:left;
	}
	
.intro_header,
	{
	height:auto;
	color:#707070;
	background-color:transparent;
	}
	
.sub_header,
	{
	height:450px;
	background-color:transparent;
	}
	
.sub_footer
	{
	height:auto;
	color:#707070;
	background-color:333333;
	}
	
.footer
	{
	width:954px;
	text-align:left;
	padding:5px 20px 20px 20px;
	background-color:222;
	}

/* alway wrap the content */
.content_wrapper
	{
	padding:20px 30px 30px 30px;
	}
	
.content_wrapper_right
	{
	padding:0px 0px 30px 30px;
	float:right;
	}
	
.content_wrapper_left
	{
	padding:0px 30px 30px 0px;
	float:left;
	}
	
.caption_box
	{
	padding:15px 20px 10px 0px;
	float:right;
	text-align:left;
	font-family:Arial, Verdana;
  	font-size: .5em;
	color:#999
	}
	
.project_box
	{
	padding:0px 0px 10px 20px;
	float:right;
	text-align:left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	}
	
/* content in grids */	
.content_1col_grid,	
.content_2col_grid,
.content_3col_grid
	{
	margin:0px 15px 0px 0px;
	display:inline;
	float:left;
	}

.content_3col_grid
	{
	width:579px;
	}
		
.content_2col_grid
	{
	width:381px;
	}	
	
.content_1col_grid
	{
	width:168px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left:10px;
	}

/* last col always has 0 right margin */	
.content_lastcol
	{
	margin-right:0px;
	}
	
/* List Layout */
.list, .list ul
	{
	border-top:1px solid #BFBFBF;
	margin:.7em 0;
	float:left;
	list-style:none;
	padding:0;
	}	
.list li
	{
	border-bottom:1px solid #BFBFBF;
	float:left;
	display:block;
	width:auto;
	margin:0;
	padding:0;
	}
	
.list li a,
.list li a:link, 
.list li a:active,
.list li a:visited
	{
	color:#9ca5ae;
	background-color:transparent;
	text-decoration:none;
	}
.list li a:hover
	{
	color:#626262;
	background-color:transparent;
	text-decoration:underline;
	}

.list span
	{
	float:left;
	position:relative;
	padding:.6em .6em;
	max-width:447px;	
	}	
	
.btn,
.btn a, 
.btn a:link, 
.btn a:active, 
.btn a:visited
	{
	float:right;
	font-weight:bolder;
	color:#b8c6d4;
	background-color:transparent;
	text-decoration:none;	
	padding:.6em 30px .6em .6em;
	margin:0;
	background-image:url(images/listing_link.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
.btn:hover
	{
	background-image:url(images/listing_hover.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
	
.right
	{
	float:right;
	}
.left
	{
	float:left;
	}
	
/*Form*/
form legend 
	{
	padding:0;
	display:none;
	}

form fieldset 
	{
	border:none;
	padding:0;
	}

form input, 
form text, 
form select, 
form textarea,
form submit
	{
	border:1px solid #E4E9EE;
	color:#626262;
	background-color:#F6F8FA;
	padding:.1em 2px;
	margin:0;
	float:left;
	}

form input
	{
	width:172px;
	}
	
form select
	{
	padding:.1em;
	width:179px;
	display:inline;
	}
	
form .checkbox
	{
	width:auto;
	margin:.5em .3em .3em .4em;
	border:0;
	}
	
*html form .checkbox
	{
	margin:.3em .3em .3em 0;
	background-color:transparent;
	}
	
form textarea
	{
	width:173px;
	height:111px;
	}
	
form .submit
	{
	width:auto;
	color:#ffffff;
	padding:.3em;
	background-color:#626262;
	border:1px solid #ffffff;
	}	

form.register {
	width: auto;
	margin:.3em 0 0 0;
}

form.register p 
	{
	float:left;
	padding:.2em 0px;
	}
	
form.register label 
	{ 
	float:left;
	width: 183px; 
	padding:0 15px 0 0;
	text-align:right;
	}
	
form.register.alignLabelLeft label
	{
	padding:0;
	text-align:left;
	}
form.register .asterix
	{
	color:#626262;
	background-color:transparent;
	font-weight:bold;
	padding:0;
	}


form.register label.error {
	margin-left: 103px;
	width: 220px;
	}

div.error { display: none; }
input:focus { border: 1px dotted #A6A6A6; }
input.error { border: 2px dotted red; }

form.register .gray * { color: gray; }

	

