/*  
Originally created by Juxtaprose, (c) copyright 2010
http://juxtaprose.com/
*/

body {
	margin: 0;
	background: #fff; 
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url("../images/bg.gif");	
	color: #3c3c3c;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 75%;
	text-align: center;	
}

body.home {
	background-image: url("../images/bg-home.gif");
}

#wrap {
	margin-bottom: 30px; 
	overflow: hidden;
}

/* masthead */
.masthead { height: 141px;  }

.masthead h1, .masthead h3 {
	margin: 0;
	padding: 27px 0 0 0;
}

.masthead h2, .masthead h4 {
	margin: 0 0 0 74px;
	padding: 0;
}

.masthead h1 span, .masthead h2 span, .masthead h3 span, .masthead h4 span {
	display: none;
}

/* primary navigation (nav1) */
#nav1 ul {
	position: relative;
	list-style: none;
	height: 32px;
	margin: 61px 0 0 19px;
	padding: 0;	
}

#nav1 li {
	position: absolute;
	top: 0;
	height: 32px;	
	margin: 0;
	padding: 0;	
}

#nav1 li a {
	display: block;	
	height: 24px;
	padding: 8px 0 0;
	color: #3c3c3c;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-right: 1px dotted #999;	
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;	
}

#nav1 span { display: none; }

#nav1_home {left: 5px;}

#nav1_home a {
	width: 58px;
	background-image: url("../images/nav1-home.gif");
	border-left: 1px dotted #999;
}

#nav1_about {left: 65px;}

#nav1_about a {
	width: 66px; 
	background-image: url("../images/nav1-about.gif");
}

#nav1_services {left: 132px;}

#nav1_services a {
	width: 85px; 
	background-image: url("../images/nav1-services.gif");
}

#nav1_clients {left: 218px;}

#nav1_clients a {
	width: 80px; 
	background-image: url("../images/nav1-clients.gif");
}

#nav1_news {left: 299px;}

#nav1_news a {
	width: 61px; 
	background-image: url("../images/nav1-news.gif");
}

#nav1_library {left: 361px;}

#nav1_library a {
	width: 77px; 
	background-image: url("../images/nav1-library.gif");
}

#nav1_contact {left: 439px;}

#nav1_contact a {
	width: 82px; 
	background-image: url("../images/nav1-contact.gif");
}

#nav1 a:hover {
	background-position: 0 -32px;
}

.home #nav1_home a, .about #nav1_about a,
.services #nav1_services a, .clients #nav1_clients a,
.news #nav1_news a, .library #nav1_library a,
.contact #nav1_contact a {
	background-position: 0 -64px;

}

/* home page welcome message */
.welcome { height: 159px; }

.welcome p {
	margin: 12px 0 0 0;
	color: #fff;
	font-size: 20px;	
	font-weight: normal;
	line-height: 1.6em;
	text-align: left;
}

.welcome a {
	display: inline-block;
	margin: 0 0 -10px 60px;
	height: 29px;
	width: 148px;
	background-image: url("../images/button-more-about-us.gif");
	background-position: 0 0;	
}

.welcome a:hover {
	background-position: 0 -29px;
}

.welcome a span {
	display: none;
}

/* tagline */
.tagline {
	height: 62px;
	background-repeat: no-repeat;
	background-position: 100% 100%;	
}

.home .tagline {
	height: 159px;
	background-image: url("../images/tagline-home.png");
	background-position: 0 0;	
}

.about .tagline {background-image: url("../images/tagline-about.png"); }
.services .tagline {background-image: url("../images/tagline-services.png"); }
.clients .tagline {background-image: url("../images/tagline-clients.png"); }
.news .tagline {background-image: url("../images/tagline-news.png"); }
.library .tagline {
	height: 74px;
	background-image: url("../images/tagline-library.png"); 
}
.contact .tagline {background-image: url("../images/tagline-contact.png"); }

/* main text link color */
.col a, #main a, .whatsnew a, #sidebar a {
	color: #dd6012;
}

.col a:hover, #main a:hover, 
.whatsnew a:hover, #sidebar a:hover {
	background: #dd6012;
	color: #fff;
}

/* home page columns */
.col {
	height: 180px;
	margin: 20px 0 40px 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: left;
}

#col1 { background-image: url("../images/shape-chevron-sm.gif"); }
#col2 { background-image: url("../images/shape-pie-sm.gif"); }
#col3 { background-image: url("../images/shape-x-sm.gif"); }

.col h3 {
	margin: 40px 0 0 0;
	font-size: 22px;	
	font-weight: bold;
	text-transform: lowercase;
}

.col h3 a {
	color: #3c3c3c;
	text-decoration: none;	
}

.col p {
	margin: 12px 0 0 0;
	font-size: 14px;
	line-height: 1.6em;
}

/* home page what's new */
.whatsnew {
	text-align: left;
}

.whatsnew h4 {
	margin: 0;
	color: #0383b3;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.whatsnew h5 {
	margin: 6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.whatsnew h5 a {
	color: #3c3c3c;
}

.whatsnew h5 a:hover {
	background: #dd6012;
	color: #fff;
}

.whatsnew ul {
	margin: 16px 32px 0 16px;
	list-style: disc;
	padding: 0;
	font-size: 14px;
	line-height: 1.6em;	
}

.whatsnew ul li {
	margin-bottom: 20px;
}

/* Twitter box on home page and news page*/
.twtr-timeline, .twtr-doc {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.twtr-widget a {
	background: none !important;
}

/* main column */
#main {
	clear: both;
	overflow: hidden;	
	min-height: 385px;
	height: 385px; /* ie6 only */
	margin-top: 40px;
	width: 619px;
	border-right: 1px dotted #999;	
	text-align: left;	
}

html>body #main {
	height: auto; /* override ie6-only rule, above */
}

.library #main {
	margin-top: 28px;
}

/* main text styles */
#main h1 {
	margin: 0 0 20px 0;
	font-size: 24px;
}

#main h2 {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #0383b3;	
	text-transform: uppercase;
}

#main h2.newsheadline {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #3c3c3c;
	text-transform: none;
}

#main h3 {
	margin: 0 0 20px 0;
	font-size: 16px;
}

#main p, #main ul, #main ol {
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 28px;
}

#main ol {
	list-style: decimal;
	padding: 0;
	margin-left: 25px;
}

#main ul {
	list-style: disc;
	padding: 0;
	margin-left: 25px;
}

#main ul ul {
	list-style: circle;
	margin-bottom: 0;
}

.library #main li {
	margin-top: 15px;
}

.library #main em {
	font-weight: bold;
	font-style: normal;
}	

#main a.subtlelink {
	color: #3c3c3c;
	text-decoration: none;
	border-bottom: 1px dotted #3c3c3c;
}

#main a.subtlelink:hover {
	background: #fff;
	color: #dd6012;
	border-bottom: 1px dotted #dd6012;	
}


#main img {
	float: left;
	display: inline; /* ie6 only */
	margin: 12px 25px 20px 0;
	border: 1px solid #3c3c3c;
}

/* pull quotes */
.pullquote {
	margin-top: 40px;
	background: #ededed;
	color: #dd6012;
	font-family: "Times New Roman",times, serif;
	overflow: hidden;
}

.pullquote p, #main .pullquote p {
	margin: 0 20px 16px 20px;
	font-size: 16px;
	text-align: right;
}

.pullquote blockquote {
	margin: 0 20px 6px 20px;
	padding: 0;
}

.pullquote blockquote p, #main .pullquote blockquote p {
	margin: 16px 0 0 0;
	font-size: 24px;
	line-height: 30px;	
	text-align: left;
}


/* sidebar */
#sidebar {
	min-height: 385px;
	height: 385px; /* ie6 only */
	margin-top: 40px;
	background-position: 50% 165px;
	background-repeat: no-repeat;	
	text-align: left;
}

html>body #sidebar {
	height: auto; /* override ie6-only rule, above */
}

.library #sidebar {
	margin-top: 28px;
}

.about #sidebar, .news #sidebar {
	background-image: url("../images/shape-x-lg.gif");
}

.services #sidebar, .library #sidebar {
	background-image: url("../images/shape-pie-lg.gif");
}

.clients #sidebar, .contact #sidebar {
	background-image: url("../images/shape-chevron-lg.gif");
}

#sidebar h4  {
	margin: 0 0 25px 10px;
	font-size: 12px;
	font-weight: bold;
}

#sidebar p  {
	margin: 0 0 10px 10px;
	color: #00447e;		
	font-size: 12px;
	line-height: 18px;	
}

#sidebar p.byline {
	font-size: 10px;
	line-height: 15px;		
	text-transform: uppercase;
}

#sidebar blockquote {
	margin: 0;
	padding: 0;
}

#sidebar blockquote p {
	font-size: 13px;
	font-style: italic;
	line-height: 18px;	
}

#sidebar ul {
	list-style: disc;
	margin: 0 0 20px 25px;
	font-size: 14px;
	line-height: 22px;
}

/* secondary navigation (nav2) for about and services pages */
#nav2 {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#nav2 li {
	margin-top: 6px;
	color: #0383b3;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

#nav2 li a {
	display: block;
	padding: 8px 0 7px 10px;
	color: #0383b3;
	text-decoration: none;
}

#nav2 li a:hover {
	color: #dd6012;
	background: none;	
	text-decoration: none;
}

.wendi #nav2_wendi a, .michael #nav2_michael a,
.search #nav2_search a, .technical #nav2_technical a, 
.training #nav2_training a {
	background: #dfdfdf !important;
	color: #0383b3 !important;
}

/* convenience classes */
.clr {
	clear: both !important;
}

.linkout {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.separator {
	margin-bottom: 20px;
	border-bottom: 1px dashed #dd6012;
}

#sidebar .separator {
	margin-top: 20px;
	border-bottom: 1px dashed #00447e;
}

.nobr {
	white-space: nowrap;
}

/* Accessiblity Skip Menu */
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
 
#skip a:focus {
	position: static;
	width: auto;
	height: auto;
} 

/* footer */
#footwrap {
	clear: both;
	width: 100%;
	background: #dd6012;
	color: #fff;
	border-top: 1px dotted #999;		
	overflow: hidden;
}

#footwrap p {
	margin: 20px 0;
	font-size: 12px;
	text-align: left;
}

#footwrap a {
	color: #fff;
	text-decoration: none;
}

#footwrap a:hover {
	text-decoration: underline;
}

#footwrap .juxta {
	padding: 5px 0;
	font-size: 11px;
	text-align: left;
}

#footwrap .juxta span {
	font-style: italic;
}

#footwrap .juxta a {
	color: #eea87a;
	text-decoration: none;
}

