/*
Title:          Adair Digital Printing Services
Created:    	4 June 2007
Last Updated:   13 June 2007
/* main colors: #082353 - dark blue
                #9ac497 - green background
				#cf5a02 - orange
				*/       

body 	{
	background-color: #9ac497; 
	color: #000000;
	font: small/130% arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img { 
	border: none;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	color: #223a65;
	text-decoration: none;
}
#wrap {
	background-color: #ffffff;
	border: 1px solid #223a65;
	margin: 0 auto;
	text-align: left;
	width: 925px;
}

/*= top */
#top {
	height: 105px;
	width: 100%;
	border-bottom: 1px solid #223a65;
}
#logo {
	float: left;
	height: 102px;	
	padding-left: 20px;
	width: 95px;
}
#header-wrap {
	float: right;	
	height: 105px;	
	width: 800px;
}
#header_top { 
	float: right; 
	height: 65px;	
	width: 100%; 
}
#tagline {
	float: left;
	padding-top: 40px;
}
#header-top ul {
	list-style: none;
	padding: 10px;
	text-align: right;
}
#header-top li {
	display: inline;
}
#header-top ul a {
	border-right: 1px solid #082353;
	line-height: 1.4em;	
	padding: 0 4px 0 0;
	text-decoration: none;
}
#header-top a:hover {
	color: #cf5a02;
	text-decoration: none;
}
#header-top ul .last a{
	border-right: none;
}
#header-top p {
	font-size: 105%;
	margin: 0 20px 0 40px;
	padding: 0;
	float: right;
	text-align: right;
}
#header-top p a {
	background: url(../images/upload-arrow.gif) no-repeat left bottom;
	padding: 10px 0 10px 30px;
	text-decoration: none;
}
#header-top p a:hover { 
	color: #223a65; 
	text-decoration: underline;
}
#header-bottom {
	clear: both;
	width: 100%;
}
#dept {
	float: left;
	padding-top: 10px;
	vertical-align: bottom;
	width: 50px;
}
ul#nav {
	background-color: #0075BF;
	border-left: 1px solid #223a65; 
	border-top: 1px solid #223a65; 
	color: #ffffff;	
	float: right;
	list-style-type: none;
	/* margin: 8px 0 0 0;*/
	margin: 20px 0 0 0;
	padding: 0;
	width: 695px;
}
ul#nav li { 
	display: inline;
	float: left;
	width: 139px;
	font: 14px/100% arial, helvetica, sans-serif;
}
ul#nav li a {
	background-color: #0075BF;
	color: #ffffff;
	display: block;
	padding: 4px 0 4px 30px;
	text-decoration: none;
}
ul#nav li a:hover {
	background: #cf5a02 url(../images/nav-arrow.gif) no-repeat 10% center;
	color: #fff;
}
ul#nav li#current a {
	background: #cf5a02 url(../images/nav-arrow.gif) no-repeat 10% center;
	color: #ffffff;
}

/* content */
/* content containers */
#wrap-inner { /* used to hold main content */
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: #ffffff url(../images/bg-inner.gif) repeat-y;
}
#main-right { /* used for center content and sidebar2 */
	float: right;
	width: 675px;
}
#sidebar1 { /* left sidebar */
	float: left;
	padding: 0;
	width: 230px; 
}
#sidebar2 { /* right sidebar */
	background-color: #EAF2BC;
	float: right;
	width: 229px; 
}
#content-left { /* home page */
	float: left;
	width: 695px;
}
#content-center { /* three column layout */
	float: left;
	width: 425px; 
}
#content-right {
	float: right;
	width: 675px;
	background: #ffffff;
}
#testimonial, #quote {
	border-bottom: 1px dotted #000000;	
	float: left;
	height: auto;
	padding-bottom: 10px;
	width: 100%;
}
#testimonial {
	background: url(../images/backquote.gif) no-repeat 5% 30%;
}
#demo {
	clear: both;
	float: left;
	width: 230px;
	padding-top: 10px;
}
#home-content {
	color: #000000;
	float: right;
	width: 445px;
}

/*= content styling */
#challenge1,
#challenge2,
#challenge3 {
	float: left;
	width: 231px;
	position: relative;
}
#challenge1 {
	background: url(../images/challenge1.jpg) no-repeat;
	border-right: 1px solid #082353; 
	width: 229px;
	height: 223px;
}
#challenge2 {
	background: url(../images/challenge2.jpg) no-repeat;
	border-right: 1px solid #223a65;
	width: 231px;
	height: 223px;
}
#challenge3 {
	background: url(../images/challenge3.jpg) no-repeat;
	width: 232px;
	height: 223px;
	float: left;
}
.solution {
	padding: 0;
	position: absolute;
	top: 60px;
	right: 0px;
	float: right;
	text-align: right;
}
.solution a {
	background: url(../images/solution.gif) no-repeat left bottom;
	color: #cf5a02;
	padding: 10px 0 0 20px;
	text-align: right;
	text-decoration: underline;
}
.solution a:hover {
	color: #082353;
}
#demo p{
	text-transform: uppercase;
	padding-right: 10px;
}
#demo a:hover{
	text-decoration: underline;
}
#sidebar1 ul { /* local navigation */
	padding: 0 10px 0 20px;
	list-style: none;
	margin-bottom: 20px;
}
#sidebar1 li {
	margin: 1em 0;
	padding: 0 20px;
}
#sidebar1 li a {
	color: #000000;
	text-decoration: none;
}
#sidebar1 li#selected {
	background: url(../images/local-nav-arrow.gif) no-repeat left center;	
	color: #cf5a02;
	padding-left: 20px;
}
#sidebar1 a:hover {
	border-bottom: 1px dotted #cf5a02;	
	color: #cf5a02;
}
#sidebar1 li#selected a:hover {
	border-bottom: none;
	color: #000000l
	cursor: default;
}
#content-left p {
	font-size: 1em;
}
#home-content p  {
	padding-right: 10px;
}
#content-center ul,
#content-right ul,
#home-content ul {
	padding-left: 10px;
	margin-left: 20px;
}
#content-center li{
	margin-bottom:7px; 
	line-height:1.2em;
}
#content-right ul,
#content-right p {
	margin-right: 75px;
}
#challenge1 p,
#challenge2 p,
#challenge3 p {
	margin-top: 0;
	padding: 0 10px 0 10px;
}
#sidebar2 ul, 
#sidebar2 p {
	font-size: .9em;
	color: #082353;
	padding: 0 8px;
	vertical-align: top;
}
#sidebar2 ul {
	list-style: none;
	margin-bottom: 20px;
	padding-top: 5px;
}
#sidebar2 p {
	margin-top: 5px;
}
#sidebar2 li a {
	text-decoration: none;
}
#sidebar2 li a:hover {
	text-decoration: underline;
}

/*= headings */
h1,
h2,
h3 {
	color: #cf5a02;
}
#sidebar1 h2 {
	font-size: 1.5em;
	margin-top: 7px;
	padding-left: 20px;
}
#content-center h1,
#content-right h1,
#content-left h1,
#home-content h1{
	font-size: 1.35em;
	margin-top: 5px;
}
#content-center h2,
#content-right h2,
#content-left h2,
#home-content h2 {
	color: #000000;
	font-size: 1.1em;
	margin-bottom: .5em 0 -1em 0;
}
#content-left #challenge1 h2,
#content-left #challenge2 h2,
#content-left #challenge3 h2  {
	margin: 2px 0 0 0px;
	color: #cf5a02;
	padding: 0 8px;
}
#content-center h3,
#content-right h3,
#content-left h3,
#home-content h3 {
	color: #000000;
	font-size: 1em;
	margin-bottom: -1em;
}

#sidebar2 h2 {
	font-size: 1.1em;
	margin-top: 5px;
	padding: 0 8px 0 0;
	vertical-align: top;
	width: 92px;
}
#sidebar2 h2.newsletter{
	background: url(../images/upload-arrow.gif) no-repeat left bottom;
	padding-left: 30px;
	margin-left: 8px;
	clear: both;
}

#sidebar2 a.newsletter{
	color: #cf5a02;
}
#sidebar2 a:hover {
	color: #cf5a02;
	text-decoration: underline;
}

/*= footer */
#footer {
	background: #ffffff;
	border-top: 1px solid #223a65;
	clear: both;
	padding: 5px 0;
	text-align: center;
}
#footer ul {
	list-style: none;
	margin: 0 0 1em 0;
}
#footer ul li {
	display: inline;
}
#footer ul a {
	border-right: 1px solid #082353;
	line-height: 1.1;	
	padding: 0 8px;
	text-decoration: none;
}
#footer ul a:hover {
	text-decoration: underline;
}
#footer ul .last a {
	border-right: none;
}
#footer p {
	font-size: .9em;
	margin: -1px 0 0 0;	
	padding: 0;
}

/*= form */


/*= miscellaneous */
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.alignright {
	text-align: right;
	margin-top: -1.5em;
	padding-right: 8px;
}
.quoteMargin{margin-left:75px;}
.noleft {
	padding-left: 0;
}
.tightLead{line-height:1.0em}
.largeFont{font-size:1.75em;}
input,select{border:1px solid #082353; background: #fff;}
p.newsForm{margin-left:30px;}
.error {
	color: #ff0000;
}