@charset "UTF-8";
/*********************************** common styles ***************/
* {padding:0; margin:0;}


a:link {color: #413f49; text-decoration: none;}
a:visited {color: #413f49; text-decoration: none;}
a:hover {color: #413f49; text-decoration: underline;}
a:active {color: #413f49; text-decoration: none;}

body  {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #413f49;
	vertical-align: top;
}
#container { 
	width: 736px;
	margin: 10px auto;
	border: 1px solid #CCCCCC;
	padding: 22px;
	text-align: left;
} 
#header_wrapper { 
	width: 736px;
	position: relative; 
	margin: 20px 0 0 0;
	border-bottom: 5px solid #961428;
	text-align: left;
} 
#header_phone { 
	position: absolute; 
	right: 0;
	top: 5px;
	font-size: 12px;
	margin: 0 0 5px 0;
	text-align: right;
} 
#header_email { 
	position: absolute; 
	right: 0;
	top: 19px;
	text-align: right;
} 

#body_text span { 
	font-weight: bold;
}
#body_text2 span { 
	font-weight: bold;
}
#body_text { 
	position: absolute; 
	float:left;
	width: 405px;
	top: 0;
	margin: 10px 0 0 310px;
} 
#body_text2 { 
	position: absolute; 
	float:left;
	width: 405px;
	line-height: 20px;
	top: 0;
	margin: 10px 0 0 310px;
} 
#divider {
	font-size:1px;
	border-top: 1px solid #676773;
	padding: 7px 0 7px 0;
}
#suite_wrapper { 
	padding: 30px 0 0 0;
	position: relative; 
} 
#suite_tool1 { 
	width: 172px;
} 
#suite_tool2 { 
	margin: 58px 0 0 188px;
	position: absolute; 
	top: 0;
	width: 172px;
} 
#suite_tool3 { 
	margin: 58px 0 0 376px;
	position: absolute; 
	top: 0;
	width: 172px;
} 
#suite_tool4 { 
	margin: 58px 0 0 564px;
	position: absolute; 
	top: 0;
	width: 172px;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

/*********************************** form ***************/

#form_wrapper { 
	background: url('/images/bkgd/form_bkgd.jpg') top left no-repeat;
	margin: 50px 0 0 0;
	padding: 20px;
	width: 244px;
	height: 310px;
} 
#form_wrapper span { 
	color: #961428;
	font-weight: bold;
}
#imWare_form input.text{
  width: 135px;
  padding: 1px 0;
  margin: 3px 0;
  float: right;
}
#imWare_form li {
	list-style: none;
}
#imWare_form table {
	border: none;
	clear: left;
	padding: 0;	
	float: right;
}
#imWare_form td {
	text-align: right;
	padding: 0 2px;
}
#form_wrapper_VHD { 
	background: url('/images/s2f_bkgd.jpg') top left no-repeat;
	margin: 50px 0 0 0;
	padding: 20px;
	width: 244px;
	height: 420px;
} 
#form_wrapper_VHD span { 
	color: #961428;
	font-weight: bold;
}
#imWare_form input.text{
  width: 135px;
  padding: 1px 0;
  margin: 3px 0;
  float: right;
}
#imWare_form li {
	list-style: none;
}
#imWare_form table {
	border: none;
	clear: left;
	padding: 0;	
	float: right;
}
#imWare_form td {
	text-align: right;
	padding: 0 2px;
}
.defList { font-size:12px; line-height:20px;}
.defList li {list-style-image:url(/images/marker1.gif);}
