/*

	SolarWorld
	ISITE Design


--------- Notes -----------

* html {anything} addresses IE < 6 browser bugs
*+html {anything} addresses IE 7 browser bugs

blue: 	5f91c2
yellow: fece4c

*/

/* Basic browser reset  */
body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt,blockquote,button,fieldset,legend,label,input,textarea,form { margin:0;padding:0;border:0; }
html,input,textarea,select { font-size: 100% } /*keep ie happy*/

body 					{ background: #fff url(../img/css/bg-body.gif) 0 0 repeat-x; color: #111; font: 75%/1.4 Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6	{ color: #5f91c2; font-weight: normal; margin: 0 0 .25em 0;}

h1	{ font-size: 2.2em; line-height: 1.1; margin: 0 0 .75em 0; }
h2	{ font-size: 1.2em; font-weight: bold; line-height: 1.3; margin: 1.75em 0 0 0;  }
h3	{ font-size: 1.2em; }
h4	{ font-size: 1.2em; }
h5	{ font-size: 1em; }
h6	{ font-size: .9175em; }

p	{ margin-bottom: 1.25em; }
ul, ol 	{ margin: 0 0 1em 3em; }


/*----------------------------------- Site Structure --------------------*/
#wrapper {
	background: #fff url(../img/css/bg-wrapper.gif) 0 0 repeat-x;
	margin: auto;
	padding: 0 6px 5px 6px;
	position: relative;
    width: 986px;
}
#header {
	background: #fff url(../img/css/hero-wallet.jpg) 0 0 no-repeat;
	height: 351px;
	width: 986px;
}
	.liberty #header	{ background: #fff url(../img/css/hero-liberty.jpg) 0 0 no-repeat; height: 391px; }	
	#brand, #brand img {
		border: none;
		display: block;
		height: 142px;
		width: 220px;
	}
#content {
	background: #fff;
	float: left;
	padding: 0 22px;
	width: 942px;
}

/* two col, secondary on right */
#primary {
	float: left;
	padding: 0 32px 3em 0;
	width: 440px;
}
	.lead 			{ margin: 0 0 2em 0; overflow: hidden; }
	* html .lead 	{ height: 1%; }
	.intro {
		float: left;
		padding: 0 4% 0 0;
		width: 46%;
	}
	.figure {
		border-left: 1px solid #ccc;
		float: left;
		font-size: .9em;
		padding: .5em 0 0 4%;
		width: 45%;
	}
		.figure img {
			display: block;
			margin: 1em 0;
		}
	 
#secondary {
	background: #5f91c2 url(../img/css/bg-secondary.gif) 0 0 repeat-x;
	border: 1px solid #5f91c2;
	border-width: 1px 1px 0 1px;
	color: #fff;
	float: left;
	margin: -46px 0 22px 0;
	position: relative;
	width: 468px;
}
	.liberty #secondary { margin-top: -44px; }
	.inner {
		border: 1px solid #fff;
		margin: 4px 4px 5px 4px;	
		padding: 14px 16px 16px 16px;
	}
#footer { 
	background: #fff;
	border-top: 1px solid #b3b3b3;
	clear: both;
	color: #808080;
	margin: 2em 22px 0 22px;
	padding: 1em 0 2em 0;
}
	#footer p			{ width: 540px; }
	#footer p.copyright { float: right; text-align: right; width: 15em; }

/*----------------------------------- Type, Links and Lists----------*/
a, a:visited		{ color: #c89426; }
a:hover, a:focus 	{ color: #fece4c; }
a.thankyou, a.thankyou:visited			{ color: #fece4c; }
a.thankyou:hover,a.thankyou:focus		{ color: #c89426; }
a#brand {
    background: #fff;
	display: block;
	margin: 0 0 0 22px;
	text-indent: -9999em;
}
.lead h2 { margin-top: 0; }
#secondary p { margin-bottom: 1.45em; }
#secondary h2 {
	color: #fece4c;
	font-size: 2.3em;
	line-height: 1.1;
	margin: 0 0 .65em 0;
	text-transform: uppercase;
}	
#secondary h3 {
	background: #fff;
	color: #fece4c;
	font-size: 1.6em;
	line-height: 2.5;
	margin: 0 -1px 0 -1px;
	position: relative;
	text-transform: uppercase;
	width: 470px;
}
	#secondary h3 .phone { color: #7d7d7d; font-size: 1.4em; } 

img.left 	{ float: left; margin: 0 16px 16px 0; }
img.right 	{ float: right; margin: 0 12px 16px 16px; } 
 
/* ----------------------------------- Forms ------------------------- */
form ol {
    list-style-type: none;
	margin: 0 0 2em 0;
	overflow: hidden;
}
	* html form ol { height: 1%; }
form li {
	margin-bottom: 1em;
	width: 47%;
}
	li.left 	{ float: left; margin-right: 3%; }
	li.right	{ float: right;  }
	li.note		{ padding-top: 1.8em; text-align: right; }
	
input, select, textarea, label, button 	{ display: block; }
#wrapper input[type=hidden] 			{ border: none; display: none; } 

li input 	{ border: 1px solid #aaa; padding: .3em; width: 95%; }

.checkradio	{  display: inline; float: right; margin: 0 12% 1em 5%; width: 55%; }
label input { border: none; float: left; margin: .15em 0 0 -20px; position: relative; vertical-align: middle; }

*+html label input { margin: -.125em 0 0 -22px; }
* html label input { margin: -.125em 0 0 -12px; }

button.btn {
	background: transparent url(../img/css/btn-submit.gif) 0 0 no-repeat;
	border: none;
    cursor: pointer;
	height: 28px;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding: 0;
	text-indent: -999em;
	text-transform: uppercase;	
	width: 76px;
}
	button.btn:hover, button.hover 	{ background-position: 0 -28px; }