/*-----------------------------------------------------------------------------
Website Style Sheet

version:   1.0
author:    
email:     @practisinc.com
website:   http://www..com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Class for clearing floats */
.clear {
  clear: both; 
  height: 1px;
  overflow: hidden; 
}
.name {
	font-weight:bold;
	color: #319e5e;
	font-size: 14px;
	}
/* Remove border around linked images */
img { border: 0; }
p { margin: 10px 0;
font-size: 12px;
font-family: Arial, Verdana, sans-serif; }

h1 {
font-family: Arial, Verdana, sans-serif; 
  font-size: 18px; 
  color:   #001E90;
}

h2 { 
  font-size: 18px; 
  color:  #001E90;
font-family: Arial, Verdana, sans-serif;
}

h3 { font-size: 13px; 
font-family: Arial, Verdana, sans-serif;
}
h4 { /* different color */ }
h5 { /* different color */ }


/* =Links
-----------------------------------------------------------------------------*/
a:link { 
  color: #ffffff;
  text-decoration: none; 
}

a:active { 
  color: #319e5e;
  text-decoration: none; 
}

a:visited { 
  color: #ffffff;
  text-decoration: none;
}

a:hover { text-decoration: underline; }

a.tips:link {
		color: #2c76c6;
 		text-decoration: none; 
		}
a.tips:active { 
  color: #319e5e;
  text-decoration: none; 
}

a.tips:visited { 
  color: #2c76c6;
  text-decoration: none;
}

a.tips:hover { text-decoration: underline; }

.tdtext {font-size: 12px;
font-family: Arial, Verdana, sans-serif; }


.dropmenu {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
color:#ffffff;
text-decoration:none;
font: bold 15px Arial, Helvetica, Verdana;
border:0px;
line-height: 24px;
}

.dropmenu:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
text-decoration:none;
font: bold 15px Arial, Helvetica, Verdana;
border:0px;
line-height: 24px;
}

/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left; /* Centered design work around for IE 5.X and 6 in quirks mode. */
}

#index #wrapper_content { background:url(../images/bg_wrapper_content.gif) no-repeat bottom right; }

#two_column #wrapper_content { background:url(../images/bg_wrapper_content2.gif) repeat-y; }


/* =Navigation
-----------------------------------------------------------------------------*/
#nav_main img {
  float: left;
}

#nav_main a {
  color: #;
}

#nav_utility { 
  margin-top: 1px;
  padding: 8px 0;
  padding-right: 24px;
  height: 13px;
  background: url(../images/bg_bluebar_main.gif);
  text-align: right;
}

#nav_utility ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#nav_utility ul li {
  padding: 0;
  padding: 0 10px 0 15px;
  margin: 0;
  display: inline;
  background: url(../images/bullet_white.gif) no-repeat 0 5px;
}

#nav_utility a {
  color: #FFFFFF;
  font-weight: bold;
}

#nav_bottom {
  padding-top: 5px;
  text-align: center;
  height: 20px;
  background: #93b6d9;
  color: #FFFFFF;
  font-size: 11px;
}

#nav_bottom a {
  padding: 0 5px;
  color: #FFFFFF;
}


/* =Header
-----------------------------------------------------------------------------*/
#header #logo, #header #banner { float: left; }

#sub_header #tagline { float: left; }

#sub_header #whats_new {
  float: right;
  width: 280px;
  height: 247px;
  background-color:#DEE9F5;
}

#sub_header #whats_new ul { padding: 0; margin: 0; list-style-type: none; }
#sub_header #whats_new ul li { margin: 0; padding-left: 33px; padding-right: 26px; padding-bottom: 15px; }
#sub_header #whats_new ul li b { color: #2C76C6; }


/* =Index
-----------------------------------------------------------------------------*/
#index #primary_content {
  float: right;
  width: 540px;
  /*height: 221px;*/
}

#index #primary_content #content { padding: 15px; }

#index #secondary_content {
  float: left;
  width: 259px;
  background: #cfefdc;
}

#index #secondary_content img { float: left; }

#index #secondary_content p { margin: 35px 0; }

/* =Two Column
-----------------------------------------------------------------------------*/
#two_column #primary_content {
  float: right;
  width: 591px;
  background:url(../images/bg_primary_content.gif) no-repeat bottom left;
}

#two_column #primary_content #content { padding: 15px; }

#two_column #primary_content #content h1 { margin-top: 0; }

#two_column #secondary_content {
  float: left;
  width: 208px;
}

#two_column #secondary_content ul {
  padding: 15px 0 0 45px;
  margin: 0;
  list-style-type: none;
}

#two_column #secondary_content ul li {
  padding: 0;
  padding-left: 15px;
  margin: 0;
  background: url(../images/bullet_blue.gif) no-repeat 0 6px;
}

#two_column #secondary_content ul li a { color: #319e5e; }


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
  margin-top: 5px;
  font-size: 11px;
  text-align: center;
  color: #5c5c5c;
}

#footer a {
  color: #5c5c5c;
}


/* =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
-----------------------------------------------------------------------------*/


