/* This is the default style sheet used by all Dawson Consulting Group pages */

body { background-color: #ffffff }

/* Links */

A:link    { color: #000000; font-weight: normal }
A:active  { color: #990033; font-weight: bold }
A:visited { color: #666666; font-weight: normal }

A.navbar:link    { color: #000000; font-weight: bold }
A.navbar:visited { color: #666666; font-weight: bold }

A.subhead:link    { color: #990033; }
A.subhead:visited { color: #990033; }

a.imglink:link{color:#FFFFFF;}
a.imglink:visited{color:#FFFFFF;}
a.imglink:active{color:#FFFFFF;}

/* Text */

* { font-size: 100%; } 

body { background-color: #FFFFFF }
body, table { color: #000066; font-family: Arial, Helvetica, sans-serif; font-size: 12px }
p, ul, ol, th, td {color: #000066; font-family: Arial, Helvetica, sans-serif; font-size: 12px }


H1 { font-family: serif }
H1 { font-size: 20px; color: #000066 }
H1 { font-weight: bold }


H2, H3, H4, H5, H6 { font-family: Arial, Helvetica, sans-serif }
H2 { font-size: 20px; color: #000099; font-weight: bold }
H3 { font-size: 20px; color: #990033; font-weight: bold }
H4 { font-size: 12px; color: #000099; font-weight: normal }
H5 { font-size: 12px;  color: #990033; font-weight: normal }
H6 { font-size: 9px; color: #000099; font-weight: normal }

/* text classes */

.heading1 {color: #000099; font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold }
.heading1red {color: #990033; font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold }
.heading2 {color: #990033; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; font-style: italic } 
.heading3 {color: #000099; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; font-style: italic }
.boxtitle {color: #000099; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; font-style: italic;}
.subhead {color: #990033; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold } 	
.navbar {color: #3333CC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold }
.contrasttext1 {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold } 	
.contrasttext2 {color: #990033; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold } 	
.copyright {color: #3333CC; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; font-style: italic }
.underline {text-decoration:underline;}
.resumehead { text-decoration: underline; font-weight: bold; text-align: center }
.resumecenter { text-align: center }
.spacer { height: 2em }

.titlebox {
	vertical-align: middle;
	height: 50px;
 	background: #CCE0FF;
 	margin: 0px; 
 	}
 	
 .colorbox { background: #CCE0FF; }
 
 .rightjustify { float: right; }
 
 /* unordered list with diamonds */
#diamond_link li {
  font-size:larger;
  padding-top: 20px;
  list-style: none;
	font-weight:600;
}
