/* CHANGES */
/*

2/11/2011 - Commented out all of these, behavior: url(/scripts/PIE.htc), as they are causing problems in IE.

*/
/*

Prisma International Summer 2008 
Coded by Kevin Shoesmith 
http://www.factory-interactive.com

*/

/* Layout --------------------------------------- */

html {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background:#FFFFFF url(/images/bg_page.jpg) repeat-x left top;
	font: normal 62.5% "Lucida Grande", Arial, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
}

#content ul, ol {
	font: normal 1.2em/1.5em "Lucida Grande", Arial, sans-serif;
	list-style: square;
	margin-bottom: 10px;
	padding-left: 25px;
}

#branding {
	width: 960px;
	text-align: left;
	height: 93px;
	margin: 0 auto;
	
}

#utilities {
	font-size: 1em; 
	float: right;
	text-align: right;
	padding: 0px 0px 5px 0px;
	margin: 29px 0 0 0;
}

#logo {
	float: left;
	margin: 16px 0 0 0;
}

#logo a {
	display: block;
	width: 175px;
	height: 53px;
}

#banner_major {

	clear: both;
	height: 400px;
	padding-bottom: 1px;
	position: relative;
	width: 980px;
	background: url(/images/bg_shadow.png) no-repeat center 180px;
	overflow: visible;
}

#banner_services, 
#banner_industries, 
#banner_technologies, 
#banner_whitepapers, 
#banner_news, 
#banner_case_studies, 
#banner_minor, 
#banner_blog,
#banner_company {
	/*border-bottom: 2px solid #D1D1D1;*/
	/*border-top: 1px solid #D1D1D1;*/
	border-left: 20px solid #FFF;
	border-right: 20px solid #FFF;
	border-bottom: 20px solid #FFF;
	border-top: 20px solid #FFF;
	clear: both;
	/*height: 144px;*/
	/*padding-bottom: 1px;*/
	position: relative;
	width: 940px;
}

#banner_services,
#banner_industries,
#banner_technologies,
#banner_minor,
#banner_blog,
#banner_company
{
	border-top: none;
}

#services #right {
	width: 460px;
}

#wrapper {
	/*background: transparent url(/images/bg_wrapper.gif) no-repeat 0px 0px;*/
	margin: 0px auto;
	text-align: left;
	width: 980px;
	overflow: visible;
	padding-left: 0;
}

#content {
	height: auto;
	padding: 0px 0px 75px 0px;
	width: 960px;
	overflow: hidden; /*Added 12/20/11*/
}

#home #content {
	margin: -60px 0 0 0;
}

#home .info h2 {
	color: #0066CC;
}

.oneColumn {
	/*background: #FFF url(/images/bg_oneColumn.gif) center top;*/

}

.twoColumn {
	/*background: #FFF url(/images/bg_twoColumn.gif) center top;*/

}

.twoColumnRight {
	/*background: #FFF url(/images/bg_twoColumnRight.gif) center top;*/

}


.threeColumn {
	/*background: #FFF url(/images/bg_threeColumn.gif) center top;*/
	background: none;
}

.threeColumnRight {
	/*background: #FFF url(/images/bg_threeColumnRight.gif) center top;*/
}

.fourColumn {
	/*background: #FFF url(/images/bg_fourColumn.gif) center top;*/
}


/* COLUMN LAYOUT */

#left {
	float: left;
	height: auto;
	position: relative;
	width: 480px;
}

#free #left {
	width: 360px;
}

#free #right {
	width: 590px;
}

#company #left {
	float: left;
	height: auto;
	position: relative;
	width: 280px;
}

#homeLeft {
	/*background: #FFF url(/images/bg_home.jpg) repeat-x left top;*/
	background: none;
	float: left;
	height: auto;
	margin-left: 50px;
	position: relative;
	width: 390px; 
}

#homeLeft h1 {
	font-weight: normal;
	font-size: 1.8em;
	font-family: Georgia, "New Times Roman", serif;
}

#right {
	float: right;
	height: auto;
	position: relative;
	width: 480px;
}

#company #right {
	float: right;
	height: auto;
	position: relative;
	width: 680px;
}

#leftLeft {
	float: left;
	position: relative;
	width: 240px;
	clear: left;
}

#leftRight {
	float: right;
	position: relative;
	width: 240px;
}

#rightLeft {
	float: left;
	position: relative;
	width: 240px;
}

#rightRight {
	float: right;
	position: relative;
	width: 220px;
}

#rightright h1 {
	font-weight: normal;
}

.wrap #left {
	width: 980px;
}

.wrap #right {
	margin-left: 20px;
	margin-bottom: 20px;
}


/* 
CRAZY UNIQUE STYLES AND STUFF ---------------------- */

/*nate added */
#content .main_title {
	width: 620px;
	float: left;
	border-bottom: 1px solid #DDD;
	padding: 0 0 20px 0;
	margin: 0 0 20px 10px;
}

#content .main_title h2 {
	font-size: 2.4em;
	color: #333;
	font-family: Georgia, "Times New Roman",serif;
	font-weight: normal;
	margin: 0;
}

.info h2 {
	font-weight: normal;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", serif;
}

.inside h3 {
	color: #0066CC;
	margin: 10px 12px 5px 0;
	font-size: 1.8em;
	font-family: Georgia,"Times New Roman",serif;
	font-weight: normal;
}

.inside a:link img {
	border: none;
	margin: 0 0 0 5px;
}

.inside p.tagline {
	margin: 0;
	padding: 5px 0 10px 0;
}


#content li {
	margin: 0px 15px 5px 5px;
}

#content ul.insights {
	background: #FFF;
	padding: 5px 0 5px 10px;
	list-style: none;
	background: #FFF url(/images/icon_arrow_right.gif) no-repeat 95% 50%;
	font-size: 1.2em;
	margin: 5px 0;
}

#content ul.insights li {
	padding: 0 25px 0 5px;
	margin: 0;
}

#content ul.insights li a {
	color: #333;
	border: none;
}

#content ul.insights li.title {
	font-weight: bold;
	font-size: 1em;
}

#content ul.insights li.more a {
	color: #ebc001;
}




/* how links */
#content ul.howLinks {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul.howLinks li {
	background: #FFF;
	font-weight: bold;
	font-size: 1em;
	background: url("/images/icon_arrow_right.gif") no-repeat scroll 95% 50% #FFFFFF;
}

#content ul.howLinks li a {
	padding: 5px 20px 5px 15px;
	color: #333;
	display: block;
	
}

#content ul.howLinks li a:hover {
	color: #ebc001;
}


blockquote {
	padding: 0px 0px 10px -15px;
}






#box1 { /* grey */
	width: 90%;
	border: 1px solid #D1D1D1;
	background: #EFEFEF /*url(/images/bg-box-1.jpg) repeat-x left bottom*/;
	margin: 10px auto;
}

#box2 { /* blue */
	width: 90%;
	border: 1px solid #D1D1D1;
	background: #2745CB url(/images/bg-box-2.jpg) repeat-x left bottom;
	margin: 10px auto;
	text-align: center;
}

.box2 {
	color:#FFF
}

.box2 a:link, a:visited {
	color: #FFF;
}

.box2 a:hover {
	color: #FFF;
	border-bottom: 0px;
}

.block { /* Used on the Services index page for teasers */
	position: relative;
	height: 280px;
	margin: 20px 0 0 0;
}

.block .practice {
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 0 5px 0;
	border-bottom: 1px solid #EAEAEA;
	color: #FFF;
	background: #0079c3;
	margin: 0 10px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.block.highlight {
	background: #EEF9FF;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.block.highlight h1 {
	margin: 10px 12px 5px 15px;
}

.block.highlight p {
	margin: 0 0 0 0;
	padding: 10px 15px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.block190 { /* Used on the Services index page for teasers */
	position: relative;
	height: 190px;
}

.archives {
	font-weight: bold;
	float: right;
}



#utilities ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/images/bg_utilities.gif) repeat left top;
	height: 29px;
	padding: 0 0;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0, .1);
	-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0, .1);
	box-shadow: inset 0 1px 0 rgba(0,0,0, .1);
/*behavior: url(/scripts/PIE.htc);*//*COMMENTING OUT. THIS IS CAUSING ERRORS. */
behavior: url(border-radius.htc);
}

#utilities ul li {
	float: left;  
	display:inline;
	padding: 8px 5px 8px 10px;
	background: url(/images/bg_utilities_divider.gif) repeat-y left top;
}

#utilities ul li em {
	padding: 0 5px 0 0;
	font-style: normal;
	display: inline;
}

#utilities ul li.first {
	background: none;
	padding-left: 15px;
	padding-right: 10px;	
}

#utilities ul li a:link {
	border: none;
}



/* 
SLIDESHOW ------------------------------------- */

#slideshow {
	border-left: 20px solid #FFF;
	border-top: 20px solid #FFF;
	border-right: 20px solid #FFF;
	width: 940px;
	float: left;
	z-index: 5;
	position: relative;
	background: #e1e9ec;
}

#banner_major .slide_border {
	z-index: 15;
	position: absolute;
	bottom: 110px;
	left: 20px;
	height: 20px;
	display: block;
	background: url(/images/bg_slide_border.png) repeat-x top;
	width: 940px;
}

#banner_major .panel h2 {
	font-size: 2em;
	width: 70%;
	font-weight: normal;
	color: #130c0d;
	margin: 10px 0;
}

#banner_major .panel p {
	font-size: 1.5em;
	width: 60%;
	color: #130c0d;
	margin: 0 0 20px 0;
}

#banner_major .panel p.secondary {
	font-size: 1.4em;
	width: 70%;
	color: #666666;
	margin-bottom: 20px;
}

#banner_major .panel a.button {
	font-size: 1.4em;
	padding: 8px 18px;
	-moz-border-radius: 18px;
}


.tabs .forward, .tabs .backward {
    background: url("/images/hori_large.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 40px;
    text-indent: -9999em;
    width: 40px;
}

.tabs .forward {
    background-position: 0 top;
    clear: right;
}

.tabs .backward {
    background-position: 0 bottom;
    margin: 0 5px 0 0;
}





/* 
Slideshow Featured ------------------------------------- */

#featured {
	float: right;
	width: 175px;
}

#featured ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}

#featured ul li {
	padding: 5px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #dbdbdb;
	background: #f2f2f2 url(/images/bg_featured.jpg) repeat-x left bottom;
	font-size: 1.3em;
}

#featured ul li a {
	border: none;
	display: block;
	width: 75%;
	padding: 15px 25px 20px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255, .8);
}

#featured ul li.free {
	font-size: 2em;
	height: 70px;
}

#featured ul li.free span {
	font-size: 1.6em;
}

#featured ul li img {
	float: left;
	padding: 20px 0 20px 15px;
}

#featured ul li.free a {
	color: #0076be;
	padding: 15px 0 5px 55px;
}

#featured ul li.free  {
	background: #e8e8e8 url(/images/icon_arrow_lg.png) no-repeat 95% 30px;
	-moz-box-shadow: inset 0 20px 20px rgba(255,255,255, .4);
	-webkit-box-shadow: inset 0 20px 20px rgba(255,255,25s5, .4);
	box-shadow: inset 0 20px 20px rgba(255,255,255, .4);
	line-height: 1.2em;
}

#featured ul li.free:hover  {
	background: #e8e8e8 url(/images/icon_arrow_lg.png) no-repeat 95% -70px;
	-moz-box-shadow: inset 0 20px 20px rgba(255,255,255, .7);
	-webkit-box-shadow: inset 0 20px 20px rgba(255,255,255, .7);
	box-shadow: inset 0 20px 20px rgba(255,255,255, .7);	
}

#featured ul li.header {
	background: #0077c0;
	color: #FFF;
	padding: 8px 0 8px 15px;
	font-size: 1.3em;
	font-weight: bold;
}

#featured ul li.flinks {
	height: 60px;
}

#featured ul li.flinks  {
	background: #e8e8e8 url(/images/icon_arrow_sm.png) no-repeat 95% 30px;
	-moz-box-shadow: inset 0 20px 20px rgba(255,255,255, .4);
	-webkit-box-shadow: inset 0 20px 20px rgba(255,255,255, .4);
	box-shadow: inset 0 20px 20px rgba(255,255,255, .4);
}

#featured ul li.flinks:hover  {
	background: #e8e8e8 url(/images/icon_arrow_sm.png) no-repeat 95% -30px;
	-moz-box-shadow: inset 0 20px 20px rgba(255,255,255, .7);
	-webkit-box-shadow: inset 0 20px 20px rgba(255,255,255, .7);
	box-shadow: inset 0 20px 20px rgba(255,255,255, .7);	
}

#featured ul li.flinks a {
	color: #333;
}


/* 
Tips ------------------------------------- */

#tips {
	width: 90%;
	border: 1px solid #D1D1D1;
	background: #EFEFEF;
	margin: 10px auto;
}


div.tips{
	width: 820px;
	height: 420px;
	overflow: auto;
}


/* 
TABS ------------------------------------- */

ul.tabs { 
	clear: both; 
	display: block; 
	margin: 0 auto 10px 20px; 
	overflow: hidden; 
	width: 88%; 
	position: absolute;
	bottom: 10px;
}
ul.tabs li { float: left; list-style: none;}
ul.tabs li a { 
	background: #e2e2e2; 
	color: #898989; 
	display: block;
	margin-right: 3px; 
	padding: 12px 7px; 
	text-shadow: 0 1px 0 rgba(255,255,255, .8);	
	text-decoration: none;
	font-size: 1.1em;
	border-bottom: none;
	width: 25px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
/*behavior: url(/scripts/PIE.htc);*//*COMMENTING OUT. THIS IS CAUSING ERRORS. */
behavior: url(border-radius.htc);
}

ul.tabs li.first a, .tips-nav ul li.last a {
	background: none;
	color: #FFF;
	display: none;
}

ul.tabs li a:hover {
	color: #333;
	background: #dadada;
}

ul.tabs li a.current {
	background: #3190cb;
	color: #FFF;
	border-bottom:none;
	text-shadow: 0 -1px 0 rgba(0,0,0, .4);	
}











/* Change the width of the entire slider (without dynamic arrows) */
.tips-slider, .tips-slider .tipsPanel { width: 820px; height: 380px; } 

.tips-slider-wrapper { padding: 0 0; width: 820px; }
.tips-slider { background: none; }



/* 
TAB PANES ------------------------------------- */

.panes div {
	text-align: left;
}

.panes div h2 {
	font-size: 1.4em;
	color: #666;
	font-family: Georgia, "New Times Roman", serif;
	font-weight: normal;
	margin: 0;
	line-height: .8em;
}

.panes div h3 {
	font-size: 2.6em;
	color: #3392cd;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 10px 0;
	line-height: 1.3em;
	padding: 0;
}

.panes div p.subTitle {
	font-size: 2.2em;
	color: #333;
	font-weight: normal;
	margin: 0;
}

.panes div span.number {
	font-size: 2.5em;
	color: #FFF;
	background: #3190cb;
	padding: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-family: "Palatino Linotype", serif, Verdana, sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0, .4);
	text-align: center;
	width: 30px;
	display: block;
	line-height: 1.1em;
	float: left;
	margin: 0 20px 0 0;
/*behavior: url(/scripts/PIE.htc);*//*COMMENTING OUT. THIS IS CAUSING ERRORS. */
behavior: url(border-radius.htc);
}

#inline4 {
	height: 600px;
}

#inline4 ul.tabs {
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	width: 90%;
}

#inline5 {
	height: 200px;
	margin: 100px 0 0 0;
}

#inline6 {
	height: 590px;
}

#inline1, #inline2 {
	height: 450px;
}

.panes ul {
	font-size: 1.2em;
}

.panes ul li {
	line-height: 1.5em;
}

.panes .header {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 3px double #EAEAEA;
}

.panes .header .info {
	float: left;
	width: 70%;
}

.panes .tip_main {
	float: left;
	width: 600px;
	margin: 0 0 0 0;
}

.panes .tip_main p {
	margin: 10px 0; 
}

.panes .tip_main p .button {
	margin: 15px 0 0 0;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	font-size: 1em;
	padding: 3px 18px;
	float: left;
/*behavior: url(/scripts/PIE.htc);*//*COMMENTING OUT. THIS IS CAUSING ERRORS. */
behavior: url(border-radius.htc);
}


/* ADDED 12/26/10 */

#quiz-total-score {
	font-size: 16em;
	float: left;
	width: 200px;
	height: 200px;
	display: inline;
}

.panes #quiz-results-key {
	float: right;
	display: inline;
	width: 400px;
}

.panes #quiz-results-key ul {
	list-style: none;
	padding-left: 15px;
}

.panes #quiz-results-key ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
	
}

p.seo-description {
	font-size: 11px;
}

/* 
LAYOUT OBJECTS ------------------------------------- */

#footer {
	background: #FFF;
	clear: both;
	width: 100%;
	text-align: left;
	position: relative;
	border-top: 1px solid #d9d9d9;
}

#footer .sitemap .tab {
	margin: 0 0 0 0;
	background: #FFF;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	width: 36em;
	position: absolute;
	top: -34px;
	padding: 10px 0 0 0;
	text-align: center;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
/*behavior: url(/scripts/PIE.htc);*//*COMMENTING OUT. THIS IS CAUSING ERRORS. */
behavior: url(border-radius.htc);
}

#footer .sitemap h5 {
	font-size: 1.2em;
}

#footer .sitemap {
	margin: 30px auto 20px auto;
	width: 980px;
}

#footer .sitemap h3 {
	margin: 0;
}

#footer .sitemap .box_footer {
	width: 290px;
	float: left;
}

#footer .sitemap .box_footer.last {
	width: 375px;
}

#footer .sitemap .box_footer ul {
	float: left;
	margin: 5px 20px 0 0;
	list-style: none;
	padding: 0;
}

#footer .sitemap .box_footer ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 3px 0;
}


.tooltip {
	background: #FFF;
	border: 1px solid #CCC;
	font-size:1.1em;
	width:185px;
	padding:10px;
	margin: 0 0 0 0;
	color:#333;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0, .3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0, .3);
	box-shadow: 0 0 2px rgba(0,0,0, .3);
/*behavior: url(/scripts/PIE.htc);*//*COMMENTING OUT. THIS IS CAUSING ERRORS. */
behavior: url(border-radius.htc);
display: none;
}

.extended {
	width: 450px;
	text-align: left;
	background: #EAEAEA;
}

.extended p {
	font-size: 1em;
}




#footer a {
	color: #0075bd;
	border: none;
}

#footer a:hover {
	color: #ffd204;
}

#footer .sitemap ul li.first {
	font-size: 1.3em;
	line-height: 2em;
	font-weight: bold;
	color: #000;
}

#footer .copy {
	width: 980px;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #e5e5e5;
	padding: 10px 0 0 0;
}


.menu {
	padding-left: 12px;
}

.toolbar {
	font: normal 1.2em/1.5em "Lucida Grande", Arial, sans-serif;
	text-align: center;
	padding: 5px 0px 5px 0px;
	height: auto;
	width: 85%;
	margin: 0 auto 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.comments {
	width: 90%;
	padding: 10px 5px 0px 0px;
	background-color: #E8F3FF;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	margin: 10px 15px;
}

#subServices fieldset {
	border: 1px solid #e3e3e3;
	margin: 8px 0px 8px 20px;
	line-height: 0.9em;
	width: 70%;
	padding-top: 0pt;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#subServices legend {
	color: #0066CC;
	margin-left: 9px;
	text-transform: uppercase;
	font-size: 1.1em;
}

input {
	font-size: 1.2em;
	padding: 2px;
}



/* 
TEXT MATTERS ---------------------------------------- */

h1 {
	font-weight: bold;
	margin: 10px 12px 16px 15px;
	font-size: 1.6em;
	color: #0066CC;
}

#left.left_nav h1 {
	color: #333;
	margin-bottom: 5px;
}

#left.left_nav .subtitle {
	color: #666;
}

h1.sub {
	font-weight: normal;
	margin: 12px 12px 10px 15px;
	color: #589423;
	font-weight: 1.5em;
}

h2.white {
	color: #F5F5F5;
}

h2, h3, h4 {
	font-weight: bold;
	margin: 10px 12px 10px 15px;
}

h1 a:link {
	border: 0px;
}

h1 a:visited {
	border: 0px;
	color: #0066CC;
}

h1 a:hover {
	border-bottom: 1px dotted #0066CC;
	color: #0066CC;
}

h2 {
	font-size: 1.4em;
	color: #333;
}

#left.left_nav h2 {
	color: #333;
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
	color: #333;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0066CC;
}

h5 {
	margin: 7px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #666;
	margin: 3px 7px 5px 7px;
}

p, .vcard {
	color: #333333;
	font: normal 1.2em/1.5em "Lucida Grande", Arial, sans-serif;
	margin: 0px 12px 10px 15px;
	padding: 0px 10px 0px 0px;
}

a:link {
	color: #0066CC;
	text-decoration: none;
	/*border-bottom: 1px dotted #0066CC;*/
}

a:visited {
	color: #0066CC;
	text-decoration: none;
} 

a:hover {
	text-decoration: none;
	border-bottom: none;	
}

.publishInfo {
	font: normal 1.1em/1.5em "Lucida Grande", Arial, sans-serif;
	margin: 8px 15px 18px 15px;
	color: #666;
}	

.commentInfo {
	font: normal 1.2em/1.5em "Lucida Grande", Arial, sans-serif;
	margin: 0px 12px 10px 10px;
	color: #333;
}	

.tagline {
	font: normal normal 1.2em/1.5em "Lucida Grande", Arial, sans-serif;
	margin: -10px 15px 15px 15px;
	color: #666;
}	

.attribute {
	text-align: right;
}


.rss a:link {
	color: #FF8B20;
	border-bottom: 1px dotted #FF8B20;
}

.footer {
	float: left;
	font: normal .9em/1.5em;
	padding: 15px 0px 15px 0px;
}

.footeriso {
	float: right;
	text-align: right;
	font: normal .9em/1.5em;
	font-weight: normal;
	padding: 15px 0px 15px 0px;
}

.footer a {
	color: #0059B3;
}



/*
Navigation ----------------------------------------------- */

#navigation {	
	clear: both;
	width: 850px;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	line-height: normal;
	position: relative;
	z-index: 100;
	margin: 0 auto;
  }
  

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
  }
  
#navigation li {
	float:left;
	margin: 0px;
	position: relative;
  }
  
#navigation a {
	float: left;
	display: block;
	height: auto;
	padding: 16px 16px 10px 16px;
	text-decoration: none;
	color: #FFF;
	background: url(/images/bg_nav_divider.jpg) no-repeat left bottom;
	text-shadow: 0 1px 0 rgba(0,0,0, .5);
  }
  
#navigation a:hover, #navigation #current ul li a:hover {
	color: #fdd004;
  }
  
#navigation #current {
	background: #3966E5;
  }
  
#navigation #current a {
	background: #e1e1e1 url(/images/bg_nav.jpg) repeat-x left top;
	color: #130c0d;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: none;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);	
	font-weight: bold;
}

#navigation a:active {
	background: url(/images/bg_nav_active.jpg) repeat-x left bottom;
}

#navigation a.last {
	background: url(/images/bg_nav_divider.jpg) no-repeat left bottom, url(/images/bg_nav_divider.jpg) no-repeat right bottom;
}


/* 
Navigation Drop down ---------------------------------------- */  

#navigation ul ul, #navigation #current ul ul {
	background: #FFF;
	width: 17em;
	position: absolute;
	top: 41px;
	left: 0;
	z-index: 100;
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .2);
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .2);
	box-shadow: 0 0 1px rgba(0,0,0, .2);
	-webkit-border-radius: 0 0 8px 8px;
	padding: 5px 0 10px 0;
	display: none;
}

#navigation li:hover ul, #navigation li:hover ul {
	display: block;
	position: absolute;
}

#navigation ul ul li, #navigation #current ul ul li {
	width: 100%;
}

#navigation ul ul li a, #navigation #current ul li a {
	color: #0078c1;
	display: block;
	padding: 5px 0 5px 10px;
	width: 92%;
	background: none;	
	text-shadow: none;
	border: none;
	font-weight: normal;
}

#navigation ul ul li a:active {
	background: none;
}

#navigation #current ul #current {
	background: none;
}

/* 
Sub Navigation ---------------------------------------- */

#subnavigation {
	background: #FFF;
	clear: both;
	font: normal 1.1em/1.5em Arial, sans-serif;
	width: 980px;
}

#subnavigation ul {
	background: #FFF;
	height: 25px;
	margin: 0 0 0 20px;
	padding: 0px;
	list-style: none;
	position: relative;
}
  
#subnavigation li {
	float:left;
	margin: 0px;
  }
  
#subnavigation a {
	float: left;
	display: block;
	border: none;
	padding: 4px 10px 3px 10px;
	text-decoration: none;
	color: #0078c1;
  }
  
#subnavigation a:hover {
	color: #fdd004;
}  
  
#subnavigation #current a {
	color: #333;
	font-weight: bold;
  }


/* 
Selected style for internal page menus -- on Services pages for example */

.left_nav ul {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}

.left_nav ul li {
	margin: 5px 0;
}

.left_nav ul li a {
	padding: 3px 15px 3px 10px;
	color: #0066CC;
	
}

.left_nav ul li a:hover {
	color: #EBC001;
}

.left_nav ul li.header {
	font-ize: 1.2em;
	font-weight: bold;
	padding-left: 10px;
}

.selected a {
	background: url(/images/arrow_selected.gif) no-repeat right center;
	border-bottom: 0px;
	color: #589423;
	font-weight: bold;
	padding: 0px 13px 0px 4px;
}

.left_nav ul li.selected a {
	color: #333;
}

.left_nav ul li.selected li a {
	color: #0066CC;
	font-weight: normal;
	background: none;
}


.left_nav ul ul {
	list-style: none;
	margin: 5px 0 0 20px !important;
	padding: 0;
	font: normal 1em/1.5em "Lucida Grande", Arial, sans-serif !important;
	list-style: none !important;
}

.left_nav ul ul li {
	margin: 5px 0;
}

.left_nav ul ul li a {
	padding: 3px 10px 3px 10px;
	color: #0066CC;
	
}

.left_nav ul ul li.selected a {
	color: #333;
}




/* Commented Backslash Hack hides rule from IE5-Mac \*/
#subnavigation a {float:none;}
/* End IE5-Mac hack */

  

  
/* 
MAKES THE CONTACT FORMS NOT LOOK SO UGLY ------------------- */

textarea, input {
	border: 1px solid #CCC;
	font: normal 1.2em/1.5em "Lucida Grande", Arial, sans-serif;
	padding: 7px;
}
input.checkradio {
	padding:0;
	border:none;
}
.submit {
	padding: 5px 0px 0px 0px;
	border: 0px;
}

form {
	margin:0;
	padding:0;
	display:inline;
}

fieldset {
	border: 1px solid #CCC;
}

.fieldset {
	margin: 20px;
	width: 430px;
}

legend {
	font-size: 1.3em;
	color: #0066CC;
}



/*
Buttons -------------------------------------------------- */

#languages {
	margin: -75px auto 0 auto;
	padding: 0;
	font-size: 1.1em;
	width: 750px;
	
}

#languages th {
	padding: 10px 0;
	font-size: 1.1em;
}

#languages td {
	border-bottom: 1px solid #EAEAEA;
	padding: 8px 0;
}

#document-trans {
	margin: 0 0 10px 0;
}

#document-trans td {
	padding: 5px 0 5px 30px;
	font-size: 1.2em;
}

.documents ul {
	width: 40%;
	float: left;
}




/*
Buttons -------------------------------------------------- */

a.button {
	background: url(/images/bg_btn_yellow.png) repeat-x left top;
	color: #262626;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
	
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255, .8);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255, .8);
	box-shadow: inset 0 1px 0 rgba(255,255,255, .8);	
	
	padding: 4px 9px 3px 9px;
	border: 1px solid #cda800;
	text-shadow: 0 1px 0 rgba(255,255,255, .8);

/*behavior: url(/scripts/PIE.htc);*//*COMMENTING OUT. THIS IS CAUSING ERRORS. */
/* 	behavior: url(/assets/scripts/border-radius.htc); */
}

a.button span {
	text-shadow: 0 1px 0 rgba(255,255,255, .6);
	font-weight: bold;
}

a.button:hover {
	background: #e0b800 url(/images/bg_btn_yellow.png) repeat-x left -40px;
	border: 1px solid #cda800;	
	
}

a.button:active {
	background: #e0b800 url(/images/bg_btn_yellow.png) repeat-x left -80px;
	-moz-box-shadow: inset 0 0 0 rgba(255,255,255, .8);	
	-webkit-box-shadow: inset 0 0 0 rgba(255,255,255, .8);
	border: 1px solid #cda800;
/*behavior: url(/scripts/PIE.htc);*//*COMMENTING OUT. THIS IS CAUSING ERRORS. */
behavior: url(border-radius.htc);
}

a.button.quote {
	margin: 20px 0 20px 15px;
	display: block;
	width: 7em;
	font-size: 1.2em;
	padding: 6px 20px;
}




/* 
Why Prisma -------------------------------------- */

.prisma_advantage ul li {
}

#content ul.topics {
	float: left;
	width: 400px;
	list-style: none;
}

#content ul.topics li {
	margin: 0;
}
#content #left table {
	width:100%;
}
#content #left table td {
	vertical-align:top;
}





/* 
Clearfix (all browsers) -------------------------------------- */

.overlay {
	
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	background-color:#FFF;
	width:675px;	
	min-height:200px;
	padding: 20px;
	height: 400px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 50px rgba(0,0,0, .7);
	-webkit-box-shadow: 0 0 50px rgba(0,0,0, .7);
	box-shadow: 0 0 50px rgba(0,0,0, .7);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
/*behavior: url(/scripts/PIE.htc);*//*COMMENTING OUT. THIS IS CAUSING ERRORS. */
behavior: url(border-radius.htc);
}

/* close button positioned on upper right corner */
.overlay .close {
	background:url(/images/fancy_close.png) no-repeat left top;
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}





/* 
Clearfix (all browsers) -------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE6 */ 
* html .clearfix {height: 1%;}

/* IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}



/* 
Miscellaneous -------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;	
}
