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

/* -------------- BODY */

body {
	color: #000;
	background-image: url('images/bgtile.jpg');
	max-width: 1100px;
	margin-left: 2%;/*background-color:#FFC;*/
}
/* -------------- HEADER */

header h1 {
		font-family: "Open Sans", Verdana, Arial, sans-serif;
	color: #c03;
	font-weight:bold;
}
header h2 {
		font-family: "Open Sans", Verdana, Arial, sans-serif;
			font-weight:bold;
}
/*
header p {
	padding-left: 0.8em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
*/
header ul {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 100%;
}

header li {
 padding-bottom: 1em;
}

header a:link, header a:visited, header a:active {
	color: #323d47;
	padding-bottom: 1px;
	text-decoration: none;
}
header a:hover {
	border-bottom: 2px dotted #ccc;
	color: #268bd2;
	padding-bottom: 1px;
	text-decoration: none;
}
/* -------------- SECTION */


.module {
	background-color: #fbfbfa;
	border: 1px solid #bbb;
	border-radius: 15px;
	max-width: 1000px;
	color: #000;
	padding: 2%;
	margin: 2%;
}
h1, h2, h3 {
	color: #323d47;
	font-family: "Roboto", Verdana, Arial, sans-serif;
	font-weight: 700;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
}


h1 {
	 font-size: 2em; 
}


h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}



p {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
section a:link, section a:visited, section a:active {
	color: #323d47;
	padding-bottom: 1px;
	text-decoration: none;
}
section a:hover {
	border-bottom: 2px dotted #ccc;
	color: #268bd2;
	padding-bottom: 1px;
	text-decoration: none;
}


section li {
font-family: "Open Sans", Verdana, Arial, sans-serif;
font-size: 1em;
}



blockquote {
	border-left: 5px solid #ddd;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: italic;
	padding-left: 1%;
	text-align: left;
	margin: 0;
}
/* -------------- FOOTER */



footer a:link, footer a:visited, footer a:active {
	color: #323d47;
	padding-bottom: 1px;
	text-decoration: none;
}
footer a:hover {
	color: #268bd2;
	padding-bottom: 1px;
	text-decoration: none;
}
/*------------- VIEWING OPTIONS */

#prefChoice input {
  	margin-right: 0.5em;
}
#prefChoice input, 
#prefChoice label {
  	cursor: pointer;
}
#prefChoice input.enabled+label {
  	color: #268bd2;
  	font-weight: bold;
  	font-size: 110%;
}
#prefChoice input[type="checkbox"] {
	width: 0px;
	opacity: 0;
	display: none;
}
#prefChoice input[type="checkbox"] + label:before {
	background-image: url("images/checkbox.png");
	display: inline-block;
	height: 19px;
	width: 19px;
	margin-left: 0.25em;
	vertical-align: middle;
	color: transparent;
	margin: 0.3em;
}
#prefChoice input[type="checkbox"] + label:before {
	background-position: 0px  -19px;
	content:"not checked";
}
#prefChoice input[type="checkbox"]:checked + label:before {
	background-position: 0px  0px;
	background-image: url("images/checkbox.png");
	content:"checked";
}

/*  This class indents the links "High contrast is Off" and "Large font On Off" within the Preferences feature */
#prefChoice p a {
	padding-left: 6.5%;
}

#prefChoice {
	background-color: #FFFF00;
}






/*  This is a class that's added by the toggleQSClasses function in the file "toggleQSClasses.js It toggles high contrast on or off for the Preferences feature.*/
.contrast {
	background-color: #FFFF00;
	border-color: none;
}
/*
/*  This is a class that's added by the toggleQSClasses function in the file "toggleQSClasses.js It toggles the larger font size on or off for the Preferences feature.*/
.fontGrow {
	font-size:  110%;
}
/*
