/*-----------------------------------------------------------------------------
Chambersburg Imaging Associates Website Style Sheet

version:   1.0
author:    Chris Monnat
email:     cmonnat@practisinc.com
website:   http://www.ciaradiology.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

body {
  padding: 0;
  margin: 0;
  font: 12px Arial, Helvetica, sans-serif;
  color:#676767;
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 855px; /* Centered design work around for Netscape 6. */
}

body#three_column { background: #E4E4E4 url(../images/bg.gif) repeat-x; }
body#two_column { background: #E4E4E4 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: #5e8b99; }
h2 { font-size: 15px; color: #5e8b99; }
h3 { font-size: 13px; color: #656b63; }
h4 { /* different color */ }
h5 { /* different color */ }


/* =Links
-----------------------------------------------------------------------------*/
a:link { text-decoration: none; color: #5e8b99; }
a:visited { text-decoration: none;color: #5e8b99; }
a:hover { text-decoration: underline; color: #5e8b99;}


/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
  width: 855px;
  margin: 0 auto;
  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
}

#three_column #wrapper_top { padding-left: 11px; padding-right: 10px; background: url(../images/bg_top.gif) no-repeat; }
#two_column #wrapper_top { padding-left: 11px; padding-right: 10px; background: url(../images/bg_top2.gif) no-repeat; }

#wrapper_bottom { padding-left: 11px; padding-right: 10px; background: url(../images/bg_bottom.gif) repeat-y; }

#three_column #wrapper_content { background: url(../images/bg_wrapper_content.gif) repeat-y; }
#two_column #wrapper_content { background: url(../images/bg_wrapper_content2.gif) repeat-y; }


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_utility { width: 95px; height: 17px; float: right; margin-top: 10px; margin-right: 10px; padding: 4px; padding-left: 7px;  font-size: 11px; background:url(../images/bg_utility.gif) no-repeat; }
#nav_utility, #nav_utility a { color: #; }


#nav_bottom { height: 19px; margin-top: 1px; padding-top: 5px; background: #ccc8b7; font-size: 11px; text-align: center; }
#nav_bottom, #nav_bottom a { color: #5e8b99; }


/* =Header
-----------------------------------------------------------------------------*/
#header { height: 46px; }
#header .logo { float: left; }


h1#sub_header { 
	height: 38px; 
	margin: 0;
	padding-top: 35px;
	padding-right: 10px;
	background: url(../images/bg_banner.jpg) no-repeat; 
	text-align: right; 
	font-size: 22px;
	color: #5e8b99;
}

/* =Three Column
-----------------------------------------------------------------------------*/
#three_column #primary_content { display: inline; width: 310px; float: left; margin-left: 20px; }

#three_column #secondary_content { display: inline; width: 215px; float: left; margin-left: 30px; }

#three_column #side_content { display: inline; width: 210px; float: left; margin-left: 45px; }


/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content { display: inline; width: 550px; float: right; margin-right: 70px; }

#two_column #secondary_content { display: inline; width: 160px; float: left; margin-left: 20px; }
#two_column #secondary_content h1.in_this_section { color: #656b63; font-size: 17px; }

#two_column #secondary_content ul { list-style-type: none; padding: 0; margin: 0; }
#two_column #secondary_content ul li { line-height: 20px; }
#two_column #secondary_content ul li a { color: #656b63;  }


/* =Footer
-----------------------------------------------------------------------------*/
#footer { padding: 5px 0; font-size: 11px; text-align:center; }
#footer, #footer a { color: #5e8b99; }


/* =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
-----------------------------------------------------------------------------*/

td {
  text-align: left;
}


/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
