/**************
 *   Global   *
 *************/
* {
	margin: 0;
	padding:0;
}
a:link, a:active, a:visited {
	color: #cc6600;
	text-decoration: underline;
}
a:hover{
 color: #000000;
 text-decoration: none;
}
div#container {
	width: 760px;
	margin: 0 auto;
}

/**************
 *   Header   *
 *************/
div#header {
	background: #101842 url(/images/slog.gif) no-repeat top center;
	height: 30px;
}

/**************
 *   Footer   *
 *************/
div#footer {
	margin: 15px 0;
	font-family: arial,helvetica;
	font-size: 12px;
}
div#footer td {
	padding: 8px;
	font-family: arial,helvetica;
	font-size: 12px;
	color: #000066;
}
div#footer .copyright {
	color: #999;
	font-size: 11px;
}

/**************
 *   Nav      *
 *************/
div#nav {
	margin: 10px 0 10px 0;
}
div#nav table td {
	font-family: arial,helvetica;
	font-size: 12px;
	color: #000066;
	text-align: center;
	padding: 0;
}
table#bottom-nav {
	margin: 0 auto;
	width: 100px;
}

/**************
 *   Status   *
 *************/
div#status {
	margin: 29px 0 26px 0;
}
div#status ul.steps {
	margin: 0;
	padding:0;
	list-style: none;
}
div#status ul.steps li {
	float: left;
	display: block;
	height: 31px;
	width: 31px;
	padding-right: 13px;
	background-repeat: no-repeat;
	background-position: 0 -31px;
	line-height: 31px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #101842;
}
div#status ul.steps li a {
	display: block;
	text-decoration: none;
}
div#status ul.steps li.active {
	background-position: 0 0;
	padding: 0 10px 0 35px;
}
div#status ul.steps li.completed {
	background-position: 0 -62px;
}
div#status ul.steps a {
	border: none;
}
div#status ul.steps li#step-1 { background-image: url(/images/step1.gif) }
div#status ul.steps li#step-1.active { width: 131px }
div#status ul.steps li#step-2 { background-image: url(/images/step2.gif) }
div#status ul.steps li#step-2.active { width: 105px }
div#status ul.steps li#step-3 { background-image: url(/images/step3.gif) }
div#status ul.steps li#step-3.active { width: 105px }
div#status ul.steps li#step-4 { background-image: url(/images/step4.gif) }
div#status ul.steps li#step-4.active { width: 121px }
div#status ul.steps li#step-5 { background-image: url(/images/step5.gif) }
div#status ul.steps li#step-5.active { width: 131px }

div.success-message {
	width: 600px;
	margin: 10px;
	border: 3px solid #99cc99;
	background-color: #e2f9e3;
	padding: 10px;
}

/**************
 *  Branding  *
 *************/
div#branding {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin-top: 20px;
}
div#branding p {
	padding: 10px;
}
/**************
 *   Form     *
 *************/
label.error {
	color: #cc0000;
	font-weight: bold;
}
ul.errors {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 10px 20px;
}
fieldset {
	margin: 0 0 0 0;
	padding: 0;
	border: none;
	background-color: #f1f1f1;
	width: 760px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
fieldset h1 {
	margin: 5px 0 14px 12px;
	font-weight: bold;
	color: #101842;
	font-size: 12px;
}
fieldset h1 span {
	color: #999;
}
fieldset .rounded-top {
	background: url(/images/rnd_corner_top.gif) no-repeat top center;
	width: 760px;
	height: 26px;
}
fieldset .rounded-bottom {
	background: url(/images/rnd_corner_btm.gif) no-repeat top center;
	width: 760px;
	height: 26px;
}
fieldset .rounded-middle {

}
fieldset .column {
	float: left;
	width: 380px;
}
fieldset label {
	display: block;
	float: left;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #101842;
	padding-left: 10px;
}
fieldset input,
fieldset select,
fieldset textarea {
	display: block;
	border: 1px solid #b4b4b4;
	margin: 4px 0 0 0;
	padding: 2px;
}

fieldset input[type="checkbox"],
fieldset input[type="radio"] {
	border: none;
}

fieldset input.xsmall { width: 20px; }
fieldset input.small { width: 50px; }
fieldset input.medium { width: 120px; }
fieldset input.large { width: 137px; }
fieldset input.xlarge { width: 210px; }
fieldset span.required { color: #c00; padding: 0 1px; }
fieldset table td td {
	padding: 10px 10px 5px 2px;
}

/* lists of checkboxes */
ul.checkboxes {
	list-style: none;
}
ul.checkboxes li {
	padding: 1px 0;
}
ul.checkboxes li label,
ul.checkboxes li input {
	font-weight: normal;
	display: inline;
	float: none;
}

/* action buttons at bottom of form */
div.buttons {
	margin-top: 18px;
	text-align: center;
}
div.buttons table {
	margin:0 auto;
}
span.instructions {
	font-family:arial, helvetica, sans-serif;
	padding:0 10px;
	font-size:12px;
}
span.submit {
	padding-right:40px;
}
input.continue {
	width: 101px;
	height: 27px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: url(/images/btn_continue2.gif) no-repeat top center;
	cursor: pointer; /* hand-shaped cursor */
	display: block;
}
input.submit {
	width: 99px;
	height: 27px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: url(/images/submit2.gif) no-repeat top center;
	cursor: pointer; /* hand-shaped cursor */
	display: block;
}
div.continue-processing {
	width:101px;
	height:27px;
	margin:0 auto;
	padding:0;
	border:0;
	text-align:center;
}
div.submit-processing {
	width:99px;
	height:27px;
	margin:0 auto;
	padding:0;
	border:0;
	text-align:center;
}

div#rounded-box {
	width: 393px;
	background: url(/images/rounded_box_bg.jpg) repeat-y;
	line-height: 18px;
	margin-bottom: 25px;
	font-family: arial, sans-serif;
}
p#rounded-box-top {
	background: url(/images/rounded_box_top.jpg) top no-repeat;
	padding: 15px 18px 5px 18px;
}
div#rounded-box-bottom {
	background: url(/images/rounded_box_bottom.jpg) bottom no-repeat;
	padding: 0px 18px 18px 0px;
}
div#rounded-box-bottom p {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
div#rounded-box .smaller {
	font-size: 11px;
	color:#003366;
}


/* special styles for the have flown checkboxes */
div.have-flown {
	margin: 5px 0;
	padding: 5px;
}
div.have-flown.odd { background-color: #eee }
div.have-flown.even { background-color: #e5e5e5 }
div.have-flown div {
	padding: 5px;
}
div.have-flown label,
div.have-flown input {
	font-weight: normal;
	display: inline;
	float: none;
}
div.have-flown label.error {
	font-weight: bold;
}
div.have-flown dl { 
	padding: 0.5em 0 0.5em 0.5em; 
} 
div.have-flown dt { 
	float: left; 
	clear: left; 
	width: 130px; 
	font-weight: bold; 
	color: green; 
	padding: 6px 0;
} 
div.have-flown dd { 
	margin: 0 0 0 130px; 
	padding: 0 0 0.5em 0; 
}
div.radio {
	clear: both;
}
div.radio input,
div.radio select {
	display: inline;
	margin-left: 10px;
}
div.radio label {
	float: none;
	display: inline;
	font-weight: normal;
	margin: 0;
}

/***********************
 *      Avemco         *
 **********************/
 body.avemco {
	margin: 0;
	background-color: #e0e0e0;
	font-family: arial, sans-serif;
}
body.avemco a {
	color: #d82238;
	border-bottom: 1px solid #666;
	text-decoration: none;
}
body.avemco p {
	padding:10px 20px;
	font-family: arial, sans-serif;
	font-size: 12px;
}
body.avemco .smalltext{ font-size:10px; }
body.avemco a:hover {
	color: #000;
	border-color: #000;
}
body.avemco #container {
	width: 780px;
	background: url(../images/bg_page.gif) repeat-y top left;
	margin: 0;
}
#avemco-header {
	font-family: arial, sans-serif;
	height: 156px;
	width: 750px;
	margin: 0 auto;
	background: url(../images/bg_getquote_top.gif) no-repeat -50px 0px;
	position: relative;
}
#avemco-header img {
	position: absolute;
	left: 620px;
	top: 80px;
}
#avemco-header #avemco-msg {
	position: absolute;
	top: 100px;
	left: 150px;
	font-size: 12px;
}
#avemco-header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 130px;
	left: 180px;
}
#avemco-header ul li {
	display: inline;
	padding: 0 10px;
}
#avemco-header ul li a {
	font-size: 12px;
	font-weight: bold;
	border: none;
}
#avemco-header ul li a.active {
	color: #000;
}
body.avemco div.form {
	padding: 0 15px 0 15px;
}
body.avemco fieldset {
	margin: 0 0 0 5px;
}
#avemco-footer {
	padding: 30px 30px 30px 30px;
	font-family: arial, sans-serif;
	font-size: 12px;
}