  /*Element redefinitions*/
body {
  font-family: arial, verdana, "bookman oldstyle", "century schoolhouse", serif;
  font-size: 90%;
  margin: 0px;
  padding: 0px;
  background: #000 url('../images/diagonalstripes.png') repeat;
  color: #222;
  line-height: 1.4;
}
img {
  border: 0;
}
	/*Textual*/
h1, h2, h3 {
  text-transform: uppercase;
  color: #4f3725;
  text-align: left;
  margin: 0;
  padding: 0 0 .1em;
}
h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.1em; }
p {
  font-size: 1em;
  margin: 0 0 2em 0;
}
ul {
  padding: 0 .5em 2em .5em;
  margin: 0;
}
li {
  background: transparent url('../images/bullet.png') left 2px no-repeat;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 2em auto;
  clear: both;
  position: relative;
}
table thead {
  color: #fff;
  background: #000;
  background: transparent url('../images/diagonalstripes.png') top repeat-x;
}
caption {
  padding: 0;
  margin: 0 auto;
}
td, th {
  margin: 0;
  padding: 5px 10px;
  border: 2px solid #000;
}
a:link, a:visited {
  text-decoration: underline;
  background: transparent;
}
a:link { color: #600; }
a:visited { color: #660; }
a:hover {
  text-decoration: none;
  background: transparent;
}
a:active {
  color: #000;
}
/*Named Elements and Contextual Selectors*/
#main {
  margin-right: 3%;
	min-width: 900px;
}
#header {
  background: #fff url('../images/stockpeopleone.jpg') top left no-repeat;
  height: 255px;
  border-bottom: 5px solid #333;
}
   /*And now for some image replacement*/
#logo {
  text-indent: -5000px;
  height: 155px;
  background: transparent url('../images/logo.png') top center no-repeat;
  margin-left: 378px;
  display: block;
  border-left: 5px solid #fff;
}
#banner {
  margin-left: 378px;
	padding-top: 20px;
	text-align: center;
}
  /* Menus -- for all browsers, other than IE6, this sizes automatically according to the menu item contents.
     See ie6.css to resize menu for IE6 */
#menu {
  margin-top: 25px;
  padding: 0;
  float: left;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 0;
  background-color: #333;
  width: 220px;
  overflow: hidden;
}

#menu ul {
    padding:0px;
}
#menu li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #fff;
  background-image: none;
}
#menu li:first-child {
  border-top: none;
}
#menu a:link, #menu a:visited {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.3em;
  display: block;
  padding: 5px 15px;
}
#menu a:hover {
  border-left: 15px solid #fff;
  padding-left: 5px;
  padding-right: 10px;
}
#content {
  background-color: #ccc;
  overflow: hidden;
}
#pagewrapperthree {
	border: 10px solid #CCC;
  border-width: 25px 10px 10px 10px;
}
#pagewrapper {
  padding-left: 12px;
  background: transparent url('../images/leftpagebg.png') left repeat-y;
}
#pagewrappertwo {
  background: #fff url('../images/rightpagebg.png') right repeat-y;
	overflow: auto;
  padding: 15px 15px 0 12px;
}
#page {
  background: transparent url('../images/stockpeopletwo.png') right bottom no-repeat;
  padding: 0 195px 15px 0;
  min-height: 200px;
}
.funkyheading {
  background: #c14c37 url('../images/funkyheadingbottomright.png') bottom right no-repeat;
  height: 2.5em;
}
.funkyheading div {
  background: transparent url('../images/funkyheadingbottomleft.png') bottom left no-repeat;
  height: 2.5em;
}
.funkyheading div h2 {
  color: #fff;
  font-weight: normal;
  font-size: 1.2em;
  background: transparent url('../images/funkyheadingtopright.png') top right no-repeat;
  padding: 0;
  margin: 0;
}
.funkyheading div h2 span {
  background: transparent url('../images/funkyheadingtopleft.png') top left no-repeat;
  display: block;
  padding: 2px 0 2px 1em;
}
  /* Footer area */
#footer {
  background: transparent url('../images/bottompagebg.png') top repeat-x;
  font-size: .9em;
  text-align: center;
  padding-top: 10px;
  display: block;
  clear: both;
  margin: 0 12px;
}
#footer p {
  margin: 0 0 5px 0;
}

.FormElement { display: block; margin: 0px 0px 8px 140px; }
label { clear: left; float: left; text-align: right; width: 125px; margin: 0px; }

.FormElement .wpcf7-list-item { display: block; margin: 0px 0px 8px 0; }

p.InformationMessage
{
	text-align: center;
	font-weight: bold;
	color: red;
}

div#quickjobsection h3
{
	text-align: center;
	color: red;
}

div#quickjobsection p
{
	margin-bottom: 5px;
}

.jobtitle
{
	font-size: 12px;
	text-align: center;
	padding-bottom: 1em;
}

span.jobtitle a
{
	color: #00C;
}

.companyname
{
	font-size: 10px;
	text-align: center;
}

span.companyname a
{
	color: black;
}

#facebook {
	float: left;
	padding: 20px 0px 20px 5px;
}

.homebtm {
	padding: 20px 20px 0px 20px;
	float: left;
	width: 400px;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
	padding: 0 0 5px 5px;
}

.alignleft {
	float: left;
	padding: 0 5px 5px 0;
}

/* Blog */

.blog div#page, .archive div#page, .single div#page, .search div#page {
	padding: 0px 0px 15px 0px;
}

div#main-blog {
	width: 65%;
	float: left;
}

.blog .funkyheading, .archive .funkyheading, .single .funkyheading, .search .funkyheading {
	width: 65%;
	float: left;
}

div#main-blog h3 {
	font-size: 20px;
	color: #000000;
}

div#main-blog h3 a {
	color: #660000;
}

input#searchsubmit {
	display: block;
	margin: 0 0 20px 150px;
}


div#main-blog div.meta {
	font-size: 12px;
	padding-bottom: 25px;
}

div#main-blog div.meta a, div#main-blog div.feedback a {
	color: #660000;
}

div#main-blog div.feedback {
	font-size: 12px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../images/blogborder.png) no-repeat bottom center;
}

p.rsstrack {
	background: url(../images/blogborder.png) no-repeat bottom center;
	font-size: 12px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div#main-blog ul {
	padding-left: 40px;
}

h2#postcomment {
	color: #000;
	padding-bottom: 20px;
	margin: 0px;
}

h2#comments a, h2#comments {
	text-decoration: none;
	color: #000;
}

textarea#comment {
	border: none;
	width: 165px;
	height: 110px;
	background: url(../images/textarea.png) no-repeat;
	padding: 10px;
	font-size: 1.3em;
}

ol li {
	background: none;
	border: 1px solid #000;
	background-color: #EEE;
	padding: 10px;
	margin: 10px 0px;
}

div.comment-column {
	float:left;
	margin-right:20px;
	width:200px;
}

div.comment-column input, input#s {
	border: none;
	background: url(../images/inputbox.png) no-repeat;
	width: 192px;
	height: 20px;
	font-size: 1em;
	padding: 5px;
}

div.comment-column p {
	margin-bottom: 0;
}

ol#commentlist {
	padding: 0px;
	margin: 0;
}

p.commentmeta {
	margin-bottom: 0px;
}

form#commentform label {
	margin: 0;
	text-align: left;
	clear: none;
	width: auto;
	font-size: 12px;
}	

form#commentform input#submit {
	padding-left: 260px;
}

a.url {
	text-decoration: none;
	color: #000;
}


/* Blog Sidebar */

div#sidebar-container {
	float: right;
	width: autox;
	padding: 0 25px 205px 10px;
	margin-top: -29px;
}

div#sidebar-container h2 {
	color: #000000;
}

div.sidebar-content {
	font-size: 12px;
}

div#sidebar-container a {
	color: #660000;
}

div#sidebar-container li {
	background:transparent url(../images/sidebarbullet.png) no-repeat scroll left 2px;
}

div.widget ul li {
	font-size: 12px;
}
