/** BASIC */

body {
	width:100%;
	background-color: white;
	text-align:center; /** This centers all of the elements on the page, no matter what the browser resolution ==Lori Corbett== */ 
}

/** Wraps the entire page contents within  constrained width to keep your elements from diving out of place ==Lori Corbett== */
#page-container{
	width:788px;
	margin: 0 auto;
	text-align:left; /* This resets your text to be left aligned while retaining the center orientation of the elements set in the body selector above ==Lori Corbett== */
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: silver;
	font-weight:normal;
	margin-bottom: .5em;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: navy;
	font-weight:bold;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	font-weight:bold;
	margin: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: navy;
	font-weight:bold;
	margin: 0px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight:bold;
	text-align: center;
	margin: 0px;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	line-height: 17px;
}

p, blockquote {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
}

/** Navy "headline"  */
.text1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: navy;
	font-weight:bold;
	padding:3px;
	line-height:27px; /** Explicitly setting a line height prevents it getting chopped off at the bottom ==Lori Corbett== */
}

/** Copy in Second Top Nav Bar */
.text2 {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color : inherit;
	text-align: center;
}

/** .text2 link styling ==Lori Corbett== */
.text2 a:link { 
	text-decoration : none;
}

.text2 a:visited { 
	text-decoration : none;
	color:purple;
	background-color : inherit;
}

.text2 a:hover { 
	text-decoration : underline;
}

.text2 a:active { 
	text-decoration : none;
}

/** No Link Copy in Left Nav Bar */
.text3 {
	font-size: 12px;
	font-weight: bold;
	color: navy;
}

/** Gray Headline */
.text4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	color: gray;	
}

/** Left Nav Bar on SubPages */
.text5 {
	padding-left: 15px;
	font-size: 11px;
	background: url(images/homepage14.gif) repeat-y left top;
	text-align: left;
	line-height: 15px;
	}

.text6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF8C00;
}

/** Call Us Today (Phone Number) - bottom left  */
.text7 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: silver;
}

.text8 {
	text-align: center;
}

/** Your Blueprint to... */
.text8px {
	font-size: 8px;
	color: navy;
	line-height: 8px;
}

/** NOT USED */
.text10 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF8C00;
}

.text12 {
	text-align:left;
}

/** LIST */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.list1 li.last {
	background: none;
	margin: 0px;
	padding:0px;
}

.list1 a {
	display: block;
	padding-left: 10px;
	background: url(images/homepage19.gif) no-repeat 0px 6px;
}

/** LINKS */

a {
	color: #FF8C00;
}

a:visited {
	color: purple;
}

a:hover {
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:visited {
}

.style1 a:hover {
}


/** BACKGROUNDS */

.bg1 { background: #FF8C00 url(images/homepage09.jpg) repeat-x left top; }
.bg2 { background: url(images/homepage12.gif) repeat-y left top; }
.bg3 { background: url(images/homepage13.jpg) repeat-y left top;}
.bg3-P { background: url(images/homepage13.jpg) repeat-y left top; position:relative; top:60px;}/** New class so left column is positioned at the bottom of the 2nd tier on the orange menu. this is for the resources and P series pages only */
.bg3a { background: url(images/homepage13.jpg) repeat-y left top;}/** New class so gray box shows in Firefox */
.bg4 { background: url(images/homepage21.jpg) repeat-x left top; }
.bg5 { background: url(images/homepage17.gif) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 10px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 10px;
	margin-top: -5px;
	background: url(images/homepage15.gif) repeat-x left top;
}


