/* 
	Vertasource
	Home Screen CSS
	2009
	
 */
 
 
#flash {
	width: 980px;
	height: 332px;
	display: block;
	clear: both;
	margin-left: 3px;
}

	#flash div {
		background: url(/content/v1/us/img/flashbackup.gif) no-repeat;
		width: 980px;
		height: 332px;
		position: relative;
	}
	
		#content #flash p {
			display: block;
			width: 500px;
			text-indent: -9999px;
			overflow: hidden;
			position: absolute;
		}
		
		#flash h2 a {
			display: block;
			width: 200px;
			text-indent: -9999px;
			overflow: hidden;
			height: 78px;
			border: 0;
		}
 
/* ------------------------ 
		recent project
------------------------ */
#featured {
	width: 417px;
	height: 213px;
	background: url(/content/v1/us/img/featured.jpg) left top no-repeat;
	padding-left: 573px;
	padding-top: 60px;
}
	#featured h3 {
		position: absolute;
		left: -9999px;
	}
	
	#featured dt {
		font-size: 135%;
		width: 400px;
		text-transform: uppercase;
		color: #467bab;
		margin-bottom: .5em;
		font-size: 1.5em;
	}
		#featured dt span {
			/*border-bottom: dashed 1px #467bab;*/
			}	
	.desc {
		line-height: 18px;
	}

#featured  ul li {
		padding-left: 15px;
		background: url(/content/v1/img/greenArrow.gif) no-repeat 0 8px;
		margin: 3px 0;
	}
			#featured  ul li a {
				color: #70ba1b;
				}

/* ------------------------ 
		home Left
------------------------ */
#leftColumn {
	width: 527px;
	_width: 515px;
	margin-right: 15px;
	margin-bottom: 30px;
	float: left;
	_display: inline;
	padding-left: 15px;
}
	#leftColumn  h3 {
		width: 557px;
		border: 0px red solid;
		background: url(/content/v1/img/singleTag.gif) left top no-repeat;
		width:233px;
		height: 45px;
		text-indent: 20px;
		padding-top: 16px;
		margin-bottom: 10px;
		position: relative;
		left: -15px;
	}

	#leftColumn h5 {
		margin-top: 1em;
	}
	
		#leftColumn h5 a {
			border: 0;
			}
	
	
/* ------------------------ 
		home right
------------------------ */
#rightColumn {
	float: left;
	_display: inline;
	width: 425px;
}

#news,
#quote {
	display: block;
	width: 367px;
	background: url(/content/v1/img/boxTitle-Bottom.gif) left bottom no-repeat;
	padding: 0 20px 10px 35px;
	font-size: .9em;
}
	#news h3,
	#quote h3 {
		background: url(/content/v1/img/boxTitle-top.gif) no-repeat left top;
		width: 425px;
		height: 45px;
		text-indent: 20px;
		padding-top: 16px;
		margin-left: -35px;
		*padding-top: 18px;
	}
	
	#news dt {
		font-weight: bold;
		font-size: 12px;
	}
	
	#news dd.newsdate {
		padding-bottom: 5px;	
	}
	
	p.more {
		margin: 10px 0;
		text-align: right;
	}
	
	#quote p {
		padding: 0;
	}
	
		#quote p#error {
			padding: .6em 0 2em 0;	
		}
	
	#quote fieldset {
		padding: 5px 0 20px 0;
	}
	
	#quote dl {
		width: 180px;
		_width: 179px;
		float: left;
		_display: inline;
	}
		#quote fieldset dt {
			color: #000;
			padding-left: 3px;
		}
		
		#quote fieldset dd {
			margin: 0;
		}
		
			#quote fieldset dd input {
				background: url(/content/v1/img/bg-input-home.gif) no-repeat;
				height: 20px;
				width: 156px;
				border: 0;
				padding:6px 5px;
			}
			
				#quote fieldset dd input:focus {
					background: url(/content/v1/img/bg-input-home-focus.gif) no-repeat;
				}
			
			#quote fieldset dd textarea {
					background: url(/content/v1/img/bg-comments-home.gif) no-repeat;
					height: 20px;
					border: 0;
					padding:6px 5px;					
					width: 178px;
					height: 211px;
					margin-bottom: 10px;
			}
			
				#quote fieldset dd textarea:focus {
					background: url(/content/v1/img/bg-comments-home-focus.gif) no-repeat;
				}
				
			.validation-advice {
				line-height: 1;	
				position: relative;
				top: -5px;
			}
				
		#quoteSubmit {
			clear: both;
			padding-top: 5x;
		}
		
	#footer {
		*position: relative;
		*float: left;
		*margin-top: 100px;
	}
