

/* =base
------------------------------------------------------------------*/
.clearfix{
	clear: both;
}

*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	outline: none;
}

html,body{ height:100%; }

body{
	padding: 43px 0 0 0;
	background: #E0E0E0 url(images/bg.gif) repeat-x;
	font-size: 62.5%;
	font-family: verdana, sans-serif;
}

#wrapper{
	margin: 0 auto;
	background: url(images/mainBg.gif) repeat-y;
	width: 723px;
}

#contentWrapper{
	padding: 3px 14px 0;
	background: url(images/mastHeadBg.jpg) no-repeat;
}

/* =mastHead
------------------------------------------------------------------*/
h1 a{
	float: left;
	display: block;
	width: 253px;
	height: 88px;
	text-indent: -9999px;
}

a#pageflip{
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}

/* =mainContent
------------------------------------------------------------------*/

.stripViewer{ /* This is the viewing window */
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 15px 0;
	background: #fff;
	width: 604px;
	overflow: hidden;
}

	
	#phone2 {
		width: 350px;
		height: 43px;
		background: url("images/phone.gif") no-repeat;
		float: right;
		text-indent: -10000px;
		margin-top: -43px;
	}

		
.panelContainer{ /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	clear: both;
	position: relative;
	width: 604px;
}
		
.panel{ /* Each panel is arranged end-to-end */
	float: left;
	height: 100%;
	position: relative;
	width: 604px; /* Also specified in  .stripViewer  above */
	height: 460px;
}

.panel h2#welcome{
	clear: both;
	margin: 15px 0;
	background: url(images/welcomeHeading.gif) no-repeat;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
}

.panel h2#howdoesitwork{
	clear: both;
	margin: 15px 0;
	background: url(images/howdoesitworkHeading.gif) no-repeat;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
}

.panel h2#faq{
	clear: both;
	margin: 15px 0;
	background: url(images/faqHeading.gif) no-repeat;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
}

.panel h2#project{
	clear: both;
	margin: 15px 0;
	background: url(images/projectHeading.gif) no-repeat;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
}

.panel h3{
	font-size: 1.3em;
	color: #D64D23;
}

.panel p{
	margin: 7px 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

.panel ul{
	margin: 20px 0 20px 20px;
	font-size: 1.3em;
	line-height: 1.5em;
}

.panel li{
	padding: 0 0 0 15px;
	background: url(images/listBullet.gif) no-repeat 0 .77em;
}

.panel li a{
	color: #D74D23;
	text-decoration: underline;
}

.panel li a:hover{
	text-decoration: none;
}

.paging{
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	border-top: 1px solid #F6F6F6;
}

#newproject{
	float: right;
	display: block;
	margin: 8px 0 0 0;
	background: url(images/button.gif) no-repeat;
	width: 113px;
	height: 29px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 27px;
	text-indent: 12px;
	color: #000;
	text-decoration: none;
	letter-spacing: -.05em;
}

/* =slider values
------------------------------------------------------------------*/
.stripNavL, .stripNavR { /* The left and right arrows */
	display: none;
}

.stripNav{
	display: none;
}

/* =form
------------------------------------------------------------------*/

/*form #email{
	margin: 0;
	padding: 10px 8px;
	background: #F8F8F8;
	border: none;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	color: #494949;
	width: 266px;
}

form #submit{
	float: right;
}

form p#textarea{
	width: 589px;
	height: 296px;
	background: url(images/textarea.gif) no-repeat;
}
*/
/* =footer
------------------------------------------------------------------*/
#footer{
	padding: 118px 0 15px 0;
	background: #E0E0E0 url(images/footer.gif) no-repeat top right;
	text-align: center;
	color: #5C5C5C;
	font-size: 1.1em;
	
}

#footer #iamfake{
	display: block;
	margin: 5px auto 0;
	background: url(images/iamfakeBrand.gif) no-repeat;
	width: 124px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
}

#jslogin{
	background:transparent url('images/login_main.gif') 49.9% 0% no-repeat;
	width:100%;
	height:360px;
	text-align:center;
	position:absolute;
	top:-460px; left:0px;
	z-index:11;
}

	#jslogin a {
		color: #fff;
	}

#jslogin_form{
	margin:0px auto 0px auto;
	padding: 210px 0 0 15px;
	width: 370px;
	text-align:left;
}


	
	.input{
		width: 149px;
		height: 23px;
		background: url("images/input.gif") no-repeat;
		border: none;
		float: left;
		margin: 40px 15px 0 5px;
		padding: 4px 5px 0 5px;
	}
	

	
	#l_error{
		display:block;
		width:250px;
		color:white;
		float: left;
		margin-top: 16px;
		line-height: 29px;
	}	

	
	#login_submit a {
		width: 63px;
		height: 29px;
		background: url("images/login_button.gif") no-repeat;
		text-indent: -10000px;
		display: block;
		border:0;
		float: right;
		margin: 16px 25px 0 0;
	}
	
#drop{
	background-color:white;
	width:100%; height:100%;
	position:absolute;
	top:0; left:0;
	z-index:10;
	display:none;
}

body > #drop { position:fixed; }

.clear {
	clear: both; 
}
/* COMING SOON - REMOVE ONCE NEW SITE IS UP! */
#coming-soon {
	width: 464px;
	height: 100px;
	background: url("images/coming-soon.gif") no-repeat;
	text-indent: -10000px;
}

#soon label {
	float: left;
	width: 150px;
	font: bold 15px arial;
	color: #d74d23;
	margin-bottom: 15px;
	line-height: 26px;
}

.text-field {
	width: 440px;
	height: 24px;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #d0d0d0;
	border-top: 2px solid #d0d0d0;
	margin-bottom: 15px;
	background: #f8f8f8;
	font: normal 15px arial;
	padding: 2px 5px 0;
}
	

#soon textarea {
	width: 440px;
	height: 90px;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #d0d0d0;
	border-top: 2px solid #d0d0d0;
	background: #f8f8f8;
	font: normal 15px arial;
	padding: 2px 5px 0;
}

#sub {
	width: 80px;
	height: 30px;
	background: url("images/sub.gif") no-repeat;
	border: none;
	float: right;
	margin-top: 15px;
}

#soon p {
	font: bold 15px/50px arial !important;
	color: #d74d23;
	height: 50px;
}
	