/*
	SCREEN STYLES
*/

.clear {
	clear: both;
}

.clear-left {
	clear: both;
}

div.divider {
	display: block;
	width: 418px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 4px;
}

div.short-divider {
	display: block;
	width: 281px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#phonenumber {
	position: absolute;
	top: 12px;
	right: 22px;
}

#phonenumber #phonecall {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#phonenumber #phonedigit {
	font-size: 22px;
	font-weight: bold;
	color: #FFFF33;
}


.indent {
	margin-left: 10px;
}

.block {
	display: block;
}

h1 {
	
	display: block;
	
	font-size: 12px;
	font-weight: bold;
	color: #00007C;
	padding:3px 0px 3px 10px;
	margin-top: 27px;
	background-color: #DCECF7;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #00007C;
	padding-left: 10px;
	padding-top: 3px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	color: #FC9128;
}

h3.strong {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h4 {
	padding-left: 10px;
	display: block;
	font-size: 14px;
	color: #00007C;
	text-align: center;
}

h5 {
	font-size: 11px;
	padding-left: 10px;
	font-weight: bold;
	color: #666666;
}

div#round-box {
	margin-top: 10px;
	margin-left: 8px;
	padding-top: 1px;
	display: block;
	width: 410px;
	height: 269px;
	background-image: url(layout/round_box.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
}

div#round-box h4 {
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

div#round-box ul {
	margin: 0px;
	padding: 10px;
	padding-top: 10px;
	text-align: left;
}

div#round-box li {
	float: left;
	width: 185px;
	font-weight: bold;
	color: #00007C;
	margin-bottom: 5px;
}

div#round-box a#order {
	text-align: right;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
}	

body {
	background-color: #DCECF7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#container {
	background-color: #fff;
	margin: 0 auto;
	width: 736px;
	position: relative;
	/*
	left: 50%;
	width: 736px;
	margin-left: -368px;*/
}

div#content-right {
	float: right;
	width: 278px;
	margin-right: 10px;
	border-left: solid 1px #D1E9F8;
	
	display: inline;
}

div#content-left {
	width: 420px;
	/*border-right: 1px solid #333;*/
	vertical-align: top;
}

div#content-leftbig {
	width: 650px;
	/*border-right: 1px solid #333;*/
	vertical-align: top;
}

/* IE FIX \*/

*html div#content-left {
	width: 420px;
}

/* END IE FIX */

div#form-area {
	background-color: #EDEDED;
	padding: 6px;
	color: #000000;
}

/* IE FIX \*/

*html div#form-area {
	height: 1%;
}

/* END IE FIX */


div#form-area p.small {
	font-size: 10px;
	line-height: 125%;
}

div#header {
	width: 736px;
	height: 222px;
}

img.inline-image {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
}

div#list-area {
	display: block;
	border-top: solid 1px #DCECF7;
	border-bottom: solid 1px #DCECF7;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

div#list-area ul {	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #EEF6FB;
}

div#list-area ul li {
	display: list-item;
	background: url(layout/list_arrow.gif) 0 0 no-repeat; 	
	list-style: none;
	color: #666666;
	height: 19px;
	padding: 4px 0 4px 30px;
	margin: 0 0 2px 0;
	
}

div#legal {
	text-align: center;
	background-color: #DCECF7;
	padding: 25px;
	padding-top: 10px;
	font-size: 10px;
}

div#legal .minor {
	color: #666666;
}

div#required-text {
	text-align: left;
	font-weight: bold;
	color: #66CC00;
}

p {
	line-height: 125%;
	padding-left: 10px;
}

p.small {
	font-size: 10px;
	font-weight: bold;
	color: #00007C;
}

p.awards {
	color: #666666;
}

fieldset {
	clear: left;
	display: block;
	border: none;
}

fieldset input {
	display: inline;
	width: 13px;
	float: none;
}

label,input, select {
	display: block;
	width: 225px;
	float: left;
	margin-top: 5px;
}	

div.city input {
	width: 93px;
}
div.city, div.city label {
	float: left;
	width: 109px;
}

div.state input {
	width: 25px; 
}
div.state, div.state label {
	float: left;
	width: 60px;
}

div.zip input {
	width: 80px;
}
div.zip, .zip label {
	float: left;
	width: 80px;
}

div.phone, div.altPhone {
	float: left;
	width: 130px;
}

input.threedigit {
	width: 30px;
}

input.fourdigit {
	width: 40px;
}

.streetNumber {
	width: 120px;
	float: left;
}

.streetName {
	width: 120px;
	float: left;
}

#streetNumber {
	width: 60px;
}

#streetName {
	width: 130px;
}

input#submit {
	width: 184px;
	height: 30px;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 400;
	color: #333333;
}

