/*-----------------------------------------------------------------------------
Radcom Website Style Sheet

version:   1.0
author:    Chris Monnat
email:     cmonnat@practisinc.com
website:   http://www.radcom.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

body {
  padding: 0;
  margin: 0;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  line-height:15px;
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 780px; /* Centered design work around for Netscape 6. */

}

body#index {
  background: url(../images/bg.gif) repeat-x #f1eac9;
}

body#two_column {
  background: url(../images/bg_content.gif) repeat-x #f1eac9;
}

/* Class for clearing floats */
.clear {
  clear: both; 
  height: 1px;
  overflow: hidden; 
}

/* Remove border around linked images */
img {
  border: 0;
}

p {
  margin: 10px 0;
}

li {
  margin-left: 25px;
}

h1, h2, h3, h4, h5 {
  margin: 5px 0;
}

h1 {
  font-size: 18px;
  color: #6f1400;
}

h2 {
  font-size: 15px;
  color: #6f1400;
}

h3 {
  font-size: 13px;
  color:#1D3763;
}

h4 {
  /* different color */
}

h5 {
  /* different color */
}


/* =Links
-----------------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color:#6f1400;
}

a:visited {
  text-decoration: none;
  color:#6f1400;
}

a:hover {
  text-decoration: underline;
  color:#6f1400;
}


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

#index #wrapper_content { 
  overflow: hidden;
  background: url(../images/bg_wrapper_content.gif) no-repeat #f1eac9 0 24px;   
}

#two_column #wrapper_content {
  overflow: hidden;
  background: url(../images/bg_wrapper_content_2.gif) repeat-y;
}


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main {
  height: 24px;
}

#nav_main img { float: left; }

#nav_main a {
  color: #;
}

#nav_utility {

}

#nav_utility a {
  color: #;
}


/* =Header
-----------------------------------------------------------------------------*/
#index #header { width: 780px; height: 266px; }

#two_column #header { height: 172px; }

#header .logo { float: left; }

#header .doctor { float: right; }

#header #why_choose_us {
  padding-left: 150px;
  /*padding-top: 20px;*/
  background: url(../images/bg_why_choose_us.gif) no-repeat;
}

#header #why_choose_us ul {
  padding: 0;
  margin: 5px 0 0 0;
  list-style-type: none;
}

#header #why_choose_us ul li {
  padding: 0 0 0 15px;
  margin: 0 0 0 5px;
  background: url(../images/bullet_light.gif) no-repeat 0 4px;
  color: #233251;
}


/* =Three Column
-----------------------------------------------------------------------------*/
#index #primary_content {
  float: right;
  width: 550px;
}

#index #primary_content #content {
  padding: 15px 10px 5px;
}

#index #primary_content #content ul {
  padding: 0;
  padding-left: 20px;
  list-style-type: none;
}

#index #primary_content #content ul li {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  background: url(../images/bullet_light.gif) no-repeat 0 4px;
}

#index #primary_content #content #services_left {
  margin-right: 40px;
  float: left;
}

#index #primary_content #content #services_right {
  float: left;
}

#index #secondary_content {
  float: left;
  width: 230px;
  height: 278px;
  background: #ebe4c5 url(../images/red_bar.gif) no-repeat bottom;
}

#index #secondary_content ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}

#index #secondary_content ul li {
  margin: 15px 0;
  padding: 0 0 0 15px;
  background: url(../images/bullet_dark.gif) no-repeat 0 3px;
}

#index #secondary_content ul li h1 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #6f1400;
  font-size: 11px;
}

/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content {
  float: right;
  width: 597px;
}

#two_column #primary_content #content {
  padding: 20px;
}

#two_column #secondary_content {
  float: left;
  width: 183px;
}

#two_column #secondary_content ul {
  padding: 0;
  padding-top:20px;
  margin: 0;
  margin-left: 26px;
  list-style-type: none;
}

#two_column #secondary_content ul li {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  background: url(../images/bullet_dark.gif) no-repeat 0 4px;
  line-height: 18px;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer { 
  background: url(../images/bg_footer.gif);
  height: 55px;
}

#footer_content {
  width: 760px;
  margin: 0 auto;
  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  padding: 10px;
  color: #FFFFFF;
  font-size: 10px;
}

#footer a {
  color: #FFFFFF;
}

#footer .copyright { 
  float: left;
  /*margin-left: 250px;*/
}

#footer .nav_bottom { 
  float: right;
 /* margin-right: 250px;*/
}


/* =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
-----------------------------------------------------------------------------*/



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