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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1.4}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
  background: url(../images/bg_header.png) repeat-x center top;
  border-top: 5px solid #6a98e3;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
  color: #579;
  text-decoration: none;
}

a:hover {
  color: #b88e23;
  text-decoration: none;
}

a.btnorange {
  padding: 10px 25px;
  position: absolute;
  right: 0;
  background: url(../images/bg_button_orange.png) repeat-x center;
  border-bottom: 1px solid #935c00;
  border-right: 1px solid #935c00;
  border-top: 1px solid #f0bc6a;
  border-left: 1px solid #f0bc6a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  top: 8px;
}

a.btnorange strong {
  display: block;
  font-size: 75%;
  font-weight: normal;
  font-style: normal;
}

a.btnorange:hover {
  opacity: .9;
}

p.tagline {
  color: #eee;
  font: italic 90% Georgia, "Times New Roman", Times, serif;
  opacity: 0.75;
}

#blurb {
  position: relative;
}

#wrapheader {
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 30px;
}

#wrappage {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/bg_page.png) no-repeat center top;
  padding: 28px 0 0;
}

#logo h1 a {
  width: 243px;
  height: 51px;
  display: block;
  background: url(../images/imaneed.png) no-repeat;
  text-indent: -9999px;
  margin: 3px 0 0;
  padding: 0;
}

ul.needs {
  margin: 0;
  font-size: 90%;
}

ul.needs li {
  padding-bottom: 10px;
  position: relative;
  padding-top: 10px;
  border-bottom: 1px dashed #ccc;
  background-repeat: repeat-x;
  background-position: center top;
}

ul.needs li:hover {
  border-bottom: 1px solid #6a98e3;
}

ul.needs li strong {
  width: 150px;
  float: right;
  margin: 0 0 0 30px;
}

ul.needs li strong span {
  display: block;
}

ul.needs li strong span.time {
  color: #999;
  font-weight: normal;
  font-style: normal;
}
ul.informational {
  list-style-type: circle;
  margin: 0 0 0 30px;
}
ul.informational li {
  padding-bottom: 10px;
  position: relative;
  padding-top: 10px;
  border-bottom: none;
  background-repeat: repeat-x;
  background-position: center top;
}

h2 {
  margin-top: 30px;
  font-size: 120%;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

#wrapfooter {
  background-color: #eee;
  border-top: 1px solid #ccc;
  margin: 30px 0 0;
  padding-bottom: 50px;
}

#footer {
  margin-top: 30px;
  font-size: 90%;
}


.flash
{
	padding:10px 0;
	border-bottom:0px solid #dd3c10;
	text-align:center;
	margin:0 auto;
	width:100%;
}

.ft_red
{
	color:#FF0000;
}
.ft_green
{
	color:#00AA00;
}
.ft_white
{
	color:#FFFFFF;
}


#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupForm{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
/* height:#{is_admin? "400px" : "384px"}; */
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupForm h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupFormClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

.input_request, .input_text
{
	font-size:24px;
	padding:5px;
	height:32px;
}

.input_request
{
	border:1px solid #CCCCCC;
	color:#888888;
	margin:0 10px 0 0;
	width:447px;
}
.narrow_input_request, .input_text
{
	font-size:24px;
	padding:5px;
	height:32px;
}
.narrow_input_request
{
	border:1px solid #CCCCCC;
	color:#888888;
	margin:0 10px 0 0;
	width:400px;
}

.wide_input_request, .input_text
{
	font-size:24px;
	padding:5px;
	height:32px;
}
.wide_input_request
{
	border:1px solid #CCCCCC;
	color:#888888;
	margin:0 10px 0 0;
	width:750px;
}

.btnorange {
  padding: 10px 25px;
  position: absolute;
  right: 0;
  background: url(../images/bg_button_orange.png) repeat-x center;
  border-bottom: 1px solid #935c00;
  border-right: 1px solid #935c00;
  border-top: 1px solid #f0bc6a;
  border-left: 1px solid #f0bc6a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  top: 8px;
}

.hidden_section {
  display:none;
}

/*
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
*/

a.btnorange_anywhere {
  padding: 10px 25px;
  background: url(../images/bg_button_orange.png) repeat-x center;
  border-bottom: 1px solid #935c00;
  border-right: 1px solid #935c00;
  border-top: 1px solid #f0bc6a;
  border-left: 1px solid #f0bc6a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

a.btnorange_anywhere strong {
  display: block;
  font-size: 75%;
  font-weight: normal;
  font-style: normal;
}

a.btnorange_anywhere:hover {
  opacity: .9;
}


h3 {
  margin-top: 10px;
  font-size: 120%;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.btnorange_anywhere {
  padding: 10px 25px;
  background: url(../images/bg_button_orange.png) repeat-x center;
  border-bottom: 1px solid #935c00;
  border-right: 1px solid #935c00;
  border-top: 1px solid #f0bc6a;
  border-left: 1px solid #f0bc6a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}




/* I added these */


ul.contact_methods {
  margin: 0;
  font-size: 90%;
}

ul.contact_methods li {
  padding-bottom: 10px;
  position: relative;
  padding-top: 10px;
  border-bottom: 1px dashed #ccc;
  background-repeat: repeat-x;
  background-position: center top;
}

ul.contact_methods li:hover {
  border-bottom: 1px solid #6a98e3;
}

ul.contact_methods li strong {
  width: 350px;
  float: right;
  margin: 0 0 0 30px;
}

ul.contact_methods li strong span {
  display: block;
}

ul.contact_methods li strong span.time {
  color: #999;
  font-weight: normal;
  font-style: normal;
}

.f_right
{
	float:right;
}

.f_center
{
	float:center;
}

.f_left
{
	float:left;
}


a.top_link {
  color: #8d94a2;
}

.selling_points_box {
  height:200px; 
  width:100%;
}

.selling_point_icon {
  width:70px;
  padding:0px;
}

.selling_text_wrapper{
  width:225px; 
  margin:0 20px 3px 0; 
  float:left;
  padding:5px;
}

.selling_icon_wrapper{
  margin:10px 0 0px 0; 
  float:left;
  padding:5px;
}

/*
#ct_wlcm
{
	float:left;
	font-weight:lighter;
	font-size:12px;
	padding:10px 0 0 0;
}

.wrapper
{
	margin:0 auto;
	width:960px;
}

#ct_menu
{
	background:url(../images/old_look/bck_menu.jpg) repeat-x;
	width:100%;
	height:50px;
	color:#FFFFFF;
	font-size:16px;
}



.menu_item
{
	float:right;
	background:url(../images/old_look/bck_menu_sep.jpg) no-repeat;
	padding:15px 35px;
	cursor:pointer;
}
*/