/* TYPOGRAPHY ------------------------- */

/* zero out browser defaults first, since different browsers use different defaults, 
that way any future settings only need to be used when different from this new default */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6, img,
form, fieldset, input, 
select, textarea, a, button {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #6B6B6B;
}

/* FORM ELEMENTS ---------------------- */
	
input, 
select, 
textarea {
	font-size: 11px; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E4A3C;
}
 
/* HEADINGS -------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #D40600;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
}

h2, h3, h4, h5, h6 {
	color: #6B6B6B;
}

.gray h2 {
	padding-bottom: 3px;
	border-bottom: 1px dashed #6B6B6B;
	text-transform: uppercase;
	width: 100%;
}

.gray h2.lessMargin {
	margin-bottom: 2px;
}

.gray h2.h2Left {
	border-right: 1px dashed #6B6B6B;
}	

.blue h2 {
	color: #0066A5;
	padding-bottom: 3px;
	border-bottom: 1px dashed #0066A5;
	text-transform: uppercase;
}

.green h2 {
	color: #049800;
	padding-bottom: 3px;
	border-bottom: 1px dashed #049800;
	text-transform: uppercase;
}

.red h2 {
	color: #CF0009;
	padding-bottom: 3px;
	border-bottom: 1px dashed #CF0009;
	text-transform: uppercase;
}

/* TEXT ------------------------ */
p {
	margin: 0px 0px 20px 0px;
}
p.view {
	font-size: 9px;
	text-align: right;
	margin: -3em 0px 18px 0px;
	padding: 0px;
	line-height: 9px;
}

p.iconsRt {
	font-size: 9px;
	text-align: right;
	margin: -3.25em 0px 18px 0px;
	padding: 0px;
	line-height: 9px;
}

#footer {
	font-size: 10px;
	color: #555454;
}

p.back_to_top {
	margin: 0px 0px 0px 0px;
	text-align: left;
}

strong {
	font-weight: bold;
}
	
em {
	font-style: italic;
}

/* generic ------------------- */

.smallCopy {
	font-size: 9px;
}

.bigCopy {
	font-size: 14px;
}

.a_right {
	text-align: right;
}

.a_center {
	text-align: center;
}

.reverse {
	color: white;
}

.caps {
	text-transform: uppercase;
}

.lessBtmMgn {
	margin-bottom: 5px;
}
	
/* LISTS ---------------------- */
ul {
	line-height: 18px;
	margin: 0px 0px 1.5em 0px;
	font-weight: normal;
}
	
ul li {
	margin: 0px 0px 10px 30px;
	line-height: 18px;
}

ol {
	line-height: 18px;
	margin: 0px 0px 1.5em 0px;
}
	
ol li {
	margin: 0px 0px 10px 30px;
	line-height: 18px;
}

ul ul li,
ol ol li {
	margin-left: 40px;
}

ul ul ul li,
ol ol ol li {
	margin-left: 65px;
}

dt {
	margin-bottom: 5px;
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
}


/* link list ----------------------- */
ul.link_list,
ul.link_list li,
ul.link_list ul,
ul.link_list ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.link_list {
	margin-bottom: 15px;
}

ul.link_list li {
	margin-bottom: 3px;
}

ul.link_list.moreMargin li {
	margin-bottom: 15px;
}

/* horizontal link list */
ul.link_list.h li {
	display: inline;
	margin-right: 12px;
}

ul.link_list.h li.last {
	margin-right: 0px;
}

/* no_bullets ----------------------- */
ul.no_bullets,
ul.no_bullets li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* footer lists ---------------------- */
.left_list,
.right_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.left_list li,
.right_list li {
	display: inline;
	padding: 0px 12px 0px 0px;
	margin: 0px 12px 0px 0px;
}

.left_list li.last,
.right_list li.last {
	margin-right: 0px;
	padding-right: 0px;
}

#footer .left_list li,
#footer .right_list li {
	border-right: 1px solid #616161;
}

#footer .left_list li.last,
#footer .right_list li.last {
	border-right: none;
}

#footer .left_list {
	float: left;
	width: 300px;
}

#footer .right_list {
	float: right;
	width: 542px;
}

/* LINKS ---------------------------- */

a {
	color: #5FB9FF;
}

h3 a {
	color: #6B6B6B;
	text-decoration: none;
}

#superNav a,
.view a {
	color: #6B6B6B;
	text-decoration: none;
}

/* super nav -- */
#superNav a {
	padding-top: 1px;
	padding-bottom: 2px;
}

#superNav a.search {
	padding-left: 14px;
	background: url(../images/icon_search.gif) no-repeat center left;
}

#superNav a.text {
	padding-left: 19px;
	background: url(../images/icon_textSize.gif) no-repeat center left;
}

#superNav a.home {
	padding-left: 17px;
	background: url(../images/icon_home.gif) no-repeat center left;
}

#superNav a.bookmark {
	padding-left: 20px;
	background: url(../images/icon_bookmark.gif) no-repeat center left;
}

/* --- */

#sub .gray a {
	color: #6B6B6B;
	text-decoration: none;
	padding: 8px 0px;
	background: #CFCFCF;
	display: block;
}

#sub .gray a.bLeft {
	background: #CFCFCF url(../images/bgBtmLeftCorner.gif) no-repeat bottom left;
}

#sub .gray a.bRight {
	border-left: 1px solid #ffffff;
	background: #CFCFCF url(../images/bgBtmRightCorner.gif) no-repeat bottom right;
}

#footer a {
	color: #2C2C2C;
	text-decoration: none;
}

a.selected,
a.current,
a:hover {
	color: #000F59;
}

#superNav a:hover,
#footer a:hover,
.view a:hover,
h3 a:hover {
	color: #5FB9FF;
}

#sub .gray a:hover {
	color: #fff;
	background: #6B6B6B;
}

#sub .gray a.bLeft:hover {
	background: #6B6B6B url(../images/bgBtmLeftCornerOver.gif) no-repeat bottom left;
}

#sub .gray a.bRight:hover {
	background: #6B6B6B url(../images/bgBtmRightCornerOver.gif) no-repeat bottom right;
}

/* img links */
a img {
	border: none;
}

/* ---------------------- */
p.back_to_top a {
	padding: 5px 0px 3px 23px;
	background: url(../images/icon_arrow_up.gif) no-repeat left top;
	text-decoration: none;
	font-style: italic;
}

p.back_to_top a:hover {
	background: url(../images/icon_arrow_upOver.gif) no-repeat left top;
}
