/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #1C537C;
	margin: 0px;
	padding: 0;
}


body { font-size: 62.5%;  /* 16px × 62.5% = 10px */ }




/* ---------------------------------------------------------------------- */
/*  headers          */
/* ---------------------------------------------------------------------- */
h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; color:#000; }
h1 { font-size: 2.2em;  margin: 0 0 6px 0;  /* 10px × 2.2em = 22px */ }
h2 { font-size: 1.8em;  margin: 5px 0 4px 0;  color:#1C537C; }
h3 { font-size: 1.4em;  margin: 0 0 6px 0;  }
h4 { font-size: 1.2em;  margin: 0 0 6px 0;  }

h1 {
	font-size: 2.2em;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.25em;
	margin: 6px 0 0 0;
	padding-bottom: 7px;
}

h4 {
	font-size: 1.2em;
	margin: 3px 0 4px 0;
}



p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;  /* 10px × 1.2em = 12px */
	text-align: left;
}
strong {
	font-weight:bold;
	color:#000;
}







/* ---------------------------------------------------------------------- */
/*  overlib classes          */
/* ---------------------------------------------------------------------- */
.ol_FontClass { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 11px;
	line-height: 1.4;
}
.ol_fgClass {
	background-color: #FFFFCC;  /*  inner background  */
	padding: 3px 5px;
	/* padding: 9px;  */
}
.ol_bgClass {
	background-color: #FFFFCC;   /* outer background */
	border: 1px solid #000000;
	padding:0;
	width: 270px;
}


/* ---------------------------------------------------------------------- */
/*  container wraps      */
/* ---------------------------------------------------------------------- */
#wrapmast {
	background-color: #FFF;
	background:  url(../images/bg-header.jpg) repeat-x bottom left;
}
#wraptopmenu {
	background-color: #F8E0A9;
}
#wrapwrapper {
	margin: 0 auto;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#wrapfooter {
	height: 71px;
    background: transparent url(../images/bg-footer.jpg) repeat-x top left;

}
#wrapper {
	width: 945px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../image/background-pixNO.png);
	background-repeat: repeat-y;
}

/* ---------------------------------------------------------------------- */
/*  top area    */
/* ---------------------------------------------------------------------- */

#masthead {
	padding: 0px;
	/*background-color: #FFF;*/
	width: 945px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#masthead .content {
	padding: 0 20px 0 25px;
}

#masthead_smalltype {
	float:right;
	padding:5px 10px;
	margin-right:45px;
	font-size:10px;
	/*border:1px solid #CCC;
	background-color:#FFF;*/
}
#masthead_smalltype td {
	color: #333;
	font-size:11px;
	font-weight:normal;
	padding-bottom: 3px;
}
#masthead_smalltype td a:link {
	color: #333;
}
#masthead_smalltype td a:visited {
	color: #333;
}
#masthead_smalltype td a:hover {
	color: #FF0000;
}



#topmenu {
	color: #999999;
	padding: 0px;
	margin: 0 auto;
	background-color: #F8E0A9;
	padding-left: 30px;
	/*background-image: url(../image/menu-arrow-right.gif);
	background-repeat: no-repeat;*/
	background-image:url(../images/nav-divider.gif);
	background-position:29px 0px;
	background-repeat:no-repeat;
	width: 945px;
}




/* ---------------------------------------------------------------------- */
/*  left -- main content area    */
/* ---------------------------------------------------------------------- */
#left {
	width: 645px;
	float: left;
}
#leftWide {
	width: 945px;
	float: left;
}
#right {
	width: 300px;
	float: left;
}
#left .content {
	padding: 0;
	line-height: 1.8em;
}
#left .content p, #left .content h1, #left .content h2, #left .content h3, .content h4 {
	padding-left: 40px;
	padding-right: 40px;
}
#left .content h2.spaceMoreTop { padding-top: 25px;  }

/*  -- make h1 tag align with the hanging arrow -- */
#left .content h1, #leftWide .content h1 { padding-top: 35px; }
.hangingArrow {
	background-image:url(../images/arrow-right.gif);
	background-repeat:no-repeat;
	background-position: 25px 34px;
	float:left;
	width:40px;
	padding-top: 35px;
}
#left .content table {
	margin-left: 40px;
}

#left .content table td {
	font-size: 1.0em;
}

#left .content p.flush {
	padding:0;
	margin:0;
}

#left .content ul {
	padding:0;
	margin:0;
	padding-left: 60px;
}
#left .content ul li {
	font-size: 1.2em;
	padding-top: 6px;
	padding-right: 40px;
}
#left .content ul li.last {
	padding-bottom:10px;
}
#left .content ul.spreadBullet  {
	padding-top:10px;
}
#left .content ul.spreadBullet li {
	padding-bottom:15px;
	padding-right: 65px;
}
#left .content .bulletTitle {
	font-weight:bold;
	color:#000;
}

#left .content ul ul {
	list-style-type:circle;
	padding:0; margin:0; 
	padding-left: 30px;
	font-size:1.2em;
}
#left .content ul ul li {
	font-size:1em;
}
#left .content ul li ul li {
	font-size: .9em;
}


/* ---------------------------------------------------------------------- */
/*  right sidebar   */
/* ---------------------------------------------------------------------- */
#right .content {
	padding: 24px 20px;
	line-height: 1.5em;
	font-size: 1.1em;
}
#right .content p {
	line-height: 1.5em;
	font-size: 1.1em;
	color: #444;
}
#right .content h2 {
	padding-top: 20px;
	color: #1C537C;
}
#right .content h3 {
	color: #444;
	margin:0;
	padding:0;
}
#right .content h4 {
	color: #444;
	padding:0;
	margin: 3px 0 4px 0;
}

#right .content ul {
	padding:0; margin:0; 
	padding-left: 15px;
}
#right .content ul li {
	font-size: 1.1em;
}
#right .content ul li.last {
	margin-bottom:10px;
}



/* ---- right level 1 navigation menu ------------------------------- */

#right .content ul.nav {
	list-style: none;
	margin:0;
	padding:0;
	margin-top:10px;
}
#right .content ul.nav li {
	margin:6px 0;
}
#right .content ul.nav li.current {
	margin:0;
	font-weight:bold;
	color:#000;
	border-left: 4px solid #FF9C12;
	padding: 2px 2px 2px 0.5em;
}
#right .content ul.nav li a {
	color: #0066FF;
	display:block;
	padding: 2px 2px 2px 0.5em;
	text-decoration:none;
	width:80%;
	border-left: 4px solid #EAEAEA;
}
#right .content ul.nav li a:hover {
	color:#0066FF;
	text-decoration:underline;
}



/* ---------------------------------------------------------------------- */





#footer .content {
	padding: 12px 20px;
	text-align: left;
}
#footer, #footer .content p {
	color: #EEEEEE;
	/*background-color: #1C537C;*/
	padding: 0px 300px 0px 0px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	clear: both;
	width:645px;
}

/* ---------------------------------------------------------------------- */
/*  links    */
/* ---------------------------------------------------------------------- */
a:link strong {
	font-weight:bold;
	color:#0033CC;
}
a:visited strong {
	font-weight:bold;
	color:#0066FF;
}
a:hover strong {
	font-weight:bold;
	color:#000;
}



.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #0033CC;
}
#left a:visited {
	color: #0066FF;
}
#left a:hover {
	color: #000;
}


#right .content a:link {
	color: #0033CC;
}
#right .content a:visited {
	color: #0066FF;
}
#right .content a:hover {
	color: #000;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
	font-size: 1.1em;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #FFF;
}
#footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color: #FC0;
}
.p7uberlink {
	font-weight: normal !important;
	/* letter-spacing: 0.15em; */
	border-color: #000000 !important;
}






/* ---------------------------------------------------------------------- */
/*  misc          */
/* ---------------------------------------------------------------------- */
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

img.alignright {
	padding: 0;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 0;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

.alignrightcaption {
	display: inline;
	float: right;	
}

.normalTopPadding {
	padding-top: 20px;
}

.padTableLeft {
	margin-left: 40px;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 0;
	padding-bottom: 10px;
}

.command {
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}


/* ---- highlight a paragraph with a hanging arrow bullet    ---- */
#left .content ul.circle_bullet {
	list-style-image:url(../images/circle_redarrow.gif);
	margin:0;
	padding:0;
	margin-top:6px;
	margin-left:60px;
	margin-right:65px;
}
#left .content ul.bullet_circle {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:6px;
	margin-left:50px;
	margin-right:65px;
}
#left .content ul.bullet_circle li {
	background-image:url(../images/circle_redarrow.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
	padding-left: 16px;
}




.column1 {
	font-size: 1.2em;
	width: 50%;
	border: 1px solid #999;
	margin-left:40px;
}
.column1 p {
	font-size:1.1em;
}
.column2 {
	font-size: 1.2em;
	width: 50%;
	border: 1px solid #999;
	float:left;
}




/*  style stan's blog on the home page sidebar    */

#right .content #homeblog h2 {
	color:#13537C;
	font-size:1.6em;
	padding-top:15px;
	padding-bottom:10px;
}
#right .content #homeblog h3 {
	font-size:1.8em;
	line-height:1em;
	color: #000;
}
#right .content #homeblog p  {
	padding-bottom: 8px;
	line-height:1.3em;
	color:#333;
}
#right .content #homeblog p.byline  {
	font-size:1em;
	color:#555;
	padding-bottom:6px;
}
#right .content #homeblog ul {
	padding-bottom:8px;	
}
#right .content #homeblog ul li {
	padding-bottom:3px;	
}


/*  style the case study page itemized bullets  */

#left .content ul.casestudy li {
	padding: 3px 15px 3px 3px;
}
#left .content ul.casestudy a {
	font-weight:bold;
}


/*  style the testimonial section   */

#left .content p.testimonial {
	text-align: left;
	margin-top:0; margin-bottom:0;
	padding-bottom:5px;
}
#left .content p.person {
	text-align: left;
	margin-left: 40px;
	margin-top:0;
	margin-bottom: 20px;
}


/* style the campaign faq section  */

#left .content p.faq_question {
	color: #000;
	font-weight:bold;
	padding-top:12px;
}
#left .content p.faq_answer {
	padding-left: 55px;
}

/* style the leadership team section  */

#left .content .leadername {
	
}
#left .content .leaderbg {
	

}




/*   style the current employment openings     */
#right .content h2 {
	padding-top:37px;
	padding-bottom:8px;
	line-height: 1;
}
#right .content .openings p {
	line-height: 1.4em;
	font-size: 1.1em;
	color: #444;
	padding-bottom:12px;
}

#right .content .openings .jobtitle {
	text-transform:uppercase;
	color: #000;
	font-weight:bold;
	font-size:1.2em;
}
#right .content .openings h3 {
	text-transform:uppercase;
	color: #000;
	font-weight:bold;
	font-size:1.3em;
	margin:0;
	padding:0;
	padding-bottom:3px;
}




/*  Contact form    */

#left .content #contact {
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top:0;
	padding:0;
	width:590px;
}



#left .content #contact h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#13538F;
	margin:0;
	padding:12px 0 0 0;
	text-transform:uppercase;
}

#left .content #contact label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	display:block;
	line-height:9px;
	color:#444;
	padding-top:10px;
	margin:0;
	padding-bottom: 2px;
}
#left .content #contact label.desc, #left .content #contact label.descnormal {
	line-height: 150%;
	padding: 10px 0 5px 0;
	border: none;
	color: #222;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}
#left .content #contact label.descnormal {
	font-weight:normal;
}

#left .content #contact label.checkbox {
	line-height: 100%;
	padding: 0;
	padding-bottom: 3px;
	border: none;
	color: #222;
	font-size: 1.2em;
	font-weight: normal;
}

.leftHalf, .rightHalf {
	width: 46% !important;
}

.leftHalf {
	clear: left;
	float: left;
}

.rightHalf {
	clear: none;
	float: right;
	padding-right:12px;
}


.content #contact input.text,
.content #contact textarea.textarea
{
	width:260px;
	padding:2px 1px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background:#FFFFFF url(../images/fieldbg.gif) repeat-x scroll center top;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	color: #000;
}
.content #contact textarea.textarea {
	width: 550px;
	height: 200px;
}

/*  put this field out of sight off the screen    */
.offset {
	position : absolute;
	top : -9000px;
	left : -9000px;
}

	
