/* @override http://www.webdesign.gs/skjudgment/style/sk.css */

html, body {
	margin: 0;
	background-color: #ebebeb;
}

* {
	margin: 0;
	padding: 0;
}

header, section, aside, footer, nav, article, search {
	display: block;
}

header {
	background-image: url(../media/header.png);
	width: 980px;
	height: 204px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
}

#logophone {
	width: 240px;
	height: 120px;
	position: relative;
	top: 13px;
	left: 12px;
	z-index: 10;
}

a#logolink {
	width: 250px;
	height: 90px;
	display: block;
	background: url(../media/sk-judgement-recover-services-logo.png) 0 0;
	text-indent: -9000px;
}

a#logolink:hover {
	background-position: 0 -90px;
}

#logophone span {
	display: block;
	font: 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	letter-spacing: 1px;
	position: relative;
	left: 33px;
}

#header-pics {
	width: 702px;
	position: absolute;
	top: 30px;
	left: 242px;
	z-index: 0;
}

#header-pics ul li {
	width: 228px;
	height: 123px;
	float: left;
	margin-right: 6px;
	list-style-type: none;
}

#header-pics img {
	border: 2px solid white;
}

#tagline {
	width: 940px;
	height: 23px;
	text-align: center;
	color: white;
	font: bold 12px/23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	background-color: black;
	border: 2px solid white;
	position: absolute;
	top: 165px;
	left: 50%;
	margin-left: -472px;
	-webkit-box-shadow: 0px 0px 7px #676767;
	-moz-box-shadow: 0px 0px 7px #676767;
}

nav {
	background: url(../media/main-bg.png) repeat-y;
	width: 980px;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 204px;
	text-align: center;
	text-transform: uppercase;
	font: 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	padding-bottom: 4px;
}
search {
	background: url(../media/main-bg.png) repeat-y;
	width: 980px;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 230px;
	text-align: right;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	padding-bottom: 14px;
	padding-left: 43px;	
}
#search_bar input{
	margin-bottom: -6px;
}
nav a:link, nav a:visited {
	color: #106196;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

nav a.blktxt {
	color: black;
}

nav a:hover {
	background-color: #efefef;
	-webkit-box-shadow: 2px 2px 7px #cfcfcf;
	-moz-box-shadow: 2px 2px 7px #cfcfcf;
}

nav a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

#cta {
	background-image: url(../media/main-bg.png);
	width: 890px;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 268px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 15px;
}

#cta article {
	width: 375px;
	border-top: 2px dashed #106196;
	border-bottom: 2px dashed #106196;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}

#cta h3 {
	font-weight: normal;
	font-style: normal;
}

#cta h3 {
	color: #333;
	font-size: 17px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-indent: 5px;
}

#cta article p {
	font-size: 12px;
	line-height: 21px;
	color: #494949;
	font-style: italic;
	text-align: justify;
	padding-left: 15px;
	padding-right: 10px;
}

#cta fieldset {
	width: 500px;
	float: right;
	height: 230px;
	border: 2px solid white;
	background-color: #e8e8e8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 239, 239)), to(rgb(225,225,225)));
	-webkit-box-shadow: 2px 2px 7px #676767;
	-moz-box-shadow: 2px 2px 7px #676767;
}

#cta fieldset form
 {
	padding: 15px;
}

#cta-left
 {
	float: left;
	margin-right: 15px;
}

.cta_input {
	width: 175px;
	height: 30px;
	border: 1px solid silver;
	margin-bottom: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-indent: 10px;
	color: #717171;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}
.cta_radio {
	margin-bottom: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-indent: 10px;
	color: #717171;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}

#cta textarea {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #717171;
	font: italic 13px/18px Georgia, "Times New Roman", Times, serif;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid silver;
	height: 60px;
	width: 250px;
}

#cta button {
	width: 100px;
	height: 25px;
	border: 1px none silver;
	background-color: transparent;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #1061a3;
	text-align: center;
	margin-left: 172px;
	letter-spacing: 0;
	text-transform: uppercase;
}

#cta button:hover {
	background-color: #106196;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(16, 97, 150)), to(rgb(58, 136, 188)));
	color: white;
	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#content-wrapper {
	width: 980px;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 517px;
}

.copy {
	width: 550px;
	min-height: 570px;
	background: url(../media/main-content-bg.png) repeat-y;
	padding-left: 390px;
	padding-right: 50px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

.copy_search {
	width: 825px;
	min-height: 570px;
	background: url(../media/main-content-bg.png) repeat-y;
	padding-left: 90px;
	padding-right: 50px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
	
}

.copy p, .copy ul, .copy ol {
	color: #464646;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 10px;
}

.copy p {
	padding-right: 50px;
	text-align: justify;
}

.copy ul, copy ol {
	margin-left: 30px;
	font-style: italic;
	padding-right: 85px;
}

.copy a:link, .copy a:visited {
	color: #317a9b;
}

.copy a:hover {
	color: #676767;
	text-decoration: underline;
}

.copy fieldset {
	border: 1px solid #c2c2c2;
	padding: 15px;
	margin-right: 15px;
}

.copy legend {
	color: #1061a3;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-shadow: #9b9b9b 1px 1px 0;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.copy label {
	display: block;
	color: gray;
	text-transform: uppercase;
	font-style: italic;
}

.copy input, .copy textarea {
	border: 1px solid #c2c2c2;
	background-color: #efefef;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	color: #464646;
	padding: 3px 5px;
}

.copy input:focus, .copy textarea:focus {
	background-color: #f7f7f7;
	-webkit-box-shadow: 2px 2px 7px #676767;
}

fieldset span {
	color: #317a9b;
	font-style: italic;
	margin-left: 5px;
	margin-right: 25px;
}


fieldset input[name="Phone"] {
	width: 120px;
}

fieldset input[name="Last Address"] {
	width: 420px;
}

fieldset input[name="Judgement Year"] {
	width: 65px;
}

fieldset input[name="Amount no Interest"] {
	width: 150px;
}

.copy fieldset button {
	width: 230px;
	height: 30px;
	border: 1px solid #c2c2c2;
	background-color: #317a9b;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(16, 97, 150)), to(rgb(58, 136, 188)));
}

.copy fieldset button:hover {
	cursor: pointer;
}

h1 {
	color: #1061a3;
	font: 22px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	width: 548px;
	margin-left: -52px;
	border-top: 2px solid #efefef;
	padding-top: 15px;
	padding-left: 52px;
	margin-bottom: 15px;
	text-shadow: #9b9b9b 1px 1px 0;
}

h1 span, h2 span {
	font-family: "Adobe Caslon Pro", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h2 {
	color: #855800;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}

aside {
	position: absolute;
	top: 0;
	width: 265px;
	margin-left: 50px;
	padding-top: 20px;
}

aside img {
	border: 2px solid white;
	margin-bottom: 15px;
}

.callout {
	border: 2px solid white;
	background-color: #e8e8e8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 239, 239)), to(rgb(225,225,225)));
	-webkit-box-shadow: 2px 2px 7px #676767;
	-moz-box-shadow: 2px 2px 7px #676767;
	padding: 10px;
	margin-bottom: 15px;
}

.callout p {
	font: italic 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #555;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

aside ul {
	text-align: right;
	list-style-type: none;
	width: 200px;
}

aside ul a {
	display: block;
	width: 200px;
	margin-left: 60px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #7b7b7b;
	text-decoration: none;
	border-bottom: 1px dashed #106196;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
}

aside ul a:hover {
	background-color: #e8e8e8;
	color: #464646;
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgb(255, 255, 255)), to(rgb(225,225,225)));
}

h5 {
	color: #1061a3;
	text-transform: uppercase;
	font: 15px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}


h6 {
	color: #1061a3;
	text-transform: uppercase;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}


footer {
	background: url(../media/footer-cap.png) no-repeat;
	padding-top: 45px;
	padding-bottom: 45px;
}

footer p {
	text-align: right;
	white-space: pre;
	padding-right: 60px;
	color: #317a9b;
	font: 13px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

footer a:link, footer a:visited {
	color: #317a9b;
	text-decoration: none;
}

footer a:hover {
	color: #464646;
	text-decoration: underline;
}

p.allcaps {
	text-transform: uppercase;
	font-size: 15px;
}
