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

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

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

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

body {
  margin-top: 10px;
  font: 12px "Trebuchet MS", 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. */
}

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

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

h1, h2, h3, h4, h5 {
  margin-bottom: 10px;
}


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

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

h3 {
  font-size: 13px;
}

h4 {
  /* different color */
}

h5 {
  /* different color */
}

p {
  margin: 15px 0;
}

li {
 margin-left: 25px;
}



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

a:visited {
  text-decoration: underline;
}

a:hover {
  color: #3c62b3;
  text-decoration: underline;
}


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main {
  margin-top: 5px;
  margin-bottom: 20px;
}

#nav_main ul {
  list-style-type: none;
  width: 780px;
  float: left;
}

#nav_main ul li {
  margin: 0;
  float: left;
}

#nav_main ul li a {
  display: block;
  float: left;
  width: 130px;
  height: 18px;
  padding: 7px 0;
  color: #E5E5E5;
  text-align: center;
  font-size: 13px;
  background: url(../images/bg_nav_tab.gif) no-repeat;
}

#nav_main ul li a:visited {
  text-decoration: none;
}

#nav_main ul li a:hover {
  color: #000000;
  font-weight: bold;
  background: url(../images/bg_nav_tab_over.gif) no-repeat;
  text-decoration: none;
}


#nav_utility {
  text-align: right;
  font-size: 11px;
}

#nav_utility a {
  color: #000000;
}

#nav_bottom {
  padding: 4px 0;
  background: url(../images/bg_footer.gif) no-repeat;
  text-align: center;
  font-size: 11px;
}

#nav_bottom a {
  padding: 0 10px;
  color: #000000;
}

#nav_bottom a:visited {
  text-decoration: none;
}


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


/* =Header
-----------------------------------------------------------------------------*/
#three_column #header {
  border-bottom: 3px dotted #F0F0F0;
}

#header h1 {
  height: 35px;
  padding-top: 87px;
  padding-right: 30px;
  background: url(../images/bg_banner.jpg) no-repeat;
  text-align: right;
  color: #3b61b0;
  font-size: 20px;
}

/* =Three Column
-----------------------------------------------------------------------------*/
#three_column #bg_content {
  margin-bottom: 10px;
  background: url(../images/bg_content.gif) repeat-y;
}


#three_column #primary_content {
  width: 270px;
  float: left;
  color: #626262;
  font-weight: normal;
}

#three_column #secondary_content {
  width: 197px;
  float: right;
}

#three_column #secondary_content img {
  margin-right: 15px;
}

#three_column #secondary_content ul {
  margin-left: 82px;
  list-style-type: none;
  font-size: 11px;
}

#three_column #secondary_content ul li {
  line-height: 18px;
}


#three_column #secondary_content ul a {
  color: #464646;
}

#three_column #side_content {
  margin-left: 55px;
  width: 205px;
  float: left;
}

#three_column #secondary_content h1, #three_column #side_content h1 {
  height: 64px;
  padding: 3px;
  padding-left: 5px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
}

#three_column #secondary_content h1,#three_column #side_content h1 {
  background: url(../images/bg_banner.gif) no-repeat;
}


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

#two_column #secondary_content {
  width: 150px;
  float: right;
}

#in_this_section {
  width: 146px;
  background-color: #e8e5e5;
}

#in_this_section h1 {
  height: 18px;
  padding-left: 10px;
  margin: 0;
  background: url(../images/in_this_section_bg.gif) no-repeat;
  font-size: 11px;
  color: #FFFFFF;
}

#in_this_section ul {
  list-style-type: none;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

#in_this_section ul li {
  margin: 0;
  padding: 0 10px;
  line-height: 20px;
  border-bottom: 1px solid #dbdada;
}

#in_this_section ul li a { color: #3b61b0; }
#in_this_section ul li a:visited { text-decoration: none; }


/* =One Column
-----------------------------------------------------------------------------*/
#one_column #primary_content {
	width:700px;
	margin-left: 20px;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
}

#footer a {
  color: #000000;
}

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

