/* Global styles */
* {	margin: 0; padding: 0; }
html { text-align: center; }
body { margin: 0 auto; font: 62.5%/160% Verdana, Arial, Helvetica, sans-serif; color: #666; text-align: left; background-color: #666; background-image:   url(../images/bkgrn.gif); background-repeat: repeat-x; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 2.0em; color: #0B7EAE; margin-bottom: 5px; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.6em; color: #231F20; }
h3 { font-size: 1.1em; color: #000; }
h4 { font-size: 1.0em; font-weight: normal; }
h5 { font-size: 0.9em; font-weight: normal; }
h6 { font-size: 0.9em; font-weight: normal; color: #000; }
p { margin-bottom: 15px; font-size: 1.1em; }
th, td { font-size: 1.1em; }
a:link { text-decoration: underline; color: #0B7EAE; }
a:visited { text-decoration: underline; color: #0B7EAE; }
a:hover { text-decoration: none; color: #960; background-color: #F2E8D6; }
a:active { text-decoration: none; color: #960; background-color: #F2E8D6; }
ol { margin: 0 0 15px 70px; }
ul { margin: 0 53px 15px 0; list-style: none; }
ul li { padding-left: 18px; background-image:  url(../images/bullet_default.gif); background-repeat: no-repeat; background-position: 0 0.5em; }
a img { border: 0; }

/* Progressive styling - not applicable in IE6 */
h1+h2 { margin-top: 3px; }
h1+p { margin-top: 15px; }
p+h1 { margin-top: 30px; }

/* Functional classes */
.clear { clear: both; }
.floatLeft {
	float: left;
}
.floatLeftspace   {
	margin-right: 5px;
}
.floatRight { float: right; }
.floatrightspace {
	float: right;
	margin-left: 5px;
}
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
.altDisplay { display: none; }

/* Color palette */
.blue { color: #0093D0; }
.lightBlue { color: #CCE9F6; }
.darkBlue { color: #0B7EAE; }
.gray { color: #231F20; }
.lightGray { color: #CCC; }
.gold { color: #960; }
.white { color: #FFF; }
.black { color: #000; }

/* Masthead */
#masthead { width: 770px; height: 105px; background-color: #FFF; background-image:  url(../images/masthead_bkgrn.jpg); background-repeat: no-repeat; margin: 0 auto; }
#masthead a { text-decoration: none; color: transparent; background-color: transparent; }
#masthead h1 { color: #231F20; font-size: 2.0em; line-height: 110%; margin-bottom: 0; }
#masthead h3 { font-family: Arial, Helvetica, sans-serif; }
#masthead h4 { color: #231F20; line-height: 120%; margin-bottom: 2px; }
#callUs { float: right; text-align: center; height: auto; width: 220px; padding: 6px 25px; }

/* Content */
#content h2 { margin-bottom: 15px; }

/* Footer */
#footer { background-color: #FFF; margin: 0 auto; width: 770px; }
#footer ul.footerNav { float: left; margin: 0 0 0 8px; padding: 6px 0; }
#footer ul.footerNav li { display: inline; padding: 0 12px; background-image:  url(../images/bullet_footer.gif); background-repeat: no-repeat; background-position: 0 0.3em; }
#footer ul.copyright { float: right; list-style-type: none; margin: 0; padding: 6px 0; }
#footer ul.copyright li { display: inline; padding: 0 8px; background-image: none; }
#footer a:link { text-decoration: underline; color: #0B7EAE; }
#footer a:visited { text-decoration: underline; color: #0B7EAE; }
#footer a:hover { text-decoration: none; color: #960; background-color: #F2E8D6; }
#footer a:active { text-decoration: none; color: #960; background-color: #F2E8D6; }
