body {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
}

body, td, p, b, i, li, select, a, h1 {
	font-family: arial, verdana, helvetica, geneva, swiss, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

body, td, p, b, i, li, select {
	color: #333;
}
	
a, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #C60;
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

span.newsdate {
	font-family: georgia, 'times new roman';
	font-size: 11px;
	color: #333;
	line-height: 2.5em;
	text-transform: uppercase;
}
div#centercolumn p a.newslink {
	font-family: arial, verdana, helvetica, geneva, swiss, sans-serif;
	font-size: 14px;
	color: #2259A0;
	display: block;
	margin-bottom: 5px;
	line-height: 1.4em;
	text-transform: uppercase;
}

div#centercolumn span.news {
	font-family: arial, verdana, helvetica, geneva, swiss, sans-serif;
	font-size: 14px;
	color: #333;
	display: block;
	margin-bottom: 5px;
	line-height: 1.4em;
	text-transform: uppercase;
}

div#main {	
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
div#pagehead {
	background-image: url('../img/inkwell_watermark.gif');
	background-repeat: no-repeat;
	background-position: 640px bottom;
}


/*  ---  UNAV  ---  */
div#unav {
	background-image: url('../img/bar_bkgd.gif');
	background-repeat: repeat-x;
	border: 1px #D6D6D6 solid;
	text-align: center;
	height: 36px;
}
div#unav a {
	text-transform: uppercase;
	font-size: 15px;
	padding: 5px 10px;
	margin: 10px; 
	line-height: 34px;
}
div#unav a:link, div#unav a:active, div#unav a:visited {
	color: #c60;
}
div#unav a:hover, div#unav a.unavon {
	color: #333;
	border-bottom: 5px #c60 solid;
}
span.unavdiv {
	background-image: url('../img/unav_div.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
	padding-top: 12px;
	padding-bottom: 20px;
}
/*  ---  END UNAV  ---  */


/* --  LNAV  -- */
div#lnav {
	line-height: 2em;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 15px;
}
div#lnav a, div#lnav a:link, div#lnav a:active, div#lnav a:visited {
	font-weight: bold;
	text-transform: none;
	font-size: 12px;
}
span.lnavon {
	color: #666;
	text-transform: uppercase;
}
span.lnavup {
	text-transform: uppercase;
}
div.tnavblock {
	padding-left: 17px;
	border-bottom: 1px #ccc dotted;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
div.qnavblock {
	padding-left: 15px;
	font-weight: normal;
}
span.tnav,
span.qnav {
	font-weight: normal;
}
span.tnavon,
span.qnavon {
	color: #666;
	font-weight: bold;
}
span.tnavup,
span.qnavup {
	font-weight: bold;
}
/*  ---  END LNAV  ---  */



/*  ---  CORNERS  ---  */
div.tl, div.tr, div.bl, div.br {
	width: 3px;
	height: 3px;
}
div.tl {
	background-image: url('../img/corner_tl.gif');
	background-repeat: no-repeat;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
}
div.tr {
	background: url('../img/corner_tr.gif');
	background-repeat: no-repeat;
	float: right;
	margin-right: -1px;
	margin-top: -1px;
}
div.bl {
	background: url('../img/corner_bl.gif');
	background-repeat: no-repeat;
	float: left;
	margin-left: -1px;
	margin-top: -2px;
	clear: both;
}
div.br {
	background: url('../img/corner_br.gif');
	background-repeat: no-repeat;
	float: right;
	margin-right: -1px;
	margin-top: -2px;
}
/*  ---  END CORNERS  ---  */



/*  ---  BOXES  ---  */
div.featurebox {
	background-image: url('../img/box_bkgd.gif');
	background-repeat: repeat-x;
	background-position: top;
	border: 1px #D6D6D6 solid;
	margin-bottom: 5px;
}
div.featureholder > h1:first-child {
	clear: both;
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	line-height: 34px;
	margin-top: 0px;
	padding-top: 0px;
}
div.featurebox div.featureholder {
	margin-left: 10px;
	margin-right: 6px;
}
div.centercolumncontent {
	margin-left: 5px;
	margin-right: 20px;
}

div#leftcolumn {
	float: left;
	text-align: left;
	width: 210px;
	margin-right: 5px;
	padding: 0px;
}
div#homecontent div#leftcolumn a, div#homecontent div#leftcolumn a:link, 
div#homecontent div#leftcolumn a:visited, div#homecontent div#leftcolumn a:active {
	text-transform: uppercase;
	font-size: 14px;
	color: #C60;
}
div#leftcolumn a:hover {
	color: #666;
}
div#leftcolumn td, div#leftcolumn p, div#leftcolumn b, div#leftcolumn i, div#leftcolumn li {
	font-family: georgia, 'times new roman';
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
}

div#centercolumn {
	width: 456px;
	float: left;
}
div#centercolumn a, div#centercolumn a:link, div#centercolumn a:visited, div#centercolumn a:active {
	color: #2259A0;
	font-family: georgia, 'times new roman';
	font-size: 14px;
	line-height: 1.4em;
}
div#centercolumn td, div#centercolumn p, div#centercolumn p, div#centercolumn i, div#centercolumn li  {
	color: #333;
	font-family: georgia, 'times new roman';
	font-size: 14px;
	line-height: 1.4em;
}

div#internalcontent div#centercolumn {
	width: 683px;
	float: left;
}

div#rightcolumn {
	float: right;
	width: 224px;
	margin-left: 5px;
}
/*  ---  END BOXES  ---  */



div#bluebar {
	background-color: #22599F;
	height: 12px;
	margin-top: 8px;
	margin-bottom: 14px;
}

.quotetext {
	font-family: georgia, 'times new roman';
	font-style: italic;
	color: #666;
	font-size: 12px;
	line-height: 1.4em;
}
a span.quotetext {
	color: #c60;
}

.quotee {
	font-family: georgia, 'times new roman';
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
}
div#centercolumn table#whowerep a {
	font-family: arial, verdana, helvetica, geneva, swiss, sans-serif;
	font-size: 12px;
	display: block;
	margin-bottom: 9px;
	line-height: 1em;
}

.blueheader {
	font-family: arial, verdana, helvetica, geneva, swiss, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #2259A0;
	font-weight: bold;
	line-height: 34px;
	margin-top: 0px;
	padding-top: 0px;
}

.arrowlink {
	font-family: arial, verdana, helvetica, geneva, swiss, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #2259A0;
	font-weight: normal;
	line-height: 34px;
	margin-top: 0px;
	padding-top: 0px;
}

div.clientlogo {
	float: left;
	width: 300px;
	text-align: center;
	padding-bottom: 10px;
}
div.clienttext {
	float: left;
	width: 320px; 
	margin-left: 15px;
	font-family: georgia, "times new roman", palatino, serif;
	font-size: 13px;
	color: #333;
	padding-bottom: 10px;
}
a.facebook-sm {
	line-height: 17px;
	padding-left: 24px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../img/icon_facebook_sm.gif');
}
a.myspace-sm {
	line-height: 17px;
	padding-left: 24px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../img/icon_myspace_sm.gif');
}

a.twitter-sm {
	line-height: 17px;
	padding-left: 24px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../img/icon_twitter_sm.gif');
}

/*--  HOME PAGE SPECIFIC  --*/
span.blogdate {
	font-family: georgia, 'times new roman';
	font-size: 11px;
	color: #333;
	line-height: 2.5em;
	text-transform: uppercase;
}
a.bloglink {
	font-size: 14px;
	color: #2259A0;
	line-height: 1.4em;
	text-transform: uppercase;
}
a.facebook, a.myspace, a.twitter, a.request, a.linkedin {
	display: block;
	font-size: 14px;
	color: #2259A0;
	line-height: 34px;
	text-transform: uppercase;
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 8px;
}
a.facebook {
	background-image: url('../img/icon_facebook_lg.gif');
}
a.myspace {
	background-image: url('../img/icon_myspace_lg.gif');
}
a.twitter {
	background-image: url('../img/icon_twitter_lg.gif');
}
a.linkedin {
	background-image: url('../img/icon_linkedin.gif');
}

a.request {
	background-image: url('../img/icon_more_info_lg.gif');
}
/*--  END HOME PAGE SPECIFIC  --*/


p.addressfooter, p.copyright {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 1.4em;
	font-family: georgia, 'times new roman';
	font-size: 10.5px;
}
p.addressfooter {
	float: right;
	text-align: right;
	color: #666;
}
p.addressfooter a {
	font-family: georgia, 'times new roman';
	font-size: 10.5px;
	color: #2259A0;
}
p.copyright {
	float: left;
	color: #999;
}

div#centercolumn .small { font-size: 10px; }
div#centercolumn .smaller { font-size: 11px; }
.smallsmall {
	font-size: 9px;
}
.clearboth {
	clear: both;
}


ul {
	margin-left: 4px;
	padding-left: 1.5em;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-image: url('../img/bullet.gif');
}

input.boxed, textarea.boxed {
	border: 1px solid #ccc;
	color: #666;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	width: 160px;
	padding: 4px;
}
input.marginbottom {
	margin-bottom: 8px;
}
.formtable td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.addressfield {
	height: 3em; 
}
.needsfield {
	height: 6em; 
}

/* BLOG STYLES */
div.blogsidebar a {
	color: #2259A0;
}

.blogOdd,
.blogEven {
	padding: 5px;
}
.blogOdd {
	background-color: #fff;
}
.blogEven {
	background-color: #f5f5f5;
}
div.sidebar a {
	background-image: url('/img/arrows.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	display: block;
	clear: both;

}
hr {
	border-top: 0;
	color: #fff;
	border-bottom: 1px dotted #D6D6D6;
	height: 1px;

	clear: both;
	margin: 20px 20px 20px 10px;

/*
	clear: both;
	background-image: url('../img/horiz_div.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 0;
	margin: 20px 20px 20px 10px;
*/
}


/*

INTERAL PAGES:
Lnav/Tert = Arial Bold, 12px, #C60
Lnav/Tert On-State = Arial Bold All Caps, 12px, #666

Lnav/Quat = Arial, 12px, #C60
Lnav/Quat On-State = Arial Bold, 12px, #666
(*Note - parent page stays in all caps)

Lnav/Quin = Arial, 12px, #C60
Lnav/Quin On-State = Arial Bold, 12px, #666
(*Note - parent page stays in all caps, parent sub-page is mixed case
but still bolded)

Content = Georgia, 14px, #666
Link Color =  #2259A0

SPECIAL TEXT CLASSES:
Headers = Arial All Caps, 14px, #333 (ex. all subheads and headers in
the gray boxes)
Blue Links = Arial All Caps, 14px, #2259A0 (ex. home page right column
blog links)
Dateline = Georgia All Caps, 11px, #666 (ex. home page right column dates)
Gray Caps = Arial All Caps, 14px, #666 (ex. home page middle column news bits)
Testimonials/What People Say = Georgia, 12px, #666
Client links = Arial 12px, #2259A0

*/