/* My custom baseline default reset css, stripped down from Eric Meyer's reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, a, abbr, acronym, address, cite, del, em, img, q, strike, strong, sub, sup, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* font baseline */

body {
    font-size: 100%;
    line-height: 1.125em;
	font-family: verdana, "lucida grande", arial, helvetica;
}

/* Begin FSA Style */

body {
	position: relative;
	width: 970px;
	margin: 10px auto;
	background: #fff;
	text-align: center;
}

#wrapper {
	position: relative;
	background: #fff;
	width: 970px;
}

#nav_main {
	width: 224px;
	height: 390px;
	background: url(../images/nav-main-bg1.jpg);
	float: left;
	font: normal 0.85em/2.6em arial, helvetica;
}

#nav_main ul {
	list-style: none;
	padding: 24px 12px 14px 12px;
	text-align: right;
}

#nav_main a {
	color: #fff;
	text-decoration: none;
	background: none;
	padding: 5px 10px 5px 20px;
	
}

#nav_main a:hover {
	background: url(../images/nav-main-dot.png) no-repeat left;
	color: #ccc;
}



#nav_main123 {
	width: 224px;
	height: 420px;
	background: url(../images/nav-main-bg123.jpg);
	float: left;
	font: normal 0.85em/2.6em arial, helvetica;
}

#nav_main123 ul {
	list-style: none;
	padding: 24px 12px 14px 12px;
	text-align: right;
}

#nav_main123 a {
	color: #fff;
	text-decoration: none;
	background: none;
	background-color:inherit;
	padding: 5px 10px 5px 20px;
	
}

#nav_main123 a:hover {
	background: url(../images/nav-main-dot.png) no-repeat left;
	background-color:inherit;
	color: #ccc;
}

#nav_main123 .navselected{
background: url(../images/nav-main-dot.png) no-repeat left;
}



#home #nav_main .navHome,
#home #nav_main123 .navHome,
#process #nav_main .navProcess,
#find #nav_main .navFind,
#training #nav_main .navTraining,
#assessing #nav_main .navAssessing,
#bibliography #nav_main .navBibliography,
#statements #nav_main .navStatements,
#about #nav_main .navAbout {
	background: url(../images/nav-main-dot.png) no-repeat left;
}

#nav_main .navselected{
background: url(../images/nav-main-dot.png) no-repeat left;
}

#content {
	overflow: auto;
	font-size: 0.8em; 
	width: 720px;
	float: right;
	text-align: left;
	margin-top: 12px;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 16px;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

p {
	margin-bottom: 16px;
}

a {
	color: #00f;
}

#content img#findcertfiedattorney {
	float: right;
	margin: 20px;
}

#content ul {
	margin: 20px;
}

#nav_bottom {
	text-align: center;
	margin: 10px auto;
	font-size: 0.7em;
	clear: both;
}

#nav_bottom ul {
	list-style: none;
	margin: 10px auto;
	width: 610px;
}

#nav_bottom li {
	display: inline;
}

#nav_bottom a {
	color: #900;
	text-decoration: none;
}

#nav_bottom a:hover {
	color: #f00;
	text-decoration: underline;
}

#nav_bottom li:after {
	content: " :";
	color: #000;
}

#nav_bottom li:before {
	content: ": ";
	color: #000;
}

#footer {
	text-align: center;
	margin: 10px auto;
	font-size: 0.7em;
}

#footer a:hover {
	color: #c00;
	text-decoration: underline;
}

#footer a {
	display: block;
	color: #900;
	text-decoration: none;
}

#copyright {
	display: block;
	width: 320px;
	text-align: center;
	margin: 10px auto;
}

#usamapinstructions {
	text-align: center;
	margin-bottom: 0;
}

#fsatrainingtable {
	width: 98%;
	border: solid 1px #efefef;
	border-width: 0 0 0 2px;
	margin: 14px 0 20px 0;
}

#fsatrainingtable tr:nth-child(even) {
	background: #ccc;
}

#fsatrainingtable td {
	border: solid 1px #efefef;
	padding: 4px;
}

#fsatrainingtable th {
	background: #333;
	padding: 8px 4px;
	color: #fff;
}

#statements ol li {
	margin-bottom: 20px;
}

.take-test-btn {
	width: 146px;
	height: 40px;
	border: 0;
	display: block;
	margin: 5px 0 15px 0;
}

#begin-lessons {
	margin-bottom: 30px;
}


#begin-lessons th {
	padding: 10px;
	text-align: center;
}

#begin-lessons td {
	padding: 10px 20px;
	border-bottom: solid 1px #999;
	
}

#begin-lessons td.LessonTitle {
	border-right:  solid 1px #999;
}

#fsatrainingtable td.center {
	text-align: center;
}

@namespace url(http://www.w3.org/1999/xhtml);

body#viewsource *|*:link {

  color:#8fa3ff !important;

}



body#viewsource {

  font-family:'MS Gothic' !important;

  color:#fff !important;

  background-color:#333 !important;

  line-height:140% !important;

  margin:0em !important;

  padding:0.5em !important;

}



body#viewsource .start-tag,

body#viewsource .end-tag {

  color:#87ceeb !important;

  background-color:#333 !important;

  font-weight:bold !important;

}



body#viewsource .comment {

  color:#fffacd !important;

  background-color:#333 !important;

  font-style:normal !important;

}



body#viewsource .doctype {

  color:#ffff00 !important;

  background-color:#333 !important;

  font-style:normal !important;

}



body#viewsource .attribute-name {

  color:#00ff00 !important;

  background-color:#333 !important;

  font-weight:normal !important;

}



body#viewsource .attribute-value {

  color:#ffc0cb !important;

  background-color:#333 !important;

  font-weight:normal !important;

}



.error, .error > .start-tag, .error > .end-tag,

.error > .comment, .error > .cdata, .error > .doctype,

.error > .pi, .error > .entity, .error > .attribute-name,

.error > .attribute-value {

  border-bottom:1px solid red !important;

}

