/* Reset CSS */

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, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset CSS */


body{
	background: #043665 url(images/bodybg.png) repeat-x;
}

#content_wrapper {
	margin: 15px auto 0px;
	width: 940px;
	position:relative;
}

#header_logo{
	position:absolute;
	left:45px;
}

#header_info{
	position:absolute;
	width:615px;
	height:67px;
	background: url(images/headerinfobg.png) no-repeat;
	left: 260px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:16px;
	padding-left:17px;
	font-size:13px;
	padding-right:10px;
	line-height:16px;
}

#ask_form{
	position:absolute;
	width:942px;
	height:432px;
	background: url(images/askformbg.png) no-repeat;
	top:66px;
}

#ask_form_title{
	position:absolute;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	color: #387fc2;
	font-weight:bold;
}

#ask_form_box_wrapper {
	position:absolute;
	width:490px;
	height:350px;
	top: 40px;
	left:80px;
}

#tvtxt {
	border: 1px solid #dad8af;
	width:460px;
	height:180px;
	overflow:auto;
	top:45px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
}

#ask_form_connect{
	position:absolute;
	top:240px;
	left:35px;
	text-align:center;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #083a68;
}

#testimonials{
	width:300px;
	height:400px;
	position:absolute;
	left:590px;
}

#testimonial_1{
	position:absolute;
	width:235px;
	height:156px;
	background: url(images/bubble1.png) no-repeat;
	top:4px;
}

#testimonial_2{
	position:absolute;
	width:278px;
	height:138px;
	background: url(images/bubble2.png) no-repeat;
	top:190px;
	left:73px;
}

#testimonial_1_blurb{
	position:absolute;
	width:170px;
	height:100px;
	left:8px;
	top:6px;
	padding-left:25px;
	padding-top:22px;
	padding-right:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#083a68;
	line-height:15px;
}

#testimonial_1_author{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	top:140px;
	font-size:11px;
	left:40px;
	line-height:12px;
	color:#767676;
}

#testimonial_2_blurb{
	position:absolute;
	width:216px;
	height:88px;
	left:7px;
	top:8px;
	padding-left:23px;
	padding-top:22px;
	padding-right:23px;
	font-family:Arial, Helvetica, sans-serif;
	color:#083a68;
	line-height:15px;
}

#testimonial_2_author{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	color:#767676;
	line-height:12px;
	font-size:11px;
	top:123px;
	left:65px;
}

.bold {
	font-weight:bold;
}

#testimonial_author.bold {
	font-weight:bold;
	color:#083a68;
}

#footer{
	text-align:center;
	top:430px;
	position:absolute;
	width:940px;
	color:#829bb2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer a{
	text-decoration:none;
	color:#829bb2;
}

#footer a:visited{
	text-decoration:none;
	color:#829bb2;
}