/***************************************************************
Style Sheet for Oregon Fresh Start

Copyright 2008 by Oregon Fresh Start, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance Code
***************************************************************/

body {
	font-family:arial, helvetica, sans-serif;
	font-size:85%;
	color:#000;
	
	background:url('images-layout/site-bg.gif') 50% 1px;
}

p {
	margin:0 0 1em 0;
	padding:0;
	line-height:1.4em;
}

form {
	display:block;
	width:615px
}

fieldset {

}

legend {

}
label {

}
input {
}
a:link, a:visited {
	color:#000C53;
}
a:hover, a:active { 
	color:#0018ae;
	text-decoration:none;
}

h1 {
	margin:0;
	margin-bottom:.5em;
	padding-top:20px;
	font-family: "Cheboygan", Georgia, serif;
	font-weight:normal;
	font-size:210%;
	color:#000c53;
}

h2 {
	margin:0;
	margin-bottom:.3em;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:120%;
	color:#052f57;
}

h3 {
	margin-top:0;
	margin-bottom:.3em;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:110%;
	color:#052f57;
}

img {
	border:0px;
	margin:0px;
}

.hr {
	margin:12px 0;
	border-bottom:1px solid #dbdbdb;
}


ul, ol {
	margin-top:0;
	margin-bottom:.6em;
}



/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/

#container {
	padding-left:0;
	padding-right:0;
	background:url('images-layout/container-bg.gif') no-repeat;
	width: 1024px;
}

#content {
	margin-top: 10px;
	margin-left: 32px;
	padding:0 0 0 0;
	width:960px;
	background: #fff;
}

#columnWrapper {
	padding:0 0 15px 0;
}



.columnStyle1 {
	position:relative;
	margin:0;
	padding:0;
	
	width:100%;
}
.columnStyle1 .columnTopLeft {
	display:none;
}
.columnStyle1 .columnTopRight {
	
}
.columnStyle1 .center {
	padding:0;
}
.columnStyle1 .columnBottomLeft {
	display:none;
}
.columnStyle1 .columnBottomRight {
	
}



.columnStyle2 {
	padding:0;
}
	.columnStyle2 .columnTopLeft {
		display:none;
	}
	.columnStyle2 .columnTopRight { }
	.columnStyle2 .center {
		margin:0;
		padding:0 0 1px 0;
		
		font-size:90%;
	}
	.columnStyle2 .columnBottomLeft {
		display:none;
	}
	.columnStyle2 .columnBottomRight { }

	
	
.column3 {
	font-size:90%;
}


/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin:6px 0 .5em 11px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	margin-bottom:.6em;
	padding-left:16px;
	height:1%;
	background:url('images-layout/left-nav-bullet.gif') no-repeat 2px 4px;
}
.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin:.4em 0 4px .4em;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 ul li {
	margin-bottom:.4em;
	padding-left:16px;
	background:url('images-layout/left-nav-bullet.gif') no-repeat 2px 4px;
}


.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}


/***************************************************************
Table Styles
***************************************************************/

.comparison {
	margin-bottom:1em;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}
.comparison th {
	padding:6px 4px 6px 6px;
	color:#fff;
	border:1px solid #fff;
	border-width:0 1px 1px 1px;
	background:#004167;
}
.comparison td {
	padding:4px 4px 4px 6px;
	border:1px solid #d1dde4;
	background-color:#fff;
}

.comparison .topLeft {
	padding-left:10px;
	border-left:none;
	background:url('/images-layout/comparison-top-left.gif') top left no-repeat #004167;
}
.comparison .top {

}
.comparison .topRight {
	padding-right:10px;
	border-right:none;
	background:url('/images-layout/comparison-top-right.gif') top right no-repeat #004167;
}

.comparison .left {
	padding-left:10px;
	color:#fff;
	border-left:none;
	border-color:#fff;
	background-color:#768aa0;
}
.comparison .right {
	border-right:1px solid #004167;
}

.comparison .bottomLeft {
	padding-bottom:6px;
	padding-left:10px;
	color:#fff;
	border-width:1px 1px 0 0;
	background:url('/images-layout/comparison-bottom-left.gif') bottom left no-repeat #768aa0;
}
.comparison .bottom {
	border-bottom:1px solid #004167;
}
.comparison .bottomRight {
	border-width:1px 0 0 1px;
	background:url('/images-layout/comparison-bottom-right.gif') bottom right no-repeat #fff;
}

/***************************************************************
Form Styles
***************************************************************/
fieldset {
	position:relative;
	display:inline;
	float:left;  
	clear:left; 
	margin:0 0 -1em 0;  
	padding:0 0 1em 0;
	width:100%; 
	font:bold 120% arial,helvetica, verdand, sans-serif;
	color:#6a6a5f;
	border-style:none;
	background-color:#f2efe9; 
}
	fieldset ol {
		margin-left:7em;
		color:#000;
	}
	fieldset.submit {
		position:relative;
		top:1em;
		left:15em;
		float: none;
		padding-top:1em;
		padding-bottom:1em;
		
		
		border: 0 none #fff;
		background:none;
	}
	fieldset.alt {  
		background-color: #e6e3dd;
	}
	fieldset p {
		padding:0 20px;
		color:#000;
		font-size:110%;
		font-variant:small-caps;
	}
	fieldset p.first {
		padding-top:45px;
	}
	fieldset ul.first {
		padding-top:45px;
	}

legend {
	position:relative;
	top:0.5em;
	
	padding: 0;
	width:100%;
	font:bold 100% arial,helvetica, verdand, sans-serif;
	color:#052F57;
}
	legend span {  
		position: absolute;  
		left: 0.74em;  
		
		margin-top: 0.5em;   
		font-size: 135%;
	}
	
label {
	position:relative;
	float:left;
	margin-right:1em;
	width:22em;
	height:auto;

	clear:left;
	font-weight:bold;
	font-size:90%;
	text-align: right;
	color:#000;
}

input.submit {
	float:left;
	padding: 0 10px;
}

.formListStyle1 {

}		
	.formListStyle1 .ulStyle1 {
		position:relative;
		height:1%;
		list-style:none;
	}
		.formListStyle1 .ulStyle1 li {
			position:relative;
			float: left;  
			clear: left;  
			width: 100%; 
			padding: 0 0 1em 0;
			background:transparent;
		}
		.formListStyle1 .formTextarea {
			display:block;
			margin:0 auto 20px;
		}
.formListStyle2 {
	margin:0;
	padding:0;
	width:90%;
	border-style:none;
}
	.formListStyle2 .ulStyle1 {
		margin:0;
		padding:0;
	}
		.formListStyle2 .ulStyle1 li {
			padding-left:10em;
			width:11em;
			color:#000;
		}
	.formListStyle2 legend {
		position:relative;
		margin-left:10em;
		margin-bottom:1em;
		width:10em;
		font-weight:normal;
	}
	
/***************************************************************
Text Styles
***************************************************************/
.price {
	font-weight:600;
	color:#065e25;
}
.bonusText {
	font-weight: bold;
	color:#f00;
}


h2.error {
	margin:1em 0;
	text-align:center;
	color:#c00;
}
p.error {
	margin:1em 8%;
	padding:1%;
	width:80%;
	border:2px solid #c00;
	background:#fcc;
}

h2.message {
	margin:1em 0;
	text-align:center;
	color:#090;
}
p.message {
	margin:1em 8%;
	padding:1%;
	width:80%;
	border:2px solid #090;
	background:#cfc;
}

.error {
	color:#f00;
}
.errorText {
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.quote {
	padding:0 3px;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}

.extraLine {
	margin-bottom:1.5em;
}
.halfLine {
	margin-bottom:.5em;
}



/* ------------------ Headers -----------------*/


/* ------------------- Links ------------------*/

.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active, .buttonStyle1_ie6hover {
	display:block;
	margin:0 0 0 40px;
	padding-top:8px;
	
	width:142px;
	height:25px;
	
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	
	background:url('images-layout/button-style-1.gif') top left no-repeat;
}
.buttonStyle1:hover, .buttonStyle1_ie6hover {
	text-decoration:underline;
	font-size:12px;
	color:#fff;
	background:url('images-layout/button-style-1.gif') bottom left no-repeat;
}



.buttonStyle2, .buttonStyle2:link, .buttonStyle2:visited, .buttonStyle2:active, .buttonStyle2_ie6hover {
	display:block;
	margin:0 0 0 40px;
	padding-top:8px;
	
	width:142px;
	height:25px;
	
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	
	background:url('images-layout/button-style-2.gif') top left no-repeat;
}
.buttonStyle2:hover, .buttonStyle2_ie6hover {
	text-decoration:underline;
	font-size:12px;
	color:#fff;
	background:url('images-layout/button-style-2.gif') bottom left no-repeat;
}

/***************************************************************
Image Classes
***************************************************************/

