/* ie6 png fix */
img, div { behavior: url(images/iepngfix.htc) }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin : 0; 
	padding : 0; 
	border : 0; 
	outline : 0; 
	vertical-align : baseline; 
	background : transparent; 
} 

body { 
	line-height : 1; 
} 

ol, ul { 
	list-style : none; 
} 

:focus { 
	outline : 0; 
} 

ins { 
	text-decoration : none; 
} 

del { 
	text-decoration : line-through; 
} 

table { 
	border-collapse : collapse; 
	border-spacing : 0; 
} 

/* List */
#list {
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.6em;
	color : #595c55; 
	text-align: left;
	list-style: circle;
	margin: -10px 0 10px 90px;
}

#list li {
	line-height: 2.5em;
}

#list li a {
	color : #687758; 
}

#list li a:hover {
	text-decoration: none;
}

/* colored fonts */
.orangeFont {
	color: #f58026;
}

.greenFont {
	color: #5d9732;
}

.bold {
	font-weight: bold;
}


/* core css */
body { 

	font-size : 62.5%; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color : #ebf2e4; 
	color: #595c55;
	height : 100%; 
} 

div#nav 
{
    margin-top:30px; 
    display:none;   
}

div#nav ul
{
}

div#nav ul li
{
    display:moz-inline-box;
    display:inline;
    float:left;
    background:url('images/menuButton.gif') left top no-repeat transparent;
    width:127px;
    height:63px;
    padding:1em 0 0 0;
    margin:0 0.3em;
}

div#nav ul li a
{
    color:#595c55;
    font-size:1.6em;
    font-weight:bold;
    text-decoration:none;
    display:moz-inline-box;
    display:inline-block;
    display:block;
    width:127px;
    height:50px;
    vertical-align:middle;
    padding:0;
    margin:0;
}

div#nav ul ul li
{
    display:block;
    float:none;
    background-image:none;
    height:auto;
}

div#nav ul ul li a
{
    color:#f8992d;
    font-size:1.1em;
    font-weight:normal;
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    display:inline;
    line-height:normal;
}

#pureCause_left {
	float: left;
	width: 58px;
	height: 670px;
	margin-top: 20px;
	background : url(images/pureCauseEffect_left.png) no-repeat top left;
}

#pureCause_right {
	float: right;
	width: 58px;
	height: 670px;
	margin-top: 20px;
	background : url(images/pureCauseEffect_right.png) no-repeat top right;
}

#main {
	margin: 0 auto;
}

#container {
	margin: 0 auto;
	width: 700px;
}

#header {
	margin: 0 auto;
	width: 700px;
	height: 98px;
	margin: 20px 0 0 0;
	text-align:center;
	/*background : url(images/rippe_keane_logo.png) no-repeat top center;*/
}

#flNav {
	margin: 0 auto;
	margin-top: -20px;
	width: 700px;
	height: 300px;
	text-align: center;
}

#plateContainer {
	margin: 0 auto;
	margin-top: -20px;
	width: 696px;
	height: 100%;
}

#plateTop {
	width: 695px;
	height: 75px;
	background : url(images/plateTop.png) no-repeat top center;
}

#plateMid {
	width: 695px;
	padding-bottom: 20px;
	background : url(images/plateMid.png) repeat-y top center;
	display: table;
}

#plateBottom {
	width: 695px;
	height: 66px;
	background : url(images/plateBottom.png) no-repeat top center;
}

#plateBottom_addy {
	width: 695px;
	height: 66px;
	background : url(images/plateBottom_addy.png) no-repeat top center;
}

#plateBottom_addyWave {
	width: 695px;
	height: 66px;
	background : url(images/plateBottom_addyWave.png) no-repeat top center;
}

/* headings */
#plateTop h2 {
	font: 2.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color : #e98339; 
	text-align: right;
	padding: 25px 50px 0 0;
}

h4 {
	font: 1.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color : #e98339; 
	text-align: right;
	padding: 0px 40px 0 0;
}

h3 {
	font: 1.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color : #687758; 
	text-align: left;
	padding: 0 0 15px 60px;
}
/* end headings */


#plateMid p {
	width: 560px;
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.8em;
	color : #595c55; 
	text-align: left;
	padding: 0px 20px 20px 20px;
	margin: 0 40px 0 40px;
}

#leftCol {
	float: left;
	width: 400px;
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.8em;
	color : #595c55; 
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 0 0 40px;
}

#rightCol {
	float: right;
	width: 210px;
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.8em;
	color : #595c55; 
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 40px 0 0;
}

#wideCol {
	float: left;
	width: 610px;
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.8em;
	color : #595c55; 
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 0 0 50px;
}

#wideCol-staff {
	float: left;
	width: 590px;
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.8em;
	color : #595c55; 
	text-align: left;
	padding: 10px 0 0 20px;
	margin: 0 0 0 40px;
}

#clientLogos {
	width: 600px;
	padding:0;
	margin: 0 0 0 40px;
}

#clientLogos img {
	margin: 20px 13px;
}

/* video icons */
#videoIcons img {
	padding: 12px 5px 0 5px;
}


/* addy award */
#addyAward {
	background : url(images/addyAward.png) no-repeat top left;
	width:40px;
	height:51px;
	position: absolute;
	margin: -8px 0 0 0px;
}

/* wave award */
#waveAward {
	background : url(images/waveAward.png) no-repeat top left;
	width:63px;
	height:23px;
	position: absolute;
	margin: -1px 0 0 0px;
}

/* Opportunity Listing */

#opp_listing{

}

.opp_listing_dash {
	width:90%;
	margin-left:30px;
	margin-bottom:30px;
	border-bottom:3px solid #d2d9ca;
}

/* End Opportunity Listing */

/* Staff Gallery */
#galleryItem {
	float:left;
	padding: 0 0 30px 0;
	margin:0;
	height: 120px;
}

#galleryItem span {
	display:block;
	padding:2px 0;
	margin: -10px 0 0 0;
	text-align:center;
}

.staffName {
	line-height: 1.2em;
}

/* End Staff Gallery */


#footerContainer {
	margin: 0 auto;
	margin-top: 0px;
	padding-bottom: 50px;
	width: 700px;
	text-align: center;
}

#footer {
	width: 700px;
	font: 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.8em;
	color : #7b7f75; 
	text-align: center;
	padding: 10px 0 0 0;
	
}

.footerEmail {
	text-decoration: none;
	color: #7b7f75;
}

.footerEmail:hover {
	text-decoration: none;
	color: #7b7f75;
}

#ghostText {
	display: none;
}

/* Sections, Dividers */
.lowerUL {
	border-bottom: 1px solid #fff;
}