/*
* site_style.css -- styles for Ritz Holman Website
* bhw 04-05-2009
*/

/*
* SITE STRUCTURE AND FRAME
*/

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #6d6d6d;
 
 margin: 0;
 padding: 0;
 
 background-image: url(../img/frame_main_background.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 background-color: #027ca2;
 letter-spacing: .02em;
}



#page-wrapper {
	width: 916px;
	
	margin: auto;
	padding: 0;
	
	position: relative;
}



#outside-header {
	width: 900px;
	height: 23px;
	
	margin: 10px;
	
	position: relative;
}

#outside-header a img{
	border: none;
}

#client-login {
	/* get rid of any margin/padding associated w/ form (looking at you, ie 6) */
	margin: 0;
	padding: 0;
}
#client-login .field {
	width: 152px;
	height: 19px;
	
	color: #bebebe;
	
	margin: 0;
	padding: 2px 0 0 5px;
	
	border: 2px solid #99c2d0;
}

#content-wrapper {
	width: 900px; /* 916px w/ 8px padding on left and right */
	
	margin: auto;
	padding: 0 8px 0 8px;
	
	background-image: url(../img/frame_content_vert_bkgnd.png);
	background-position: top left;
	background-repeat: repeat-y;
	
	/* DO NOT, UNDER ANY CIRCUMSTANCES, ASSIGN A POSITION TO CONTENT-WRAPPER -- IT WILL BREAK LINKS IN IE6 */
}

#content-bkgnd-wrapper {
	margin: 0;
	padding: 0;
	width: 900px;
	
	background-image: url(../img/frame_c_bottom_background.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	
	position: relative;
}

#inside-header {
	height: 115px;
	
	background-image: url(../img/frame-header-bkgnd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

#page-corner {
	color: #ffffff;
	
	font-family: "Times New Roman", serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;	
	
	padding: 5px 0 0 15px;
	
	position: relative;
	
	letter-spacing: .1em;
}

#page-logo {
	width: 189px;
	height: 47px;
	
	top: 20px;
	left: 690px;
	
	margin: 0;
	padding: 0;
	
	position: absolute;
	z-index: 100;
}

#top-navigation {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-align: center;
	z-index: 101;
}

#top-navigation ul {
	margin: 60px 0 0 0;
	padding: 0;
	list-style: none;
}

.mainNav {
	display: inline;
	padding: 12px 15px 12px 0;
}



#top-navigation ul li a {
	color: #027da2;
	padding-left: 10px; /* padding for active nav arrow image */
	text-decoration: none;
			background: url("../img/frame_nav_active_icon.gif") no-repeat center left;
}



#top-banner-image {
	margin: 0;
	padding: 0;
	display: block;
} 

#content-body {
  /* begin min height fast hack for ie6 -- if the content body height breaks in any browsers, look here first */
  min-height:300px;
  height:auto !important;
  height:300px;
  /* end min height fast hack for ie6 */
  
  margin: 0;
  padding: 0;
  padding-right: 10px;
  
  position: relative;
}

#content-body a {
	text-decoration: none;
	color: #027da2;
}

#content-body a:hover {
	text-decoration: underline;	
}

#content-body object {
		width: 900px;
		height: 398px;
		padding: 0px;
		margin: 0px;
}

#content-sidebar {
	width: 209px;
	
	margin: 0;
	padding: 30px 0 0 10px;
	
	float: left;
}

#content-sidebar a img {
	border: 0px;
}

#content-sidebar p {
	font-weight: bold;
	text-align: center;
}

#content-right-column {
	width: 640px;
	
	margin: 0;
	padding: 30px 0 0 20px;
	float: left;
}

#content-right-column h1 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	color: #006989;
}

#content-orange-footer {
	width: 100%;
	height: 10px;
	
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	
	background-color: #f38d1f;
	
	clear: both;
}

#outside-footer{
	margin: 0 0 50px 0;
	padding: 0;
}

#image-navigation {
	margin: 15px 0 0 0;
	padding: 0;
	
	text-align: center;
}

#image-navigation a {
	text-decoration: none;
}


#image-navigation a img{
	border-style: none;
}

#fp_image-navigation {
	margin: 0;
	padding: 0;
	text-align: center;
}

#fp_image-navigation a {
	text-decoration: none;
}


#fp_image-navigation a img{
	border-style: none;
}

#outside-footer .pipe-list {
	margin: 15px 0 0 0;
	padding: 0;
	
	list-style: none;
	text-align: center;
}

#outside-footer .pipe-list li {
	display: inline;
	
	padding: 0 10px 0 10px;
	
	font-size: 12px;
	
	color: #ffffff;
	
	border-left: 1px solid #ffffff;
}

#outside-footer .pipe-list li a {
	text-decoration: none;
	color: #ffffff;
}

#outside-footer .pipe-list li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

h1.bio-title {
	font-size: 14px;
	font-style: italic;
	margin-top: 2px;
	color: #f38d1f;
}

h1.bio-name {
	font-size: 18px;
	font-style: italic;
	margin:0px;
	color: #f38d1f;
}

h1.career-title {
	font-size: 14px;
	font-style: italic;
	margin-top: 2px;
	color: #f38d1f;
}

h1.career-name {
	font-size: 18px;
	font-style: italic;
	margin:0px;
	color: #f38d1f;
}

h2.career-subhead {
	color: #027da2;
	font-size:14px;
}

p.quote {
	margin-top: 30px;

	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	
	color: #006989;
}

ul.leaf-list {
	list-style-image: url(../img/bullet-leaf-icon.gif);
	list-style-position: outside;
	font-weight: bold;
	font-style: italic;
	line-height: 1.6;
}

.add-sidebar {
	background-image: url(../img/frame-sidebar-bkgnd.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	
	padding-bottom: 50px !important; /* level-2 sidebar pages should have some padding at the bottom of the page */
}


.clear-div {
	width: 100%;
	height: 1px;
	
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	
	clear: both;
}

.newspost .title {
	font-size: 18px;	
}

.careerpost .jobtitle {
	font-size: 18px;
}

.careerpost .header {
	font-size: 16px;
}

.calendar .title {
	font-size: 18px;
	padding-bottom: .5em;
}

.calendar .datetime {
	font-size: 14px;
}

.calendar .location {
	font-size: 14px;
	margin-bottom: .5em;
}

.calendar {border-bottom: 1px solid orange;
	padding-bottom: 1em;
	margin-bottom: 30px;
}

#content-sidebar {
color: #027DA2;
font-size: 14px;
}

#content-sidebar a {
color: #027DA2;
font-size: 14px;
}

#content-right-column .career_title {
	font-size: 18px;
}

#content-right-column .career_text {
	font-size: 14px;
}

#content-right-column .contact_title {
	font-size: 18px;
}

#content-right-column .contact_text {
	font-size: 14px;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float: left;	
	margin: auto;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/img/left.png) no-repeat;
	float:left;
	margin:48px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/img/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:450px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	


/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 840px;	 
	height:120px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:50px;	
}



/* single item */
#thumbs div {
	float:left;
	width:240px;
	height:120px;
	color:#fff;
	cursor:pointer;
}

/* style when mouse is over the item 
#thumbs div.hover {
	background-color:#444;	
}
*/
/* style when element is active (clicked) */
#thumbs div.active {
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}

#dean-goetter-bkgnd {
	background-image: url(/img/dean.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}

#andrew-holman-bkgnd {
	background-image: url(/img/andy.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}

#darci-middaugh-bkgnd {
	background-image: url(/img/darci.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}

#katy-sommer-bkgnd {
	background-image: url(/img/katy.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}

#tricia-knight-bkgnd {
	background-image: url(/img/tricia.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}

#william-mayer-bkgnd {
	background-image: url(/img/will.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}
#matt-rios-bkgnd {
	background-image: url(/img/rios.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}

#accountants {
	margin: 30px 0 0 0;
	padding: 0 10px 75px 35px;
}

#accountantlist {
	margin: 30px 0 0 0;
	padding: 0 10px 75px 35px;
}

#accountantlist h1 {

	color: #027da2;
}

#accountantlist a {
	text-decoration: none;
	color: #027da2;
	line-height: 1.5;
}

#accountantlist a:hover {
	text-decoration: underline;
}

#accountants a {
	text-decoration: none;
	color: #027da2;
}

#accountants a:hover {
	text-decoration: underline;
}

#careerlist {
	margin: 30px 0 0 0;
	padding: 0 10px 75px 35px;
}

#careerwaitbox {
	margin: 30px 0 0 0;
	padding: 0 10px 35px 35px;
}

#careerwaitbox ul {
	line-height: 2;
}

h1.career-wait {
	color: #027da2;
}

#careerlist h1 {

	color: #027da2;
}

#careerlist a {
	text-decoration: none;
	color: #027da2;
}

#careerlist a:hover {
	text-decoration: underline;
}

#career1-bkgnd {
	background-image: url(/img/matt.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
	min-height: 320px;
}

#career2-bkgnd {
	background-image: url(/img/kelly.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}

#career3-bkgnd {
	background-image: url(/img/greta.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}
#career4-bkgnd {
	background-image: url(/img/rios.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}
#career5-bkgnd {
	background-image: url(/img/megan.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
	min-height: 390px;
}

#career6-bkgnd {
	background-image: url(/img/katy.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	padding: 0 10px 75px 350px;
}

#content-right-column form label {
	display: block;
	float: left;
	width: 10em;
}

#content-right-column form input {
	margin-bottom: 5px;
}

.linknext {
	float: right;
	font-size: 16px;
	}
	
.linknext img {
	border: 0px;
}
	
.linkprev {
	float: left;
	font-size: 16px;
	}
	
.linkprev img {
	border: 0px;
}

#people_col_left {
	float: left;
	width: 400px;
	margin-left: 50px;
}

#people_col_right {
	float: right;
	width: 400px;
}

.dropdownList {
	position: absolute;
	display: none;
	padding: 5px 0 5px 0;
}
.dropdownList li {
	list-style: none;
	background-color: #fdfefe;
	padding: 4px 0 4px 10px;
	width: 220px;
	display: block;
	text-align: left;
}
.dropdownList li a {
	font-size: 14px;
	font-weight: bold;
	color: #027DA2;
	text-decoration: none;
	display: block;
}

img.gallery {padding: 3px;
	border: 1px solid orange;
}
