body {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background: #0B0502 url(../images/bg.jpg) repeat-x center -400px;
}
body#home { /* over ride body for homepage */
	background-position: center 10px;
}
#page {
	background: transparent url(../images/branches.png) no-repeat -180px 10px;
	border-top: 10px solid #9A3311;
	height:735px;
}
a {
	color: #9A3311;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	text-decoration: underline;
	color: #FFF !important;
}
img {
	border: none;
}




/******************
 * LAYOUT STYLES
 ******************/
#menubar {
	padding-bottom: 40px;
}
#main {
	padding-bottom: 40px;
}
#banner-content {
	height: 340px;
	margin: 0;
	padding: 0 0 30px;
}
body#home #banner-content { /* over ride #banner-content for home page*/
	height: 735px;
	position: relative;
}



/******************
 * TEXT STYLES
 ******************/
h1 {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 90px;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
h1#logo {
	font-size: 12px;
	height: 125px;
	margin: 20px 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: -900%;
	text-align: left;
}
h1#logo a {
	background: transparent url(../images/logo.png) no-repeat 0px 0px;
	display: block;
	height: 125px;
	cursor:pointer;
}
h1#logo a:hover {
	background-position: -220px 0px;
}

p {
	line-height: 160%;
	font-size: 18px;
	margin: 0 0 20px;
	color:#666;
}
#news-box p {
	color:white;	
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #CF8830;
	margin: 0 0 10px;
	font-size: 32px;
	line-height:120%;
	padding: 0;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #CF8830;
	margin: 0 0 10px;
	font-size: 20px;
	line-height:120%;
	padding: 0;
}


/******************
 * MENU STYLES
 ******************/
#menu {
	height: 735px;
	background: transparent url(../images/menu-bg.png) repeat 0px 0px;
	margin: 0 0 20px;
	overflow: hidden;
}
#nav {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	list-style: none;
	margin: 20px;
	padding: 10px 0;
	line-height: 100%;
	display: block;
	border-top: 2px dotted white;
	border-bottom: 2px dotted white;
	font-family: Helvetica, Arial, sans-serif;
}
#nav li {
	margin: 0;
	padding: 0;
}
#nav li a {
	color: white;
	text-decoration: none;
}
body#about-me #nav-about a, body#portfolio #nav-portfolio a, body#contact-me #nav-contact a {
	color: #CF8830;	
}
#nav li a:hover {
	color: #923913 !important;
}
#menu h2 {
	margin: 30px 20px 10px;
	font-size: 16px;
	color:white;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}
#menu #contact-form {
	margin: 0;
	background: transparent url(../images/form-bg.png) no-repeat center top;
	height: 310px;
	display:block;
	padding: 0 20px;
}
#contact-form fieldset {
	margin: 0;	
}
#contact-form .textinput {
	height: 27px;
	width: 170px;
	padding: 0;
	font-size: 20px;
}
#contact-form .textareainput {
	height: 140px;
	width: 160px;
	padding: 2px;
	font-size: 15px;
}
#contact-form .textinput, #contact-form .textareainput {
	color: #999;
	background: transparent none repeat scroll 0 0;
	margin: 4px 4px 24px;
	border: none;
	font-family: Arial, sans-serif;
	text-align:left;
}
#contact-form #submit {
	background: transparent url(../images/btn-send.png) no-repeat 0px 0px;
	height: 28px;
	line-height: 28px;
	width: 91px;
	display: block;
	overflow: hidden;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
	margin: 0;
	padding: 0;
	cursor:pointer;
	float: right;
	clear: both;
}



/******************
 * FOOTER STYLES
 ******************/
#footer {
	color: #B19789;
	padding: 0 20px;	
}
#footer p {
	font-size: .85em;
}
p#powered-by-wordpress {
	padding: 0 0 0 23px;
	display:block;
	line-height:25px;
}

p#w3c-valid {
	font-style: italic;
	display: block;
	background: transparent url(../images/valid-icon.png) no-repeat 0px 0px;
	padding: 3px 0 0 22px;
	height: 20px;
	line-height: 20px;
	color: white;
}
#w3c-valid a {
	font-style: normal;
	font-weight: bold;
}
#w3c-valid strong {
	font-style: normal;
	font-weight: bold;
}



/******************
 * PAGE SPECIFIC STYLES
 ******************/
ul#job-list {
	list-style: none;
	margin-top: 20px;
}
ul#job-list li {
	margin-bottom: 20px;
	height: 260px;
	display: block;
}
ul#job-list li a.thumb {
	display: block;
	border: 2px solid white;
	padding: 5px;
	height: 153px;
}
ul#job-list li a.thumb:hover {
	border: 2px solid #9A3311;
}
ul#job-list li p a {
	display: inline;
	border: none;
}
ul#job-list li p {
	font-style: normal;
	line-height:120%;
	margin-top:10px;
}
ul.link-list {
	margin-bottom: 40px;
	line-height: 110%;
}
#news-box {
	background: transparent url(../images/menu-bg.png) repeat 0px 0px;
	height: 200px;
	position: absolute;
	top: 0px;
	margin-top: 510px;
	padding: 20px;
	width: 620px;
	margin-left: -20px;
}
#news-box a {
	color: white;
	font-weight:bold;
}
#content {
}
#content-side {
	text-align: left;
}



ul#job-list li .thumb img {
}
ul.link-list li {
	margin: 0 0 10px 0;
	background: url(../images/bullet.png) no-repeat left 4px;
	padding-left: 15px;
}

#banner-content h1 {
	text-align: right;
	padding: 140px 0 0;
}
ul.icon-list {
}
ul.icon-list li {
	margin-bottom: 20px;
}
ul.contact-list {
	margin: 0 0 40px;
}
ul.contact-list li {
	margin: 0 0 10px;
	padding-left: 19px;
	height: 18px;
	line-height: 18px;
}
ul.contact-list li#email {
	background: url(../images/email-icon-sm.png) no-repeat 0px 0px;
}
ul.contact-list li#telephone {
	background: url(../images/telephone-icon-sm.png) no-repeat 0px 0px;
}
ul.contact-list li#skype {
	background: url(../images/skype-icon-sm.png) no-repeat 0px 0px;
}
