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

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

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

body {
  padding: 0;
  margin: 0;
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 920px; /* Centered design work around for Netscape 6. */
  background: #E7E7E7;
}

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

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

img.banner { padding-bottom: 10px; }

p {
  margin: 10px 0;
}

h1, h2, h3, h4, h5 { margin: 5px 0; }
h1 { font-size: 18px; color: #182c4e; }
h2 { font-size: 15px; color: #435980; }
h3 { font-size: 13px; color: #435980; }
h4 { font-size: 12px; }
h5 

hr {clear:both;}


/* =Links
-----------------------------------------------------------------------------*/
a:link { color: #354B72; }
a:visited { color: #354B72; }


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

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

/* =Header
-----------------------------------------------------------------------------*/
#header { height: 102px; }
#header img { float: left; }


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main { height: 42px; }
#nav_main img { float: left; }

#nav_utility { height: 92px; width: 122px; padding-left: 224px; padding-top: 10px; float: right; background: url(/images/design/bg_nav_utility.jpg) no-repeat; font-size: 11px; }
#nav_utility, #nav_utility a { color: #FFFFFF; }
#nav_utility a { padding: 0 5px; text-decoration: none; }
#nav_utility a:hover { text-decoration: underline; }

#nav_bottom { padding: 5px 0; background: #ced3db; border-top: 1px solid #a5acb8; text-align: center; font-size: 11px; }
#nav_bottom, #nav_bottom a { color: #152644; }
#nav_bottom a { padding: 0 5px; }


/* =Three Column
-----------------------------------------------------------------------------*/
#three_column #primary_content, #three_column #secondary_content, #three_column #side_content { display: inline; margin-top: 10px; }

#three_column #primary_content { padding: 0 25px; width: 306px; float: left; background:url(/images/design/bg_primary_column.gif) no-repeat; border-right: 1px solid #D4D4D4; }
#three_column #secondary_content { padding: 0 25px; width: 288px; float: left; }
#three_column #side_content { padding-left: 22px; padding-right: 10px; width: 193px; float: right; }


/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content, #two_column #secondary_content { display: inline; margin-top: 10px; }

#two_column #primary_content { width: 621px; padding: 0 25px; float: right; border-left: 1px solid #D4D4D4; }
#two_column #secondary_content { width: 180px; padding: 10px 30px; float: left; background: url(/images/design/bg_primary_column.gif) no-repeat; }

#two_column #secondary_content ul { margin: 0; padding: 0; list-style-type: none; }
#two_column #secondary_content ul li { padding: 0; line-height: 20px; }
#two_column #secondary_content ul li a { font-weight: bold; color: #000000; text-decoration: none; }
#two_column #secondary_content ul li a:hover { text-decoration: underline; }


/* =Footer
-----------------------------------------------------------------------------*/
#footer { padding: 5px 0; background: #ced3db; border-bottom: 1px solid #a5acb8; text-align: center; font-size: 11px; }
#footer, #footer a { color: #152644; }

/* =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;
  margin-bottom: 30px;
}

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

