/*
	CSS "global" page for the modified Joomla look ("2")
	Copyright (c) 2009-2010 Joseph K. Licht.
	All rights reserved.
*/

body {
	margin: 0;
	padding: 0;
	background-color: #D7DBD8; /* very light grey matches background image */
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
	color: #FFFFFF;
}

#wrapper { 
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(grafix/backgrnd.jpg) scroll left top;
}

#page {
	width: 960px;
	margin: auto;
	text-align: left;
}

.container {
	background: #FFFFFF;
	margin: 0; 
	float: left;
	display: inline;
	width: 960px; 
}

a {  /* 	The ORDER of the "a:" is important (use link, visited, hover, active) */
	text-decoration: none;
	color: #4f7ba4;
    outline: none;
}

a:hover {
	text-decoration: underline;
	color: #0B2A4C;
}

img {
	border: none;
}

div, p {
	font-size: 1em;
	color: #2c2c2c;
}

h1, h2, h3, h4, cite {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
    text-transform:lowercase;
    font-weight:normal;
}

p {
	padding: 0;
	margin: 0 0 1em 0; /* top right bottom left */
   	line-height: 1.5em;
}

h1, h2 {
	margin-top: 20px;
	letter-spacing: -1px;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	color: #606060;
	font-size: 1.1em;
	margin-top: 30px;
	letter-spacing: -.03em;
	margin-bottom: 10px;
}

h4 {
	color: #0B2A4C;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
 
img.kodak {
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
	border: 2px solid #0B2A4C;
	padding: 0px;
}

.bigital {
    font-size: 1.1em;
    font-style: italic;
}

/*-------- Header [BEGIN] --------*/

.header {
	border-bottom: 2px solid #b9cadb;
}

.header .logo {
	padding: 15px 0pt 0px 15px; /* top right bottom left */
}

cite {
   	font-size: .9em;
    font-weight:normal;
/*    font-variant: normal; */
    text-transform: none;
    font-style:normal;
    color: #1C07B5; /* medium blue - same as RB logo lettering */
}

.logo p {
	margin: -1.9em 0 1.5em 250px; /* top right bottom left */
}

/*-------- Header [END] --------*/

#subFeaturedArea {
  border-top: 2px solid #b9cadb;
  border-bottom: 4px solid #b9cadb;
  height: 120px;
  padding: 0;
  margin: 0;
}

#subFeaturedArea p {
  color: #FFFFFF;
  font-size: 1em;
  font-weight:bold;
  letter-spacing:normal;
  text-indent: -8px;
  padding: 25px 35px 0 43px;
}

.content {
	padding-bottom: 30px;
	float: left;
	width: 100%;
}

.content h1, 
.content h2 {
	color: #FC8F30;
	border-bottom: 1px solid #b9cadb;
	margin-bottom: 17px;
}

.left-col {
	float: left;
	width: 615px;
	margin-left: 25px;
	display: inline;
	line-height: 120%;
}

.right-col {
    position: relative;  /* MUST use relative in order for children (dBadge) to use absolute */ 
	float: right;
	width: 237px;
	margin-right: 24px;
	display: inline;
	line-height: 120%;
}

.navmenu {
	margin: 0;
	padding: 0;
	list-style: none;
    line-height: 1.7em;
    font-size: .8em;
}

li.navGCal {  /*internal link */
    padding-left: 21px; /* space away from bullet graphic */
   	background: url(grafix/cup.png) no-repeat left 50%; /* calendar_link.png not so hot looking */
}

li.navHere {  /* active link - i am here */
    padding-left: 21px; /* space away from bullet graphic */
   	background: url(grafix/cup_go.png) no-repeat left 50%;
    color: #4f7ba4; /* #4f7ba4 meduim blue, #606060 dark gray, #BBBBBB light gray */
}

li.navLink {  /*internal link */
    padding-left: 21px; /* space away from bullet graphic */
   	background: url(grafix/cup.png) no-repeat left 50%;
}

/* us this to override link color
.in-roundBox li.navLink a {
    color: #FFFFFF;
} */

li.navlOut {  /* external link */
    padding-left: 21px; /* space away from bullet graphic */
   	background: url(grafix/cup_link.png) no-repeat left 50%;
}

li.navmenunop {  /* non-operational link */
    padding-left: 21px; /* space away from bullet graphic */
   	background: url(grafix/cup_error.png) no-repeat left 50%;
}

.right-col a img.dBadge {
    position: absolute;
    left: 11em;         /* meet cands 9em */
    top: -1em;          /* meet cands -2em*/     
}

.txtframe h3 {
	margin-top: 0;
}

div.txtframe {
    width:580px; /* do not specify height as it makes IE double the scroll bars */
    overflow:auto;
}

div.in_txtframe {
    width:690px;
    background:#FFFFFF;
}

/*-------- roundBox [BEGIN] --------*/
/* code generated courtesy of www.spiffycorners.com */
    
.roundBox{display:block}
.roundBox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#AAF5AC}
.roundBox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #dafadb;
  border-right:1px solid #dafadb;
  background:#bff7c0}
.roundBox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f6fef6;
  border-right:1px solid #f6fef6;
  background:#baf6bb}
.roundBox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #baf6bb;
  border-right:1px solid #baf6bb;}
.roundBox4{
  border-left:1px solid #dafadb;
  border-right:1px solid #dafadb}
.roundBox5{
  border-left:1px solid #bff7c0;
  border-right:1px solid #bff7c0}
.in-roundBox{
  background:#AAF5AC}

.in-roundBox{
  padding-left: 15px;
  padding-bottom: 15px;
}
.in-roundBox h3 {
  margin-top: 0;
  padding-top: 10px;
}

/*-------- Footer [BEGIN] --------*/
    
#footerInfo {
    background-image: url(grafix/backgrnd.jpg);
	float: left; 
	width: 100%; 
	text-align: left;
}

#footerInfo ul {
	float: left;
	padding: 15px 0px 15px 0px;    
	margin: 0 0 0 3px;
	list-style: none;
}

#footerInfo ul li {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;    
	color: #7F677D;
	font-size: 0.6em;
}

/*-------- Footer [END] --------*/

.vis-clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

