* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
ul {
	margin: 0 20px 12px 20px;
	list-style-image:url(images/webdesign/checklist-bg.gif);
}

#main_column_text ul {
	margin-left: 50px;
}
#main_column_text p {
	padding-bottom:10px;
}
.clearboth {
	clear: both;
}

/* header text */
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #3066A4;  /* clarity tech blue */
	background-color: transparent;
	margin: 0;
}
h1 { 
	font-size: 175%;
	font-weight:normal;
	padding-bottom:28px;
}
h2 {
	font-size: 150%;
	font-weight:normal;
	line-height:115%;
	padding-bottom:8px;
}
#services h2 {
	font-size: 125%;
	color:#333333;
	padding-bottom:4px;
	padding-top:20px;
}
h3 { 
	font-size: 110%;
	font-weight:bold;
	color: #404040;
	padding-bottom:8px;	
}
h4 {  /* dk gray */
	font-size: 120%;	
	font-weight: normal;	
	color:#333333;
}
h5 { 
	font-size: 120%;	
	font-weight: normal;	
}
h6 { 
	font-size: 100%;	
	font-weight: normal;	
}

/* images */
img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin: 8px 15px 8px 0px; /* top right bottom left */
}
.imgright {
  float: right;
	margin: 8px 0px 8px 15px; /* top right bottom left */
}

blockquote {
	background: #e4e4e4 url(images/webdesign/quoleft.png) no-repeat 10px 10px;
	padding: 10px;
	border: 1px solid #ccc;
	font-style: italic;
}
blockquote div {
	padding: 0 48px;
	background: transparent url(images/webdesign/quoright.png) right bottom no-repeat;
}

/* links */
a:link {
	color: #295B90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #295B90;
}
a:hover {
	text-decoration: underline;
	color: #295B90;
	background-color: transparent;
	border-bottom: none;
}
a:active {
	text-decoration: none;
}

/* turn dotted underline on with this class */
.dotted_link {
	border-bottom:#666666 1px dotted;
}

/* footer links */
.footer_links {
	font-size: 11px;
	line-height:18px;
	color:#FFFFFF;
	text-align:center;
}
.footer_links a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer_links a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}
.footer_links a:active {
	text-decoration: none;
}

/* vweb link */
.vweb a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.vweb a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.vweb a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: transparent;
}
.vweb a:active {
	text-decoration: none;
}