
/*___________________   GEAR Projects / General Styles */

* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	color: #000;
	background:#FFF;
}


#pagewrapper { 
   margin:auto;
   width: 790px;
} 
  

#maincontent { 
    margin-bottom: 20px;
    height: auto; 
	clear: both;
	padding: 90px 0 35px 0;
	width: 760px;
} 
 

h1	{
	font-size: 1.8em;
	padding:0;
}

h2	{
	font-size: 1.3em;
	line-height: 1.2em;
}

h3	{
	font-size: 1.2em;
	color: #162B41;
	font-weight: bold;
	margin: 8px 0 2px 0;
}

h4	{
	font-size: 1em;
	line-height: 1.em;
	margin-bottom: 4px;
	clear:both;
}

p	{
	margin: 0;
	padding: 0 0 0.8em 0;
}


ul, ol	{
	padding:0;
}

fieldset	{
	border:none;
}
a, a.visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a.selected	{
	text-decoration: none;
	color:#314357;
	
}
address	{
	margin: 5px 0;
}
img	{
	border:none;
}

img	a {
	border:none;
}

/* Contentwrappers */

#utilities	{
	float:right;
	margin: 10px 70px 11px 0;
}

.logo	{
	float:left;
	margin: -5px 0 0 55px;
}

#tabs	{
	clear:right;
	float:right;
	margin: 35px 10px 0 0;
}

.leftwrapper	{
	float:left;
	width: 475px;
	margin-right: 30px;
	margin-left: 22px;
}

* html .leftwrapper	{
	width: 475px;
	margin-left: 10px;
	margin-right: 20px;
}

.rightwrapper	{
	float:left;
	padding-top:50px;
	width: 230px;

}

/* Changes Background Header Image */

#contentwrapper	{
	background: url(../images/header_home.jpg) no-repeat 0 62px;
	width: 760px;
	clear:both;
	padding: 0 0 20px 0;
}

#howwework #contentwrapper	{
	background: url(../images/header_work.jpg) no-repeat 0 62px;
}

#clients #contentwrapper	{
	background: url(../images/header_testimonials.jpg) no-repeat 0 62px;
}

#register #contentwrapper	{
	background: url(../images/header_register.jpg) no-repeat 0 62px;
}

/* Used on Search pages */

#searchresults .leftwrapper, 
#jobdetail .leftwrapper	{
	float:left;
	width: 462px;
	margin-right: 30px;
	margin-left: 35px;
}

* html #searchresults .leftwrapper, 
* html #jobdetail .leftwrapper{
	width: 450px;
	margin: 0 20px 0 20px;
}


/* Used on sub-pages */
.main	{
	margin: 20px 0 0 0;
}

.notes	{
	font-size: 80%;
	margin-top:20px;
	clear:both;
}

.notes2	{
	font-size: 80%;
}

.quoter	{
	font-weight:bold;
}
.mainimg	{
	margin: 20px 20px 10px 0;
	float: left;
}

.container	{
	padding-top: 50px;
}

.spacer {
	margin-top: 20px;
	height: 165px;
}

.left	{
	float:left;
}
/* Internal links */

a.internalink, 
a.jobdetailslink, 
a.pagelink	{
	color: #485A72;
	text-decoration: underline;
	padding: 2px 2px 2px 18px;
	clear:both;
	margin: 5px;
	background: url(../images/bullet.gif) no-repeat 2px;
	display:block;
}

a.jobdetailslink	{
	background: url(../images/icon_jobdetails.gif) no-repeat 2px;
}

a:hover.jobdetailslink	{
	background: url(../images/icon_jobdetails.gif) no-repeat 2px;
}

a.pagelink	{
	background: url(../images/bullet.gif) no-repeat right;
	float:right;
	padding: 2px 18px 2px 2px;
}


a:hover.internalink,
a:hover.jobdetailslink,
a:hover.pagelink	{
	color: #162B41;
	text-decoration: none;
}

a.mainlink {
	color: #000;
	text-decoration: underline;
}

a.mainlink:hover {
	color: #E9C31D;
	text-decoration: none;
}

.clear	{
	clear: both;
}
.summary	{
	font-size: 1.1em;
	margin: 5px 0;
}

.hidden	{
	text-indent: -8000px;
}

.nodisplay	{
	display:none;
}

/* Footer Content */
#footer { 
    clear:left;
    width: 790px; 
	background: url(../images/footer.gif) no-repeat bottom;
	height:120px;
	margin:auto;
} 
  
 /* Main Content */

.welcome, .clients, .registerform, .hints, .howwework, .contact, .sitemap	{
	margin: 30px 0 0 0;
	clear:both;
	padding: 0 0 0 40px;
	float:left;
}
.who {
	clear:both;
	padding: 0 20px 0 40px;
}
.welcome	{
	background: url(../images/bg_welcome.jpg) no-repeat top;
	margin-bottom: 10px;
}

.clients {
	background: url(../images/bg_clients.jpg) no-repeat top;
	padding-top: 45px;
}

.registerform {
	background: url(../images/bg_registerform.jpg) no-repeat 0 0;
	padding-top: 50px;
	width: 435px;
}

.howwework {
	background: url(../images/bg_howwework.jpg) no-repeat top;
	padding-top: 40px
}

.hints {
	background: url(../images/bg_hints.jpg) no-repeat top;
	padding-top: 40px
}

.contact {
	background: url(../images/bg_contact.jpg) no-repeat top;
	padding-top: 50px
}

.sitemap {
	background: url(../images/bg_sitemap.jpg) no-repeat top;
	height: 300px;
	width: 440px;
}
.welcome p	{
	padding:40px 0 0 0;
}

.registerform p {
	padding: 0;
}

.sitemap ul.listlinks	{
	margin: 0;
	float:left;
}


.howwework p,
.clients p,
.hints p	{
	padding: 10px 20px 0 0;
}

.hints h3	{
	padding: 20px 0 0 0;
	margin:0;
}

.fakeimage	{
	padding: 90px 20px 0 0;
	float:right;
	width: 180px;
	height: 60px;
}

.howwework .fakeimage, .clients .fakeimage	{
	float:right;
	width: 210px;
	height: 165px;
	padding:0;
}


.welcome a,
.howwework a,
.clients a	{
	margin: 10px 20px 0 0
}

/* Rightbar content */

.register	{
	background: url(../images/bg_register.jpg) no-repeat bottom;
	height:100px;
	margin-top: 20px;
	clear:both;
	padding: 10px;
}

.register h3	{
	padding: 15px 0 0 25px;
	color:#FFF;
	display:block;
}

* html .register h3	{
	padding-top: 20px;
}

.register a	{
	margin: 2px 0 0 20px;
	color:#FFF;
}

.register a:hover	{
	color:#E9C420
}

.locations	{
	padding: 20px;
}

.movie	{
	margin-top: 40px;
}
/*___________________  / Titles */

.title_who	{
	background: url(../images/title_who.gif) no-repeat;
	height:30px;
	margin-top: 20px;
	clear:both;
}


/*___________________  / Form Styles */

.registerform form	{
	padding: 10px 0 0 0;
}

.contact form	{
	float:left;
	margin-top:0;
	padding-top:0;
}

* html .contact form	{
	float:left;
}




.registerform .input,
.contact .input {
	float:left;
	clear:left;
}

.registerform label, 
.registerform p.formpara,
.contact label	{
	float:left;
	clear:left;
	margin: 5px 0 2px 0;
}

.registerform p.formpara	{
	padding: 10px 0 0 0;
	font-weight:normal;
	color:#000;
	font-size: 0.9em;
}

.removed	{
	color: red;
}

.removed	{
	color: red;
}


.contact .submit, .registerform .submit	{
	float:left;
	clear:left;
	margin-top: 10px;
}
