html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#333333; 
} 

body {
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color:#fff;
	margin-top: 20px;
}
h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

h1{
	font-size: 1.7em;
}

#pagewidth{ 
 width:802px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height: 95px; 
 width:100%;
 background-color:transparent; 
} 

#header-logo{
 position: absolute;
 top: 0px;
 left: 410px;
 z-index: 30;
 width: 392px;
 height: 80px;
 background-image: url(../img/chiro_jobs.png);
 background-repeat:no-repeat;
}

#twocols{
 width:100%; 
 position:relative;
 /*background: transparent url(../img/bodytile_revised.gif) repeat-y top left;*/
}

#why_chiro{
	position: absolute;
	margin: 0px 0px;
	padding: 0px;
	left:15px;
	top: -36px;
	z-index:15;
}

#rightcol{
	width:275px;
	left:513px;
	height: 774px;
	z-index:10;
	position:absolute;
	background-color: #000;
	padding-top: 51px;
	top: 11px;
}

.not-transparent{
	filter: alpha(opacity=100); /* ie */
	-moz-opacity: 1; /* mozilla */
	opacity: 1;
}

.transparent {
	filter: alpha(opacity=70); /* ie */
	-moz-opacity: .7; /* mozilla */
	opacity: 0.70;
} 

#maincol{
	color:#41aa18;
	background-color:#000;
	margin:0;
	padding:10px 10px 20px 10px;
	width:450px; 
	background-image:url(../img/greenbar.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
 }
 
 #widecol{
	color:#41aa18;
	background-color:#000;
	margin:0;
	padding:10px 10px 20px 10px;
	width:756px; 
	background-image:url(../img/greenbar.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
 }
 
#widecol form table td{
	padding-bottom: 10px;
}

#wrapper {
	padding-left:13px;
} 


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

@media print{ 
	#rightcol{float: none; width: 90%; clear:both;} 
	#twocols, #maincol{width:90%; float:none;}
}



/*lists
*/
#header ul {
	padding-top:73px;
	margin-left:13px;
	width:420px;
}

ul.horiz { 
	list-style: none;
	margin: 0; 
	padding:0;
	width:100%;
	color:#CCCCCC; 
}

.horiz li {
	list-style-type:none; 
	margin:0;
	padding:0;
	display:inline;
}

/* links */ 
a, .horiz a, .horiz a:link, .horiz a:visited { 
	color:#AAAAAA;
	text-decoration: none;
	 }
#header a.active, .horiz a:hover, .horiz a:active {
	color: #3f981c;
	}


/* text */
hr {
	
	color:#333;
	height:2px;
	
}
.hr {
	display:block;
	border-bottom:2px solid #333;
	margin:0.4em 6px 0.6em 6px;
}

hr, #header hr {
	display:none;
}

#maincol p,  #widecol p{
	font-size: 1em;
	line-height: 125%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#rightcol h2,h3,h4,h5,p{
	margin-left:13px;
}
#rightcol {
	color:#fff;
}
#rightcol h2 {
	color:#41aa18;
	font-size: 1.6em; 
	font-weight:700;
	margin-top:0.5em;
	margin-bottom: 0; 
	line-height: 1em;
	
}
#rightcol h2 span {
	color:#fff;
}

#rightcol h3 {
	margin-bottom:0;
	font-size: 1.3em;
	line-height: 1;
	
}
#rightcol hr {
	margin:0.4em 6px 0.6em 6px;
}
#rightcol h4 {
	color:#ea6607;
	font-style:bold;
	font-weight:900;
	font-size: 0.8em; /* 0.72em*/
	margin-bottom: 0.1em; 
	line-height: 0.95em; 
	
}
#rightcol h5 {
	font-weight:500;
	font-style:normal;
	font-size: 1.44em; 
	margin-bottom: 0.25em; 
	line-height: 1.2em; 
	
}
#rightcol h5.up {
	font-size:0.96em;
	line-height: 1.1em; 
	
}

#footer{
	width: 745px;
	margin: 10px 0px;
	padding: 0px;
}

#footer-left{
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px;
	clear: left;
}

#footer-right{
	clear: right;
	float: right;
	width: 60%;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#footer a{
	text-decoration: none;
}



ul#why_us{
	list-style:none;
	margin: 0px 15px ;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #666666;
}

ul#why_us li{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 14px;
	line-height: 115%;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
}




.up {
	text-transform:uppercase;
}
.large {
	font-size: 1.2em !important;
	line-height: 110%!important;
}
.smaller{
	font-size: 0.9em !important;
}
.orange {
	color: #FF4C05;
}

p.orange a{
	color: #FF4C05;
}

p.orange a:hover{
text-decoration: underline !important;
}



#maincol p.more {
	width:531px;
	margin:0;
	padding:0;
	
}
#maincol p.more img{
	margin:0;
	padding:0;
}
#rightcol p.more a, #rightcol p.more img {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
#rightcol p.more {
	margin-top:0.5em;
	margin-bottom:1.25em;
	width:176px;

}
#rightcol p.more img{
	margin-top:0;
}



/* adjust images from blueprint */
img {
	margin:0;
	float:none;
	padding:0;
}
p.more {
	opacity: 1.0;
}
