body
{
    margin: 0 auto;
    text-align: center;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 75%;
    line-height:1.6em;
}


a {
    color: #555;
}

#major-content h4 {
	margin: 10px 0;
}

#major-container
{
    text-align: left;
    margin: 0 auto;
    width: 850px;
    overflow: hidden;
}

#major-content
{
    width: 840px;
    overflow: hidden;
    text-align: left;
    padding: 0 0 20px 0;
}
#major-content strong
{
   font-size: 18px;
}

#landing-header {
	background:url("../images/header-sliver.jpg") repeat-x scroll center top transparent;
	border-bottom: 1px solid #666;
	margin-bottom: 40px;
}
	
#logo-landing-page {
	float: left;
	margin: 10px 0 0 68px;
}
#header-inner-landing-page {
	width:960px;
	height: 90px;
	margin: 0 auto 0 auto;
	position: relative;
}

#major-left
{
    display: inline;
    margin: 15px 25px 15px 15px;
    width: 460px;
    float: left;
}

    #major-left h1
    {
        font-size: 1.3em;
        margin: 0 0 10px 0;
        text-shadow: 1px 1px 1px #FFF;
    }
    
    #major-left p
    {
        margin: 15px;
    }

#major-right
{
    margin: 15px 0;
    width: 330px;
    float: left;
}
	#major-right ul
	{
    list-style: disc outside;
    
	}
	#major-right ul li {
    	margin: 0 0 0 14px;
    	color: #3E3E3E;
	}
    #major-right #content
    {
        margin:0 0 0;
		padding:0 25px;
    }

#content h2
{
    color: rgb(0, 144, 208);
    font-size: 1.7em;
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 1px #FFF;
}

#content p
{
    margin: 0 0 10px 0;
}

#content .bullet
{
    padding: 0 7px 0 0;
    color: rgb(0, 144, 208);
    font-size: 1.2em;
}

#major-left table td
{
    text-align: left;
    padding: 3px 0;
   
}   

#entry-form .col-label
{
    padding: 0 7px 0 0;
    width: 90px;
    text-align: right;
    font-weight: bold;    
}

#entry-form .col-field
{
    width: 210px;
    padding: 5px 10px 5px 0;
}
#entry-form .col-field li {
	list-style: none;
}
#entry-form .col-help
{
    text-align: center;
    font-weight: bold;
    color: #4F4F4F;
}

.valid
{
    color: #666 !important;
    text-align: center;
    padding-left: 20px !important;
    font-weight: bold;
    background: #F0FEE9 url("/images/baseline/accept.png") no-repeat !important;
    background-position: 5px 10px !important; 
}

.fail
{
    color: #801B1B !important;
    text-align: center;
    padding-left: 20px;
    font-weight: bold;
    background: #FFCFCF url("/images/baseline/delete.png") no-repeat !important ;
    background-position: 5px 10px !important; 
}


#entry-form input
{
    margin: 0 0 0 2px;
    padding: 4px;
    font-size: 16px;
}

#entry-form ul
{
    margin: 10px 0 0 0;
}

#entry-form ul li
{
    padding: 7px;
    line-height: 20px;
    border-bottom: 1px solid #dedede;
    text-align: left;
    font-weight: normal;
}

#submit-btn
{
    color: #fff;
    width: 87px;
    height: 30px;
    background: url("/images/baseline/search.png") no-repeat;
    border: none;
    font-size: 11px !important;
    font-weight: bold !important;
}


#entry-form ul input
{
    float: left;
    margin: 0 10px 0 0;
}
#entry-form .experience-questions label {
	padding: 0;
	width: 100%;
}
#entry-form .experience-questions input {
	width: 15px !important;
	margin-right: 20px;
}
/* */
#major-footer
{
    text-align: right;
    font-size: 10px;
}
.nobullet {
	list-style: none;
}
