@charset "utf-8";
/* CSS Document */

/*CSS Reset*/

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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul, li {
	list-style: none;
	padding: 0;
}
a{
	color:#00a8d6;
	outline:none;
}
a:hover{
	color:#404040;
}
a img,
a:link img,
a:visited img {
	border:none
}

/* Basic Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 783px;
	margin: 0 auto;
	background-color:#FFFFFF;
	color: #666666;
}
h1 {
	font-size: 23px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}
h2 {
	font-size: 20px;
	padding-bottom: 3px;
	padding-top: 10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #00A8D6;
}
h3 {
	font-size: 15px;
	padding-bottom: 3px;
	padding-top: 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	float: left;
	margin-top: 5px;
}

/*Form Styles*/
.wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
.header {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	background:url(../images/dash_trim.gif) bottom left repeat-x;
	margin: 0 auto;
	clear: both;
	margin-bottom: 10px;
	width: 760px;
	overflow:auto;
}
h1.title {
	float: right;
	padding-top: 8px;
}
.logo {
	width: 100%;
	clear: both;
	margin: 0 auto;
	overflow: visible;
}
.logo img {
	float: left;
	width: 175px;
	height: 40px;
	background-image: url(../images/contac_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.pdf {
	width: 100%;
	text-align:right;
	margin: 0 auto;
	height: 20px;
}
.pdf p {
	background-image:url(../images/icon_pdf_small.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
}
.resultpage {
	width: 100%;
	margin: 0 auto;
	float: left;
}
.resultpage p {
	width: 100%;
	padding-left: 30px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 14px;
	line-height:20px;
	float: left;
}
.resultpage .resultsuccess p {
	background-image:url(../images/icon_success.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
}
.resultpage .resulterror p {
	background-image:url(../images/icon_error.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
}

.ui-tabs-hide {
	display: none;
}
div#tabs ul.tablinks {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	float: left;
}
div#tabs .formtab {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	float: left;
}
.error {
	display: none;
}
.buttons {
	float: right;
}
.clear {
	width: 100% !important;
	clear: both !important;
}
label.field {
	display: block;
	padding-bottom: 3px;
}
input.field {
	width: 225px;
	border: 1px solid #a5acb2;
	padding: 1px;
}
.button 
{
	border: 1px solid #65cae6;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px;
	font-size: 150%;
	background:#06aad7;
	cursor: pointer;
}
.buttonover
{
	border: 1px solid #65cae6;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px;
	font-size: 150%;
	background:#36badf;
	cursor: pointer;
}
.button1 
{
	border: 1px solid #69d2e1;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px;
	font-size: 150%;
	background:#0db8d0;
	cursor: pointer;
}
.button1over
{
	border: 1px solid #69d2e1;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px;
	font-size: 150%;
	background:#16c3d7;
	cursor: pointer;
}
.full input.field,
.full textarea {
	width: 705px;
}
.subhead {
	padding-top: 7px;
	font-weight:bold;
	float:none;
	position:relative;
	top: 3px;
}
.space {
	padding-top: 20px;
}
.dialog {
	display: none;
}
.dialog p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.steps {
	float: left;
	position: relative;
	top: -25px;
}
.steps span {
	font-size: 16px;
	font-weight:bold;
	padding: 4px 10px;
	color: #cccccc;
	margin-right: 1px;
	float: left;
	display: block;
	cursor: pointer;
	background-color:#eeeeee;
}
.steps span.active {
	background-color:#CCCCCC;
	color: #666666;
}
.frametop {
	width: 725px;
	float: left;
	padding: 25px 29px 5px 29px;
	background:url(../images/bg_form_top.jpg) no-repeat bottom;
}
.framebody {
	width: 725px;
	float: left;
	padding: 0 30px 0 30px;
	background:url(../images/bg_form.jpg) repeat-y;
}
.framebottom {
	width: 725px;
	float: left;
	padding: 5px 29px 20px 29px;
	background:url(../images/bg_form_bottom.jpg) no-repeat top;
}
.framelm {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	float: left;
	width: 100%;
	margin: 0 auto;
}
.radiolabel {
	padding-bottom: 5px;
}
.shipping {
	padding: 0 10px 10px;
	background-color:#FAFAFA;
	width: 700px;
	clear:both;
	float: left;
	margin-top: 20px;
}
#shippingBox {
	display: none;
}
#framelm1 .col {
	width: 240px;
	float: left;
}
#framelm1 .col li {
	height: 35px;
}
#framelm2 .col1 li {
	width: 145px;
	height: 15px;
}
#framelm2 .col1 li.other input.field {
	width: 77px;
}
#framelm2 .col2 {
	margin-top: 15px;
}
#framelm2 .col2 li.full {
	margin-top: 15px;
}
#framelm2 .col3 li {
	width: 240px;
	float: left;
}
#framelm2 .col4 li {
	width: 145px;
	height: 15px;
}
#framelm3 .col1 li {
	width: 120px;
	height: 15px;
}
#framelm4 .col1 li {
	width: 145px;
	height: 15px;
}
#framelm5 .col2 li {
	width: 240px;
}
#framelm5 .col3 li {
	width: 145px;
	height: 15px;
}
#framelm5 .col5 li {
	width: 240px;
}
#framelm5 .col6 li {
	width: 145px;
	height: 15px;
}
#framelm6 {
	padding-bottom: 10px;
}
#framelm6 .col1 li {
	width: 145px;
	height: 15px;
}
#framelm6 .col1 li.other input.field {
	width: 77px;
}
#framelm7 .col1 li {
	width: 145px;
	height: 15px;
}
#framelm7 .col2 li {
	width: 145px;
	height: 15px;
}
#framelm7 .col3 li {
	width: 145px;
	height: 15px;
}
#framelm7 .col3 li.wider {
	width: 170px;
	height: 15px;
}
#framelm7 .col4 li {
	width: 145px;
	height: 15px;
}
#framelm7 .col5 {
	margin-top: 10px;
}
#framelm7 .col5 li {
	width: 145px;
}
#framelm7 .col5 li input.field {
	width: 130px;
}
#framelm8 .col1 li {
	width: 145px;
	height: 15px;
}
#framelm8 .col1 li {
	width: 145px;
	height: 15px;
}
#framelm8 .col2 li {
	width: 145px;
	height: 15px;
}
.shipping ol {
	float: left;
}
#framelm8 .col3 {
	width: 237px;
}
#framelm8 .col4 {
	width: 237px;
}
#framelm8 .col5 {
	width: 226px;
}
#framelm8 .col3 input.field,
#framelm8 .col4 input.field,
#framelm8 .col5 input.field {
	width: 220px;
}

#framelm10 {
	padding-bottom: 30px;
	text-align:right;
}

