@charset "UTF-8";
label {
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, san-serif;
	line-height: 18px;
        padding: 2px;
}

input {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, san-serif;
	line-height: 16px;
	color: #f4e0cf;
	background-color: #990000;
        border: 1px solid #130803;
        padding: 2px;
}

input#submit {
        width: 125px;
        text-align: center;
}

input#submit:hover {
	color: #990000;
	background-color: #f4e0cf;
        cursor: pointer;
        cursor: hand;
}

textarea {
        width: 500px;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, san-serif;
	line-height: 16px;
	color: #f4e0cf;
	background-color: #990000;
        border: 1px solid #130803;
        padding: 2px;
}

#mast {
    width: 950px;
    height: 176px;
    clear: both;
}
#content {
    color: #f4e0cf;
    background-color: inherit;
    background-image: url('http://www.derekobrien.net/gfx/bg_2.gif');
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 40px;
}
#content a:link {
    color: #f4e0cf;
    background-color: inherit;
    text-decoration: none;
}
#content a:visited {
    color: #f4e0cf;
    background-color: inherit;
    text-decoration: none;
}
#content a:hover {
    color: #ffffff;
    background-color: inherit;
    text-decoration: none;
}
#content a:active {
    color: #f4e0cf;
    background-color: inherit;
    text-decoration: none;
}
#content h2 {
    font-size: 18px;
    color: #e4c99e;
    background-color: inherit;
    padding-bottom: 15px;
}
#content h3 {
    font-size: 14px;
    color: #e4c99e;
    background-color: inherit;
    padding-bottom: 15px;
}
#content h6 {
    font-size: 11px;
    color: #e4c99e;
    background-color: inherit;
    padding-bottom: 15px;
}
#content p {
    color: #f4e0cf;
    background-color: inherit;
    padding-bottom: 5px;
    line-height: 120%;
}
#content ul {
    margin-left: 10px;
    padding-bottom: 10px;
}
#content ul li {
   margin:10px; 
}
#content dl {
    margin-left: 10px;
}
#content dl dt {
    color: #e4c99e;
    background-color: inherit;
   margin:10px; 
}
#content dl dd {
   margin:10px; 
}
#content #content_left {
    width: 500px;
    float: left;
    clear: left;
    text-align: left;
    margin-left: 60px;
}
#content #content_right {
    width: 280px;
    float: right;
    clear: right;
    text-align: left;
    margin-right: 60px;
}
#content div.jobpost {
    margin-top: 20px;
    margin-bottom: 20px;
}

.clear {
    display: block;
    clear: both;
}

/***************************/
/* Current Page Styles  */
/***************************/
body#legal div#mast a h1 {
    text-indent: -9999px;
}
body#legal div#mast a h2 {
    text-indent: -9999px;
}
body#legal div#mast a {
    float: right;
    clear: both;
    background-image: url('http://www.derekobrien.net/gfx/legal.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 423px;
    height: 176px;
}
body#privacy div#mast a h1 {
    text-indent: -9999px;
}
body#privacy div#mast a h2 {
    text-indent: -9999px;
}
body#privacy div#mast a {
    float: right;
    clear: both;
    background-image: url('http://www.derekobrien.net/gfx/privacy.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 423px;
    height: 176px;
}
body#jobs div#mast a h1 {
    text-indent: -9999px;
}
body#jobs div#mast a h2 {
    text-indent: -9999px;
}
body#jobs div#mast a {
    float: right;
    clear: both;
    background-image: url('http://www.derekobrien.net/gfx/jobs.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 423px;
    height: 176px;
}
body#news div#mast a h1 {
    text-indent: -9999px;
}
body#news div#mast a h2 {
    text-indent: -9999px;
}
body#news div#mast a {
    float: right;
    clear: both;
    background-image: url('http://www.derekobrien.net/gfx/news.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 423px;
    height: 176px;
}
body#contact div#mast a h1 {
    text-indent: -9999px;
}
body#contact div#mast a h2 {
    text-indent: -9999px;
}
body#contact div#mast a {
    float: right;
    clear: both;
    background-image: url('http://www.derekobrien.net/gfx/contact.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 423px;
    height: 176px;
}