/* $Id: screen.css,v 1.1.2.1 2009/03/25 23:33:28 rhache Exp $ */

/**
* LAYOUT SPECIFIC WIREFRAMES
*
* This section is only required if you want to override the layout 
* wireframe on specific pages/sections from the one chosen
* in your theme configuration.
*/


/**
* GENERIC GLOBAL STYLES
*
* Please be very careful adding anything in this area. Consider 
* using a more region specific CSS selector instead. 
*/

/**
* HEADER REGION
*
* Remember to style the slogan if it specified in the theme's config page. 
* You can style it using the #header p.site-slogan CSS selector.
* 
* We recommend that you uncomment the code below and use the following 
* setup for the site logo/header:
*
*		- The site logo should be hidden and used on the print stylesheet only.
*		- The site name should use CSS image replacement and become the logo 
*			in your site's design template. 
*		- For best results, the site name should also use absolute positioning.
*/

/* @group type */

/**
* BASIC TYPOGRAPHY DEFAULTS
*
* If you would like to change the typographic defaults, copy this
* file in your theme's directory and enable it in your info file
* 
* If you would like your theme to IGNORE this file, enable it in your
* .info file but do not copy it in your theme's folder.
* 
* 
* When adjusting the size of the type, consider 
* using the typoraphic scale as follows: 
* 8, 9, 10, 11, 12, 14, 16, 18, 21, 24, 36, 48
*/

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/* font-family: Georgia, Times, "Times New Roman",serif; */
}

#primary .content a {
	color: #0068b3;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #28236e;
}

.type {
	font-size: 12pt;
	color: #515360;
}

.type h1 {
	font-size: 14pt;
	margin: 1em 0 .5em;
}

.type h2 {
	font-size: 12pt;
	margin: 1.07em 0 .535em;
}

.type h3 {
	font-size: 10pt;
	margin: 1.14em 0 .57em;
}

.type h4 {
	font-size: 8pt;
	line-height: 1.2;
	margin: 1.23em 0 .615em;
}

.type h5 {
	font-size: x-small;
	line-height: 1.2;
	margin: 1.33em 0 .67em;
}

.type h6 {
	font-size: xx-small;
	line-height: 1.2;
	margin: 1.6em 0 .8em;
}


#header.region .view-rotor .rotor {
	height: 120px;
	margin-top: -120px;
	display: block;
	position: relative;
	background-color: white;
	width: 700px;
}


#header.region .rotor-content p {
	color: #28236e;	
	text-align: center;
	font: bold x-large/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 700px;
	margin: 4% auto auto;
	display: block;
	position: relative;
}

#header.region .rotor-content  span#or {
	float: right;
	margin-right: 100px;
}

#header.region .rotor-content  p span#JS_slogan {
	margin-top: -60px;
	display: inline-block;
	position: relative;
	top: 1em;
}


#secondary .type h2.block-title,
#tertiary .type h2.block-title {
	font-size: small;
	text-transform: uppercase;
	padding: 3px 3px 3px 26px;
	background: url(images/arrow.png) no-repeat;
}

/* Secondary/Tertiary Defaults*/



#secondary,#tertiary .region .content ul {
	margin: 0;
	padding-left: 12px;
}


#secondary,#tertiary .region .content ul li {
	list-style-type: none;
	margin-left: -1em;
	font-size: 12px;
}

#secondary,#tertiary .region .content ul li#company {
	color: #28236e;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 8px;
}

#secondary .type,
#tertiary .type {
	font-size: 11px;
	line-height: 1.4;
}

/* old settings with quote image */
blockquote {
		background: url(images/quotes.png) no-repeat;
	padding-left: 12px;
	padding-top: 1em;
	width: 85%;
	float: right;
	margin-top: 20px;
}


blockquote p {
	background: url(images/quotes.png) no-repeat right bottom;
	overflow: visible;
	padding-bottom: 1em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.2em;
}

/* end */

.rotor-content .rotor-content-detail p span.quote-attribution {
	text-align: right;
	line-height: 1.1em;
}

blockquote {
	font-weight: bold;
	font-style: italic;
	line-height: 1.2em;
	background-image: none;
	padding: 0;
	margin: 0;
	clear: right;
	display: block;
	float: left;
	width: 100%;
}

blockquote p {
	font-weight: bold;
	font-style: italic;
	line-height: 1.2em;
	background-image: none;
	margin-top: 40px;
}
.node-type-client_testimonial .content blockquote {
	position: relative;
	left: -20px;
	width: 95%;
}

.node-type-client_testimonial .content blockquote p {
	color: #28236e;
	font-weight: normal;
	font-style: normal;
	font-size: x-large;
	margin-bottom: 10px;
}

.node-type-client_testimonial  .content p span.quote-attribution {
	display: inline;
	float: right;
	position: relative;
	color: #468037;
	font-style: italic;
	font-size: small;
}

.view-rotor-testimonial .rotor-content span.quote-attribution {
	color: #28236e;
	font-style: italic;
	font-size: x-small;
	line-height: .8em;
	display: inline-block;
	padding-right: 4px;
}

.rotor-content h5 {
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
	line-height: 1em;
}

#secondary .type h2.block-title,
#tertiary .type h2.block-title {
}

#secondary .type h2,
#tertiary .type h2 {
	font-size: large;
}
#secondary .type h3,
#tertiary .type h3 {
	font-size: medium;
}
#secondary .type h4,
#tertiary .type h4 {
	font-size: medium;
}
#secondary .type h5,
#tertiary .type h5 {
	font-size: small;
}
#secondary .type h6,
#tertiary .type h6 {
	font-size: x-small;
}

/* @end */

#header img.site-logo {
	display: block;
	float: left;
	width: 322px;
	height: 92px;
	margin-bottom: 10px;
}

#header.region .type.block #slogan xx {
	color: #28236e;
	display: block;
	clear: right;
	width: 526px;
	height: 100%;
	float: left;
	margin: 52px auto auto 50px;
	white-space: nowrap;
	font: bold x-large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header.region .content img#slogan {
	display: block;
	float: left;
	width: 400px;
	clear: right;
	margin: 45px auto auto 80px;
}


#header p.site-name {
	left: XXpx; /* Depending on your template, a "right" property may be more appropriate */
	position: absolute;
	top: XXpx; /* Depending on your template, a "bottom" property may be more appropriate */
}



.front #header p.site-name,
#header p.site-name a {
	/* background: url(images/site-name.png); */
	height: 0 !important; 
	line-height: 1;
	margin: 0;
	overflow: hidden !important;
	padding-top: XXpx; /* replace XX with the height of your design template logo */
	width: XXpx; /* replace XX with the width of your design template logo */
}

#header p.site-name a {
	display: block;
}



/* @group Header Navigation */

#header.region .rotor {
	width: 600px;
	height: 120px;
	overflow: hidden;
	display: inline-block;
	margin-top: -120px;
	float: right;
}


.vertical-tabs.clear-block {
  border: 1px solid #ccc;
	margin: 1em 1em 0;
	float: right;
	position: relative;
	clear: both;
	}

#block-menu-primary-links div.content {
	background: url(images/menugreen.png) repeat-x;
	clear: left;
}

#block-menu-primary-links ul.menu {
	font-size: 10pt;
	border-bottom: 1px solid #016900;
	padding: 0;
	height: 36px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	color: white;
}

#block-menu-primary-links ul.menu li {
	display: inline;
	line-height: 3em;
}

#block-menu-primary-links ul.menu li a:link, 
#block-menu-primary-links ul.menu li a:hover, 
#block-menu-primary-links ul.menu li a:visited {
	float: left;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	height: 36px;
	border-right: 1px solid #1e4d1c;
}

#block-menu-primary-links ul.menu li a:hover {
	background: url(images/menublue.png) repeat-x;
	color: #4cf;
}

#block-menu-primary-links ul.menu li .active a,
#block-menu-primary-links ul.menu li .active a.active,
#block-menu-primary-links ul.menu li a.active {
	background: url(images/menublue.png) repeat-x;
	color: white;
}

#block-menu-primary-links ul.menu li.active a:hover {
	background: url(images/menublue.png) repeat-x;
	z-index: 1000;
}

#block-menu-primary-links ul.secondary-links {
	border-bottom: 1px solid #333;
	color: #333;
	height: auto;
	line-height: normal;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 2px 0;
	white-space: normal;
	display: block;	
}

#block-menu-primary-links ul.secondary-links li {
	line-height: 1.5em;
	margin: 0 0;
	padding: 0;
}

#block-menu-primary-links ul.secondary-links li a {
	color: #333;
	padding-top: 4px;
	padding: 0 10px;
}

#block-menu-primary-links ul.secondary-links li a.active {
	color: #333;
	border-bottom: 4px solid #ccc;
}

#block-menu-primary-links ul.secondary-links li a:hover {
	border-bottom: 4px solid #ed1a09;
	color: #ed1a09;
	text-decoration: none;
}

#block-menu-primary-links ul.secondary-links li.active a:hover {
	color: #333;
	border-bottom: 4px solid #ccc;
}

          

   
                
  


   
                
  



#block-menu-primary-links ul.menu li.leaf.last a:link, 
#block-menu-primary-links ul.menu li.leaf.last a:hover, 
#block-menu-primary-links ul.menu li.leaf.last a:visited {
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	float: right;
	background-image: none;
	color: white;
	cursor:default
}

/* @end */

/**
* PREFACE REGION
*/


/**
* PRIMARY REGION
*/

.first.region {
	padding: 20px;
}




#secondary,#tertiary .region .rotor-items {
	background-color: #e8eeee;
	margin: auto;
}

.view-content .rotor {
	background-color: #e8eeee;
}

.view-rotor-testimonial .view-footer {
	text-decoration: none;
		position: relative;
	padding: 3px;
	height: 14pt;
	color: black;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.view-footer {
	margin: auto;
	display: inline-block;
	position: relative;
	padding-top: 1em;
	float: right;
}

.view-footer p {
background: url(images/grey-grad.gif) repeat-x;
	margin: 0;
	height: auto;
	width: 140px;
	padding: 2px;
}

.view-footer p a {
	text-decoration: none;
	position: relative;
	color: black;
	font-size: 8pt;
}


#page #content {
}

/* Default for primary region links */



#primary {
	width: 740px;
	float: right;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 3%;
}

#primary h1.page-title {
	margin-bottom: 5%;
	margin-top: 0;
}

#primary a {
}

#primary a:visited {
}

#primary a:hover {
}

#primary .inside {
	margin-left: 12px;
	margin-bottom: 0;
	margin-top: 0;
}

#primary img {
	display: block;
} 


   
                                    
  


   
                  
  

                                        


#primary img#front-3logos {
	margin: auto;
}

   
                                    
  


   
                  
  

                                        


#primary img#ms-logos {
	margin: auto;
}

/**
* COMMON SECONDARY & TERTIARY STYLES
*/


/**
* SECONDARY REGION
*/

/* Default for Secondary region links */
#secondary a {

}

#secondary a:visited {

}

#secondary a:hover {

}

#secondary img {
	display: block;
}

#secondary h2.block-title {

}

/**
* TERTIARY REGION
*/

#tertiary {
	padding-left: 3%;
	padding-right: 3%;
}

#tertiary .middle.region #block-views-rotor_testimonial-block_1 h2.block-title,
#tertiary .type h2.block-title {
	margin-top: 2px;
	padding-bottom: 0;
}

#tertiary .block  h2.block-title {
	margin-top: 20px;
}

/**
* POSTSCRIPT REGION
*/

.website-frontpage-link {
	margin: auto;
}


#postscript .first.region {
	height: 25%;
	width: 18%;
	float: left;
	padding: 10px;
}



#postscript .middle.region {
	height: 25%;
	width: 40%;
	padding: 10px;
	float: left;
	margin-right: 50px;
}


#postscript .middle.region img {
	width: 300px;
	margin-top: 10px;
}


#postscript .region img {
	left: 10000px;
	position: absolute;
	display: none;
} 


#postscript .last.region {
	height: 25%;
	width: 20%;
	padding: 10px;
}

/**
* FOOTER REGION
*/

#footer {
	padding-bottom: 1em;
	margin-top: 40px;
}

#footer #block-system-0 { /* Powered by Drupal icon */
	float: right;
	margin-bottom: .5em;
}

#footer .credit-copyright {
	clear: both;
	font-size: 10px;
}

#footer .copyright,
#footer .credit-logo,
#footer .credit-text {
	display: block;
}

#footer .copyright {
	float: left;
	margin-top: 2em;
}

#footer .credit-logo,
#footer .credit-text {
	display: block;
	position: relative;
	margin-left: 35%;
}



#footer .credit-logo a {
	display: block;
	height: 0 !important;
	overflow: hidden !important;
	padding-top: 42px; /* height of your credit logo */
	width: 280px; /* width of your credit logo */
}                           



/* @group Testimonials View (main page) */

.view-content .node-type-client_testimonial h2.node-title a {
position: absolute;
	padding: 10px;
	width: 600px;
	height: 150px;
	z-index: 20;
	float: left;
	display: block;
	margin-top: -20px;
	color: white;
}
.view-content .node-type-client_testimonial .content blockquote p {
	position: relative;
	font-style: italic;
	width: 100%;
	margin-left: 20px;
	padding-bottom: 0;
	font-size: 12pt;
}


.view-frontpage-clients .view-content table.views-view-grid tbody tr td.col-1 {
	border-style: hidden;
}



/* @end */



.node-type-file_attachments .content table#attachments thead.tableHeader-processed th {
	padding: 6px;
	color: silver;
}







.node-type-client_testimonial .content blockquote p {
	color: #28236e;
	font-weight: normal;
	font-style: normal;
	font-size: x-large;
	margin-bottom: 10px;
	width: 718px;
	margin-left: 24px;
}



#footer.region a img#zing  {
	margin: auto;
	display: block;
}
