/* 
    Document   : papaya.css
    Created on : May 1, 2009, 9:09:56 AM
    Copyright  : 2009 Andrew Sacamano
*/



/* *******************************************
 *
 * Overall Page Layout
 *
 */


root { 
    display: block;
}

body.papaya {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div#main {
    text-align: left;
    margin: 0 auto;
    width: 700px;
}

div#navskip {
    display:none;
}


div#header {
    position: absolute;
    text-align: left;
    width: 700px;
}

/**
 * Keep the pages from left and right in FF when
 * the scrollbar is displayed or not.
 */
div#scrollkeeper {
    position: absolute;
    width: 1px;
    height: 1000px;
}

div#content {
    position: absolute;
    top: 100px;
    text-align: left;
    width: 700px;
}

div#content-inner-full {
    position: relative;
    text-align: left;
    width: 650px;
    height: 450px;
    margin: 25px 25px 25px 25px;
}

div#content-inner-left {
    position: relative;
    float: left;
    text-align: left;
    width: 150px;
    height: 470px;
    margin: 30px 0px 0px 0px;
}


div#content-inner-main {
    position: relative;
    float: left;
    text-align: left;
    width: 525px;
    height: 470px;
    margin: 15px 0px 15px 25px;
}

div#content-inner-long {
    position: relative;
    float: left;
    text-align: left;
    width: 525px;
    margin: 15px 0px 15px 25px;
}

div#footer {
    border-top: 5px solid #05319B;
    position: relative;
    float:left;
    text-align: center;
    font-size: 10px;
    width: 700px;
    padding-top: 10px;
}



/* *******************************************
 *
 * Common elements
 *
 */




a:link {
    color: #05319B;
    text-decoration: none;
}

a:visited {
    color: #05319B;
    text-decoration: none;
}

a:hover {
    color: #EA6034;
    text-decoration: underline;
}

a:active {
    color: #05319B;
    text-decoration: none;
}







h1 {
    color: #05319B;
    font-weight: bold;
    font-size: 24px;
}

h2 {
    color: #05319B;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}


/* *******************************************
 *
 * Nav and header styles
 *
 */




div#logoline {
    position: relative;
    border-bottom: 5px solid #05319B;
}


div#topnav {
    position: relative;
    top:-10px;
}




ul#toplinks {
	width:660px;
	list-style:none;
	height:20px
}

ul#toplinks li {
	display:inline;
}

ul#toplinks li a {
	height:20px;
	float:right;
	/*text-indent:-9999px;*/
    font-size:0px;
	color: #FFF;
	text-decoration:none;
    margin: 0px 0px 0px 15px;
}

ul#toplinks  li a span {
	float:right;
	display:block;
}

ul#toplinks li#home a {
	width:58px;
	background:url(/assets/nav-link-home.gif) no-repeat 0px 0;
}


ul#toplinks li#home a:active,
ul#toplinks li#home a:hover {
	background-position:0px -20px;
}

ul#toplinks li#home a.current {
	background-position:0px -40px;
}








ul#toplinks li#services a {
	width:76px;
	background:url(/assets/nav-link-services.gif) no-repeat 0px 0;
}


ul#toplinks li#services a:active,
ul#toplinks li#services a:hover {
	background-position:0px -20px;
}

ul#toplinks li#services a.current {
	background-position:0px -40px;
}




ul#toplinks li#about a {
	width:60px;
	background:url(/assets/nav-link-about.gif) no-repeat 0px 0;
}

ul#toplinks li#about a:active,
ul#toplinks li#about a:hover {
	background-position:0px -20px;
}

ul#toplinks li#about a.current {
	background-position:0px -40px;
}






ul#toplinks li#contact a {
	width:80px;
	background:url(/assets/nav-link-contact.gif) no-repeat 0px 0;
}


ul#toplinks li#contact a:active,
ul#toplinks li#contact a:hover {
	background-position:0px -20px;
}

ul#toplinks li#contact a.current {
	background-position:0px -40px;
}




/* *******************************************
 *
 * Specific pages
 *
 */


/* Home */


div#home-image {
    text-align: center;
}

div#home-text {
    margin: 0px 25px 0px 25px;
    width: 600px;
}



p.callout {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

/* About */


p.noleading {
    margin-top: 0px;
}


div#proof-diagram {
    float: left;
    width: 150px;
    margin: 0px 10px 10px 0px;
}

div#proof-copy {
    width: 350px;
    float: left;
}

li.proof {
    margin: 5px 0px 0px 0px;
}

/* Contacts */

table.addr-table {
    font-size: 12px;
}

div#em {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    height: 30px;
}

div#em1 {
    position: absolute;
    top: 0;
    left: 0;
}


div#em2 {
    display: none;
}


div#em3 {
    position: absolute;
    top: 0;
    left: 25px;
}


div#em4 {
    display: none;
}


div#em5 {
    position: absolute;
    top: 0;
    left: 40px;
}
