/* CSS Document */

/* The Core Technique
================================= */

body {
	font: 62.5%/1.6 Arial, Verdana, sans-serif;
	text-align: center; 
	min-width: 760px;
	background-color: #EAEAEA;
}

#wrapper {
  width: 894px; 
  margin: 0 auto; 
  text-align: left; 
  border: 1px solid #fff;
  background: #fff url(../images/page-bg.jpg) repeat-y top left;
}

#branding {
  height: 245px;
  background: #fff url(../images/branding-bg.jpg) no-repeat top left;
}

#branding-internal {
	height: 94px;
	background: #fff url(../images/branding-bg-internal.jpg) no-repeat top left;
}

#branding h1 {
  margin: 0;
  text-indent: -5000px;
}

#branding-internal h1 {
	margin: 0;
	text-indent: -5000px;
}

#top-logo {
	float: left;
	width: 192px;
	height: 94px;
	margin-top: -40px;
}

#top-logo img {
	border: 0;
}

#top-links {
	float: right;
	font-size: 0.8em;
	margin-top: -45px;
	margin-right: 30px;
}

#top-links a {
	text-decoration: none;
	color: #56096F;
}

#top-links a:hover {
	text-decoration: underline;
	color: #ff0000;
}

#topnav {
	margin-left: 210px;
	margin-top: 33px;
	font-size: 0.9em;
}

#topnav ul {
	list-style: none;
}

#topnav li {
	display: inline;
	border-right: 1px solid #fff;
}

#topnav li.first {
	border-left: 1px solid #fff;
}

#topnav li a {
	text-decoration: none;
	color: #fff;
	padding: 4px 17px 4px 17px;
}

#topnav li a:hover {
	background-color: #56096F;
}

#topnav .current {
	background-color: #56096F;
}

#branding-text {
	margin-left: 210px;
	margin-top: 20px;
	width: 375px;
	height: 125px;
	overflow: hidden;
}

#branding-text h1 {
	font-size: 1.8em;
	color: #fff;
	text-indent: 0;
}

#branding-text p {
	font-size: 1.2em;
	color: #fff;
}

#branding-text a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#branding-text a:hover {
	text-decoration: underline;
}

#help-button {
		float: right;
		width: 297px;
		margin-top: 4px;
		margin-right: 1px;
}

#help-button img {
	border: 0;
}

#content { 
  width: 680px;
  float: right; 
}

#content p {
	font-size: 1.2em;
}

#content ul {
	margin-left: 45px;
	font-size: 0.9em;
}

#content table {
	border: 1px solid #339966;
	width: 650px;
	font-size: 1.0em;
}

#content table th {
 	border-bottom: 1px solid #339966;
}

#content table td, table th {
	border-bottom: 1px solid #339966;
	padding: 3px;
}

#content table p {
	margin: 0;
	margin-bottom: 5px;
	margin-right: 5px;
}

.home-box {
	width: 300px;
	font-size: 1.0em;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

.home-box p {
	margin-top: 0;
}

.home-box p a {
	color: #56096F;
	font-weight: bold;
	text-decoration: none;
}

.home-box p a:hover {
	text-decoration: underline;
}



.home-box-image {
	width: 85px;
	height: 85px;
	overflow:hidden;
	float: left;
	border: 1px solid #eaeaea;
	margin-right: 10px;
}

.home-box-image img {
	border: 0;
}

.internal-box {
	width: 200px;
	float: left;
	padding: 6px;
	margin-right: 10px;
	background-color: #eaeaea;
	border: 1px solid #56096F;
	font-size: 1.0em;
}

.internal-box li {
	margin-left: -24px;
}


.client-logo {
	width: 200px;
	float: left;
	height: 90px;
	text-align: center;
	margin-right: 20px;
}


#mainNav { 
  width: 187px; 
  float: left; 
  list-style: none;
  background-color:#eaeaea;
  padding-left: 5px;
} 

#mainNav p {
	font-size: 1.1em;
	color: #56096F;
	margin-left: 4px;
	margin-right: 4px;
}

#logo-bottom {
	margin: 0;
	margin-left: -5px;
}

#logo-bottom img {
	border: 0;
}

#footer {
	clear: both;
  background:#b0b0b0 url(../images/footer.gif) no-repeat top left;
  height: 142px;
}

#footer p {
	float: right;
	margin-top: 55px;
	margin-right: 35px;
	font-size: 1.1em;
	color: #fff;
}

#footer img {
	border: 0;
}

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}



h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 1.7em;
  color: #339966;
  font-weight: bold;
  padding-left: 20px;
  background: url(../images/h2-logo.gif) no-repeat left center;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}


h3 {
	color: #56096F;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #56096f;
}

.clear {
	clear: both;
}

.picright {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	width: 350px;
}

.picright img {
	border: 1px solid #339966;
}

/* Take The Test Styling */

#question1 {
	background-color: #D9E9E1;
	margin-right: 5px;
	padding: 5px;
	padding: 5px;
}

#question2 {
	background-color: #D9E9E1;
	margin-right: 5px;
	padding: 5px;
}

#question3 {
	background-color: #D9E9E1;
	margin-right: 5px;
	padding: 5px;
}

#question4 {
	background-color: #D9E9E1;
	margin-right: 5px;
	padding: 5px;
}

#question5 {
	background-color: #D9E9E1;
	margin-right: 5px;
	padding: 5px;
}

#question6 {
	background-color: #D9E9E1;
	margin-right: 5px;
	padding: 5px;
}

#answer1 {
	background-color: #DBD0DE;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#answer1 h4 {
	font-size: 1.4em;
	cursor: pointer;
}

#answer2 {
	background-color: #DBD0DE;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#answer2 h4 {
	font-size: 1.4em;
	cursor: pointer;
}

#answer3 {
	background-color: #DBD0DE;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#answer3 h4 {
	font-size: 1.4em;
	cursor: pointer;
}

#answer4 {
	background-color: #DBD0DE;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#answer4 h4 {
	font-size: 1.4em;
	cursor: pointer;
}

#answer5 {
	background-color: #DBD0DE;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#answer5 h4 {
	font-size: 1.4em;
	cursor: pointer;
}

#answer6 {
	background-color: #DBD0DE;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#answer6 h4 {
	font-size: 1.4em;
	cursor: pointer;
}

