@import url("main-menu.css");

/* COMMON DEFINITIONS */
body {  
 font-family:  Verdana, Arial, Helvetica, sans-serif; 
 color: #000000; 
 font-size: 16px;

 margin: 0px;
 padding: 0px;

 scrollbar-3dlight-color:#8EB6DD;
 scrollbar-arrow-color:#E0E0E0;
 scrollbar-base-color:#38699E;
 scrollbar-darkshadow-color:#35445B;
 scrollbar-face-color:#6994C2;
 scrollbar-highlight-color:#6DB9C9;
 scrollbar-track-color:#E0E0E0;
 scrollbar-shadow-color:#35445B;

 background-color: #FFFFFF;
}

a {  color: #1B4E85;}
a:link {  color: #1B4E85}
a:active {  color: #FF0000}
a:visited {  color: #142C3D}
a:hover {  color: #FF0000}

.important { color: #FF0000; }

img { border: 0px; }

/* -------------------- SITE STYLES -------------------- */

#top-border {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 23px;
 margin: 0px;
 padding: 0px;
 background: #039;
}

#sidebar {
 position: absolute;
 top: 23px;
 left: 0px;
 display: block;
}

#content {
 position: absolute;
 top: 50px;
 left: 330px;
 right: 30px;
 font-size: .8em;
 line-height: 1.4em;
 color: #484848;
}

h1 {
 font-family: "Times Italic", "Times New Roman", serif;
 font-weight: normal;
 font-style: italic;
 font-size: 4.2em;
 color: #339;
 text-align: left;
 line-height: 1.0em;
 margin: 10px 40px 20px 0px;
}

.emphasize {
 font-weight: bold;
 font-style: italic;
 font-size: 1.1em;
}

#ebgi-logo {
 position: absolute;
 top: 560px;
 left: 10px;
}

#footer {
 clear: both;
 text-align: center;
 margin: 40px 0px 10px 0px;
 font-size: .80em;
}

#quotebox {
 position: absolute;
 top: 490px;
 left: 10px;
 font-family: "Times Italic", "Times New Roman", serif;
 width: 280px;
 z-index: 10;
 font-size: .75em;
 font-weight: bold;
 font-style: italic;
}


#section-menu {
 display: block;
 list-style: none;
 margin: 0px auto 20px auto;
 width: 300px;
 padding: 0px;
 height: 25px;
 color: #800000;
}
#section-menu li {
 display: block;
 float: left;
 font-size: 1.1em;
 margin: 7px 5px 0px 10px;
}
#section-menu a {  
 color: #800000;
 text-decoration: none; 
 font-weight: normal;
}
#section-menu a:link { 
 color: #800000;
 text-decoration: none;
 font-weight: normal;
}
#section-menu a:active {  
 color: #FF0000;
 text-decoration: none;
 font-weight: normal;
}
#section-menu a:visited {  
 color: #800000;
 text-decoration: none;
 font-weight: normal;
}
#section-menu a:hover {  
 color: #FF0000;
 text-decoration: underline;
 font-weight: normal;
}

.titled-list strong {
 display: block;
 margin: 20px auto;
}


/* -------------------- FORM STYLES -------------------- */

.ebgi-form {
 width: 350px;
}
.ebgi-form em {
 color: #F00;
 font-style: italic;
 font-size: .9em;
}
.ebgi-form h5 {
 clear: both;
 float: none;
 color: #FFF;
 background: #039;
 font-style: italic;
 font-size: .9em;
 padding: 5px 0px 5px 10px;
 margin: 15px 0px 15px 0px;
}

.ebgi-form strong {
 color: #C00;
 font-style: bold;
 font-size: 2.0em;
}
.ebgi-form .textfield{
 width: 99%;
 height: 20px;
 border: #000 solid 1px;
}
.ebgi-form label {
 display: block;
 width: 100%;
 height: 20px;
 font-size: .85em;
}
.ebgi-form label span{
 color: #F00;
}
.ebgi-form .textarea{
 width: 99%;
 height: 50px;
 border: #000 solid 1px;
}
.ebgi-form .submit-button{
 width: 99%;
 border: #000 solid 1px;
}
.ebgi-form .notice {
 margin: 20px auto 20px auto;
 color: #F00;
 font-size: .9em;
 line-height: 1.5em;
}

.LineBlock25 {
 width: 24%;
 float: left;
 text-align: left;
}
.LineBlock33 {
 width: 32%;
 float: left;
 text-align: left;
}
.LineBlock50 {
 width: 49%;
 float: left;
 text-align: left;
}
.LineBlock100 {
 width: 99%;
 clear: both;
 float: none;
 text-align: left;
}

#verisign-deal {
 position: absolute;
 right: 0px;
 top: 15px;
 border: 0px;
}

#application-success {
 width: 300px;
}