/*-----------------------------------------------------------------------------
Northern Arizona Rad Website Style Sheet

version:   1.0
author:    Chris Monnat
email:     cmonnat@practisinc.com
website:   http://www.northernarizonaradiology.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

body {
  padding: 0;
  margin: 0;
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 800px;  /* Centered design work around for Netscape 6. */
  
}

.doctors {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

body#index { background: #6A2B24 url(../images/bg.gif) repeat-x; }
body#content,body#two_column { background: #6A2B24 url(../images/bg2.gif) repeat-x; }

/* Class for clearing floats */
.clear { clear:both; }

/* Remove border around linked images */
img { border: 0; }

p { margin: 10px 0; }

h1, h2, h3, h4, h5 { margin: 5px 0; }
h1 { font-size: 18px; color: #910102; }
h2 { font-size: 15px; color: #910102; }
h3 { font-size: 13px; color: #910102; }
h4 { /* different color */ }
h5 { /* different color */ }

hr {
	height: 0;
	border-top: 1px solid #EDD8A7;
	margin-top: 0px;
	border-bottom: 0;	
}


/* =Links
-----------------------------------------------------------------------------*/
a:link { text-decoration: none; color: #98493d; }
a:visited { text-decoration: none; color: #98493d;  }
a:hover { text-decoration: underline; }


/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  /* Centered design work around for IE 5.X and 6 in quirks mode. */
 /* background: #F9F7F4;*/
}

#index #wrapper_content { padding: 10px 0; background: url(../images/bg_wrapper_content.gif) repeat-y; }
#content #wrapper_content { /*margin: 10px 0;*/  padding: 10px 0; background: url(../images/bg_wrapper_content2.gif) repeat-y /*0 10px;*/ }
#two_column #wrapper_content { /*margin: 10px 0;*/  padding: 10px 0; background: url(../images/bg_wrapper_content3.gif) repeat-y /*0 10px;*/ }

#wrapper_footer { height: 37px; padding-top: 28px; background: url(../images/bg_footer.gif) repeat-x; }


/* =Navigation
-----------------------------------------------------------------------------*/
#content #nav_main, #two_column #nav_main { height: 163px; }
#nav_main img { float: left; }

#nav_utility { height: 23px; padding-top: 6px; padding-right: 25px; background: url(../images/bg_nav_utility.gif) repeat-x; text-align: right; font-size: 10px; }
#nav_utility, #nav_utility a { color: #FFFFFF; }
#nav_utility a {text-transform: uppercase; }

#nav_bottom{ font-size: 11px; text-align: center; }
#nav_bottom, #nav_bottom a { color: #FFFFFF; }
#nav_bottom a { padding: 0 5px; }


/* =Three Column
-----------------------------------------------------------------------------*/
#index #primary_content { display: inline; width: 385px; float: left; }
#index #primary_content ul { padding: 15px 15px 0 10px; margin: 0; list-style: none; }
#index #primary_content ul li { padding:0; mnargin: 0; }
#index #primary_content ul li.first { margin-bottom: 10px; border-bottom: 1px solid #FFFFFF; }
#index #primary_content ul h2 { display: inline; margin: 0; padding: 0; font-size: 13px; }
#index #primary_content ul img { padding-right: 5px; float: left; }
#index #primary_content ul a { font-weight: bold; }

#index #secondary_content { display: inline; width: 175px; float: left; margin-left: 20px; }

#index #side_content { display: inline; width: 175px; float: left; margin-left: 20px; }


/* =Two Column
-----------------------------------------------------------------------------*/
#content #primary_content { display: inline; width: 385px; float: left; margin-left: 30px; }

#content #secondary_content { display: inline; width: 156px; float: left; margin-left: 10px; }
#content #secondary_content ul a { color: #7b7979; }

#content #side_content { display: inline; width: 160px; float: left; margin-left: 30px; }
#content #side_content ul { margin: 0; padding: 0; padding-left: 16px; }
#content #side_content ul a { color: #7b7979; }
#content #side_content ul li { padding-bottom: 5px; } 


#two_column #primary_content { display: inline; width: 545px; float: left; margin-left: 30px; }

#two_column #secondary_content { display: inline; width: 156px; float: left; margin-left: 10px; }
#two_column #secondary_content ul a { color: #7b7979; }


/* =Footer
-----------------------------------------------------------------------------*/
#footer { padding: 5px 0; font-size: 11px; text-align: center; }
#footer, #footer a { color: #FFFFFF; }


/* =Forms
-----------------------------------------------------------------------------*/
form {
  /*width: 98%;*/
  padding: 5px;
  margin: 0;
}

form em {
  color: #FF0000;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 35%;
}

fieldset {
  padding: 7px;
  padding-left: 8px;
}

fieldset legend {
  padding: 0;
  margin-bottom: 2px;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}

input.txt {
  width: 200px;
}

/*textarea {
  width: 300px;
  height: 100px;
}
*/
.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px;
  margin-bottom: 5px;
}

.formerror ul {
  padding-left: 20px;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}


/* =Misc 1
-----------------------------------------------------------------------------*/
ul.bullets { margin: 0; padding: 0; list-style-type: none; }
ul.bullets li { padding-left: 15px; padding-bottom: 5px; background:url(../images/bullet.gif) no-repeat 0 2px; }


/* =Misc 2
-----------------------------------------------------------------------------*/
