/* Project: S.L. Gorman
URL: http://www.slgormanlegalnurse.com/
Date: January 2009
Author: Debbie Campbell, Red Kite Creative
Author URL: http://www.redkitecreative.com */

/**************************************
  Override default styling rules
**************************************/
/* zeroes all margins and paddings */
*, html, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
ul, ol { /* remove list-style from lists */
	list-style: none;
}
body { /* gives base font of 10px */
	font-size: 62.5%;
}
/* commented backslash hack for ie5mac \*/ 
html, body {
	height: 100%;
} 
img, fieldset a img {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}
/**************************************
  Default rules
**************************************/
h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	padding: 0;	
	text-align: left;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #28332f;
	background-color: transparent;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 150%;	
}
h3 {
	padding-top: 0.4em;
	font-size: 130%;
}
h4 {
	font-size: 1.4em;
}
p {
	margin: 0;
	padding-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.55em;
	color: #191814;
	background-color: transparent;	
}
a, a:link, a:visited {
	color: #76364A;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #597168;
	background-color: transparent;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	outline: none;
}
ul li {
	margin: 0;
}
acronym {
	border-bottom: 1px dotted #F5F5F5;
}
hr {
	margin: 0 0 0.5em 0;
   border-top: 1px dashed #644C40;
	border-right: none;
	border-bottom: none;
	border-left: none;	
   height: 2px;
	color: #D5E0CD;
	background-color: transparent;
}
sup {
	font-size: 40%;
}
/**************************************
  Overall layout rules
**************************************/
html {
	height: 100%; /* Required for footerstickalt */
	text-align: left;
}
body {
	position: relative;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #28332f;
	background-color: #f3fef7;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
}
#wrapper {
	position: relative;
	margin: 85px auto 0 auto;
	padding: 0;
	width: 920px;
	color: #191814;
	min-height: 100%;
	height: auto;
	background-color: #f6faf7;
	border: 1px solid #b3b3b3;
	border-bottom: none;
	z-index: 10;
	/*background-image: url(../images/naclnc_iafn.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;*/
}
* html #wrapper {/* ie6 and under*/
	height: 100%;
}
#header {
	position: relative;
}
#logo {
	position: absolute;
	top: -63px;
}
#header-block {
	position: relative;
	margin-left: 4px;
	padding: 0;
	width: 912px;
	height: 253px;
}
#large-quote {
	position: absolute;
	top: 60px;
	right: 15px;
	width: 220px;
	text-align: center;
	font-size: 20px;
	font-family: Georgia, Times, serif;
	line-height: 24px;
	color: #fff;
	background-color: transparent;
}
#header-main-img {
	position: absolute;
	top: 4px;
	left: 0;
	width: 664px;
	height: 253px;
}
#header-box {
	position: absolute;
	top: 4px;
	right: 0;
	color: #fff;
	background-color: transparent;
	width: 248px;
}
#utility-menu {
	position: absolute;
	top: -78px;
	right: 5px;
	text-align: right;
	font-size: 12px;
	height: 20px;
}
/************************************************
  Content rules
************************************************/
#main { 
	margin-top: 1em;
	padding: 0;
	width: 100%;
}
#content { 
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 72%;
	color: #28332f;
	background-color: #f6faf7;
}
#content div, #sidebar div {
	margin: 0;
	padding: 0 0.8em 0 0.8em;
}

#content p {
	z-index: 199;
}
ul.bullet-list {
	margin: 0.5em 1em 1em 3em;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #262D3C;
	background-color: transparent;
}
ul.bullet-list li, ol li {
	padding-bottom: 0.5em;
	line-height: 1.5em;
	font-size: 120%;
}
ul.bullet-list li ul {
	list-style-type: circle;	
	padding: 0.5em 0 0 2em;	
}
ul.bullet-list li ul li {
	padding-bottom: 0.2em;
}
ol.numbered-list, ol.numbered-list li ol {
	margin: 0.5em 1em 1em 3em;
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #262D3C;
	background-color: transparent;
}
ol.numbered-list li ol {
	margin: 0.5em 1em 0 3em;
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #262D3C;
	background-color: transparent;
}
ol.numbered-list li {
	padding-left: 0.5em;
	font-size: 132%;
}
ol.numbered-list li ol li {
	padding-left: 0.5em;
	list-style-type: lower-alpha;
	font-size: 100%;
}
.content-box {
	margin: 1em 0;	
	width: 420px;
	border: 1px dotted #373737;
	background-color: #E6F2EA;
}
.content-box p {
	padding: 0.5em 1em 0.5em 1em;
}
#sidebar {
	float: right;	
	margin: 0;
	padding: 0;
	width: 28%;
	color: #191814;
	background-color: #f6faf7;
}
#sidebar p {
	font-weight: bold;
	font-size: 130%;
}
#sidebar p.normalPara {
	font-weight: normal;
	font-size: 1.3em;
}
/**************************************
  Footer rules
**************************************/
#footer {
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	/*margin-top: -110px;*/
	padding: 0;
	height: 120px;
	background-image: url(../images/footer_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 210;
}
#footer-menu {
	position: relative;
	margin: 0 auto;
	padding-top: 3.8em;
	width: 920px;
	font-size: 9px;
	line-height: 1.4em;	
	background-image: url(../images/footer_image.jpg);
	background-repeat: no-repeat;
	z-index: 20;
}
#copyright {
	margin: 0 auto;
	padding-left: 0.5em;
	color: #B2C8BA;
	background-color: transparent;	
}
#credits {
	position: absolute;
	top: 2.9em;
	right: 0.5em;
}
#footer a, #footer a:link, #footer a:visited {
	color: #95B29E;
	background-color: transparent;
}
#footer a:hover, #footer a:active {
	color: #D7E3DB;
	background-color: transparent;
}
#logos-naclnc-iafn {
	position: absolute;
	right: 5px;
	top: -65px;
	height: 85px;
	z-index: 400;
}
#naclnc-link {
	position: absolute;
	top: 15px;
	left: 0;
	height: 70px;
	width: 125px;
	color: #fff;
	background-color: transparent;
	z-index: 1000;
}
#iafn-link {
	position: absolute;
	top: 0;
	left: 142px;
	height: 85px;
	width: 65px;
	color: #fff;
	background-color: transparent
	z-index: 1000;
}
/************************************************
  Sliding doors menu (Exploding Boy) rules
************************************************/
#tabs4 {
	position: absolute;
	top: -24px;
	right: 0;
	background: transparent;
	font-size: 1.1em;
	line-height: normal;
	border-bottom: 1px solid #b3b3b3;
}
#tabs4 ul {
	margin-right: 5px;
	padding: 0;
	list-style: none;
}
#tabs4 li {
  display: inline;
  margin: 0;
  padding: 0;
}
#tabs4 a {
  float: left;
  background: url(../images/tableft4.gif) no-repeat left top;
  margin: 0;
  padding: 0 0 0 4px;
  text-decoration:none;
}
#tabs4 a span {
  float:left;
  display:block;
  background: url(../images/tabright4.gif) no-repeat right top;
  padding: 6px 12px 4px 8px;
  color: #597168;
  background-color: transparent;  
}
#tabs4 a:hover span {
  color: #28332f;
}
#tabs4 a:hover {
  background-position: 0% -42px;
}
#tabs4 a:hover span {
  background-position: 100% -42px;
}
#tabs4 .current a {	
	background-position: 0% -42px;
	background: url(../images/tableft4.gif) no-repeat left top;
}
#tabs4 .current a span {
	background-position: 100% -42px;
	background: url(../images/tabright4.gif) no-repeat right top;
	color: #373737;
}
#tabs4 .current a:hover {
  background-position: 0% -42px;
}
#tabs4 .current a:hover span {
  background-position: 100% -42px;
}
/**************************************
  Contact form rules (Aneko Studios)
**************************************/
#formbox {
	margin: 5px 10px 0 0;
	padding: 5px 15px 0 15px;
	width: 540px;
}
div#formbox form fieldset { 
	margin: 10px 0 15px 0; 
	padding: 10px; 
	border: 1px solid #9F9F9F; 
}
div#formbox form legend { 
	padding: 0 4px;
	font-weight: bold; 
	font-size: 1.3em;
	color: #333333; 
}
p.legend { 
	margin-bottom: 1em; 
}
div#formbox form fieldset div { 
	padding: 0.25em 0; 
}
.form_field {
	padding-bottom: 5px;
	font-size: 1.1em;
}
.form_field input {
	font-size: 13px;
	height: 16px;	
}
.form_field select option {
	padding-left: 4px;
}
p.fieldname {		
	margin: 10px 0 0 0;
	padding-right: 10px;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	background-color: transparent;
}
.fieldname {
	position: relative;
	display: block;
	float: left;
	margin-right: 6px;
	font-size: 13px;
	text-align: right;	
	width: 160px;
}
div.formbox div.controlset fieldname, 
div.formbox div.controlset input { 
	display: inline; 
	float: none; 
}	
.required {
	color: Red;
	background-color: transparent;
	font-weight: bold;
}
input.form  {	
	margin-top: -15px;
	padding: 2px 4px 0 2px;
	font-size: 1em;
}
/*input.button {			
	font-size: 12px;
	width: 60px;
	font-weight: bold;
	color: #3F3F3F;
	background-color: #C2C2C2;
}*/
.button {
	margin: 0;
	padding-top: 0;
}
div.form_checkboxes {
	margin-left: 168px;
	padding: 0 2px 4px 5px;
	font-size: 1em;
}
.checkbox {
	vertical-align: middle;
	height: 1em;
}
ul.error {			
	margin-top: 10px;
	color: #C00000;
	background-color: transparent;
	font-size: 1.1em;
}
ul.error li {			
	margin-left: 15px;
	font-size: 1em;
}
.thankyou {
	margin: 0 auto;
	padding-top: 0;
	width: 425px; 
	vertical-align: top;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/************************************************
  Miscellaneous rules
************************************************/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.bold-centered {
	font-weight: bold;
	text-align: center;
}
.centered {
	text-align: center;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.underlined {
	border-bottom: 1px solid #191814;
	width: 500px;
}
.img-right {
	float: right;
	margin: 0 0 5px 10px;
}
.img-left {
	float: left;
	margin: 0 10px 0 0;
	padding-bottom: 10px;
}
.clearfix:after {
	content:".";
	display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


