/*
  ------------------------------------------------
  CSS modifications by Marisa Design
  www.marisadesign.com
  for Susan Lankton Rivas
  Created: 2009-06-14
  Finalized: 2009-08-28
  ------------------------------------------------
  Colors: 
  #0b0138: Dark blue
  #ffb515: Gold
  #68820b: Green
  #b80013: Red
  
  68820b: links?
  ------------------------------------------------
  Sections: 
  Global
  Layout (from Curvitude by Project Seven Development)
  Content and Typography
  Links and Navigation
  Tables and Forms
  ------------------------------------------------
*/
/********** GLOBAL **********/
html	{ 					/* force scrollbar to prevent page jump */
	min-height: 100%;
	margin-bottom: 1px;
}
img {border: none;}
a {text-decoration: none;}

/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 03: 3 column Hz Nav
  -------------------------------------
*/

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
}
#logo {
	padding: 6px 12px;
}
#navbar {
	margin-bottom: 12px;
	background-image: url(img/p7CRV980HzMen_mid.jpg);
	background-repeat: repeat-y;
	font-size: 0.8em;
	zoom: 1;
}
#navbar_inner {
	background-image: url(img/p7CRV980HzMen_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
}
#navbar_inner2 {
	background-image: url(img/p7CRV980HzMen_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 11px 22px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 514px;
/*	background-image: url(../demo-images/sol.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
	background-position: 22px -78px;*/
}
#c3 {
	width: 234px;
}
/********** CONTENT AND TYPOGRAPHY **********/
#c1 .content {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 16px 28px 16px 34px;
	color: #0b0199;
}
#c1 ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
/*	list-style-image: url(img/checkmark.gif);*/
}
#c1 ul li {
	margin: 1em 0 2em 0;
	padding: 0;
	font-weight: bold;
	background: url(img/checkmark.gif) top left no-repeat;
	padding-left: 1.3em;
}
#c2 .content {
	color: #fff;
	font-size: 0.9em;
	padding: 16px 32px 16px 32px;
	line-height: 1.6em;
}
#c2.home .content {
	text-align: center;
}
#c2 h3 {
	color: #68820b;
	font-style: italic;
}
#c3 .content {
	font-size: 1.1em;
	padding: 16px 36px 16px 26px;
	color: #ffcc33;
	text-align: center;
}
#c3 ul {
	margin: 0;
	padding: 0;
}
#c3 ul li {
	list-style: none;
	padding: 1em 0;
	font-weight: bold;
}
#c3 ul li.first {
	border: 1px solid #ffb515;
	padding: 5px;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
h3 {
	font-size: 1.2em;
}
.highlight {
	font-size: 1.4em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
	text-align: center;
}
#footercontent ul.menulist li {
	font-size: 1.2em;
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}
.first {
	padding-left: 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/********** LINKS AND NAVIGATION **********/

/*Default Links - Applies to the Main Content Column*/
.content a, .content a:link {
	color: #ffb515;
}
.content a:visited {
	color: #ffb515;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Right Sidebar Links*/
#c3 a:link {
	color: #ffb515;
}
#c3 a:visited {
	color: #ffb515;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #ffb515;
	text-decoration: underline;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #b80013;
	font-weight: bold;
	font-variant: small-caps;
}

/********** TABLES AND FORMS **********/
table #people-strategy {
	width: 100%;
	text-align: center;
	cell-padding: 0;
	cell-spacing: 0;
}
.title {
	background-color: #9bbb59;
	border-top: #fff solid 2px;
	border-left: #fff solid 2px;
	border-right: #fff solid 2px;
	color: #0b0138;
}
.description {
	padding: 2px;
	background-color: #d7e2c6;
	color: #0b0138;
	line-height: 1.2em;
}