/*  hfb.css 
Primary style sheet for website of the
hopeforburma.com website 
Designed and developed by Penni L. Smith, The Computer Smith
Copyright 2009, Penni L. Smith, All Rights Reserved */

/* TAGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: FFFFFF;
	text-align: left;
	line-height: 150%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: #990000;
	line-height: 110%;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #990000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.75em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #000000;
	padding-top: 1ex;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.75em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.75em;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -1em;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -1em;
}
img {
	border: 0;
}
/* DIVS */
/* Wrapper for the entire page */
#fullwrapper {
	width: 766px;
	margin:0 auto;
}
/* Wrapper for the banner area */
#banner {
	width: 760px;
	margin-left: 30px;
	margin-bottom: 2px;
	border-bottom-style: none;
	border-bottom-color: #900;
	padding-bottom: 0px;
	border-top-color: #063;
}
#searchbox {
	width: 740px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	float: none;
	position: absolute;
	top: 120px;
	right: 0px;
}
/* Wrapper for the content area */
#contentwrapper {
	width: 760px;
	margin-left: 5px;
	float: none;
}
#menubar {
	width: 760px;
	float: left;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
	color: #005553;
	margin-top: 2px;
	margin-left: 4px;
}
#maincontent {
	float: none;
	line-height: 1.2em;
	text-align: left;
	padding-top: 20px;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#maincontent  a {
	color: #900;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#maincontent  a:visited {
	color: #339933;
	text-decoration: underline;
}
#maincontent  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #900;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #900;
	text-align: center;
	border-top-style: double;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	float: none;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 110%;
	width: 740px;
	padding: 5px;
	margin-right: 5px;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#footer a {
	color: #900;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#footer a:visited {
	color: #093;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #900;
}
#pageline {
	width: 400px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #900;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* CLASSES */
/* Used for list on main page */
.ulhfb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 125%;
	font-weight: bold;
	color: #000000;
	text-indent: 3em;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	text-align: center;
	font-style: italic;
	vertical-align: top;
}
/* This can be assigned to any div tag to interrupt the set float */
.endfloat {
	float: none;
}
.rightfloat {
	float: right;
	padding-right: 0px;
}
.leftimage {
	float: left;
	padding-right: 7px;
	padding-bottom: 7px;
}
.rightimage {
	float: right;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 7px;
}
.centertext {
	text-align: center;
}
.righttext {
	text-align: right;
}
.lefttext {
	text-align: left;
}
.smalltext {
	font-size: 0.8em;
}
.textbold {
	font-weight: bold;
}
.textunderline {
	text-decoration: underline;
}
.textboldunder {
	font-weight: bold;
	text-decoration: underline;
}
.textitalic {
	font-style: italic;
}
.halfheight {
	line-height: .5em;
}
.extraheight {
	line-height: 1.75em;
}
.moveup {
	top: -5em;
}
/* FORM ITEMS */
.textinputvshort {
	width: 1em;
	border: thin solid #990000;
}
.textinputashort {
	width: 2em;
	border: thin solid #990000;
}
.textinputqshort {
	width: 3em;
	border: thin solid #990000;
}
.textinputshort {
	width: 5em;
	border: thin solid #990000;
}
.textinputab {
	width: 7em;
	border: thin solid #990000;
}
.textinputabr {
	width: 10em;
	border: thin solid #990000;
}
.textinputabrv {
	width: 15em;
	border: thin solid #990000;
}
.textinput {
	width: 20em;
	border: thin solid #990000;
}
.textinputmed {
	width: 25em;
	border: thin solid #990000;
}
.textinputext {
	width: 30em;
	border: thin solid #990000;
}
.textinputextm {
	width: 35em;
	border: thin solid #990000;
}
.textinputlong {
	width: 40em;
	border: thin solid #990000;
}
.textsearch {
	width: 10em;
	border: thin solid #990000;
	background-color: #FFFFCC;
	float: right;
}
.listinput {
	border: thin solid #990000;
}
.checkinput {
	border: thin solid #990000;
}
.radioinput {
	border: thin solid #990000;
}
.formlabel {
	clear: left;
	float: left;
	width: 12em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelmore {
	clear: left;
	float: left;
	width: 17em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelext {
	clear: left;
	float: left;
	width: 20em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelplus {
	clear: left;
	float: left;
	width: 30em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelinline {
	width: 12em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formoffsetless {
	margin-left: 5.5em;
}
.formoffset {
	margin-left: 12.5em;
}
.formoffsetmore {
	margin-left: 15.5em;
}
.formoffsetext {
	margin-left: 17.5em;
}
.formoffsetextra {
	margin-left: 20em;
}
.formoffsetplus {
	margin-left: 30.5em;
}
.fieldlistitem {
	list-style-type: none;
	width: 100%;
	float: left;
	clear: left;
}

.color1 {
	color: #006633;
}
.color2 {
	color: #990000;
}
.whitetxt {
	color: #FFFFFF;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}
.warn {
	font-weight: bold;
	color: #993399;
}
.goodtogo {
	font-weight: bold;
	color: #33CC00;
}
.hline {
	clear: both;
	width: 740px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
.hlinethick {
	clear: both;
	width: 740px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
.letterquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #660000;
}
.letterquoteindented {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #660000;
	margin-right: 5em;
	margin-left: 5em;
}
/*These styles were designed to be used with unordered lists
They control indenting, text weight, and bullet usage */
.indentedbold {
	text-indent: 5em;
	font-weight: bold;
	list-style-position: outside;
}
.indentednormal {
	text-indent: 5em;
	font-weight: normal;
	list-style-position: outside;
}
.indentednormalshort {
	text-indent: 1em;
	font-weight: normal;
	list-style-position: outside;
}
.indentednobullet {
	text-indent: 3em;
	list-style-type: none;
	list-style-position: outside;
}
.nobullet {
	list-style-type: none;
}
/*These styles were designed to be used with ordered lists
They control indenting, text weight, and numbering */
.smallletters {
	font-weight: normal;
	list-style-type: lower-alpha;
	list-style-position: outside;
}
.capletters {
	font-weight: normal;
	list-style-type: upper-alpha;
	list-style-position: outside;
}
