html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
.clear {
clear:both;
}
body {
background-color:#91adf2;
font-family:Arial, Helvetica, sans-serif;
}
#container {
width:900px;
margin:0px auto;
}
	#logo {
	padding:15px 0px 3px 0px;
	}
	#nav {
	width:900px;
	background:url(../images/navbg.jpg) left top no-repeat;
	height:39px;
	}
		#nav a {
		float:left;
		display:block;
		font-size:14px;
		font-weight:bold;
		color:#fff;
		width:210px;
		text-decoration:none;
		text-align:center;
		}
			#nav a:hover {
			color:#000033;
			}
			#home-btn {padding:12px;margin-left:12px;padding-right:0px;width:auto;}
			#experience-btn {padding:11px 0px 0px 20px;margin-right:60px;margin-left:30px;}
			#company-btn {padding:11px 0px 0px 0px;margin-left:20px;}
			#links-btn {padding:11px 0px 0px 0px;margin-left:65px;}
	#header {
	width:900px;
	height:260px;
	background:url(../images/hdr.jpg) left top no-repeat;
	margin-top:10px;
	}
	#home-main {
	width:900px;
	position:relative;
	margin-top:10px;
	}
	#int-content {
	margin-top:10px;
	overflow:hidden;
	}
		#int-cont-top, #int-content-btm {
		height:14px;
		display:block;
		overflow:hidden;
		}
	#int-main {
	width:900px;
	background-color:#fff;
	padding-bottom:10px;
	overflow:hidden;
	margin:0px;
	}
		h1 {
		font-size:24px;
		text-transform:uppercase;
		color:#388ea0;
		padding:5px 0px 0px 15px;
		}
		#int-main p{
		color:#393838;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:16px;
		padding:15px;
		}
		#int-main ul {
		list-style-type:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:16px;
		padding:15px;
		}
		#get-quote {
		float:left;
		width:202px;
		height:248px;
		background:url(../images/get-quote-bg.jpg) left top no-repeat;
		padding:50px 0px 0px 15px;
		}
			#get-quote ul {
			list-style-type:none;
			}
			#get-quote li {
			list-style-type:none;
			padding:5px;
			}
				#get-quote li a {
				text-decoration:none;
				color:#fff;
				font-size:14px;
				font-weight:bold;
				}
		#home-info {
		float:left;
		width:400px;
		margin-top:15px;
		}
			#home-info p {
			color:#393838;
			font-weight:bold;
			font-size:18px;
			padding:12px 10px;
			}
		#home-form {
		float:right;
		width:192px;
		height:300px;
    	background:url(../images/ask-question-bg.jpg) left top no-repeat;
		padding-top:55px;
		padding-left:26px;
		margin-top:0px;
		}
		h2 {
		font-weight:bold;
		color:red;
		}
	p.footer {
	text-align:center;
	font-size:11px;
	color:#595959;
	padding:8px;
	}		
.row { /* contact form row */
margin-top:0px;
clear:both;
}
input {
margin-top: 10px;
width:160px;
font-size:12px;
color:#333;
}
#submit {
margin-left:90px;
margin-top:20px;
width:auto;
border:none;
text-decoration:none;
}
			#home-form input {
			border:none;
			background-color:transparent;
			padding:1px;
			margin-bottom:17px;
			}
			#home-form textarea {
			height:55px;
			border:none;
			background:transparent;
			width:160px;
			margin-top:7px;
			overflow:hidden;
			font-size:12px;
			}