/* HTML Styles */



body {

	font: 75%/1.5em Verdana, Arial, Helvetica, sans-serif;

	color: #555;

	background: #3c0c94 url(../images/body_bg.jpg) repeat-x left top;

	margin: 0;

	padding: 0;

}

a:link {

	text-decoration: none;

	color: #3c0c94;

}

a:visited {

	text-decoration: none;

	color: #5728ad;

}

a:hover {

	text-decoration: underline;

	color: #7a4ccf;

}

a:active {

	text-decoration: none;

	color: #999;

}

h1 {

	font-size: 200%;

	line-height: 1.1em;

	color: #3c0c94;

	margin: 0;

}

h2 {

	font-size: 130%;

	color: #3c0c94;

}

h3 {

	font-size: 110%;

	color: #3c0c94;

}

h4 {

	font-size: 100%;

}

img {

	border: none;

}

hr {

	color: #d4d4d4;

	background: #d4d4d4;

	height: 1px;

	padding: 0;

	border: none;

}

table {

	border: solid 1px #d4d4d4;

	border-collapse: collapse;

}

caption, th, td {

	line-height: 1.3em;

	text-align: left;

	vertical-align: top;

	margin: 0;

	padding: 5px;

	border: solid 1px #d4d4d4;

}

th {

	font-weight: bold;

	color: #fff;

	background: #9d86c5;

}

caption, thead th {

	font-weight: bold;

	color: #fff;

	background: #3c0c94;

}

caption {

	font-size: 110%;

}

tfoot {

	font-size: 84%;

	background: #e5e5e5;

}



/* Main Container */



#container {

	background: url(../images/container_bg.jpg) no-repeat right top;

	width: 100%;

	min-width: 980px;

	float: left;

}

.clear {

	clear: both;

}



/* Header and Nav */



#header {

	color: #fff;

	background: url(../images/header_bg.jpg) no-repeat left top;

	height: 98px;

	width: 100%;

	float: left;

}

#header p, #nav ul {

	margin: 0;

}

#logo, #logo a {

	height: 62px;

	width: 335px;

	float: left;

}

#logo {

	background: url(../images/header_logo.jpg) no-repeat left top;

}

#logo a {

	text-indent: -9999px;

}

#tagline {

	background: url(../images/tagline_bg.png) no-repeat right top;

	height: 62px;

	width: 360px;

	float: right;

}

#tagline p {

	display: none;

}

#nav {

	width: 100%;

	float: left;

	clear: both;

	position: relative;

	z-index: 200;

}

#nav ul {

	float: left;

	padding: 0;

}

#nav ul li {

	font-size: 92%;

	line-height: 36px;

	background: url(../images/nav_divider.png) no-repeat right bottom;

	height: 36px;

	float: left;

	padding-right: 1px;

	list-style: none;

	position: relative;

}

#nav ul li a {

	padding: 0 8px;

}

#nav ul li ul {

	background: #3c0c94 url(../images/subnav_bg.jpg) repeat-x left top;

	display: none;

	width: 170px;

	position: absolute;

	top: 36px;

	left: 0;

	z-index: 3000;

}

#nav ul li ul.navlearn, #nav ul li ul.navlearn li {

	width: 340px;

}

#nav ul li ul.navlearn li a {

	width: 320px;

}

#nav ul li:hover ul {

	display: block;

}

#nav ul li ul li {

	font-size: 100%;

	line-height: 2.2em;

	font-weight: normal;

	background: none;

	height: 2.2em;

	width: 170px;

	padding: 0;

	border: none;

}

#nav ul li ul li a {

	width: 150px;

	padding: 0 10px;

}

#nav a:link, #nav a:visited, #nav a:hover {

	text-decoration: none;

	color: #fff;

	display: block;

}

#nav a:hover {

	background: #875bd9;

}

.navarrow {

	background: url(../images/nav_arrow.png) no-repeat center top;

	height: 4px;

	width: 7px;

	position: absolute;

	top: 36px;

	left: 14px;

}



/* Footer */



#footer {

	font-size: 75%;

	line-height: 1.2em;

	color: #fff;

	width: 100%;

	float: left;

	clear: both;

}

#footer p, #footer dl, #footer dt, #footer dd {

	margin: 0;

}

#footer a {

	color: #9d86c5;

}

#footer a:hover {

	color: #fff;

}

#copyright, #bi {

	padding: 15px 10px;

}

#copyright {

	float: left;

}

#bi {

	float: right;

}

#bi dt, #bi dd {

	float: left;

}

#bi dt {

	background: url(../images/footer_bi_logo.png) no-repeat left center;

	width: 165px;

	padding: 10px 10px 10px 28px;

}

#bi dd {

	height: 50px;
	
	width: 130px;

	padding: 10px;

	border-left: solid 1px #9985c1;

}



/* Front */



#front {
/* removed for seo chgs MAD 3:54 PM October 23, 2009
	background: #fff url(../images/front_bg.png) repeat-x left top;
*/
	width: 100%;

	min-height: 510px;

	float: left;

	clear: both;

	position: relative;

}

#front p, #front blockquote {

	margin: 0;

}

#frontportfolio {

	height: 485px;

	width: 465px;

	float: right;

	position: relative;

	top: 0;

	right: 0;

	overflow: hidden;

}

#frontportfolio img {

	display: none;

	position: absolute;

	top: 24px;

}

#intro {

	padding: 15px 485px 15px 15px;

}
/* removed for seo chgs MAD 3:54 PM October 23, 2009
#intro h1 {

	font-size: 100%;

	background: url(../images/front_title.png) no-repeat left top;

	text-indent: -9999px;

	height: 70px;

	width: 445px;

}
*/
#introtext {

	/* height: 150px; */

	padding: 15px 0 0 0;

}

#quote {

	font-size: 92%;

	line-height: 1.4em;
	
	color: #3c0c94;

}

#quote h2 {

	font-size: 109%;

	margin: 0;

	padding: 5px 0 5px 22px;

}

#quote blockquote {

	background: url(../images/front_quote_left.png) no-repeat left top;

	margin-top: 15px;

	padding: 0 0 0 22px;

}

#quote blockquote p {

	background: url(../images/front_quote_right.png) no-repeat right top;

	margin-bottom: 1em;

	padding-right: 22px;

}

#quote cite {

	font-size: 82%;

	line-height: 1.2em;

	font-style: normal;

}

#quote img {

	float: left;

	margin-right: 5px;

}



/* Content */



#content {

	background: #fff;

	width: 100%;

	float: left;

	position: relative;

	z-index: 1;

}

#side {

	color: #fff;

	background: url(../images/side_bg.jpg) repeat-x left top;

	width: 20%;

	min-height: 200px;

	float: left;

	padding: 15px 0;

}

#side + #content {

	width: 80%;

}

#side a, #side a:visited {

	color: #fff;

}

#sidenav {

	padding: 0 15px;

}

#sidenav dl, #sidenav dt, #sidenav dd {

	width: 100%;

	float: left;

	margin: 0;

	padding: 0;

}

#sidenav dt {

	font-size: 136%;

	line-height: 1.2em;

	font-weight: normal;

	border-bottom: dotted 1px #fff;

}

#sidenav dd {

	line-height: 1.2em;

}

#sidenav a {

	display: block;

	width: 100%;

	padding: 5px 0;

}

#sidenav a:hover {

	text-decoration: none;

	color: #fff;

	background: #875bd9;

}

#sidenav a.on {

	font-weight: bold;

	color: #9d86c5;

}

#sidenav a.on:hover {

	color: #fff;

}

.sidephoto {

	padding: 10px 0;

}

#bodytext {

	padding: 10px 20px 20px 20px;

}

#title {

	padding-bottom: 10px;

	margin-bottom: 20px;

	border-bottom: dotted 1px #999;

}

.section {

	font-size: 75%;

	line-height: 1.1em;

	font-weight: normal;

	color: #9d86c5;

}

.photo {

	float: right;

	clear: right;

	padding: .5em 0 20px 20px;

}

.staffphoto {

	float: left;

	clear: left;

	padding: .5em 20px 20px 0;

}

a.button, a.button:visited, a.button:hover {

	font-size: 110%;

	font-weight: bold;

	color: #fff;

	background: url(../images/button_bg.png) repeat-x left center;

	display: block;

	text-align: center;

	width: 150px;

	padding: 5px 10px;

	border: solid 1px #d4d4d4;

}

.splashnav {

	font-size: 110%;

	font-weight: bold;

}

.splashnav li {

	padding: .5em 0;

}

.portfoliothumb {

	float: left;

	margin: 0 10px 10px 0;

	border: solid 1px #d4d4d4;

}

.portfoliothumb a {

	display: block;

	text-align: center;

	padding: 10px;

}

.portfoliothumb a:hover {

	text-decoration: none;

	background: #eee;

}

.portfoliologo {

	min-height: 140px;

	float: left;

	padding: 20px;

}

.portfoliobrochure, .portfoliocard {

	padding: 20px 0;

	border-bottom: solid 1px #d4d4d4;

}

.portfoliovideo {

	text-align: center;

	float: left;

	padding: 20px;

}

.printingprices {

	width: 60%;

	float: right;

}

/* design sale  AAM 8/20/08 */

.dsgnsale {
	
	font-size: 85%;
	
	color: #000000;
	
	float: left;
	text-indent: 5px;
}

.dsgnsale img {
	
	width: 125px;
	
	margin: 1px 5px 10px 5px;

	border: 1px solid #000000;

}

.row {

    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
	width: 750px;
	
}
.leftPair {
	margin-left: 50px;

	padding: 0 10px 0 10px;
	
	float:left;

}
.rightPair {
	
	padding: 0 10px 0 10px;
	border-left: solid 1px #ccc;
	
	float:left;

}



.highlight
{
font: Verdana, Arial, Helvetica, sans-serif;

font-size: 19px;
background-color: transparent;
text-align: left;
color: #3c0c94;
font-weight: bold;

}
