@import url(Common.css);

h1.Main { background: url(../Images/Header-Careers.jpg) no-repeat; }

.Flash {
    background: url(../Images/Flash-Yellow.jpg) no-repeat;
}

.Career {
    margin: 10px 0px; 
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 450px; 
    color: #555;
    min-height: 140px;
    background: url(../Images/Photo.png) 10px 5px no-repeat;
}

    .Career p, .Career h2 {
        margin-left: 160px;
    }

    .Career p	{
        margin-top: 0px;
		font-size: 0.95em;	
    }
	
		.Career a {
		color: #cc0000;
	}

		.Career a:hover {
			text-decoration: underline;
		}
    
