@charset "UTF-8";
/* Adams & Ellsworth CSS Document */
body {
	margin:auto;
	text-align: center;
	background-image:url(images/bg.jpg);
	}

#wrapper {
	width: 922px;
	height:100%;
	margin:0 auto;
	}
#logo {
	width:268px;
	height:124px;
	float:left;
	}
#nav { 
	width:654px;
	height:67px;
	float:right;
	background-image:url(images/nav.jpg);
	margin-top:0px;
	text-align:right;
	}
#lowernav {
	width:654px;
	height:57px;
	float:right;
	}
#spacer {
	clear:both;
	}
#heroimage {
	width:922px;
	height:262px;
	}
#header {
	width:922px;
	height:105px;
	}
#content {
	width:922px;
	height:371px;
	background-color:#FFFFFF;
	}
#subcontent {
	width:922px;
	height:540px;
	background-color:#FFFFFF;
	background-image:url(images/subbg.jpg);
	}
#right{
	width:217px;
	height:251px;
	float:left;
	padding-top:120px;
	text-align:left;
		font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(images/quotebg.jpg);
padding-left:50px;
padding-right:50px;

	}
#left {
	width:575px;
	text-align:left;
	height:100%;
	float:left;
	padding-left:30px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#footer {
	width:922px;
	height:32px;
	}
#footer2 {
	width:922px;
	height:25px;
	}
	
.bodycopy {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	
.footertext {font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;}
.greyitalic {
	color: #666666;
	font-style: italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:solid;
	border-bottom-width:1px;
	border-color:#666666;
	margin-top:40px;
	
	}
/* Pop Up */
 .bubbleInfo {
            position: relative;
            top: 150px;
            left: 100px;
            width: 500px;
        }
        .trigger {
            position: absolute;
        }
     
 /* Bubble pop-up */

        .popup {
                position: absolute;
                display: none;
                z-index: 50;
                border-collapse: collapse;
        }

        .popup td.corner {
                height: 15px;
                width: 19px;
        }

        .popup td#topleft { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-1.png); }
        .popup td.top { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-2.png); }
        .popup td#topright { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-3.png); }
        .popup td.left { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-4.png); }
        .popup td.right { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-5.png); }
        .popup td#bottomleft { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-6.png); }
        .popup td.bottom { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(http://static.jqueryfordesigners.com/demo/images/coda/bubble-8.png); }

        .popup table.popup-contents {
                font-size: 12px;
                line-height: 1.2em;
                background-color: #fff;
                color: #666;
                font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
                }

        table.popup-contents th {
                text-align: right;
                text-transform: lowercase;
                }

        table.popup-contents td {
                text-align: left;
                }

        tr#release-notes th {
                text-align: left;
                text-indent: -9999px;
                background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
                height: 17px;
                }

        tr#release-notes td a {
                color: #333;
        }
		
	

	

