/*-----------------------------------------------------------------------------
Dakota Radiology Website Style Sheet

version:   1.0
author:    Chris Monnat
email:     cmonnat@practisinc.com
website:   http://www.dakotaradiology.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: 846px; /* Centered design work around for Netscape 6. */
  background: #E6E6E6 url(../images/bg.gif) repeat-x;
  color: #333333;
}
.doctors {
	font-size: 13px;
	font-weight: bold;
	color: #69753A;
}
/* 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: #633118; }
h2 { font-size: 15px; color: #69753A; }
h3 { font-size: 13px; color: #69753A; }
h4 { /* different color */ }
h5 { /* different color */ }


/* =Links
-----------------------------------------------------------------------------*/
a:link { color: #1D5878; text-decoration: underline; }
a:visited { color: #1D5878; text-decoration: underline; }
a:hover { color: #633118; text-decoration: underline; }


/* =Structure
-----------------------------------------------------------------------------*/
#wrapper_head, #wrapper_content, #wrapper_footer {
  width: 846px;
  margin: 0 auto;
  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
}

#wrapper_white { background: #FFFFFF; }

#wrapper_content { background:url(../images/bg_wrapper_content.gif) repeat-y; }

#wrapper_footer { height: 56px; margin-bottom: 10px; background: url(../images/bg_footer.gif) no-repeat; }


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main { height: 32px; }
#nav_main img { float: left; }


#nav_utility { }
#nav_utility, #nav_utility a { color: #; }


#nav_bottom { padding-top: 10px; text-align: center; font-size: 11px; }
#nav_bottom, #nav_bottom a { color: #666666; }
#nav_bottom a { text-decoration: underline; }


/* =Header
-----------------------------------------------------------------------------*/
#header { height: 116px; }


/* =Three Column
-----------------------------------------------------------------------------*/
#primary_content, #secondary_content, #secondary_content_long, #side_content { margin-top: 30px; }  

#three_column #primary_content { display: inline; width: 250px; float: left; margin-left: 25px; }

#three_column #secondary_content { display: inline; width: 250px; float: left; margin-left: 30px; }

#three_column #side_content { 
	display: inline; 
	width: 229px; 
	height: 238px; 
	float: left; 
	margin-left: 30px; 
	padding: 10px;
	background:url(../images/bg_quicklinks.gif) no-repeat; 
	color: #FFFFFF; 
}

#three_column #side_content ul { margin: 0; padding: 5px; list-style-type: none; font-size: 11px; }
#three_column #side_content li { padding: 0; padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 4px; }
#three_column #side_content li a { color: #FFFFFF; }


/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content { display: inline; width: 560px; float: left; margin-left: 25px; }

#two_column #secondary_content { 
	display: inline; 
	width: 215px; 
	height: 286px;
	float: left; 
	margin-left: 25px; 
	background: url(../images/bg_in_this_section.jpg) no-repeat; 
	color: #FFFFFF;
}

#two_column #secondary_content_long { 
	display: inline; 
	width: 215px; 
	height: 500px;
	float: left; 
	margin-left: 25px; 
	background: url(../images/featured_topics_long.gif) no-repeat; 
	color: #FFFFFF;
}
#two_column #secondary_content_long h1 { padding-left: 15px; font-size: 15px; color: #FFFFFF; }

#two_column #secondary_content ul { margin: 0; margin-top: 50px; padding: 0; padding-left: 17px; padding-right:3px;  list-style-type: none; font-size: 11px; }
#two_column #secondary_content ul li { padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 5px; line-height: 17px; }
#two_column #secondary_content ul li a { color: #FFFFFF; text-decoration: underline; }
#two_column #secondary_content ul li a:hover { color: #8B5F50; }

#two_column #secondary_content_long ul { margin: 0; padding: 0; padding-left: 17px; padding-right:10px; list-style-type: none; font-size: 11px; }
#two_column #secondary_content_long ul.top { margin-top: 50px; }
#two_column #secondary_content_long ul li { padding-left: 15px; background: url(../images/bullet.gif) no-repeat 0 5px; line-height: 17px; }
#two_column #secondary_content_long ul li a { color: #FFFFFF; text-decoration: underline; }
#two_column #secondary_content_long ul li a:hover { color: #8B5F50; }



/* =Footer
-----------------------------------------------------------------------------*/
#footer { margin-top: 5px; text-align: center; font-size: 11px; }
#footer, #footer a { color: #666666; }
#footer a { text-decoration: underline; }


/* =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
-----------------------------------------------------------------------------*/
.note {color: #633118;
		font-style: italic;
		}


/* =Misc 2
-----------------------------------------------------------------------------*/
