@charset "UTF-8";
/* COLORS...

	Red/Orange: #E55016;
	Blue: #488bcf;
	Green: #47B901;
	Background Blue:  #f1f9fc;
*/

/* GENERAL - the general styles */
html {
	position: relative;
	text-align: center;
}
body{
	position: relative;
	margin: 0 auto;
	width: 747px;
	text-align: left;

	font: 75%/150% "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;

}

a {
	color: #488bcf;
	text-decoration: none;
}
a img, a:hover img { border: none; }
a.no-line { text-decoration: none; }

.red { color: #E55016; }
.blue { color: #488bcf; }
.green {color: #47B901; }

span.pgs {
	color: #333;
	word-spacing: -1px;
	text-transform: uppercase;
	font-size: 90%;
}
span.green {
	letter-spacing: -1px;
}
.highlight {
	position: relative;
	margin: 20px;
	padding: 10px 20px;
	background: #f1f9fc;
	border: solid 1px #aaa;	
	color: #000;
}

/* BRANDING */
#branding {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 747px;
	height: 155px; /* top: 50px, image: 120px*/
	background: transparent url(images/art/header.jpg) left bottom no-repeat;
}
#branding h1 {
	position: absolute;
	top: 15px;
	left: 0px;
}
#branding h1 a {
	/* image replacement */
	display: block;
	background: transparent url(images/art/pgs_large.gif) top left no-repeat;
	width: 350px;
	height: 22px;
	text-indent: -9999px;
}
#branding #tagline {
	position: absolute;
	top: 135px;
	left: 5px;
	font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
}


/* PRIMARY NAV */
#navigation_primary {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 320px;
}
#navigation_primary ul {
	position: absolute;
	top: 0px;
	left: 0px;
}
#navigation_primary li {
	position: absolute;
	top: 0px;
	width: 80px;
	height: 46px;
}
#navigation_primary li a {
	position: relative;
	display: block;
	width: 80px;
	height: 46px;
	text-indent: -9999px;
}
#navigation_primary h2, #navHome {
	display: none;
}
#navAbout {
	left: 0px;
}
#navAbout a {
	background: transparent url(images/art/menu/about.gif) top left no-repeat;
}
#navAbout a:hover {
	background: transparent url(images/art/menu/aboutov.gif) top left no-repeat;	
}
#navCases {
	left: 80px;
}
#navCases a {
	background: transparent url(images/art/menu/clients.gif) top left no-repeat;
}
#navCases a:hover {
	background: transparent url(images/art/menu/clientsov.gif) top left no-repeat;	
}
#navPrograms {
	left: 160px;
}
#navPrograms a {
	background: transparent url(images/art/menu/programs.gif) top left no-repeat;
}
#navPrograms a:hover {
	background: transparent url(images/art/menu/programsov.gif) top left no-repeat;	
}
#navResources {
	left: 240px;
}
#navResources a {
	background: transparent url(images/art/menu/resources.gif) top left no-repeat;
}
#navResources a:hover {
	background: transparent url(images/art/menu/resourcesov.gif) top left no-repeat;	
}

/* SECONDARY NAV */
#side-wrapper {
	position: absolute;
	left: 0;
	width: 144px;	
}
#side-wrapper.normal { top: 170px; }
#side-wrapper.flash { top: 260px; }

#navigation_secondary, #callout_area {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
	width: 100%;
}
#navigation_secondary h2, #navigation_secondary li {
	border-bottom: solid 1px #ccc;
	margin: 0 0 5px 0;
	padding: 3px 0;
	background: transparent;
}
#navigation_secondary h2 {
	padding: 2px 0 3px 10px;
}
#navigation_secondary li a {
	display: block;
	width: 100%;
	padding: 0 10px;
	color: #2D5781;
	border-left: solid 2px #e55016;
}
#navigation_secondary li a:hover {
	color: #e55016;
	border-left: solid 2px #2D5781;
}

/* MAIN CONTENT */
#wrapper {
	position: absolute;
	top: 170px;
	left: 176px;
	width: 572px;
	overflow: visible;
}
#main_content h2 {
	position: relative;
	font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 250%;
	color: #E55016;
	letter-spacing: 2px;
	margin-bottom: 20px;	
}
#main_content h2 span.subtitle {
	display: block;
	margin-top: 5px;
	padding-top: 3px;
	border-top: solid 1px #aaa;
	font-size: 40%;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 90%;
	color: #999;
	letter-spacing: 0px;
}

#main_content h3 {
	position: relative;
	font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #E55016;
	letter-spacing: 1px;
	margin: 10px 0 10px -10px;
	padding-left: 5px;
	border-left: solid 5px #E55016;
	text-transform: uppercase;
}

#main_content h4 {
	position: relative;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 10px 0;
}

#main_content a { border-bottom: solid 1px #000; }
#main_content a:hover { border-bottom: solid 1px #e55016; }
#main_content a.no-line, #main_content a.no-line:hover  { border-bottom: none; }
#main_content strong { font-weight:bold; color: #000; }
#main_content em { font-style: italic; color: #000; }
#main_content ul, #main_content p {
	margin: 15px 0;
}
#main_content ul {
	list-style: outside square;
}
#main_content li {
	margin: 5px 15px;
}
#main_content p.standout, #main_content div.standout {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;	
	margin: 20px 0;
	padding: 20px 10px;
	border-top: solid 3px #47B901;
	border-bottom: solid 3px #47B901;
}


/* -- narrative -- */
#narrative {
	position: relative;
	padding: 10px;
	font: italic 130%/150% "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	color: #000;
	background: transparent url(images/art/narrative-bg1.gif) top left no-repeat;
}
#narrative h3 {
	display: none;
}
#narrative cite {
	display: block;
	margin-top: -100px;
	margin-right: -10px;
	padding-top: 90px;
	padding-right: 10px;
	background: transparent url(images/art/narrative-bg2.gif) bottom right no-repeat;
	text-align: right;
	color: #E55016;
}

/* -- client education area -- */
#client_education {
	position: relative;
	width: 745px;
	margin: 40px 0 0 -180px;
	height: 240px;
	background: #f1f9fc;
	border: solid 1px #aaa;	
	color: #000;
	overflow: hidden;
}
#client_education .buffer {
	position: relative;
	width: 6%;
	margin: 20px 0 0 0;
	float: left;
}
#client_education .bottom_box {
	position: relative;
	width: 25%;
	margin: 20px 0 0 0;
	float: left;
}

#client_education .bottom_box h3 {
	margin: 0 0 0 -5px;
	padding: 0 0 0 5px;
	border-bottom: solid 2px #2d5781;

	font: bold 115%/120% "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #2d5781;
	
}

#client_education .bottom_box p {
	color: #666;
	line-height: 100%;
	margin: 0 0 5px 0;
}
#client_education .bottom_box ul, #client_education .bottom_box form {
	position: absolute;
	top: 70px;
	left: 0;
}
#client_education .bottom_box ul {
	border-top: dashed 1px #ccc;
}
#client_education .bottom_box li {
	margin: 5px 0;
	padding: 2px 0;
	border-bottom: dashed 1px #ccc;
}
#client_education .bottom_box li a {
	display: block;
	width: 100%;
	line-height: 110%;
	background: transparent url(images/art/bullets/bottom-bullet.gif) left 4px no-repeat;
	padding: 0 10px;
	border-bottom: none;
}
#client_education .bottom_box li a:hover {
	background: transparent url(images/art/bullets/bottom-bullet-ov.gif) left 4px no-repeat;
	border-bottom: none;
}
#client_education .bottom_box li.noBullet a {
	background: transparent;
}
#client_education .bottom_box li.noBullet a:hover {
	background: transparent;
}
#client_education label, #client_education input {
	display: block;
}
#client_education label {
	font-weight: normal;
	text-transform: lowercase;
}
#client_education .enewsbox {
	border: solid 4px #2d5781;
	background: #fff;
	padding: 3px 5px;
}
#client_education .button {
	border: solid 4px #fff;
	background: #2d5781;
	color: #fff;
	padding: 3px 5px;
	width: 65px;
	text-align: center;
}
#client_education .button:hover {
	border: solid 4px #2d5781;
	background: #ccc;
	color: #2d5781;
	padding: 3px 5px;
	width: 65px;
	text-align: center;
}

/* -- site info bottom area -- */
#site_info {
	position: relative;
	width: 747px;
	margin: 0 0 50px -180px;
	padding: 0;
	height: 30px;
	background: #2d5781;	
	color: #fff;
	font-size: 90%;
	overflow: hidden;
}
#site_info #copyright {
	position: relative;
	display: block;
	float: left;
	width: 45%;
	margin: 5px 5px 5px 0;
	padding-left: 5px;
	overflow: hidden;
}
#site_info ul {
	position: relative;
	display: block;
	float: right;
	width: 45%;
	margin: 5px 0;
	overflow: hidden;
}
#site_info li {
	position: relative;
	display: block;
	float: left;
	width: 19%;
	text-align: center;
	border-left: solid 1px #ccc;
}
#site_info li#navHome_bottom {
	border-left: none;
}
#site_info li a {
	display: block;
	color: #fff;
}

/* -- flex left column -- */
#flexLeftColumn { margin: 20px 0;}


/* -- grabber -- */

#grabber { }
#grabber blockquote {
	display: block;
	margin: 0;
	padding: 10px 5px;
	border: double 3px #333;
	border-width: 3px 0;
	font: italic 110%/120% Georgia, Times, serif;
	color: #333;		
}
#grabber blockquote p:first-letter {
	font-size: 200%;
	color: #000;
}
#grabber blockquote p
{
	text-align: center;
}

/* PROMOS */

#callout_area {}
.callout {
	position: relative;
	margin: 20px 0;
	width: 141px;
	background: #f1f9fc;
	border: solid 1px #ccc;
	background-color: #f1f9fc;
}

.callout h3 {
	color: #E55016;
	font-weight: bold;
	font-size: 110%;
	margin: 10px 5px;
}
.callout ul {
	margin: 0 5px;
}
.callout li {
	margin: 10px 0;
}

#signup {
	height: 85px;
	background: #f1f9fc url(images/art/promo-box-calendar.gif) top left no-repeat;
	border: none;
	overflow: hidden;
}
#signup h3, #signup .description {
	display: none;
}
#signup .startDate {
	position: absolute;
	top: 30px;
	left: 8px;
	width: 100px;
	
	color: #000;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 100%;
}
#signup .signupLink {
	position: absolute;
	top: 63px;
	left: 8px;
}

#signup .signupLink a {
	color: #e55016;
	font-weight: bold;
}	

#callUsNow {
	height: 85px;
	background: #f1f9fc url(images/art/promo-box-call.gif) top left no-repeat;
	border: none;
	overflow: hidden;
}
#callUsNow span {
	display: block;
	margin: 0 8px;
	padding: 0;
}
#callUsNow .org, #callUsNow .cun, #callUsNow .tf {
	display: none;
}
#callUsNow .tel {
	color: #2d5781;
	font-size: 130%;
	font-weight: bold;
	margin-top: 12px;
	letter-spacing: -1px;	
}

#guarantee_callout {
	background: #f1f9fc url(images/art/guarantee.gif) bottom right no-repeat;
}
#guarantee_callout div {
	padding: 5px;
}
#guarantee {
	color: #2d5781;
	font-size: 200%;
}
#guarantee_callout a {
	display: block;
	margin: 10px 5px;
	color: #e55016;
	font-weight: bold;
}
