/* CSS Document Typography, Border, Link and Form Styles*/

/* TOC */

/*

TAGS

body
html, body
normal a links
p
h1-h6
em
strong
hr
img

DIVS

headerContact
slogan
navWrap
nav ul
content
extraLinks ul Top-Bottom (jumplinks or sublinks)
footer
footerNav
copyright
jumpLinksContent
jumpLinks1
jumpLinks2

CLASSES

returnToTop
formHR
formContent
formRequired

HELPER DIVS 

helper(1-5)


*/

/* body */

body {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	text-align: center;
}

/* normal link styles */



a:link {
	color: #d67f0f;
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color: #d67f0f;
	text-decoration: none;
	font-weight: bold;
} 


a:hover, a:active, a:focus {  
	color: #ffcc00;
	text-decoration:underline;

}




/* text styles */

p {
	font-size: 1em;
}


h1 {

}


h2 {
	font: bold 2.5em;
	color: #333333;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	letter-spacing: .25em;
	text-align: center;

}


h3 {
	font: bold 1.25em;
	color: #333333;
	margin: 0;
	padding: 20px 0px 0px 0px;
}

h4 {
	font: bold 1em;
	color: #333333;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.freehelpleft {
	text-align: left;
	text-decoration:none;
	margin: 0px;
	width: 500px;
	padding: 20px 0px 0px 0px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #333333;
}

.strongblack {
	text-decoration:none;
	color: #000000;
}


h5 {
	font: bold .75em;
	color: #999999;
	margin: 0;
}

h6 {
	font-weight: bold;
	font-size: 1.25em;
	color: #333333;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#headerContact p {
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #333333;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

em {
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

strong {
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

hr {

}


/* DIVS */


/* slogan */

#slogan {
	display:none;

}

/* nav styles */

#nav ul, #nav li { 
		margin:0; 
}


#nav ul {
	width: 875px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 130px;
	text-align: center;
  	border: none;
	font-size: 1em;
	list-style:none; 
	height: 30px;
}

#nav ul li {
	padding: 7px 15px 0px 0px;
	float:left;
	white-space: nowrap;
}

#nav a {
	text-decoration:none;
}

#nav a span {
	color: #FFCC00;
	padding: 0px 0px 0px 25px;


}

#nav a:hover span {
	color: #FFFFFF;	
}

#nav a:hover {
	color: #FFFFFF;	
}

/* content styles */

#content p {
	line-height: 130%;
}

#frontText {
	font-weight: bold;
	
}


.frontTextTitle {
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
}


.frontText2 {
	text-align: center;
	font-weight: bold;
}


#officeInfo {
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
	color: #333333;
}

#extraLinksTop ul {
	padding: 15px 0px 15px 15px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
}

#extraLinksBottom ul {
	padding: 15px 0px 15px 15px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
}


/* footer styles */

#footer {
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
}


/* footer Nav styles */
#footerNav {
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

#footerNav a {
	text-decoration:none;
}
#footerNav a:link,  #footerNav a:visited {
	color: #ED9217;
	
}

#footerNav a:hover {
	text-decoration: underline;
	text-align: left;
	color: #ffffff;
}
	
/* copyright styles */

#copyright {
}

#copyright p {
	color: #FFFFFF;
	font-weight: bold;
}

#copyright a:link, #copyright a:visited {
	color:#ee9414;
}

#copyright a:hover, #footerNav a:active, #footerNav a:focus {  
	text-decoration: underline;
	font-weight: bold;
	border-bottom: none;
	color: #ffffff;
}

/* jumpLinks styles */

#jumpLinksContent, #jumpLinksContent * {
	list-style-type: none;
}

#jumpLinksContent {
	
}

#jumpLinks1 {

}

#jumpLinks2 {

}

#helper2 a:link, #helper2 a:visited {
	color:#ee9414;
}

/* CLASSES */

/* forms */

.formText1 {
	font-weight: normal;
	font-size: 1.2em;
	color: #333333;
}

.formText2 {
	font-weight: bold;
	color: #333333;
}

.formContent {

	
}

.formContent ul {
	list-style-type: none;
}


.formContent p {
	font-weight: bold;
	color: #333333;
}

.formContent input {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #745f2d;
}

.formHR {
	width: 250px;
	text-align: left;
	color: #ee9414;
}

.formRequired {
	text-align: left;
	color:#ee9414;
}

/* other */

.returnToTop {
	text-align: right;
	padding: 0px 20px 0px 0px;
}

.imageShiftLeft {
	padding: 0px 20px 0px 0px;
}

.imageShiftRight {
	padding: 0px 0px 0px 20px;
}

.imageC2A {
	padding: 0px 100px 0px 0px;
}
