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

body, html {
	height:100%; /* needed for container min-height */
}
html {
	overflow-y:scroll;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #fff url(../images/bg.png) repeat-x;
	font-size:12px;
}
a, * {
	outline: none;
}
a img {
	border:0px none;
}
a {
	color:#666;
}
a:hover {
	color:#111;
}
div#container {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as ++min-height*/
	min-height:100%; /* real browsers */
}
#header {
	background:url(../images/panel-top.jpg) 0px bottom repeat-x;
	padding-bottom:2px;
}
#page_body {
	background:url(../images/content.jpg) repeat-x;
	padding-bottom:70px;
	margin-top:8px;
	padding-top:7px;
}
#footer {
	background: #000 url(../images/footer.jpg) repeat-x;
	position:absolute;
	bottom:0px;
	width:100%;
}
*html #footer {
	padding:7px 0px;
	position:relative;
	clear:left;
}
.content-wrap {
	/*width:90%;
	min-*/width:950px;
	padding-right:20px;
	margin:0px auto;
}
#header .content-wrap {
	background: url(../images/top-links.png) right top no-repeat;
}
#page_body .content-wrap {
	background:url(../images/content-bg.gif) 0px 45px no-repeat;
}
.extras #page_body .content-wrap {
	background:url(../images/content-bg-whead.gif) 0px 45px no-repeat;
}
.nav-area {
	width:160px;
	float:left;
	padding-left:15px;
}
.main-content {
	width:720px;
	float:right;
	padding-right:25px;
}

.home .nav-area {
	width:260px;
	float:right;
	padding-left:15px;	padding-right:15px;
}
.home .main-content {
	width:550px;
	float:left;
	padding-right:0px;padding-left:30px;
}
.faq .main-content {
	float:none;width:910px;
	padding: 0px 20px;
}

/* Menu System */
#nav_container {
	float:right;
}
#title {
	float:left;
	padding-top:25px;
}
#navigation {
	list-style: none;
	height: 53px;
	margin:0px;
	margin-top:20px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
}
*html #navigation {
	float:right;
}
#navigation li {
	float: left;
}
#navigation a, #navigation a:hover {
	height: 50px;
	display: block;
	background: url(../images/menu-sprite.jpg) 0 0 no-repeat;
	width:155px;
	text-decoration:none
}
#navigation a {
	color:#999999;
}
#navigation a:hover, #navigation .highlight a {
	color:#fff;
}
#navigation a span {
	display:block;
	text-align:center;
	padding-top:15px;
}
#navigation a.leftend:hover, #navigation .highlight a.leftend {
	background-position: -0px -50px;
	width:155px;
}
#navigation a.midone {
	background-position: -155px 0px;
	width:157px;
}
#navigation a.midone:hover, #navigation .highlight a.midone {
	background-position: -155px -50px;
	width:157px;
}
#navigation a.rtend {
	background-position: -312px 0px;
	width: 158px;
}
#navigation a.rtend:hover, #navigation .highlight a.rtend {
	background-position: -312px -50px;
	width: 158px;
}
/* Float  */

.clearfloat {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
}
.bc-body {
	margin-bottom:45px;
	font-size:13px;
	padding-top:3px;
}
.home .bc-body { padding-top:6px;margin-bottom:55px;_padding-top:3px;}


table th {
	text-align:left;
}
/* Text */

p, select {
	font-size:12px;
}
.home p { margin-top:0px; margin-bottom:5px;}
select.fwidth {
	width:99%;
}
.answers-sols .option div.opt-cmn {
	width:425px;
	float:left;
	margin-right:20px;
}
*html .answers-sols .option div.opt-cmn {
	width:415px;
}
.answers-sols .option {
	clear:left;
	padding:10px 0px 20px 20px;
	border:1px solid #ddd;
	margin-right:4px;
	margin-top:20px;
	background:#f5f5f5;
}
.answer-box {
	padding:10px;
	background:#f5f5f5;
	margin:10px 5px 10px 0px;
}
.answers-sols .option div.rd-opt {
	padding-top:5px;
}
.answers-sols {
	padding-bottom:15px;
}
.answers-sols .yw-correct {
	border:1px solid #ffe0a3;
	background: #fff7e7 url(../images/correct.gif) 20px 0px no-repeat;
	padding-top:37px;
}
.question-box {
	border:1px solid #B1F4AE;
	background: #EEFBEC;
	padding:10px;
	margin-right:5px;
}
.extra-box {
	border:1px solid #ccc;
	background: #eee;
	padding:15px;
	margin:15px 0px;
	margin-right:5px;
}
.listing-area .extra-box {
	margin-bottom:0px;
	border-bottom:0px none;
	padding:7px 15px;
}
.listing-area .option {
	margin-top:0px;
	margin-right:5px;
}
.extra-box p {
	margin-top:7px;
}
.answers-sols div label {
	padding-right:2px;
}
#top_rt_links {
	text-align:right;
	color:#888;
	padding-top:4px;
}
#top_rt_links p {
	margin:0px;
	padding:0px;
	padding-right:5px;
}
#top_rt_links a {
	color:#fff799;
	font-size:11px;
	text-decoration:none;
}
#top_rt_links a:hover {
	text-decoration:underline;
}
#top_rt_links a.lgout {
	color:#ccc;
}
#top_rt_links a.lgout:hover {
	color:#fff;
}
.hl-top {
	font-weight:bold;
	text-decoration:underline;
}
#top_rt_links a.hl-top:hover {
	text-decoration:none;
}
h1 {
	font-size:24px;
	color:#000;
}
h1, h2 {
	margin:0px;
	margin-bottom:5px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	color:#999;
}
h2.answer-head {
	font-size:18px;
	color:#111;
}
h2.bk {
	color:#000;
}
.red a {
	color:#F03;
}
.red a:hover {
	color:#900;
}
#footer p a {
	color:#777;
	text-decoration: none;
}
#footer p a:hover {
	color:#fff;
	text-decoration: underline;
}
.mar-r25 {
	margin-right:25px;
}

/* IDs */

a, a:visited {
	color: #004080;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.note-text { margin-left:20px; color:#888; font-size:11px;}
.note-text a { color:red;}
div.menuTree {
	width: 180px;
}
div.menuTree ul {
	padding: 0px;
	margin: 0px;
	display:none;
}
div.menuTree ul li {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
	line-height: 20px;
	font-size:12px;
}
div.menuTree ul li li {
	padding-left:0px;
	font-size:11px;
}
div.menuTree ul li.parent a {
	color: #000;
	text-decoration: none;
	padding: 0px 2px;
	font-weight:bold;
}
div.menuTree ul li.child a {
	color: #777;
	text-decoration: none;
	padding: 0px 2px;
	font-weight:normal;
}
div.menuTree ul li.parent {
	background: url(../images/collapsed_image.gif) left top no-repeat;
}
div.menuTree ul li.expanded {
	background: url(../images/expended_image.gif) left top no-repeat;
	margin-bottom:5px;
}


div.menuTree ul li.expanded a {
	color:#ac7d1b;
	text-decoration:underline;
}
div.menuTree ul li.expanded li a {
	color: #777;
	text-decoration:none;
}
div.menuTree ul li.child {
	margin-top:1px;
}

/*
div.menuTree ul li.expanded  li.expanded { margin-bottom:0px;}
div.menuTree ul li.expanded  li, div.menuTree ul li.parent  li { background:none;}
div.menuTree ul li.expanded  li a, div.menuTree ul li.parent  li a { font-weight:normal;}
div.menuTree ul li.expanded  li.expanded a { color:#F00;}*/
div.menuTree ul li.expanded  li a.new { color: #F60; text-decoration:underline;}

.toggle_container {
	border:1px solid #eee;
	background:#f5f5f5;
	padding:10px;
	margin-bottom:10px;
}
.toggle_container ul {
	margin:0px;
	padding:0px;
}
.toggle_container ul li {
	list-style:inside square;
	padding:0px;
	color:#444;
}
.ht-text {
	padding:10px;
	margin-bottom:10px;
	background:#FFF7E7;
	border:1px solid #FFE0A3;
}
.trigger {
	color:#ccc;
}
.trigger a {
	cursor:hand;
	cursor:pointer;
	color:#F30;
}
/*.list-highlight {
	border:1px solid red !important;
}
#list1 li {
	border:1px solid #fff;
}*/
/*AJAX CONTENT STYLES


.aamc_soln_section_title {
	font-size:19px;
	margin-bottom:7px;
	color:#666;
	font-weight:normal;
	border-bottom:1px dotted #e5e5e5;
	padding-bottom:2px;
}
.aamc_soln_section_title u {
	text-decoration:none;
}
.aamc_soln_section_title strong {
	font-weight:normal;
}
.aamc_bold_big {
	font-size:16px;
	margin-bottom:7px;
	color:#333;
}
*/
#ezjax_content p, #ezjax_content h3 {
	margin-top:0px;
}
#ezjax_content h1 span {
	font-size:11px;
	font-weight:normal;
}
#ezjax_content h1, #ezjax_content h1 strong, #ezjax_content h2, #ezjax_content h2 strong  {
	font-weight:normal; margin-top:0px;
}
#ezjax_content h1 {margin-bottom:7px; font-size:21px; color:#C60;}
#ezjax_content h2 {margin-bottom:5px; font-size:17px;color:#000;}
#ezjax_content h3 {margin-bottom:3px; font-size:14px; font-weight:bold;  color:#C00;}
/* Form Elements */

input {
	font-size:11px;
}
.input {
	border:0px none;
}
.text-input .input {
	width:220px;
}

.text-input .rt-end {
	background: url(../images/forms/g-right.gif) no-repeat;
	padding-right:4px;
}
*html .text-input .rt-end {
	display:inline-block;
	padding-bottom:5px;
}
.input-box, .input-box p {
	float:left;
}

p .input {
	background:url(../images/forms/g-middle.gif) repeat-x;
	padding-top:4px;
	height:18px;
	width:150px;
}
.input-box {
	background:url(../images/forms/g-left.gif) no-repeat;
	padding-left:4px;
}
*html .input-box p .input {
	margin-top:-1px;
}
*:first-child+html .input-box p .input {
	margin-top:-1px;
}
.form-area .input-box, .form-area .txt-box, .buttons {
	clear:both;
}
.form-area .txt-box, .buttons {
	float:left;
}
.form-area .input-box {
	margin-bottom:10px;
}
.form-area .input-box .input {
	width:250px;
}
.form-area .input-box p {
	padding-right:4px;
	background:url(../images/forms/g-right.gif) right top no-repeat;
	margin-bottom:0px;
}
#password-clear {
	display: none;
	color:#999;
}
.form-area p {
line-height:18px; margin-top:0px;}


ul.panel-boxes {
	margin:0px;
	list-style:none;
	padding:0px;
}
ul.panel-boxes li {
	float:left;
	width:120px;
	margin-bottom:15px;
}
ul.panel-boxes li.end-list {
	margin-right:0px;
}
ul.panel-boxes li a span, ul.panel-boxes li div span {
	display:block;
	height:74px;
	padding-left:10px;
	padding-top:7px;
}
ul.panel-boxes li div span {
	height:67px;
}
ul.panel-boxes li a, ul.panel-boxes li div {
	padding-right:20px;
	display:block;	
	font-size:11px;
	
}
.home ul.panel-boxes li a {font-weight:bold;padding-right:28px;}
ul.single-cmn li div {
	background: url(../images/boxes/single-rt.gif) right repeat-x;
}
ul.single-cmn li.signup-box {
	background:url(../images/boxes/side-02.png) no-repeat;
	padding-left:50px;
}
.home ul.single-cmn li.signup-box {
	background:url(../images/boxes/side-01.png) no-repeat;
}
ul.single-cmn li.guarantee-box {
	background:url(../images/boxes/side-02.png) no-repeat;
}
ul.single-cmn li.features-box {
	background:url(../images/boxes/side-03.png) no-repeat;
}
ul.single-cmn li div {
	height:81px;
}
ul.single-cmn .signup-box div div, ul.single-cmn .guarantee-box div div, ul.single-cmn .features-box div div {
	background:none;
	padding:0px;
	padding-left:7px;
	padding-top:3px;
	height:71px;
	padding-bottom:7px;
}
ul.single-cmn .signup-box div div {
	border-left:3px solid #7f5500;
}
ul.single-cmn .guarantee-box div div {
	border-left:3px solid #005500;
}
ul.single-cmn .features-box div div {
	border-left:3px solid #002e89;
}
ul.single-cmn li a {
	padding:0px;
	display:inline;
}
ul.single-cmn li p {
	margin:0px;
	font-size:10px;
	line-height:13px;
	color:#666666;
	
	
}
.home ul.single-cmn li p {margin-top:3px;	}
ul.panel-boxes li h5  { margin:0px;}
ul.panel-boxes li h5 a {
	font-size:13px;
}
ul.panel-boxes p a {color:#777; }
ul.panel-boxes p a:hover {color:#000; }
ul.panel-boxes li.signup-box h5 a {
	color:#7f5500;
}
ul.panel-boxes li.guarantee-box h5 a {
	color:#005500;
}
ul.panel-boxes li.features-box h5 a {
	color:#002e89;
}

.home ul.panel-boxes li a span {
	height:65px;
}

.home  ul.panel-boxes li {
	margin-right:0px;
	float:none;
	width:240px;
}
.home  ul.single-cmn li {
	padding-left:60px;
	width:180px;
}
.home  ul.single-cmn li div {
	padding-left:0px;
}
.home  ul.single-cmn li div div {
	padding-left:10px;
}


ul li, ol li { margin-bottom:10px;}

	#myHiddenDiv {display:none;}
			
			.popup {background:#FFF; border:1px solid #333; padding:1px;}
			.popup-header {height:24px; padding:7px; background: url(../images/bg-hd.gif) repeat-x;}
			.popup-header h2 {margin:0; padding:0; font-size:16px; font-weight:bold; color:#000; float:left;}
			.popup-header .close-link {float:right; font-size:11px;}
			.popup-body {padding:10px;font-size:13px;} 
			.popup-body p { margin:0px; margin-bottom:7px;}


.Graph-Table {
	width:740px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
.Innerbox {
	width:250px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear-float {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
}
.Innerbox div {
	font-size:11px;
	border:1px dotted #e5d9ca;
	background:#ffffe9;
	margin-bottom:10px;
	border-top:0px none;
	padding-bottom:10px;
}
.Innerbox div p { margin:0px;}
.right div p {
	padding-left:20px;
	padding-right:10px;
}
.left div p {
	padding-right:25px;
	padding-left:10px;
}
.Central-Thesis {
	position:absolute;
	width:220px;
	background:#776043;
	color:#FFF;
	font-size:16px;
	margin-left:240px;
*margin-left:-15px;
	text-align:left;
}
.Innerbox div span, .Central-Thesis .head {
	display:block;
	margin-bottom:12px;
	text-transform:uppercase;
}
.Innerbox div span {
	color:#fff;
	background:#776043;
	padding:2px 4px;
	margin-bottom:8px;
}
.left div span {padding-left:10px;}
.right div span {
	padding-left:20px;
}
.Central-Thesis .head {
	font-weight:normal;
	border-bottom:1px dotted #e5d9ca;
	padding-bottom:2px;
	font-size:11px;
	text-align:left;
}