/*The Auditorium Style Sheet*/
/*Begin Global Styles*/

* {
   margin: 0;
   padding: 0;
}

body {
    background-color: #181c23;
    font-family: "Lucida Grande", "arial", "sans-serif";
    font-size: .8em;
    color: #fff;

}
/*    background-color: #000;
    font-family: Georgia, Times, serif;
    color: #fff;
    font-size: .9em;
}  
*/
#wrapper {
    width: 780px;
    margin: 0 auto;
    
}

#banner {
    width: 780px;
    height: 296px;
    background: url(../images/header.jpg);
}

#content {
    width: 780px;
    background: url(../images/main_bg.jpg) repeat-x #44517b;
}

#maincontent {
    padding: 50px 0px 50px 0px;
    width: 525px;
    margin: 0 auto;
}

a:link, a:visited {
    color: #99c2f6;	
}

a:hover, a:active {
    color: #5b8ae2;	
}		



h1, h2, h3, h4, h5, h6 {
}

p {
    line-height: 1.7em;
    margin-bottom: 10px;
}

#nav {
    padding-top: 260px;	
    text-align: center;
}	

#nav ul li {
    display: inline;
    padding: 0px 5px 0px 5px;
    
    
}

#nav ul li a {
    text-decoration: none;		
}

#footer{
    text-align: center;
}

.credits a{
    font-size: .8em;
    font-style: italic;
    color: #3b466a;
}

/*Begin Application Styles*/

#application {
    margin-left: -8px;
    color: #303361;
}

#application table {
    padding: 10px;
    border: 3px solid #dbc389;
    background-color: #ecdfbd;
    margin: 0 auto;
}

#application td {
    padding: 4px 15px 4px 15px;
    vertical-align: top;
}

.personal_info {
    background-color: #4b6582;
}

.education_info {
    background-color: #cd9361;
}

.employment_history {
    background-color: #7f9473;
}

.business_references {
    background-color: #664348;
}

.personal_references {
    background-color: #95301e;
}

.other {
    background-color: #296b80;
}

.review {
    background-color: #479c64;
}

.instructions {
    font-style: italic;
    color: #000;
    margin-top: -8px;
    padding-bottom: 8px;
    font-size: .8em;
}

.app_header {
    text-align: center;
}

#application h1 {
    font-size: 1.3em;
    padding: 10px 0px 10px 0px;
    color: #fff;
} 


#application h2 {
    font-size: 1.3em;
    font-weight: bold;
    
}

hr {
    border: 1px solid #303361;
}

input {
    border: 2px solid #dbc389;
    font-family: "Lucida Grande", "arial", "sans-serif";
    font-size: .9em;
    padding: 2px;
    
}

select {
    border: 2px solid #dbc389;
    padding: 2px;
}

option {
}

textarea {
    border: 2px solid #dbc389;
    font-family: "Lucida Grande", "arial", "sans-serif";
    font-size: .9em;
    padding: 2px;
}

.rightalign {
    margin-top: -25px;
    margin-bottom: -10px;
    margin-left: 5px;
    float: right;
}

a {
}

a:hover, a:focus, a:active {
}

a:focus, a:active {
}

img, a img {
}

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

#header {
}

#content {
}

#sidebar {
}

#navigation {
}

#footer {
}

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}