* { 
	margin: 0; 
	padding: 0; 
}
body { 
	background: #fff url(images/body_bg.gif) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
}

/* WRAP ***********************************************************/
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 920px;
	background: #fff;
}
/* HEADER *********************************************************/

#header {
	float: left;
	margin: 0;
	padding: 0;
	width: 920px;
	height: 90px;
	background: url(images/body_bg.gif) repeat-x top left;
}
#header .logo {
	float: left;
	position: relative;
	margin: 20px 0 0 15px;
	padding: 0;
	border: 0;
}
/* Safari NAV Styles */
#header .nav {
	float: right;
	position: relative;
	top: 58px;
	line-height: 1em;
	padding: 0;
}
/* Overiding previous NAV styles - For all browsers other than Safari */
html:lang(en)>body #header .nav {
	float: right;
	position: relative;
	top: 57px;
	line-height: 1em;
	padding: 0;
}
#header ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: .7em;
	background: #000;
}
#header ul li{
	float: left;
}
#header ul a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 1.2em;
	background: url(images/divider.gif) repeat-y left top;
	text-decoration: none;
	color: #CCC;
}
#header ul .first a {
	background: none;
}
#header ul a:hover {
	color: #639;
}
#home #nav .home a,
#about #nav .about a,
#websites #nav .websites a,
#contentm #nav .contentm a,
#emailm #nav .emailm a,
#printp #nav .printp a,
#designs #nav .designs a {
	background-position: left top;
	color: #990000;
	cursor: default;
}
/* MAIN CONTENT LAYOUT ********************************************/
#content {
	float: left;
	margin: 35px 0 0 0;
	padding: 0 15px;
	width: 890px;
	font-size: .9em;
}
#primary {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	width: 500px;
}
#primary img {
	border: none;
	float: right;
	padding-left: 5px;
}
#secondary {
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
	width: 350px;
}
#secondary img {
	border: none;
	float: right;
	padding-left: 5px;
}
#testimonials p{
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-family: "Lucida Sans", Verdana, Arial, Helvetica, Sans-serif;*/
	font-style: italic;/**/
	padding-bottom: 20px;
}
#testimonials img {
	border: none;
	float: right;
}
#email h5 {
	padding-top: 10px;
}

#associates {
	margin-top: 10px;
}
#feature h4 {
	padding-bottom: 15px;
}
#feature img {
	padding-bottom: 15px;
}
#web img {
	float: left;
	padding-bottom: 15px;
}
#web dt.img {
	float: right;
	margin-left: 1.0em;
	}
#web dl {
	line-height: 1.6em;
	font-size: 1em;
}
#print img {
	float: right;
	padding-left: 5px;
	padding-bottom: 15px;
}
#email img {
	float: right;
	padding-left: 5px;
	padding-bottom: 15px;
}
#email li.report{
	padding-left: 20px;
	line-height: 2em;
	background-image: url(images/report_go.png);
	background-repeat: no-repeat;
	background-position: 0 75%;
}
#email ul {
	padding-bottom: 15px;
}
p {
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 1.6em;
	font-size: .9em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 130%;
	color: #669933;
	padding-bottom: 15px;
}
h2 {
	font-weight: normal;
	color: #669933;
	font-size: 130%;
	padding-bottom: 15px;
	letter-spacing: .02em;
}
h3 {
	font-weight: normal;
	letter-spacing: .01em;
	color: #669933;
	font-size: 110%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
	margin-top: 10px;
}
h4 {
	font-weight: normal;
	color: #990000;
	font-size: 100%;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #990000;
	font-size: .9em;
}
h6 {
	font-size: .9em;
	color: #502a5d;
	padding-top: 10px;
}
a:link, a:visited {
	color: #669933;
	text-decoration: none;
	/*background: url(images/underline.gif) repeat-x left bottom;*/
}
a:hover, a:active {
	color: #660066;
	text-decoration: none;
	background: url(images/underline1.gif) repeat-x left bottom;
}
.external {
	background: url(images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}
a[href$=".pdf"] {
	background: url(images/pdfLink.gif) no-repeat right top;
	padding-right: 15px;
}

ul, ol, li {
	color: #666;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 95%;
	line-height: 1.6em;
}
ul li {
	padding-top: 15px;

}
dl {
	line-height: 1.6em;
	padding: 0;
	color: #666;
	font-size: .9em;
}
dl.vcard dt {
	float: left;
	color: #900;
	width: 5em;
	clear: left;
}
dl.assoc dt {
	float: left;
	color: #900;
	width: 10em;
	clear: left;
}
fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 1px solid #CCC;
}
legend {
	margin-left: 1em;
	color: #900;
	padding: 0;
	font-weight: normal;
	font-size: 95%;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
	font-size: 95%;
}
fieldset.submit {
	float: none;
	border: 0 none #FFF;
}
label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
}
label em {
	position: absolute;
	left: 10em;
	top: 0;
}
/* CLASSES ********************************************/
.quote {
	color: #669933;
	font-size: 80%;
	text-align: right;
	padding-top: 0px;
	margin-top: -15px;
}
.clear {
	clear: both;
}
.highlight {
	background: #CCCCCC !important;
	/*color: #FFF;*/
}
.small {
	color: #990000;
	font-weight: normal;
	font-size: 80%;
}
.last {
	padding-top: 15px;
}
.launch_date {
	color: #996600;
	font-size: .7em;
}
div.imagecaption {
	float: right;
	width: 120px;
	margin: 1em 1em .5em 1em;
	display: inline;
	padding: 10px 10px 70px 10px;
	color: #666;
	text-align: center;
	font-size: 10px;
	background-image:url(images/hdrbackground.gif);
	background-repeat: repeat-x;
}
div.imagecaption img {
border: 1px solid #693;
}
.line {
	clear: both;
	margin: 0;
	padding: 20px 0;
	background: url(images/horizontal_line.gif) repeat-x left;
	height: 1px;
}
/* FOOTER ***********************************************************/

#footer {
	clear: both;
	font-size: 95%;
	text-align: left;
	padding-top: 10px;
	color: #bab8b8;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #bab8b8;
}
#footer a:hover {
	color: #bab8b8;
	text-decoration: underline;
}
#footer a:visited {
	color: #bab8b8;
}
#footer a:active {
	color:#bab8b8;
}
#copyright {
	color: #bab8b8;
	padding-top: 15px;
	font-size: 80%;
}
#copyright img{
	border: none;
	padding-top: 10px;
}
div.thumblitebox
{	width: 105px;
	float: left;
	margin: 0 10px 10px 0;
}
div.thumblitebox a:hover {
	color:#FFF;
}
div.thumblitebox a:link {
	color:#FFF;
}
div.thumblitebox img {
	border: none;
}