@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background: #fff url(../images/bg.jpg) repeat-x;
}

html, body {
	margin:0;
	padding:0;
	font: 0.9em/1.6 Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #3F4345;
}

h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	color: #2E4650;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.1em;
}

h3 {
	color: #2E4650;
	font-size: 1.2em;
}

a, a:link {
	color: #1666A3;
	text-decoration: none;
}

a:visited {
	color: #1666A3;
	text-decoration: none;
}

a:hover {
	color: #1666A3;
	text-decoration: underline;
}

#container p a:link, a {
	color: #1666A3;
	text-decoration: none;
	font-weight: bold;
}

#container p a:hover {
	color: #1666A3;
	text-decoration: underline;
}

#container {
	margin:5px;
	width:882px;
	margin:auto;
	text-align:left;
}

#replace {
	text-indent: -5000px;
	height: 100px;
	background-image: url(../images/header_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
}

#left {
	display:inline;
	width:270px;
	float:left;
	border-right: 1px solid #D7D7D7;
	margin-right: 10px;
	padding-right: 20px;
}

#center {
	display:inline;
	width:270px;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}

#right {
	display:inline;
	width:260px;
	float:right;
	border-left: 1px solid #D7D7D7;
	margin-left: 10px;
	padding-left: 15px;
}

#foot {
	margin:10px 0px;
	clear:both;
	padding:25px;
	text-align:center;
	font-size: 0.8em;
	color: #B3B7B9;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}

#foot p {
	margin:0;
}

ul.invs {
	list-style:none;
	margin:0;
	padding:0;
}

#nav {
	height: 38px;
	font-size: 1.1em;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float: right;
}

#nav ul li {
	float:left;
	display:block;
	margin:0;
	padding:0;
}

#nav ul li a {
	display: block;
	float: left;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	padding: 8px 20px 10px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#nav ul li a:hover {
	color: #ced1d2;
	text-decoration: underline;
}

#nav ul li#active a {
	color: #29363A;
	background:#e6e8e9;
	text-decoration:none;
	border-top: 1px solid #fff;
	border-bottom:1px solid #e6e8e9;
}

#head {
	height: 100px;
}

#tabArea {
	background: #E6E8E9;
	padding: 15px;
	font-size: 1.1em;
	overflow: hidden;
	width: 100%;
	height: 49px;
}

#imageArea {
	margin-top: 25px;
}

/* The Products List */
.prodlist {
	padding-left: 0;
	margin-left: 10;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
}

.prodlist li {
	float: right;
	list-style: none;
	margin: 0;
	border-top: 1px solid #E6E6E6;
	width: 100%;
}

.prodlist li a {
	text-decoration: none;
	color: #3F4345;
	display: block;
	padding: 1px 7px;
	font-weight: normal;
}

.prodlist li a:hover {
	text-decoration: underline;
	color: #1666A3;
	background: #FAFAFA;
}


/* Browser Conditionals */
.ie5 #center {
	width:312px; /* IE5 incorrectly renders the width of the center column. This is to compensate. */
}

.ie5 #verticalForm #display1 {
	display: inline;
}

.ie5 #tabArea {
	overflow: visible;
}

.chrome p {
	margin-right: 0px; /* Google Chrome adds huge margins to the paragraphs. */
	margin-left: 0px; 
}




.more {
	font-weight: normal;
	display: block;
	padding: 5px;
	letter-spacing: .1em;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	color: #1666A3;
}

a:link.more {
	font-weight: normal;
	text-decoration: none;
}

a:hover.more {
	text-decoration: none;
	background: #FDFDFD;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

#columnArea {
	margin-top: 20px;
}

#photodiv {
	width: 882px;
	height: 297px;
	background-image: url(../images/home_01.jpg);
	background-repeat: no-repeat;
}

/* Image preview */
#preview {
	position:absolute;
	padding:5px;
	display:none;
	color:#fff;
	background-color: #3C474D;
}

/* Start form styling */
#verticalForm {
	font-size: small;
	margin-top: 15px;
}
#verticalForm fieldset {
	display: block;
	width: 472px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border: 1px solid #919DA4;
}
#verticalForm legend {
	font-weight: bold;
	color: #2E4650;
}
#verticalForm fieldset.radio {
	width: 472px;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#verticalForm fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#verticalForm fieldset.radio label {
	font-weight: normal;
}
#verticalForm input {
	display: block;
	width: 15em;
	color: #333333;
}
#verticalForm label {
	display: block;
	margin-bottom: .5em;
	font-weight: normal;
}
#verticalForm label.first {
	padding-top: .5em;
}
#verticalForm select {
	display: block;
}
#verticalForm .button {
	width: 8em;
}
#visible1 {
	display:none;
}
#visible2 {
	display:none;
}
/* End form styling */

.alert {
	color:#B00000;
}

.emphasis {
	font-size: x-small;
	font-style: italic;
}

/* The Process List */
#step {
	margin: 27px 0 40px;
	padding: 0;
}
#step li {
	height: 202px;
	padding: 3px 0 6px 290px;
	margin: 0 0 20px;
	list-style: none;
}
#step h3 {
	margin: 0 0 5px;
	color: #2E4650;
	font-size: large;
	line-height: 100%;
	font-weight: bold;
}


#step .item1 {
	background-image: url(../images/process_1.jpg);
	background-repeat: no-repeat;
}
#step .item2 {
	background-image: url(../images/process_2.jpg);
	background-repeat: no-repeat;
}
#step .item3 {
	background-image: url(../images/process_3.jpg);
	background-repeat: no-repeat;
}
#step .item4 {
	background-image: url(../images/process_4.jpg);
	background-repeat: no-repeat;
}
#step .item5 {
	background-image: url(../images/process_5.jpg);
	background-repeat: no-repeat;
}
#step .item6 {
	background-image: url(../images/process_6.jpg);
	background-repeat: no-repeat;
}

#step .item1 p a {
	font-weight: normal;
}


