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

version:   1.0
author:    
email:     @practisinc.com
website:   http://www..com/
-----------------------------------------------------------------------------*/

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

/* Remove padding and margin */
/** {
  margin: 0;
  padding: 0;
}
*/
body {
  padding: 0;
  margin: 0;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  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. */
  background:url(../images/bg_int.gif) repeat-x;
  
}

/* Class for clearing floats */
.clear {
  clear:both;
}

/* 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: 13px;
 color:#6D0B0C;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 13px;
   color:#6D0B0C;
}

h4 {
 font-size: 12px;
 color:#6D0B0C;
 margin:0px;
}

h5 {
  /* different color */
}


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

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

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

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

#wrapper_content {
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
  border-bottom: 1px solid #505050;
}

#index #wrapper_content {
  background-color: #F3F3F3;
}

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

/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main {
  height: 25px;
  background: url(../images/bg_nav.gif) repeat-x;
}

#nav_main h1 {
  padding-top: 7px;
  padding-right: 5px;
  margin: 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #6c0b0b;
}

#nav_main img {
  float: left;
}

#nav_main a {
  color: #;
}

#nav_bottom {
  margin: 5px 0;
  font-size: 11px;
  text-align: center;
  color: #505050;
}

#nav_bottom a {
  padding: 0 5px;
  color: #505050;
}

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

#header #logo {
  float: left;
}

#header #building {
  float: right;
}


/* =Index
-----------------------------------------------------------------------------*/
#index #primary_content {
  width: 371px;
  float: right;
  margin-top: 20px;
  margin-right: 40px;
  color: #505050;
}

#index #secondary_content {
  width: 232px;
  float: left;
}

#index #secondary_content img {
  float: left;
}

#callouts {
  height: 103px;
  background:url(../images/bg_callout.gif) repeat-x;
}

#callouts #contact {
  padding-top: 15px;
  padding-left: 20px;
  float: left;
  font-size: 11px;
  color: #666666;
}

#callouts img {
  float: right;
}

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

#two_column #primary_content h1 {
  margin: 5px 0;
}

#two_column #secondary_content {
  padding: 10px;
  width: 180px;
  float: left;
}

#two_column #secondary_content h1 {
  background:url(../images/bullet.gif) no-repeat 0 50%;
  padding-left:15px;
  font-size: 11px;
  font: Verdana, Arial, Helvetica, sans-serif;
  font-weight:Bold;
  color: #505050;
}

#two_column #secondary_content ul {
  padding: 0;
  padding-left: 15px;
  list-style-type: none;
}

#two_column #secondary_content ul li {
font-size:11px;
  padding-bottom: 5px;
}

#two_column #secondary_content ul li a {
  color: #505050;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
  font-size: 11px;
  color: #505050;
  text-align: center;
}

#footer a {
  color: #505050;
}


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