/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#900;
}

a:hover {
	color:#000
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#333;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h1 {
	margin-top:0.75em;
	font-size:18pt;
	line-height:1.2em;
	font-weight:bold;
	color:#900;
	border-bottom:solid 1px #333;
}

h2 {
	margin-top:0.75em;
	font-size:13pt;
	line-height:1.2em;
	font-weight:bold;
	color:#900;
}

#sideCol h2 {
	margin-top:1.25em;
	font-size:13pt;
	line-height:1.2em;
	font-weight:bold;
	color:#fff;
	background:#900;
	padding:.25em 0;
}


h3 {
	margin-top:0.75em;
	font-size:11pt;
	line-height:1.2em;
	font-weight:bold;
	color:#111;
	margin-bottom:-0.5em;
	padding-bottom:0;
}

.smallText {
	font-size:8pt;
}


ol {
/*    margin-left:1.5em;	*/
	margin-top:-0.75em;
	padding-top: 0;
}

ul {
/*    margin-left:1.25em;	*/
	margin-top:-0.75em;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.checkmark_list {
	list-style:none;
	list-style-image:url(../images/site/green_check.jpg);
}

.tableBorder {
	border:solid 1px #333;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #333;
	background-color: #333;
	border:0;
}

.input {
	border:solid 1px #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.button {
	color:#fff;
	border:solid 1px #333;
	font-size:10pt;
	background:#777;
}

.button2 {
	color:#fff;
	border:solid 1px #333;
	font-size:10pt;
	background:#900;
}

.largeBlackBold, a.largeBlackBold {
	font-size:11pt;
	line-height:1.2em;
	font-weight:bold;
	color:#111;
}

.triangleList {
	list-style-image:url(../images/site/trianlge_bullet.jpg);	
    margin-left:1.5em;	
	padding-left:0;
}
.triangleList li li {
	list-style-image:none;
	list-style:disc;
}

.required {
	color:#900;
	font-weight:bold;
}
.error {
	color:#c20;
	font-weight:bold;
}

.red_text, a.red_text {
	color:#900;
}


/* ------------- enewsletter ------------------ */
.redType h1 {
	color:#900;
}

.redType h2 {
	color:#900;
}

.redType h3 {
	color:#900;
}

.redType a:link, .redType a:visited {
	color:#900;
}

.marginRight {
	margin-right:10px;
}

.marginLeft {
	margin-left:10px;
}

.indented_left {
	padding-left:1em;
}

.yellowtext{
	background-color: #FFFF00;
	font-weight: bold;
}
