@charset "utf-8";
/* CSS Document */

.container {
	width:851px;
	margin:auto;
	background-color: #FFF;
}


html, body {
	background-color:#f7f7f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
}

b {
	font-size:14px;
	font-weight:lighter;
	
}

strong {
	color:#F60;
}


.headertitle {
	height:50px;
}

.headertitlelogo {
	padding-left:7px;
	padding-top: 7px;
}

.headertitle h1 {
	padding-left:7px;
	padding-top: 7px;
	margin:0px;
	font-size:19px;
	color: #09C;
}

.headertitle h2 {
	margin:0px;
	font-size:14px;
	color:#666;
	padding-left: 7px;
	font-weight: lighter;
}



.headerbanner {
	height:119px;
	background-image:url(images/start-a-nursing-agency.gif);
	background-repeat:no-repeat;
}

.headerbannercontent {
	color: #FFF;
	padding-top: 12px;
	padding-right: 277px;
	padding-bottom: 12px;
	padding-left: 44px;
}

.headerbannercontent b{
	font-weight:bold;
}

.sidebar {
	background-color:#f3f7fa;
	width:180px;
	padding:6px;
	margin: 7px;
}

.sidebar a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: block;
	margin-bottom: 8px;
}

.sidebar a:hover {
	color:#F90;
}


.content {
	padding:5px;
}

.content a{
	color:#09C;
	text-decoration:underline;
	font-weight:bold;
}



.content img {
	padding:6px;
	
}



.contentright {
	padding:8px;
}

.content h1 {
	color:#F90;
	margin:0px;
	font-size:16px;
}

.productzone {
	padding:6px;
	border: 1px dotted #CCC;
}

.productzoneinside {
	border-bottom:dotted;
}

.buynowtitle {
	font-size:16px;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 11px;
	margin-top: 8px;
	background-color: #09C;
	padding: 6px;
}

.price {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
.price h2{
	font-size:41px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F90;
	font-weight: bolder;

}

.productdetails {
	background-color:#FFFBE8;
	border: 2px dashed #FFF3C6;
	padding: 11px;
}

.productdetails h1 {
	margin:0px;
	font-size:14px;
	color:#666;
}

ul {
	list-style-position: outside;
	list-style-image: url(images/arrow_s1_orange2.png);
	list-style-type: none;
	font-size: 14px;	
}

li {
	padding-left: 22px;
	margin-bottom: 15px;
}

.footer {
	text-align:center;
	margin-top: 15px;
}

.footer a {
	color:#333;
	text-decoration:none;
}

.footerinfo {
	padding:7px;
	border:1px dotted #CCC;
}

.faqask b {
	font-weight:bold;
}


.faqask {
	padding:5px;
	color: #FFF;
	background-color: #FF8040;
	font-size: 14px;
}

.faqans {
	padding:16px;
}

.faqans b {
	color:#06C;
	font-weight:bold;
}

.screenshot {
	padding:5px;
	background-color:#FFF;
}



