/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#ffffcc;
}
/* Image replacement */
#header {
	background: transparent url(Images/piclogo.jpg) no-repeat top left;
	background-color:#deb887;
	height:200px;
}
.class {
	display:none;
}
h1 {
	text-align:center;
	color:#035395;
}
#wrapper {
	position:absolute;
	top:0;
	left:0;
}
/*
#header {
	position:relative;
	top:0;
	left:0;
	margin-bottom:0;
}
*/
img.right {
	padding:4px;
	margin:0 0 2px 7px;
	position:relative;
	float:right;
}
img.left {
	position:relative;
	margin:0 7px 2px 0;
	float:left;
}
#main {

}
.button1 {
	width:180px;
	text-align:center;
	font-weight:bold;
	font-size:11pt;
	padding-top:8px;
	padding-right:-20px;
	padding-bottom:8px;
	padding-left:20px;
	border-top: 1px dashed #035395;
	border-bottom: 1px dashed #035395;
	border-right: 1px dashed #035395;
	background-image: url(Images/browntinylogo.jpg);
	background-repeat:no-repeat;
}
.button2 {
	width:180px;
	text-align:center;
	font-weight:bold;
	font-size:11pt;
	padding:16px 0 16px 18px;
	border-top: 1px dashed #035395;
	border-bottom: 1px dashed #035395;
	border-right: 1px dashed #035395;
	background-image: url(Images/browntinylogo.jpg);
	background-repeat:no-repeat;
}
.button3 {
	width:180px;
	text-align:center;
	font-weight:bold;
	font-size:11pt;
	padding-top:8px;
	padding-right:-20px;
	padding-bottom:8px;
	padding-left:20px;
	border-top: 1px dashed #035395;
	border-bottom: 1px dashed #035395;
	border-right: 1px dashed #035395;
	background-image: url(Images/browntinylogo.jpg);
	background-repeat:no-repeat;
}
/* add padding-top to second button on page */
.button1 a:link {
	text-decoration:none;
	color:black;
}
.button1 a:visited {
	text-decoration:none;
	color:black;
}
.button2 a:link {
	text-decoration:none;
	color:black;
}
.button2 a:visited {
	text-decoration:none;
	color:black;
}
.button3 a:link {
	text-decoration:none;
	color:black;
}
.button3 a:visited {
	text-decoration:none;
	color:black;
}
.leftnavbar {
	float:left;
	position:relative;
	margin-top:75px;
	width:180px;
}
.topnavbar {
	position:relative;
	background-image:url(Images/brownlowerface.jpg);
	background-repeat:no-repeat;
	background-color:#deb887;
	text-align:right;
	width:100%;
	top:-3px;
	padding-top:12px;
	margin-top:0;
}
.topnavbar li {
	display:inline;
	font-weight:bold;
	padding: 0 10px 0 10px;
}
.topnavbar li a:link {
	color:#035395;
}
.topnavbar li a:visited {
	color:#035395;
}
.topnavbar li a:hover {
	background-color:#035395;
	color:#deb887;
}
.textarea {
	position:relative;
	background-image:url(Images/brownlifesaver.jpg);
	margin-left:200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-color:gray;
	border-width:thin;
	padding-left:15px;
	padding-right:20px;
	text-indent: 10px;
	text-align:justify;
}
.bottomnavbar {
	text-align:center;
	font-size:.75em;
}
.bottomnavbar li {
	display:inline;
}
.bottomnavbar li a:link {
	color:black;
}
.bottomnavbar li a:visited {
	color:black;
}
.bottomnavbar li a:hover {
	background-color:#035395;
	color:#ffffcc;
}
#address {
	text-indent: 0px;

}
/* These are only on the index page */
#testing {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:thin dashed black;
	color:black;
	background-color:white;
}
.style2 {
	font-size:1.3em;
	text-indent:15px;
}
.style3 {

}
.style5 { 
	font-size: 1.15em;
	font-style:italic;
}
#quote {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:thin dashed black;
	color:black;
	background-color:white;
}
/* These are only on the aboutus page */
.learn {

}
#topics {
	
}
#topics li {
	display:inline;

}
#mission {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:thin dashed black;
	color:black;
	background-color:white;
}
.backtotop {
	font-size: x-small;
	color: gray;

}
.aboutheader {
	font-weight:bold;
}
/* These are only on the contactus page */
.style1 {

}
/* These are only on the directions page */
.direction {
	font-weight: bold;
	text-decoration: underline;

}
.strong {

}
/* These are only on the faq page */
.questions {

}
.questions li {
	line-height:1.5em;
}
.answers {
	
}
.answers li {
	font-weight:bold;
}
.answers li p {
	font-weight:normal;
}
#symptoms {

}
#symptoms li {

}
#symptoms li {
	font-weight: normal;
}



/* These are only on the identify page */
/* This is a list of the ID's for tests.  Might be able to combine into two or three classes.
#tests
#aptests
#nvinttests
#langtest
#readtest
#vistest
#other  */

/* These are only on the programs page */
#programlist {
	list-style-type: square;	
}
.programtitle {
	font-weight:bold;
}

/* These are only on the support page */
.mainpoint {
	font-weight:bold;
}
.psuedoLink {
	color: #0000CC;
	text-decoration: underline;
}
#LD .MainListItem{
	font-size: medium;
	font-weight: bold;
}
#LD .MainListItem li{
	list-style-type: none;
}
