/***************************************************************
Style Sheet for SNCLoans.com

Copyright 2008 by Sebo Marketing, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance Code
***************************************************************/

body {
	font-family:arial, helvetica, sans-serif;
	font-size:90%;
	color:#000;
	
	background:#004167;
}

p {
	margin:0 0 1.2em 0;
	padding:0;
	line-height:1.4em;
}

form {
	display:inline;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

#form_contact label {
	width:12em;
	height:1.5em;
	float:left;
	clear:left;
	font-weight:bold;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
#form_contact input.text, #form_contact select.text, #form_contact textarea.text {
	margin:0 0 .5em 0;
}
#form_contact input.text {
	height:1em;
}

a:link, a:visited {
	color:#004167;
}
a:hover, a:active { 
	color:#768aa0;
	text-decoration:none;
}

h1 {
	margin:0;
	margin-bottom:.4em;
	padding-top:6px;
	font-family:Georgia, "Times New Roman", times, serif;
	font-size:155%;
	color:#004167;
}

h2 {
	margin:0;
	margin-bottom:.4em;
	font-family:Georgia, "Times New Roman", times, serif;
	font-size:140%;
	color:#004167;
}

h3 {
	margin-top:0;
	margin-bottom:.4em;
	font-size:110%;
	color:#004167;
}

img {
	border:0px;
	margin:0px;
}

.hr {
	margin:20px 1em;
	border-bottom:2px solid #004167;
}

.hr2 {
	margin:20px 1em;
	border-bottom:1px solid #004167;
}

.hr3 {
	margin:20px 1em;
	border-bottom:1px solid #970000;
}

ul, ol {
	margin-top:0;
	margin-bottom:.6em;
}



/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/

#container {
	padding-left:0;
	padding-right:105px;
	background: url('/images-layout/container-bg.gif') top left repeat-y;
}

#content {
	padding:10px 0 0 0;
	width:960px;
	background: url('/images-layout/content-bg.gif') bottom left no-repeat #fefde8;
}

#columnWrapper {
	position:relative;
	padding:12px 0;
	
	/* IE7 follows at least one standard; but unless we set this, the gradient looks funny. */
	min-height:373px;
	/* IE6 Mumbo-jumbo */
	height:auto !important;
	height:373px;
	
	background: url('/images-layout/column-wrapper-bg.gif') top left no-repeat;
}



.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:;
}
	.columnStyle2 .columnTopLeft {
		background:url('/images-layout/column-style-2-top-left-bg.gif') top left no-repeat;
	}
	.columnStyle2 .columnTopRight {
		height:37px;
		/*margin-bottom:-15px;*/
	}
	.columnStyle2 .center {
		margin:0;
		padding:0 0 1px 0;
		
		
		/* IE7 follows at least one standard; but unless we set this, the gradient looks funny. */
		min-height:300px;
		/* IE6 Mumbo-jumbo */
		height:auto !important;
		height:300px;
		
		font-size:95%;
		border:3px solid #fff;
		border-width:0 3px;
		background:url('/images-layout/column-style-2-center-bg.gif') top left repeat-x #f4eedc;
	}
	.columnStyle2 .columnBottomLeft {
		background:url('/images-layout/column-style-2-bottom-left-bg.gif') bottom left no-repeat;
	}
	.columnStyle2 .columnBottomRight {
		height:36px;
	}

/***************************************************************
Left Nav and Sub Left Nav Highlighting
***************************************************************/

/* Style the left nav */
/*.blobStyleNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.blobStyleNav ul li {
	margin:0;
	padding:0;
}
.blobStyleNav ul li a:link, .blobStyleNav ul li a:visited {
	display:block;
	margin:0;
	padding:.4em 0 .4em 21px;
	height:100%;
	text-decoration:none;
	color:#004167;
	background:url('images-layout/bullet-style-2.gif') 3px 50% no-repeat;
}

.blobStyleNav ul li a:hover, .blobStyleNav ul li a:active {
	text-decoration:underline;
	color:#004167;
	background:url('images-layout/bullet-style-1.gif') 3px 50% no-repeat;
}

/* Set all the subnavs to off initially */
/*.blobStyleNav ul ul {
	display:none;
}

/* Highlight the left nav, display the subnav, and make sure that not all the subnavs are highlighted */
/*.ulStyleNav .current a:link,
.ulStyleNav .current a:visited,
.ulStyleNav .current a:active {
	text-decoration:underline;
	font-weight:bold;
	background:url('images-layout/bullet-style-1.gif') 3px 50% no-repeat;
}
.ulStyleNav .current a:hover {
	background:url('images-layout/bullet-style-1.gif') 3px 50% no-repeat;
}

.ulStyleNav .current ul {
	display:block;
	margin:0;
	margin-left:13px;
	padding-left:0;
	list-style:none;
	font-weight:normal;
}
.ulStyleNav .current ul li {
	padding-right:0;
}

/* Display sub navigation */
/*.ulStyleNav .current ul a:link,
.ulStyleNav .current ul a:visited,
.ulStyleNav .current ul a:active {
	display:block;
	padding-left:19px;
	text-decoration:none;
	font-weight:normal;
	font-size:95%;
	
	background:none;
}
.ulStyleNav .current ul a:hover {
	text-decoration:underline;
	background:url('images-layout/bullet-style-2.gif') 0 50% no-repeat;
}

/* Highlight the selected subnav */
/*.ulStyleNav .current .current a:link,
.ulStyleNav .current .current a:visited,
.ulStyleNav .current .current a:active {
	text-decoration:underline;
	font-weight:bold;
	background:url('images-layout/bullet-style-2.gif') 0 50% no-repeat;
}
.ulStyleNav .current .current a:hover  {
	background:url('images-layout/bullet-style-2.gif') 0 50% no-repeat;
}
*/

/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	margin-bottom:.6em;
	padding-left:22px;
	height:1%;
	background: url('images-layout/bullet-style-2.gif') 0 2px no-repeat;
}
.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin-top:4px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 ul li {
	padding-left:12px;
	background: url('images-layout/bullet-style-3.gif') 0 7px no-repeat;
}


.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;
}

/***************************************************************
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;
}
label.error {
	font-weight:bold;
	color:#f00;
}

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;
}

.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;
}

.indentStyle1 {
	padding-left:2.5em;
}



/* ------------------ Headers -----------------*/


/* ------------------- Links ------------------*/
.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active, .buttonStyle1_ie6hover {
	display:block;
	padding-top:8px;
	width:118px;
	height:24px;
	
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:600;
	color:#fff;
	
	background:url('images-layout/button-style-1.gif') top left no-repeat;
}
input.buttonStyle1, .buttonStyle1_ie6hover {
	margin:0;
	padding:0;
	padding-bottom:2px;
	
	height:32px;
	width:118px;
	
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	border:0;
	}
.buttonStyle1:hover, .buttonStyle1_ie6hover {
	text-decoration:underline;
	color:#fff;
	background:url('images-layout/button-style-1.gif') bottom left no-repeat ;
}


.buttonStyle2, .buttonStyle2:link, .buttonStyle2:visited, .buttonStyle2:active, .buttonStyle2_ie6hover {
	background:url('images-layout/button-style-2.gif') top left no-repeat;
	color:#fff;
}
button.buttonStyle2, .buttonStyle2_ie6hover {
	margin:0;
	padding:0;

	height:38px;
	width:91px;

	font-size:16px;
	font-weight:bold;
	
	cursor:pointer;
	border:0;
}
.buttonStyle2:hover, .buttonStyle2_ie6hover {
	background:url('images-layout/button-style-2.gif') bottom left no-repeat;
}



.buttonStyleSearch, .buttonStyleSearch:link, .buttonStyleSearch:visited, .buttonStyleSearch:active, .buttonStyleSearch_ie6hover {
	display:block;
	padding-top:3px;
	padding-right:6px;
	padding-left:6px;
	
	width:87px;
	height:25px;
	
	color:#004167;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	
	background:url('images-layout/button-style-search.gif') top left no-repeat;
}
input.buttonStyleSearch, .buttonStyleSearch_ie6hover {
	display:block;
	float:left;
	margin:0;
	padding:0;
	padding-bottom:2px;
	
	height:33px;
	width:87px;
	
	font-size:16px;
	cursor:pointer;
	
	border:0;
}
.buttonStyleSearch:hover, input.buttonStyleSearch:hover, .buttonStyleSearch_ie6hover {
	text-decoration:underline;
	background:url('images-layout/button-style-search.gif') bottom left no-repeat;
}

/***************************************************************
Image Classes
***************************************************************/

.thumbnail {
	float:left;
	margin:0 8px 0 0;
	padding:0;
}
.thumbnail img {
	margin-bottom:12px;
}
.thumbnail p{
	padding:0;
	text-align:center;
}


.pageBanner {
	padding-bottom:20px;
}

.mugShot {
	float:left;
	padding:0 8px 6px 0;
}

#skyscraper {
	position:absolute;
	top:0;
	right:0;
	padding:10px 5px 0 5px;
	height:283px;
	width:91px;
	background:url('/images-layout/skyscraper-bg.gif') top left no-repeat;
	z-index:5;
}

#skyscraper p {
	font-weight:bold;
	font-size:78%;
	color:#004167;
}
#skyscraper h3 {
	padding-bottom:3px;
	color:#000;
	background:url('/images-layout/skyscraper-h3-border.gif') 50% 100% no-repeat;
}
#skyscraper button {
	margin-top:4px;
}
#skyscraper label {
	font-weight:bold;
}
