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

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

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

body {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  font-family: "Trebuchet MS";
  font-size: 14px;
  color:#666666;
  text-align: center; /* Centered design work around for IE 5.X and 6 in quirks mode. */
  min-width: 760px; /* Centered design work around for Netscape 6. */
  background:url(../images/background.jpg) repeat-x #FFFFFF;
}

.glossary {
  font-size: 11px;
  }


/* 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: 20px;
  color: #555555;
}

h2 {
  font-size: 17px;
  color:#5c7bab;
}

.style1 {
	color: #C0AE62;
}

h3 {
  
  font-size: 15px;
  color:#5c7bab;
}


h4 {
	font-size:14px;

  /* different color */
}

h5 {
	font-size:12px;
	color: #5c7bab;
 
}


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

a:visited {
  text-decoration: none;
  color:#708CB8;
}

a:hover {
  text-decoration: underline;
}


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_utility {
  float: right;
  padding-right: 15px;
  padding-bottom: 5px;
  text-align: right;
  color: #4a4a4a;
}

#nav_utility a {
  color: #4a4a4a;
}

#nav_bottom {
  font-size: 13px;
  text-align: center;
}

#nav_bottom a {
  color: #4a4a4a;
}


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

#wrapper_content {
  background-color: #edf1f2;
}

/*#wrapper_content img {
  float: left;
}
*/
/* =Header
-----------------------------------------------------------------------------*/
#header { width: 760px; height: 160px; }

#header img {
  float: left;
}

#text_controls { 
  float: left;
  padding-left: 15px; 
  padding-bottom: 5px; 
  color: #4a4a4a;
}

#text_controls .smallLink { font-size: 12px; }
#text_controls .midLink { font-size: 14px; }
#text_controls .largeLink { font-size: 16px; }

/* =Search
-----------------------------------------------------------------------------*/
#search {
  padding: 5px;
  margin-bottom: 20px;
  background: url(../images/bg_search.gif) no-repeat;
  width: 181px;
  height: 19px;
  font-size: 13px;
  color:#5374a7;
  font-weight: bold;
}

#search form {
  padding: 0;
  margin: 0;
}

#search .txt {
  width: 100px;
  height: 15px;
  border: 1px solid #5474a7;
}

#buttons {
  margin-bottom: 10px;
} 

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

#three_column #primary_content {
  display: inline;
  margin-left: 18px;
  padding: 0;
  width: 303px;
  /*height: 307px;*/
  float: left;
}

#three_column #primary_content img {
  float: none;
}

#three_column #secondary_content {
  display: inline;
  margin-left: 10px;
  width: 191px;
  float: left;
}

#three_column #side_content {
  display: inline;
  margin-right: 10px;
  width: 192px;
  float: right;
}

#three_column #side_content img {
  padding-bottom: 20px;
}


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

#two_column #primary_content {
  display: inline;
  margin-right: 10px;
  width: 536px;
  float: right;
  background: url(../images/primary_bottom.gif) no-repeat bottom;
}

#two_column #primary_content #top_img { float: left; }

#two_column #primary_content #content {
  padding-left: 10px;
  padding-right: 10px;
  background: url(../images/primary_middle.gif) repeat-y #f5f6f6;
}

#two_column #primary_content #content h1 { margin-top: 0; }

#two_column #secondary_content {
  display: inline;
  margin-left: 10px;
  width: 192px;
  float: left;
}

#two_column #secondary_content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

#two_column #secondary_content ul li a {
  color: #4A4A4A;
}

/*#two_column #secondary_content img {
  float: none;
}

#two_column #secondary_content #buttons img {
  float: left;
}
*/

/* =In This Section
-----------------------------------------------------------------------------*/
/*#in_this_section {
  background: url(../images/bg_its.gif) repeat-y;
}
*/
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
  height: 60px;
  text-align: center;
  font-size: 13px;
  background:url(../images/trans1_logo.gif) no-repeat right bottom;
}

#footer a {
  color: #4a4a4a;
}


/* =Forms
-----------------------------------------------------------------------------*/
form {
  /*width: 98%;*/
  padding: 5px;
  margin: 0;
}

form em {
  color: #FF0000;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

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;
}


/* =Misc 1
-----------------------------------------------------------------------------*/



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

