/* GLOBAL STYLES */

body {
  background: url(/images/bg.gif);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: tahoma;
  font-size: 13px;
}
a {
  color: #3B89D1;
}
img {
  border: 0px;
}
h1 {
  font-size: 150%;
  color: #226;
  border-bottom: 2px solid #3366CC;
  margin-bottom: 10px;
  margin-top: 0px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 14px;
}
form {
  display: inline;
}

.center{
  text-align: center;
}


/*** Before layout styles ***/

#container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border: 1px solid gray;
  min-height: 600px;
}

#header {
  width: 100%;
  border-collapse: collapse;
  background-color: #3C8BD0;
  color: white;
  font-size: 14px;
}
#header td {
  height: 50px;
}
#header_left {
  padding-left: 20px;
}
#header_left a {
  color: white;
  text-decoration: none;
}
#header_right {
  text-align: right;
  padding-right: 20px;
}
#header_right a {
  color: #ccc;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
}
#header_right a:hover {
  color: white;
}
#header_right form {
  display: inline;
  padding-right: 15px;
}
#header_right input[type=submit] {
  color: white;
  background: #3B89D1;
  font-weight: normal;
  font-family: tahoma;
  font-size: 14px;
  border-width: 1px;
}
#header_right input[type=text] {
  background: #fcfcfc;
  font-size: 13px;
  font-family: tahoma;
}



/* top_menu styles */

#top_menu {
  background: url(/images/nav-bg.png) repeat-x top center;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  height: 25px;
  padding: 0;
  width: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
}

#top_menu ul{
  font-size: 11px;
  font-weight: bold;
  margin:0;
  padding: 0;
  list-style: none;
}

#top_menu li{
  display: inline;
  margin: 0 2px 0 0;
  padding: 0;
}

#top_menu a{
  float: left;
  display: block;
  color: #3B89D1;
  margin: 0 1px 0 0; /*Margin between each menu item*/
  padding: 6px 8px 6px 8px;
  text-decoration: none;
  letter-spacing: 1px;
  border-right: 1px solid gray;
  border-bottom: none;
  background: transparent;
}

#top_menu a:hover{
  background: url(/images/menu-hover.png) repeat-x top center;
  color: #369;
  margin: 0 1px 0 0; /*Margin between each menu item*/
  border-right: 1px solid gray;
  border-bottom: none;
  text-decoration: none;
}

#top_menu #current a{ /*currently selected tab*/
  background: url(/images/menu-active.png) repeat-x top center;
  color: #369;
  margin: 0 1px 0 0; /*Margin between each menu item*/
  border-right: 1px solid gray;
  border-bottom: none;
  text-decoration: none;
}

#notice {
  border: 1px solid #369;
  padding: 0.5em;
  background-color: #EBF3FB;
  text-align: center;
  color: #369;
  margin-bottom: 10px;
}

#leftside {
  float: left;
  width: 180px;
  margin-top: 8px;
  margin-left: 8px;
}

#main {
  margin-left: 193px;
  padding: 10px 5px 10px 5px;
  max-width: 780px;
  font-size: 13px;
}



/*** After layout styles ***/

#footer {
  background-color: #3C8BD0;
  width: 965px;
  height: 35px;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  color: white;
  padding-right: 15px;
  line-height: 35px;
}

#footer a{
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}



/** Side Menu **/
#side_menu_title {
  text-align: center;
  background: url(/images/side-title-bg.png) repeat-x top center;
  color: white;
  padding: 3px;
  font-size: 16px;
}

#side_menu_title a {
  color: white;
  font-variant: small-caps;
  text-decoration: none;
}

.side_menu_items {
  background: #EBF3FB;
  border: #c1d7ec 1px solid;
  list-style-type: none;
  text-align: left;
  padding: 0 0px 5px 0px;
  margin: 0px;
  max-width: 180px;
  font-size: 15px;
}

.side_menu_items li {
  background: transparent url(/images/bullet-arrow.gif) no-repeat 0% 50%;
  border-bottom: 1px dotted #ccc;
  font-size: 75%;
  padding: 8px 0;
  margin: 0 8px 0 8px;
}

.side_menu_items li a {
  padding-left: 10px;
  text-align: left;
  font-family: tahoma;
  text-decoration: none;
  color: #3B89D1;
  font-weight: bold;
  border: none;
  display: block;
}

.side_menu_items li a:hover {
  text-decoration: none;
  color: #003366;
  display: block;
}
.active{
  background: transparent url(/images/bullet-arrow-on.gif) no-repeat 0% 50% ! important;
  /*border-bottom: 0px ! important;*/
}
.active a{
  text-decoration: none ! important;
  color: #db671c ! important;
  display: block ! important;
}


/* nested Side menu - submenu */
.side_menu_items .side_menu_items {
  border: 0px;
  padding: 3px 0px 3px 5px;
  font-size: 15px;
}
.side_menu_items .side_menu_items li {
  border: 0px;
  padding: 2px 0px ! important;
}
.submenu_list {
  background: 0 ! important;
}


/* Side menu - shadows */
.outerpair1 { 
  background: url(/images/upperrightfade.png) right top no-repeat;
}
.outerpair2 { 
  background: url(/images/lowerleftfade.png) left bottom no-repeat; 
  padding-top: 8px;
  padding-left: 8px;
}
.shadowbox { 
  background: url(/images/shadow.png) bottom right; 
}
.innerbox { 
  position: relative;
  left: -8px;
  top: -8px;
}


/* Error Styles */

#error_message {
  /*text-align: center;*/
}

#errorExplanation {
  text-align: left;
  width: 500px;
  border: 1px solid;
  border-color: #c00;
  margin-bottom: 12px;
  background-color: #ffffff;
}

#errorExplanation h2 {
  font-weight: bold;
  padding: 4px;
  padding-left: 15px;
  font-size: 13px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  padding-left: 15px;
}

.clear {
  clear: both;
}