/* Eric Meyer's CSS Reset*/

/* v1.0 | 20080212 */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==== end RESET ====*/

/*==== Eric Meyer's DIAGNOSTIC CSS ====*/
/*
div:empty, span:empty,
li:empty, p:empty,
td:empty, th:empty {padding: 0.5em; background: yellow;}

*[style], font, center {outline: 5px solid red;}
*[class=""], *[id=""] {outline: 5px dotted red;}

img[alt=""] {border: 3px dotted red;}
img:not([alt]) {border: 5px solid red;}
img[title=""] {outline: 3px dotted fuchsia;}
img:not([title]) {outline: 5px solid fuchsia;}

table:not([summary]) {outline: 5px solid red;}
table[summary=""] {outline: 3px dotted red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}

a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
/*
/*==== end DIAGNOSTIC ====*/


/*=== clearfix ===*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

/*=== end clearfix ==*/

/*=== SIFR ===*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

h2#intro_header {
	height:41px;
}

h2#body_header {
	height:29px;
	margin-bottom:1.5em;
}

h3 {
	height:24px;
}

.sIFR-hasFlash h2#intro_header {visibility: hidden;}
.sIFR-hasFlash h2#body_header {visibility: hidden;}

.sIFR-hasFlash h3 {visibility: hidden;}

/*
.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/

/*=== end SIFR ===*/

body {
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	background:#ffffff url(../images/juno_bg_pattern.jpg) repeat 0em 0em;
	text-align:center;
}

div.wrapper {
	background:transparent url(../images/wrapper_bg.jpg) repeat-x scroll center bottom;
	margin:0.2em auto 0;
	padding-bottom:50px;
	text-align:left;
	width:91.1em;
}

div.content_wrapper {
	padding:0em 2em 0em 2em;
	background:#ffffff url(../images/juno_bodyshadow_left.jpg) repeat-y scroll -93px 0;
	width:87.4em;
}

div.content {
	background:transparent url(../images/juno_bodyshadow_right.jpg) repeat-y scroll 84em 0px;
	padding:2em 0em 2em 0em;
	width:98.9em;
/*
	display:block;
	background:#ffffff none;
	width:87.4em;
	padding:2em;
*/
}

div.footer_wrapper {
	background:#c6c6bd url(../images/juno_footershadow_left.jpg) repeat-y scroll -93px 0;
	width:90.9em;
}

div.footer {
	background:transparent url(../images/juno_footershadow_right.jpg) repeat-y scroll 85.3em 0;
	margin-left:0.7em;
	padding:1.2em 10.9em 2.1em 1.9em;
	width:87.5em;
}

.type {
	text-indent: -1234em;
	letter-spacing:-100em;
	display:block;
}

a {color:#565656;}

div.body_copy a {font-size:1.25em;display:block;clear:both;}

div.body_copy p a {font-size:1em;display:inline;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Adobe Garamond", "ITC Garamond", Garamond, Georgia, serif;
}

img.logo {
	display:block;
	clear:both;
	margin:2em 0em 1em 0em;
}

h2 {
	font-size:2.4em;
	display:block;
	clear:both;
	color:#565656;
}


h3,
h4 {
	display:block;
	clear:both;
	color:#565656;
	font-size:1.8em;
	margin:1.5em 0em .2em 0em;
	font-weight:normal;
}


strong {color:#565656;}

div.internal div.splash {margin-bottom:4.6em;}

h1#juno_logo a{
	display:block;
	background:transparent url(../images/juno_logo_big.jpg) no-repeat 0px 0px;
	text-indent:-9999px;
	height:4.7em;
	width:90em;
	margin-left:0.6em;
}

h1#juno_logo img {
	height:4.7em;
	width:90em;
	margin-left:0.6em;
}

ul.nav {
	display:block;
	clear:both;

}

ul.nav li {
	display:block;
	float:left;
}

ul#main_nav {
	margin:0em 0em 4.6em 0em;
}

ul#main_nav li {
	height:69px;
	width:166px;
	padding:4px;
	background:#ffffff none;
	border-top:#babab6 0.1em solid;
	border-bottom:#babab6 0.1em solid;
	border-left:#babab6 0.1em solid;	
	text-align:center;
}

ul#main_nav li a {
	display:block;
	height:69px;
	width:166px;
	background:#f0f0e4 none;
}

ul#main_nav li.last {border-right:#babab6 0.1em solid;}

ul#main_nav li a.type {
}

ul#main_nav li a#about_juno {background:#f1f0dc url(../images/navigation/about_juno.gif) no-repeat 0px 0px;}
ul#main_nav li a#management {background:#f1f0dc url(../images/navigation/management.gif) no-repeat 0px 0px;}
ul#main_nav li a#portfolio {background:#f3f3e9 url(../images/navigation/portfolio.gif) no-repeat 0px 0px;} 
ul#main_nav li a#investors {background:#f3f3e9 url(../images/navigation/investors.gif) no-repeat 0px 0px;}
ul#main_nav li a#business_proposals {background:#f3f3e9 url(../images/navigation/business_proposals.gif) no-repeat 0px 0px;}

ul#main_nav li a#about_juno:hover {background:#f1f0dc url(../images/navigation/about_juno.gif) no-repeat 0px -69px;}
ul#main_nav li a#management:hover {background:#f1f0dc url(../images/navigation/management.gif) no-repeat 0px -69px;}
ul#main_nav li a#portfolio:hover {background:#f3f3e9 url(../images/navigation/portfolio.gif) no-repeat 0px -69px;} 
ul#main_nav li a#investors:hover {background:#f3f3e9 url(../images/navigation/investors.gif) no-repeat 0px -69px;}
ul#main_nav li a#business_proposals:hover {background:#f3f3e9 url(../images/navigation/business_proposals.gif) no-repeat 0px -69px;}


ul#main_nav li a#about_juno.selected {background:#94948c url(../images/navigation/about_juno_on.gif) no-repeat center;}
ul#main_nav li a#management.selected {background:#94948c url(../images/navigation/management_on.gif) no-repeat center;}
ul#main_nav li a#portfolio.selected {background:#94948c url(../images/navigation/portfolio_on.gif) no-repeat center;} 
ul#main_nav li a#investors.selected {background:#94948c url(../images/navigation/investors_on.gif) no-repeat center;}
ul#main_nav li a#business_proposals.selected {background:#94948c url(../images/navigation/business_proposals_on.gif) no-repeat center;}

ul#utility_nav {
	font-family:geneva, arial, helvetica, sans-serif;
	color:#565656;
}

ul#utility_nav li {margin:0em 3.3em 0em 0em;}

ul#utility_nav li a {
	text-decoration:none;
	color:#565656;
	font-weight:bold;
}

ul#utility_nav li a:hover {
	text-decoration:underline;
}

div.link_btn,
ul#secondary_nav li.current_page{
	border:#babab6 0.1em solid;
	padding:0.4em;
	width:14.8em;
	margin-bottom:0.6em;
}


h2#firm_profile {
	width:14em;
	height:2.5em;
	/*
	background:#94948c url(../images/navigation/firm_profile.gif) no-repeat 0.5em 0em;
*/
}

div.link_btn {
	margin-bottom:2.5em;
}

img.flash_backup {display:none;}

div.link_btn a {
	display:block;
	font-family:"ITC Garamond", garamond, Georgia, Times New Roman, serif;
	background:#94948c none;
	color:#ffffff;
	font-size:1.4em;
	text-decoration:none;
	padding:0.5em;
}

ul.link_list {
	margin-left:0;
	margin-top:1.5em;
}

ul.link_list li {
	font-size:1.25em;
	color:#000000;
	margin-bottom:0.8em;	
}

ul.link_list li a {
	color:#565656;
	text-decoration:none;	
}

ul#secondary_nav {
	margin-left:1em;
}

div.body_copy ul#secondary_nav {
	margin-left:0em;
	margin-top:3em;
	font-size:1em;
}
div.body_copy ul#secondary_nav li {margin-left:1em;}
div.body_copy ul#secondary_nav li.current_page {margin-left:0em;margin-bottom:1em;margin-top:3em;}

div.body_copy ul#secondary_nav li a {font-size:1em;}

ul#secondary_nav li a {
	width:148px;
	height:2.3em;
	margin-bottom:1.2em;
} 


ul#secondary_nav li.current_page a {margin-bottom:0em;}

ul#secondary_nav li a#firm_profile {background:#ffffff url(../images/secondary_nav/firm_profile_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#our_vision {background:#ffffff url(../images/secondary_nav/our_vision_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#juno_advantage {background:#ffffff url(../images/secondary_nav/juno_advantage_off.gif) no-repeat 0em 0em;}

ul#secondary_nav li a#james_haber {background:#ffffff url(../images/secondary_nav/james_haber_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#mox_tan {background:#ffffff url(../images/secondary_nav/mox_tan_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#john_huber {background:#ffffff url(../images/secondary_nav/john_huber_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#phil_kampf {background:#ffffff url(../images/secondary_nav/phil_kampf_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#mike_lyon {background:#ffffff url(../images/secondary_nav/mike_lyon_off.gif) no-repeat 0em 0em;}

ul#secondary_nav li a#ao_precision {
	background:#ffffff url(../images/secondary_nav/ao_precision_off.gif) no-repeat 0em 0em;
	height:3.7em;
}
ul#secondary_nav li a#galion {background:#ffffff url(../images/secondary_nav/galion_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#optim_inc {background:#ffffff url(../images/secondary_nav/optim_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#pdm_bridge {background:#ffffff url(../images/secondary_nav/pdm_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#southeast_metal {
	background:#ffffff url(../images/secondary_nav/southeaster_metal_off.gif) no-repeat 0em 0em;
	height:3.7em;
}

ul#secondary_nav li a#affiliates {background:#ffffff url(../images/secondary_nav/affiliates_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#intermediaries {background:#ffffff url(../images/secondary_nav/intermediaries_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#owners {
	background:#ffffff url(../images/secondary_nav/owners_off.gif) no-repeat 0em 0em;
	height:3.7em;
}


ul#secondary_nav li a#strategy {background:#ffffff url(../images/secondary_nav/strategy_off.gif) no-repeat 0px 0em;}
ul#secondary_nav li a#contact_info {background:#ffffff url(../images/secondary_nav/contact_info_off.gif) no-repeat 0px 0em;}
ul#secondary_nav li a#investor_info {background:#ffffff url(../images/secondary_nav/investor_info_off.gif) no-repeat 0px 0em;}
ul#secondary_nav li a#careers {background:#ffffff url(../images/secondary_nav/careers_off.gif) no-repeat 0px 0em;}

/*hover*/

ul#secondary_nav li a#strategy:hover {background:#ffffff url(../images/secondary_nav/strategy_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#contact_info:hover {background:#ffffff url(../images/secondary_nav/contact_info_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#investor_info:hover {background:#ffffff url(../images/secondary_nav/investor_info_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#careers:hover {background:#ffffff url(../images/secondary_nav/careers_off.gif) no-repeat -150px 0em;}

ul#secondary_nav li a#firm_profile:hover {background:#ffffff url(../images/secondary_nav/firm_profile_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#our_vision:hover {background:#ffffff url(../images/secondary_nav/our_vision_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#juno_advantage:hover {background:#ffffff url(../images/secondary_nav/juno_advantage_off.gif) no-repeat -150px 0em;}

ul#secondary_nav li a#james_haber:hover {background:#ffffff url(../images/secondary_nav/james_haber_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#mox_tan:hover {background:#ffffff url(../images/secondary_nav/mox_tan_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#john_huber:hover {background:#ffffff url(../images/secondary_nav/john_huber_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#phil_kampf:hover {background:#ffffff url(../images/secondary_nav/phil_kampf_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#mike_lyon:hover {background:#ffffff url(../images/secondary_nav/mike_lyon_off.gif) no-repeat -150px 0em;}

ul#secondary_nav li a#ao_precision:hover {
	background:#ffffff url(../images/secondary_nav/ao_precision_off.gif) no-repeat -150px 0em;
	height:3.7em;
}
ul#secondary_nav li a#galion:hover {background:#ffffff url(../images/secondary_nav/galion_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#optim_inc:hover {background:#ffffff url(../images/secondary_nav/optim_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#pdm_bridge:hover {background:#ffffff url(../images/secondary_nav/pdm_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#southeast_metal:hover {
	background:#ffffff url(../images/secondary_nav/southeaster_metal_off.gif) no-repeat -150px 0em;
	height:3.7em;
}

ul#secondary_nav li a#affiliates:hover {background:#ffffff url(../images/secondary_nav/affiliates_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#intermediaries:hover {background:#ffffff url(../images/secondary_nav/intermediaries_off.gif) no-repeat -150px 0em;}
ul#secondary_nav li a#owners:hover {
	background:#ffffff url(../images/secondary_nav/owners_off.gif) no-repeat -150px 0em;
	height:3.7em;
}

div.page_firm_profile ul#secondary_nav li a#firm_profile {background:#94948c url(../images/secondary_nav/firm_profile_on.gif) no-repeat 0em center;}
div.page_our_vision ul#secondary_nav li a#our_vision {background:#94948c url(../images/secondary_nav/our_vision_on.gif) no-repeat 0em center;}
div.page_juno_advantage ul#secondary_nav li a#juno_advantage {background:#94948c url(../images/secondary_nav/juno_advantage_on.gif) no-repeat 0em center;}


div.page_james_haber ul#secondary_nav li a#james_haber {background:#94948c url(../images/secondary_nav/james_haber_on.gif) no-repeat 0em center;}
div.page_mox_tan ul#secondary_nav li a#mox_tan {background:#94948c url(../images/secondary_nav/mox_tan_on.gif) no-repeat 0em center;}
div.page_john_huber ul#secondary_nav li a#john_huber {background:#94948c url(../images/secondary_nav/john_huber_on.gif) no-repeat 0em center;}
div.page_phil_kampf ul#secondary_nav li a#phil_kampf {background:#94948c url(../images/secondary_nav/phil_kampf_on.gif) no-repeat 0em center;}
div.page_mike_lyon ul#secondary_nav li a#mike_lyon {background:#94948c url(../images/secondary_nav/mike_lyon_on.gif) no-repeat 0em center;}


div.page_ao_precision ul#secondary_nav li a#ao_precision {background:#94948c url(../images/secondary_nav/ao_precision_on.gif) no-repeat 0em center;}
div.page_galion ul#secondary_nav li a#galion {background:#94948c url(../images/secondary_nav/galion_on.gif) no-repeat 0em center;}
div.page_optim_inc ul#secondary_nav li a#optim_inc {background:#94948c url(../images/secondary_nav/optim_on.gif) no-repeat 0em center;}
div.page_pdm_bridge ul#secondary_nav li a#pdm_bridge {background:#94948c url(../images/secondary_nav/pdm_on.gif) no-repeat 0em center;}
div.page_southeast_metal ul#secondary_nav li a#southeast_metal {background:#94948c url(../images/secondary_nav/southeaster_metal_on.gif) no-repeat 0em center;}
div.page_affiliates ul#secondary_nav li a#affiliates {background:#94948c url(../images/secondary_nav/affiliates_on.gif) no-repeat 0em center;}

div.page_intermediaries ul#secondary_nav li a#intermediaries {background:#94948c url(../images/secondary_nav/intermediaries_on.gif) no-repeat 0em center;}
div.page_owners ul#secondary_nav li a#owners {background:#94948c url(../images/secondary_nav/owners_on.gif) no-repeat 0em center;}
div.page_strategy ul#secondary_nav li a#strategy {background:#94948c url(../images/secondary_nav/strategy_on.gif) no-repeat 0em center;}
div.page_contact_info ul#secondary_nav li a#contact_info {background:#94948c url(../images/secondary_nav/contact_info_on.gif) no-repeat 0em center;}
div.page_investor_info ul#secondary_nav li a#investor_info {background:#94948c url(../images/secondary_nav/investor_info_on.gif) no-repeat 0em center;}
div.page_careers ul#secondary_nav li a#careers {background:#94948c url(../images/secondary_nav/careers_on.gif) no-repeat 0em center;}


ul#secondary_nav li a#about_juno_section {background:#94948c url(../images/navigation/about_juno_on.gif) no-repeat 0px 0px;}
ul#secondary_nav li a#management_section {background:#94948c url(../images/navigation/management_on.gif) no-repeat 0px 0px;}
ul#secondary_nav li a#portfolio_section {background:#94948c url(../images/navigation/portfolio_on.gif) no-repeat 0px 0px;}
ul#secondary_nav li a#investors_section {background:#94948c url(../images/navigation/investors_on.gif) no-repeat 0px 0px;}
ul#secondary_nav li a#business_proposals_section {background:#94948c url(../images/navigation/business_proposals_on.gif) no-repeat 0px 0px;} 
ul#secondary_nav li a#contact_info_section {background:#94948C url(../images/secondary_nav/contact_info_on.gif) no-repeat 0px 0px;}

/*
ul#secondary_nav li a#firm_profile {background:#94948c url(../images/secondary_nav/firm_profile_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#investors  {background:#94948c url(../images/secondary_nav/investor_info_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#approach {background:#94948c url(../images/secondary_nav/strategy_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#vision {background:#94948c url(../images/secondary_nav/our_vision_off.gif) no-repeat 0em 0em;} 
ul#secondary_nav li a#juno_advantages {background:#94948c url(../images/secondary_nav/juno_advantage_off.gif) no-repeat 0em 0em;}
ul#secondary_nav li a#intermediaries {background:#94948c url(../images/secondary_nav/intermediaries_off.gif) no-repeat 0em 0em;}

ul#secondary_nav li a#business_owners {
	background:#ffffff url(../images/secondary_nav/owners_off.gif) no-repeat 0em 0em;
	height:3.7em;
	width:15.1em;
}
*/

div#nav_column {
	float:left;
	width:15.1em;
}

div.body_copy {
	float:left;
	width:47.2em;
	margin:0em 0em 0em 12.5em;
}

div.body_copy p {
	font-size:1.4em;
	line-height:1.29em;
	margin-bottom:1.29em;
	
	text-align:justify;
	font-size:1.25em;
	line-height:1.45em;
	margin-bottom:1.29em;
}


div.body_copy table {
	font-size:1.25em;
	margin-bottom:1.5em;
}

div.body_copy div.contact_address {margin-bottom:2.5em;}
div.body_copy div.contact_address table {margin-bottom:0em;}
div.body_copy div.contact_address table h4 {font-size:1.5em;}

div.body_copy table h4 {
	font-size:1.25em;
	margin:0em;
	color:#000000;
}

div.body_copy table td {
	vertical-align: top;
	padding:0em 0em 0.4em 0em;
	text-align:left;
	width:19em;
}

div.body_copy table td a {
	font-size:1em;
}

div.body_copy table td h3 {
	margin:0em;
	font-size:1.25em;
}

h6#copyright {
	font-family:geneva, arial, helvetica, sans-serif;
	float:right;
	color:#565656;
	font-size:1em;
	font-weight:normal;
}

div.intro_copy {
	clear:both;
	width:45.6em;
	padding:3.9em 0em 5.6em 0em;
}

div.intro_copy h2#intro_header {
}

div.intro_copy p {
	font-size:1.25em;
	line-height:1.45em;
	text-align:justify;
	margin:0em;
}

div.slides {
	border-top:1px solid #babab6;
	border-right:1px solid #babab6;
	border-left:1px solid #babab6;
	padding:4px;
	width:866px;
}

div.slides img,
div.internal_splash img {
	display:block;
	height:35.5em;
	width:87.6em;
}

div.internal_splash img {height:13.5em;}

form.form_wrapper {
	margin:1em 0em 0em 0em;
}

form.form_wrapper div.field_label {width:100%;}

form.form_wrapper div.field_label h4 {
	margin:0em 0em 0em 0em;
	color:#000000;
	font-family:Garamond, Georgia, Times New Roman, Times, serif;
}

form.form_wrapper div.field_input  {
	margin:0.6em 0em 0em 0em;
	clear:both;
}

div.field {
	width:45em;
	clear:both;
	float:left;
	margin-bottom:0em;
}

div.field_label {
	float:left;
	width:50%;
}

div.field_label h4 {
	font-size:1.4em;
	font-family:Geneva, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	color:#565656;
	font-weight:normal;
}

div.field_input {
	float:left;
	width:50%;
	margin:2em 0em 0em 0em;
}

a.space {margin-bottom:2em;}
h3.space {margin-bottom:0.8em;}

h3.bump_up {margin-top:0.5em;}
p.bump_down {margin-top:2.5em;}

div.slides img.flash_backup {display:none;}