@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
/* This sets a base font and globally zeros the margin and padding */
/* Start Main Base Styles */
}
/* this Body style bases all em sizes on an effective 10 pixel font height for relative font scaling */
body {
font-size: 62.5%;
background-image: url(images/backgrounds/line.gif);
}

a {
color: #008fc5;
text-decoration: none;
font-size: 1em;
}

a:hover {
color: #000;
background: #ff9021;
text-decoration: underline;
}

a img {
border: none;
}
/* End Main Base Styles */
/* Start styles for the outer container of the site */
#mainContainer {
width: 900px;
margin: 0px auto;
background-color: #fff;
}
/* border: 1px solid #000; */
/* End styles for the outer container of the site */
/* Start of Head area */
#head {
width: 900px;
height: 130px;
background-image:url(images/header_4.jpg);
background-repeat: no-repeat;
display: block;
}
/* This is the Headline in the Banner*/
#head h1 {
font-size: 1.6em;
letter-spacing: 0.05em;
color: #fff;
float: right;
padding: 29px 200px 0px 0px;
clear: none;
}

/* This is the logo */
#head img {
float: left;
clear: both;
padding: 33px 0px 0px 15px;
}

/* This section is for the main navigation bar*/
#mainNav {
	width: 850px;
	float: left;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 31px 0px 0px 5px;
	letter-spacing: 1px;
}

#mainNav li {
list-style-type: none;
float: left;
display: block;
}

#mainNav a {
color: #fff;
display: block;
padding: 4px 10px 5px 10px;
text-decoration: none;
}

#mainNav a:link {
display: block;
padding: 4px 10px 5px 10px;
}

#mainNav a:visited {
color: #fff;
}

#mainNav a:hover {
color: #fbaf5f;
background: #fff;
}

#mainNav li#current {
background: #008fc5;
}

#mainNav li#current:link {
background: #008fc5;
}
/*End of nav bar*/
/*End of Head area*/

/*Start column layout styles*/

#columnLeft {
width: 170px;
float: left;
padding: 15px 0px 0px 20px;
zoom: 1;
}
#columnRight {
width: 170px;
float: left;
padding: 18px 10px 0px 20px;
zoom: 1;
}

#columnMain {
width: 460px;
float:left;
padding: 15px 0px 0px 30px;
zoom: 1;
}
/*End column layout styles*/

/*Start main type styles*/
p {
font-size: 1.1em;
color: #555;
line-height: 1.8em;
padding-bottom: 10px;
letter-spacing: 0.05em;
}

h1 {
color: #004b8d;
font-size: 2.2em;
/*text-align: right;*/
font-weight: bold;
padding-bottom: 10px;
letter-spacing: 0.05em;
}

h2 {
color: #004b8d;
font-size: 1.6em;
padding-bottom: 6px;
letter-spacing: 0.03em;
}

h3 {
color: #004b8d;
font-size: 1.4em;
line-height: 1.5em;
padding-bottom: 4px;
}

h4 {
color: #004b8d;
font-size: 1.2em;
line-height: 1.4em;
padding-bottom: 8px;
}

h5 {
color: #004b8d;
font-size: 1.1em;
line-height: 1.3em;
padding-bottom: 3px;
}
/*End main type styles*/

/*Start secondary type styles*/

.acrobat {
background-image:url(images/pdf_icon.gif);
background-repeat: no-repeat;
padding-left: 20px;
}

.documentLink {
background-image:url(images/doc_icon.gif);
background-repeat: no-repeat;
padding-left: 20px;
}

.overRule{
border-top: 1px double #ddd;
padding-top: 0.7em;
}

.underRule{
border-bottom: 1px double #ddd;
}
.underRule2{
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
}

.dottedRule{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
}

.quotes {
font-style: italic;
}

.attribution {
font-weight: bolder;
}
/*End secondary type styles*/

/*Start columnRight styles*/
.contactBox {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 2px solid #ddd;
border-right: 2px solid #ddd;
width: 90%;
margin-top: 10px;
padding: 10px 0px 2px 10px;
}

.breakBorders {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
width: 90%;
margin-top: 10px;
padding: 10px 0px 2px 10px;
}


/*These are special link styles for the left,  main and right columns to emphasize links without going overboard*/
#columnRight a {
border-bottom: 1px dotted #aaa;
}

#columnRight a:hover {
text-decoration: none;
border-bottom: 1px solid #666;
}
/*End columnRight styles*/

/*Start columnLeft styles*/
.menuTitle {
color: #999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
line-height: 1.3em;
border-bottom: 1px solid #ddd;
padding-left: 10px;
padding-bottom: 3px;
width: 90%;
display: block;
}

#columnLeft ul li {
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
border-bottom: 1px solid #ddd;
padding: 3px 0px 5px 10px;
width: 90%;
display: block;
}

/*These are special link styles for the left,  main and right columns to emphasize links without going overboard*/
#columnLeft a {
border-bottom: 1px dotted #aaa;
}

#columnLeft a:hover {
text-decoration: none;
border-bottom: 1px solid #666;
}
/*End columnLeft styles*/

/*Start columnMain styles*/
.halfColumn {
width: 225px;
float: left;
}

.halfColumn p {
line-height: 1.2em;
padding: 0;
}

.floatImage {
float: left;
clear: left;
padding: 0px 6px 20px 0px;
}

.floatPhoto {
float: left;
clear: left;
padding: 0px 10px 5px 0px;
}

/*These are special link styles for the left,  main and right columns to emphasize links without going overboard*/
#columnMain a {
border-bottom: 1px dotted #aaa;
}

#columnMain a:hover {
text-decoration: none;
border-bottom: 1px solid #666;
}

.imageFrame {
width: 451px;
margin: 10px 0px 10px 0px;
}

/*End columnMain styles*/

/*Start footer styles*/
.footer {
width: 485px;
margin: 4px 0px 0px 215px;
padding-top: 6px;
border-top: 1px solid #008fc5;
font-size: .9em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*End footer styles*/

.mainlist {
color: #555;
font-size: 1.1em;
line-height: 1.5em;
padding: 0px 0px 6px 16px;
}

.mainlist li {
padding-bottom: 6px;
}

#columnRight fieldset {
	border-top: 1px solid #000000;
	border-left: 1px solid #FFCC00;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #FFCC00;
	width: 50px;
	background-color: #FFCC00;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

input.btn {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
}
