﻿
* { margin: 0; padding: 0; }

html, body { width: 100%; background: rgb(48,21,0); color: #ececec; font: normal .98em "Century Gothic" , "Apple Gothic" , Sans-Serif; }

h1, h2, h3 { font-weight: normal; }

p { padding: 9px 9px 9px 0; line-height: 1.4em; }

a { color: rgb(178,97,22); text-decoration: none; font-weight: bold; outline: none; }

a img { outline: none; border: none; }

ul { list-style: square inside; }

blockquote { width:75%; margin:0 auto; font: italic 1.3em/1.5em Serif; padding-top:10px; text-indent:25px; }





#header, #content, #footer { width: 100%; margin: 0 auto; }

#header { height: 150px; background: rgb(12,21,30); }
#header ul { position: absolute; right: 0; top: 10px; }
#header li { list-style: none; display: inline; margin: 0 15px; font-size:1.25em; }

#content { min-height: 165px; background: rgb(110,30,3) url(IMAGES/content.png) repeat-x left top; }

#footer { border-top: solid 1px rgb(178,97,22); }





.banner { float: left; width: 100%; height: 482px; margin: 0 auto; background: url(IMAGES/banner.png) no-repeat center top; margin-top: -75px; overflow: hidden; }

.banner img { margin: 70px 0 0 75px; }


.container { width: 950px; margin: 0 auto; position: relative; }

.col2 { width: 49%; }

.hr { clear:both; width:100%; height:30px; background:url(IMAGES/divider.png) repeat-x center center; }

.img-shadow { float: left; margin: 6px; 
              background: url(IMAGES/trans-shadow.png) no-repeat right bottom; }
              
.img-shadow img { display: block; position: relative; padding: 6px; 
                  background-color: #fff; border: 1px solid #cecece; 
                  margin: -6px 6px 6px -6px; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }


.formLayout { padding: 9px; }
.formLayout label { float: left; width: 80px; text-align: right; margin: 0 10px 10px 0; }
.formLayout br { clear: left; }
.formLayout .txt { width: 330px; padding: 4px; background: url(IMAGES/shade.png) repeat left top; border: solid 1px rgb(178,97,22); }

.orange { color: rgb(178,97,22); }
.gray { color:#7d7d7d;}

.job { padding: 9px; width: 70%; margin: 0 auto; }
.job ul { margin-left: 25px; font-size: .9em; }
.company { font-size: 1.2em; }
.title { font-style: italic; }





