@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, dl, dt, dd{
	margin: 0;
	padding: 0;
	border: 0;
        text-align: justify;
}

body {
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	/*text-align: centre;*/
	font-size: 85%;
	background-color: #CCCCCC;
}

p{
	margin: 20px;
	font-size:100%;
        text-align: justify;
}

h2{
	font-size: 140%;
	color: #3399ff;
	padding: 0;
	margin: 20px;
	background-color:#FFFFFF;
        margin-top: 30px;
}

a{
        text-decoration: none;
}

li {
        margin-left: 50px;
}

#wrapper{
	width: 800px;
	background-color:#FFFFFF;
	margin:20px auto;
	border: 1px solid #000000;
	vertical-align:top;
}

#wrapper_header{
        width:800px;
        background-color:#3399ff;  /* this takes care of IE's misalignment */
        /*border: 1px solid #3399ff;*/
}

#banner{
	height: 125px;
	background-image: url(../images/gbg_banner.jpg);
	background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        /*border:1px solid #000000;*/
}

#logo{
	height: 280px;
	background-image: url(../gbg_logo.jpg);
	background-repeat: no-repeat;
}

#nav{
	/*border-bottom:1px solid #000000;*/
	font-weight: bold;
	font-size: 108%;
        /*width: 100%;*/
        /*width: 800px;*/
        /*border: 1px solid #000000;*/
        background-color: #3399ff;
        /*border-top:1px solid #000000;*/
        /*border-bottom:1px solid #000000;*/
        border-right:2px solid #3399ff;
        border-left:2px solid #3399ff;
        padding-bottom:25px;
}
/* html>body #nav {padding-bottom: 25px;} */ /* this will be ignored by IE */

#nav ul{
	padding: 0; 
	margin: 0;
	background-color:#3399ff;
        border-top: 2px solid #FFFFFF; 
        /*border-bottom: 1px solid #000000;*/
        /*border-right: 2px solid #3399ff;*/
}


#nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
        /*width: 114.28px;  this is 800/7 */
        /*width: 14.28%;*/
        float: left; 
	/*position: relative;*/
        width: 7.74em; /* was 7.78 */
        background-color: #3399ff;
        /*border-right: 1px solid #3399ff;  */
}

#nav ul li.last{
        width: 18.9em;
        /*border-right: 2px solid #3399ff; */
}

#nav ul li a{
	color: #FFFFFF;
        background-color: #3399ff;
	text-decoration: none;
	/*padding: 0px 32px 0px 33px;*/
        /*padding: 0px 4.05% 0px 4.05%;*/
        /*padding: 0 18px 0 18px;*/   /* iPhone: 18 too short(barely), 19 too long */
        /*margin: 0 10px 0 10px;*/
	/*border-right: 1px solid #000000;*/
	/*border-bottom: 1px solid #000000;*/
	/*border-top: 1px solid #000000;*/
        padding-top: 3px;
        padding-bottom: 3px;
	text-align: center;
        display:block; 
        width:100%;
        /*border-bottom: 1px solid #000000;*/

} 

#nav p{
        margin:22.5px;
        padding:0;
        font-size:1%;
}

#nav ul li a:hover, #nav ul li a:focus{
	background-color: #0066cc;
}

#content p{
	margin: 20px;
	font-size:100%;
}


#content h1{
	font-size: 160%;
	color: #FF0000;
	padding: 0;
	margin: 20px;
	text-align: center;
}

#graph {
        text-align: center;
}

.growth_chart_image {
        /*border: 1px #000000 solid;*/
}

/*
#content h2{
	font-size: 130%;
	color: #0000FF;
	padding: 0;
	margin: 20px;
} */

/*
#iphone_features p {
        width: 600px;
} */

#iphone_features ul{
        /*float: left;
        width: 50%;*/
}

#iphone_features ul li {
        width: 470px; 
        margin-left:310px;
        /*padding-bottom:20px;*/
        vertical-align: top; /* force bullet to top for ie */ 
        /*margin: 6px 0;*/ /* don't use padding or bullet misaligns */ 
        /*line-height: 1.5; */
}
/*
#iphone_features a {
       text-decoration: none;
}
*/

#iphone_features dl {
        margin-left: 80px;
        width: 700px;
}

#iphone_features dt {
        margin-top: 20px;
        margin-bottom: 5px;
}

#iphone_features_exception dt {
        margin-bottom: 0px;
}

#iphone_features dd {
 /*       color: #666666;*/
}

#iphone_manual {
}

#subtitle {
        font-weight: bold;
        display: inline;
}
        
.inlineimage {
        padding: 0 2px 0 2px;
        margin: 0;
        text-decoration: none;
        border: none;
}


/*
#content h3{
	font-size: 100%;
	color: #000000;
	padding: 0;
	margin: 20px;
	font-weight: bold;
}
*/
.leftimage{
	float: left;
	margin: 20px 20px 0px 20px;
	border: none;
/*	width:150px;*/
}

.rightimage{
	float: right;
	margin: 0 0 0px 20px;
	border: 1px #000000 solid;
	width: 400px;
}

.appstorebadge{
        float: right;
        margin: 0px 60px 30px 40px;
        border: none;
        text-decoration: none;
}

.appstorebadgetop{
        float: right;
        margin: 0px 10px 0px 50px;
        border: none;
        text-decoration: none;
}

.clearit{
	clear: both;
}

#footer{
        text-align:center;
        width: 800px;
	border-top: 1px solid #000000;
        background-color:#3399ff;
	color: #FFFFFF;
        margin: 0;
        padding: 0;
}

#footer p{
	font-size: 80%;
	padding: 3px;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer a{
	font-size: 100%;
	padding: 3px;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
}

.DATA_ENTRY {
	/*width: 450;
	height: 350;
	text-align: left;
	position: relative;*/
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left; 
	background-color: #E8E8E8; */
}

.Buttons_right{
	position: relative;
	float: right;
	margin-right: 100px;
	margin-bottom:20px;
	margin-top:25px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none; */
	text-align: right;
	/* background-color: #E8E8E8;*/
}

.Buttons_left{
	position: relative;
	float: left;
	margin-left: 0px;
	margin-bottom:20px;
	margin-top:25px;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;*/
	text-align: left;
	/*background-color: #E8E8E8;*/
}


#content dl {
	margin-left: 40px;
	font-size: 100%;
	/*font:normal 12px/15px Arial;*/
    /*position: relative;*/
    /*width: 350px;*/
}

#content dt {
    clear: both; 
    float:left;
    width: 130px;
    padding: 8px 0px 2px 2px;
    text-align: left;
}

#content dt dt{
	width: 150px;
}

#content dd {
    /*float: left;*/
    width: 600px;
   /* margin: 0 0 8px 0; */
	padding: 4px 14px 2px 2px;

}


#theform {
	background-color: #4F4F00;
	width: 40em;
    margin:20px auto;

	}
#theform fieldset {
	height: 36em;
	width: 16em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
	}
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 4em;
	font-size: 1em;
	}
#theform fieldset div.help {
	color: #FFFF99;
	font-size: 0.7em;
	font-weight: bold;
	height: 1.5em;
	padding: 12px 0px 0px 0px;
	}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.2em;
	}
	
	/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 38em;
	height: 5em;
	border: 10px solid #666600;
	border-width: 10px 0;
	padding: 1em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 22em;
	float: left;
	font-size: 0.7em;
	}
#theform #pt4 input {
	height: 5em;
	font-size: 1em;
	width: 18em;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	}
	
#form_wrapper{
	width: 600px;
	background-color:#9900CC;
	margin:20px;
	border: 1px solid #000000;
	vertical-align:top;
}

#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	}

#apple_disclaimer p{
        margin: 0px;
        font-size:70%;
        }
        
