/*-----------------------------------------------------------------------------
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 {
  background-color:#FFFFFF;
  clear:both;
}

/* Remove border around linked images */
img {
  border: 0;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 10px;
}


h1 {
  color: #3E4F75;
  font-size: 18px;
}

h2 {
  font-size: 15px;
   color: #3E4F75;
}

h3 {
  font-size: 13px;
}

h4 {
  /* different color */
}

h5 {
  /* different color */
}

p {
  margin: 15px 0;
}

li {
 margin-left: 25px;
}



/* =Links
-----------------------------------------------------------------------------*/
a:link {
  color: #3E4F75;
  text-decoration: none;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  color: #3E4F75;
  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;
  padding-right:15px;
}

#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 {
  background-color:#FFFFFF;
  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 {
  padding-bottom:10px;
  padding-top: 87px;
  padding-right: 30px;
  text-align: right;
  font-size: 20px;
  background: url(../images/bg_banner.jpg) no-repeat;
  color: #3b61b0;
}

#header{margin-bottom:-10px;}


/* =Get Directions 
-----------------------------------------------------------------------------*/
#get_directions { margin:0; padding:0; border:0; width:265px; float:right;}
#get_directions #top {background: url(../images/directionsTop.gif) no-repeat; height:30px;}
#get_directions #middle {background: url(../images/directionsMiddle.gif) repeat-y; font-size:12px; padding:10px 20px;}
#get_directions #bottom {background: url(../images/directionsBottom.gif) no-repeat; height:35px;}
#get_directions #middle input {margin:5px 0px;}
#get_directions #bottom #submitButton {margin-top:2px; cursor:pointer;}


/* =Three Column
-----------------------------------------------------------------------------*/
#three_column #bg_content {
  margin-bottom: 10px;
  background-color:#FFFFFF;
  background: url(../images/bg_content.gif) repeat-y;
}


#three_column #primary_content {
  margin-left:15px;
  width: 290px;
  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: 35px;
  width: 205px;
  float: left;
}

#three_column #secondary_content h1, #three_column #side_content h1 {
  height: 30px;
  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: 600px;
  float: left;
  margin-left:10px;
  margin-bottom:20px;
}

#two_column #secondary_content {
  width: 150px;
  float: right;
}

#in_this_section {
font-size:11px;
  width: 146px;
  background-color: #e8f0e8;
}

#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 .vcard {
  margin:0px;
  padding:3px 5px;
  border-left: 1px solid #3E4F75;
  border-right: 1px solid #3E4F75;
  border-bottom: 2px solid #3E4F75;
  }

#in_this_section ul {
  list-style-type: none;
  border-left: 1px solid #3E4F75;
  border-right: 1px solid #3E4F75;
  border-bottom: 1px solid #3E4F75;
}

#in_this_section ul li {
  margin: 0;
  padding: 0 10px;
  line-height: 20px;
  border-bottom: 1px solid #3E4F75;
}

#in_this_section ul li a { font-size:11px; color: #3E4F75; text-decoration: none; }
#in_this_section ul li a:visited { font-size:11px; color: #3E4F75; text-decoration: none; }
#in_this_section ul li a:hover { font-size:11px; color: #3E4F75; 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
-----------------------------------------------------------------------------*/

.bio p {margin-top:0;}

/* =Misc 2
-----------------------------------------------------------------------------*/
