html{
	width:auto;
	height:auto;
	padding:0px;
	margin: 0px;
	border: solid 0px #CCC;
	background-color:#FCFCFC; /*was CCFFCC */
	font-family:Verdana, Geneva, sans-serif;
}

body{
	width:960px;
	height:auto;
	padding:0px 20px;
	margin:0px auto;
	border: solid 0px #123AAA;
	background:url(../images/body.png);
	background-repeat: repeat-y;
	background-position:top;
	font-size:14px;
}

/******************************************************************
	Three sections in this CSS layout
		header	800px x 60px    logo image + login bar + upper navbar
		 main	800px x 400px   headline + buttons + testing + infobar + mainfooter
		footer	800px x auto

*******************************************************************/
/******************************************************************
	header  styles
*******************************************************************/
.header {
		width:920px;
		height:auto;
		padding:0px;
		margin: 0px auto;
		border: solid 0px #666;
		font-size:18px;
		font-size:14px;
		}
	.loginbar{
		float:right;
		width:300px;
		padding:0px 0px 0px 80px;
		margin:0px auto 0px auto;
		border-style:solid;
		border-width:0px;
		border-color: #93ccc2;
		}
	.loginbar a:link {
		float:left;
		font-size:16px;
		font-family:Calibri, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color:#666;
		padding:5px 0px;
		border: solid 0px #039;
	}
	.loginbar a:visited {
		float:left;
		font-size:16px;
		font-family:Calibri, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color:#666;
		padding:5px 0px;
		border: solid 0px #039;
	}
	.loginbar a:hover {
		color:orange;
	}
	.loginbar a:active {
		color:orange;
	}
	
	.logo {
		float:left;
		margin:0px 0px 10px 50px;
		border:solid 0px #039;
	}
	.logo img {
		padding: 0px;
		border:none;
		margin:0px;
	}
	
	.headerbar{
		clear:both;
		width:92%;
		height: 32px;
		line-height: 32px;
		padding:0px 0px 0px 30px;
		margin:0px auto 0px auto;
		border-style:solid;
		border-width:1px 0px;
		border-color: #93ccc2;
		background:url(http://localhost/prana3/assets/images/navbar_shade.png);
		background-repeat: repeat-x;
		background-position:top;
	}
	.headerbar a:link{
		float:left;
		font-size:20px;
		font-family:Calibri, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color:#666;
		padding:0px 20px;
		border: solid 0px #039;
		height: 32px;
		line-height: 32px;
	}
	.headerbar a:visited {
		float:left;
		font-size:20px;
		font-family:Calibri, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color:#666;
		padding:0px 20px;
		border: solid 0px #039;
		height: 32px;
		line-height: 32px;
	}
	.headerbar a:hover {
		color:orange;
	}	
	.headerbar a:active {
		color:orange;
	}	
	.spacer {
		float:left;
		border: solid 0px #039;
	}
	.shadowbar {
		/*    see a:link.norm_link    */
		background:url(../images/navbar_shadow.png);
		background-repeat: repeat-x;
		clear:both;
		width:92%;
		height:10px;
		padding:0px;
		border:solid 0px #039;
		margin:0px auto;
	}

/******************************************************************
 	main styles and structures 	 
*******************************************************************/
.main{
	padding:0px 0px 5px 0px;
	margin:0px auto 5px auto;
	border: solid 0px #123AAA;
	width:960px;
}
	.headline {
		width:850px;
		height:70px;
		padding:0px;
		margin:-2px auto 0px auto;
		border:solid 0px #CCCCCC; 
		background-position: top;
		background:url(http://localhost/prana3/assets/images/splashline.png);
		background-repeat: no-repeat;	
	}
	.headline img{
		position:relative; 
		top:-45px; 
		left:625px;
	}
	
#result {
	background: url(../images/results__.png);
	background-position:top;
	background-repeat:no-repeat;
	width:850px;
	height:120px;
	padding:0px;
	border:solid 0px #fff; 
	margin:0px auto 0px auto;
	text-align:center;
}
#result h1{
	font-size:30px;
	font-weight:normal;
	color:#669966;
	}


#youshouldjoin {
	width:850px;
	height:150px;
	margin:0px auto 0px auto;
	border:solid 0px #CCCCCC; 
	text-align:center;
}
#satisfaction {
	background: url(../images/satisfaction.png);
	background-position:center;
	background-repeat:no-repeat;
	width:150px;
	height:150px;
	border:solid 0px #CCCCCC; 	
	margin:0px 0px 0px 70px;
	float:left;
}

#theyfindyou {
	width:500px;
	height:80px;
	border:solid 0px #CCCCCC;
	float:right;
	margin: 0px 60px 10px 0px;
}
#theyfindyou h1{
	color:#CC3333;
	font-size:24px;
	font-weight:normal;
	text-align:right;
}
#tellmemore{
	width:160px;
	height:40px;
	border:solid 0px #CCCCCC;
	margin: 5px 80px 0px 00px;
	float:right;
}
#tellmemore_linkID {
	background: url(../images/tell_me_more_link.png);
	background-position:top;
	background-repeat:no-repeat;
	width:160px;
	height:40px;
}
#tellmemore_hoverID {
	background: url(../images/tell_me_more_hover.png);
	background-position:top;
	background-repeat:no-repeat;
	width:160px;
	height:40px;
}
#signmeup {
	width:160px;
	height:40px;
	border:solid 0px #CCCCCC;
	margin: 5px 30px 0px 20px;
	float:right;
}
#signmeup_linkID {
	background: url(../images/sign_me_up_link.png);
	background-position:top;
	background-repeat:no-repeat;
	width:160px;
	height:40px;
}
#signmeup_hoverID {
	background: url(../images/sign_me_up_hover.png);
	background-position:top;
	background-repeat:no-repeat;
	width:160px;
	height:40px;
}

#resultstuff {
	width:890px;
	height:200px;
	border:solid 0px #CCCCCC;
	margin:40px auto 0px auto;
	clear:both;
}

#resultstuff  div{
	float:left;
}

#resultstuff .aboutsites {
	background: url(../images/about_prana3_websites.png);
	background-position:50% -5%;
	background-repeat:no-repeat;
	width:300px;
	height:150px;
	padding:30px 15px 0px 15px;
	margin-left:10px;
	font-family:arial,verdana;
}

#resultstuff .samplesites {
	background: url(../images/view_sample_sites.png);
	background-position:50% -5%;
	background-repeat:no-repeat;
	width:250px;
	height:150px;
	padding:30px 15px 0px 15px;
	border-style:solid;
	border-color: #336633;
	border-width: 0px 1px;
	margin:0px 10px;
	text-align:center;
}

#resultstuff .searchagain {
	background: url(../images/search_again.png);
	background-position:50% -5%;
	background-repeat:no-repeat;
	width:230px;
	height:150px;
	padding:30px 0px 0px 15px;
}



.rsearch{
	margin: 50px 0px 0px 290px;
}

#start {
	background: url(../images/start.png);
	background-position:top;
	background-repeat:no-repeat;
	width:800px;
	height:250px;
	margin:0px auto;
	border:solid 0px #CCCCCC; 
}

		.samples {
		float:left;
		background:url(../images/samples.png);
		background-position: top left;
		background-repeat:no-repeat;
		width:230px;
		height:195px;
		border:solid 0px #CCCCCC; 
		margin: 25px 5px 0px 5px;
		padding:75px 5px 0px 25px;
	}
	
	.samples p{
		font-family:Verdana, Geneva, sans-serif;
		text-align:left;
		font-size:12px;
		padding: 0px 15px;
	}
	 
	.splashbox {
		background:url(../images/what.png);
		background-position:top;
		background-repeat:no-repeat;
		width:860px;
		height:228px;
		padding:0px;
		border:solid 0px #CCCCCC; 
		margin:5px auto 0px auto;
	}
	#deal {
		float:right;
		background:url(../images/deal.png);
		background-position: top middle;
		background-repeat:no-repeat;
		width:400px;
		height:160px;
		padding:0px;
		border:solid 0px #CCCCCC; 
		margin:10px 0px;
	}
	#what {
		float:left;
		background:url(../images/what.png);
		background-position:center;
		background-repeat:no-repeat;
		width:450px;
		height:170px;
		padding:0px;
		border:solid 0px #CCCCCC; 
		margin:15px 0px 0px 50px;
	}
	#why {
		float:right;
		background:url(../images/why.png);
		background-position: top middle;
		background-repeat:no-repeat;
		width:400px;
		height:160px;
		padding:20px 0px 0px 0px;
		border:solid 0px #CCCCCC; 
		margin:30px 0px 0px 0px;
	}
	.splashbuttons{
		float:right;
		width:215px;
		height:166px;
		padding:1px;
		border:solid 0px #CCCCCC; 
		margin:20px;
	}
	.splashbutton{
		clear:both;
		float:right;
		width:205px;
		height:45px;
		padding: 1px;
		border:solid 0px #CCCCCC; 
		margin:5px 5px 0px 0px;
	}


	.quote {
		background:url(../images/quote.png);
		background-position:left;
		background-repeat:no-repeat;
		width:800px;
		height:175px;
		padding:0px;
		border:solid 0px #CCCCCC; 
		margin:0px 80px 20px auto;
	}
		
		#lleft {
		background:url(../images/lower.png);
		background-position:5px 5px;
		background-repeat:no-repeat;
			float:left;
			width:500px;
			height:250px;
			/* define the same width x height for lens and content */
			margin:20px 0px 0px 50px;
			padding:0px;
		}
			#lleft .lens {
				width:500px;/* image dimensions */
				height:250px;
				padding:0px;
				border:solid 0px #990; 
				margin:0px auto;
				position:absolute;
				z-index:1;
				background-color:#FfF; /* lens color */
				opacity: .4;
				filter: alpha(opacity=50);
			}			
			#lleft .content {
				width:500px;
				height:250px;
				padding:0px;
				border:solid 0px #933; 
				margin:0px auto;
				color:#666666;
				position:absolute;
				z-index:2;
			}
				#lleft .content .h3 {
					text-align:center;
					font-size:20pt;
					margin: 0px;
					padding:0px;
					font-family: Arial, Helvetica, sans-serif;
					position: relative;
					top:0px;
					border:solid 0px #CCCCCC; 
				}
				
#calculator {
	width:900px; 
	height:290px;
	font-size:16px;
	padding: 0px; 
	margin: 10px auto 0px auto;
	border: solid 0px #960;
	background:url(../images/calculator.png);
	background-position:top;
	background-repeat:no-repeat;
}
#calculate_buttonID input{
	clear:both;
	vwidth: 235px; 
	vheight:45px; 
	padding:0px 0px 0px 0px; 
	border:solid 0px  #963; 
	margin:10px auto 0px auto; 
}

.calculate_form {
	float:right; 
	width:270px; 
	height:170px; 
	margin:90px 115px 0px 0px;  
	border:solid 0px #963; 
	font-size:14px;
}
#calculate_buttonID a:link{
	clear:both;
	mwidth: 229px; 
	mheight:45px; 
	padding:0px 0px 0px 0px; 
	border:solid 0px  #963; 
	margin:15px auto 0px auto; 
	background:url(../images/calculate_link.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#calculate_buttonID a:hover{
	clear:both;
	width: 229px; 
	height:45px; 
	padding:0px 0px 0px 0px; 
	border:solid 0px  #963; 
	margin:15px auto 0px auto; 
	mbackground:url(../images/calculate_hover.png);
	background-position:center;
	background-repeat:no-repeat;
}
.select_pro select{
	float:left;
	font-size:20px;
	margin:20px 0px 0px 90px;
}	
.select_zip input{
	font-size:20px;
	float:left;
	margin: 25px 0px 0px 90px;
}
	
.summarybox {
	width:90%;
	margin:10px auto; 
	padding:10px;
	border:1px dotted #FCA;
}


d#login{margin:0 auto;margin-left:40px;}

.box{width:726px;margin:0;padding:0;clear:both;}
			
	

/* Container ---------------------------------------- */

#container {
	clear:both;
	width:900px;
	padding:0px;
	border:0px dotted #FCA;
	margin:30px; 
	display:inline-block;
	//background-image:url(../images/a-scroll.jpg);
	background:#fff;
}

/* Sidebar ---------------------------------------- */

#navadminID {
	width: 179px;
	border: 0px solid #ddd;
	margin:15px 25px 15px 25px;
	float:left;
}

#navadminID .sideNav { width: 179px; }

#navadminID .sideNav li { border-bottom: 1px solid #ddd; width: 179px; }

#navadminID .sideNav li a {
	display: block;
	color: #666666;
	background: #ffffff;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	padding: 0 19px;
	width: 141px;
}

#navadminID .sideNav li a:hover { background: #FFFFC0; }

#navadminID .sideNav li a.active, #navadminID .sideNav li a.active:hover {
	background: #fff;
	color: orange;
	font-weight:bold;
}

	
/* Breadcrumb ---------------------------------------- */

h2 {
	width: auto;
	color: #646464;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

h2 a {
	color: #646464;
	text-decoration: none;
}

h2 a.active { color: #c66653; }

h2 a:hover { text-decoration: underline; }

/* Content ---------------------------------------- */

#mainID {
	float:left;
	width:600px;
	margin:0px;
	padding:15px 30px;
	border-left: 1px solid #ddd;
	min-height:480px;
}
#mainID .login{
	width:50%;
	margin:auto;
	padding-left:20px;
	border-left: 1px solid #ddd;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #646464;
	text-decoration:underline;
	padding: 0 0 0 10px;
	margin: 20px 0 10px;
}

#mainID p {
	margin-left: 5px;
}

#mainID table {
	width: 600px;
	font-size:0.8em
}

#mainID table tr {
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #ddd;
}
#mainID table td {
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #ddd;
}

#mainID table th {
	padding-left: 5px;
	background: #FFFFC0;
	height: 25px;
	line-height: 25px;
	text-align: left;
	width:100px;
}

#mainID table tr.odd td {
	background: #fbfbfb;
}

#mainID table tr:hover td { background: #D4FFAA; }

#mainID table .action {
	text-align: left;
	
}

#mainID table tr .action a { margin: 0 0 0 5px; text-decoration: none; color: #9b9b9b; }
#mainID table tr:hover .action .edit { color: #c5a059; }
#mainID table tr:hover .action .delete { color: #a02b2b; }
#mainID table tr:hover .action .view { color: #55a34a; }

#mainID table tr:hover .action a:hover { text-decoration: underline; }

#mainID fieldset {
	border: 1px solid #ddd;
	padding: 19px;
	margin: 0 0 20px 0;
	background: #fbfbfb;
}

#mainID fieldset p { margin: 0 0 14px 0; float: left; width: 100%;  }

#mainID fieldset label {
	display: block;
	width: 100%;
	margin: 0 0 7px 0;
	line-height: 12px;
}

#mainID fieldset .text-long {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 264px;
	float: left;
	margin: 0 10px 0 0;
}

#mainID fieldset .text-medium {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 124px;
	float: left;
	margin: 0 10px 0 0;
}

#mainID fieldset .text-small {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 44px;
	float: left;
	margin: 0 10px 0 0;
}

#mainID fieldset .text-long:focus, 
#mainID fieldset .text-medium:focus,
#mainID fieldset .text-small:focus,
#mainID fieldset textarea:focus { background: #fdfcf6 url(../img/input-shaddow-hover.gif) no-repeat left top; }

#mainID fieldset textarea {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 364px;
	float: left;
	margin: 0 10px 0 0;
	height: 148px;
	overflow: hidden;
}

.button-submit {
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	width: 94px;
	height: 29px;
	cursor: pointer;
	border: none;
	background: url(../img/button-submit.gif) no-repeat left top;
}

/******************************************************************
 	footer styles and structures 	 
*******************************************************************/
	.footer {
		clear:both;
		background: url(../images/framebottom.png);
		background-position:top;
		background-repeat:repeat-x;
		width:960px;
		height:auto;
		padding:20px 0px 0px 0px;
		margin: 0px auto;
		border: solid 0px #666;
		background-color: #fcfcfc;
		}

	.footerbar{
		width:800px;
		height:30px;
		padding:0px 0px 0px 50px;
		margin:0px auto 0px auto;
		border-style:solid;
		border-width:0px;
		border-color: #93ccc2;
		height: 33px;
		line-height: 30px;
		}
	.footerbar a:link {
		float:left;
		font-size:18px;
		font-family: arial, verdana, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color:#666;
		padding:5px 20px;
		border: solid 0px #039;
		height: 30px;
		line-height: 30px;
	}
	.footerbar a:visited {
		float:left;
		font-size:20px;
		font-family:Calibri, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color:#666;
		padding:5px 20px;
		border: solid 0px #039;
		height: 30px;
		line-height: 30px;
	}
	.footerbar a:hover, a:active {
		color:orange;
	}
	#copyright {
		width:500px;
		padding:15px 0px 0px 0px;
		margin:auto;
		font-size:16px;
		font-family:Calibri, sans-serif;
		text-align:center;
	}
/******************************************************************************
	font styles
*******************************************************************************/

