﻿/* Start HTML Element Styles */

body {
	background-color: #444242;
	color: #5e5e5e;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, "Vera Sans", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width:964px;
}

a {
	color: #013a81;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* image grid web part styles */
#imageGridPic {
	padding-left:10px;
	padding-bottom:10px;
	float:left;
	text-align:center;
	/*height: 120px;*/
}

form {
	margin: 0;
	padding: 0;
}

#dropdowns form {
	float: left;
	position: relative;
	top: 6px;
}

h1 {

	font-family: Georgia;
	font-size: 1.7em;
	font-weight: bold;
	color:#000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h2 {
	
	font-family: Georgia;
	font-size: 1.3em;
	font-weight: bold;
	color:#000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h3 {

	font-family: Georgia;
	font-size: 1em;
	font-weight: bold;
	color:#000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h1 a{color: #000000;}
h2 a{color: #000000;}
h3 a{color: #000000;}


img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	
	margin: 0;
	padding-left: 1px; /*keep this here so the letter "W" doe snot get cut off when it is the first letter on the line.*/
	padding-bottom: 1px; /*keep this here so g's and p's don't get cutoff*/
	padding-right:0px;
	padding-top:0px;
}

ul
{
	padding-left: 0px;
	margin:0px 0px 0px 0px;
}
ul li{
	color: #333;
	padding-left: 0px;
	position: inherit;
	list-style-image:url('/style%20library/Images/bullet.gif');
	list-style-position:outside;
	margin-left:17px;
}

ol li{
	list-style-type:decimal; 
	color: #333;
	position: relative;	
}


/* End HTML Element Styles */

/*-----Link styles-----*/
.breadlink {
	color: #333;
	font-size: .9em;
	text-decoration: none;
}
.navLink {
	color: #FFF;
}
.landingLink {
	color: #000;
}
.number {
	color: #666;
	margin: 15px 14px 0 0;
	text-decoration: none;
}
.sectionLink a{
	color: #333;
	font-size: 1em;
	text-transform: uppercase;
}
.selectedLink {
	color: #013a81;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}
.selectednum {
	color: #FD8816;
	margin: 15px 14px 0 0;
	text-decoration: none;
}
.uline {
	text-decoration: underline;
}
