/*******************************************************************************
* File Name: public.css
*
* Purpose:   This is the Cascading Style Sheet that controls the properties of
*            the elements on the page.
*
********************************************************************************
*
* Date:        08 / 10 / 2009
*
* Author:      Alex Van Leyen
*              ( foxie.gigglefritz@gmail.com )
* Version:     1.0
*
* Change Log:  Original Version
*
*******************************************************************************/

/******************************Basic Tag Styles********************************/
html {
 -webkit-font-smoothing:antialiased;
 color:#000;
}


html, body {
    margin:0;
    padding:0;
}

body {

    height: 100%;
    margin:25px;
    padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;

}
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
 display:block;
}
code,pre {
 font-family:monospace,serif;
 font-size:1em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 2em, 0;
}


dl#menu {
    width: 15.5em;
}

dl#menu dt {
    cursor: pointer;
    margin: 2px 5px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
    color:#003366;
    border-bottom: 1px solid gray;
    background: #fff;
}

dl#menu dd {
    border-bottom:1px dotted red;
}

dl#menu li {
    text-align: left;
    background: #fff;
    color:#003366;
}

dl#menu li a, dl#menu dt a {
    color:#003366;
    text-decoration: none;
    display: block;
    border: 0 none;
    height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
    background: #bdd3fa;
}

.clear {
	clear:both;
}



hr { /* For IE */
	width: 100%;
	height: 1px;
	color: #ccc;
	border: none;
}



hr { /* For Gecko-based browsers */
	width: 100%;
	height: 1px;
	background-color: #ccc;
	border: none;
}



hr { /* For Opera and Gecko-based browsers */
    width: 100%;
	height: 1px;
	background-color: #ccc;
}



img{
	border:0;
}



img.nav{
	margin-left: 20px;
    margin-top: 10px;
	border-style:solid;
	border-color: #E6E6E6;
	border-width:1px;
	padding:5px;
}

.spacer {
	margin:0 2px 0 2px;
}

.fax{
	margin:0 16px 0 0px;
}


li {
    color:#336699;
    line-height: 15px;
    list-style:disc;
    display: block;
    height: 100%;
}

p.hilite {
    text-align:left;
    padding: 5px;
    border: 1px dotted #6696ef;
    background-color:#dfdfe7;
    width: 95%;
}


ul {
    color:#336699;
    line-height: 15px;
    list-style:disc;
    display: block;
    height: 100%;
}

/***************************End Basic Tag Styles*******************************/

/********************************* Wrapper ************************************/
#wrapper {
    margin:0px auto;
    background:#fff;
    text-align:left;
    min-width:20em;
    max-width:80em;
    overflow:hidden;
    height:1%
}

.wrapper {
  max-width: 80em;
  margin: 0 auto;
  }

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid silver;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-end {
 justify-content: flex-end;
 padding-right: 10px;
}

.nowrap  {
 -webkit-flex-wrap: nowrap;
 flex-wrap: nowrap;
}

.wrap	{
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
}

.flex-item {
 padding: 5px 5px;
 margin: 10px;
 font-weight: bold;
 font-size: 1em;
 text-align: center;
}
.flex-item a {
 text-decoration: none;
}




/***************************** End Wrapper ************************************/

/******************************* Header ****************************************
 *          The following is used on the elements in the page header
 *
 ******************************************************************************/
 .header {
   display: block;
   position: fixed;
   width: 80em;
   background: white;
   top:0px;
   border-bottom:1px solid #eaeaea;
   text-align: right;
 }

 }
 .header img {
   width: auto;
 }



#banner {
    margin: 0px 2px 1px;
    text-align: center;
}

#header {
    background:#FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    vertical-align:text-bottom;
    width:760px;
}

#header a {
    margin: 5px;
    padding:0 0 0 5px;
}


#header a:link, #header_navi a:visited, #header{
    color:#FFF;
    text-decoration:none;
}

#header_navi a:hover{
    color:#F5C400;
    text-decoration:none;
}


#header_navi{
    background:#006699;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    padding: 20px 0 0 0;
    margin: 2px 2px 1px;
}



#subnavi {
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
    font-size: 12px;
    text-transform:capitalize;
    font-weight: bold;
    color: #999;
    border-bottom: 1px dotted #CCC;
}

#subnavi p{
    padding:0;
    margin:0;
}

#notice {
	color: black;
	position:relative;
	text-align:center;
	font-weight:bold;
	background:#EBECF5;
	border:solid;
	border-color:#006699;
	width:730px;
	padding: 5px 5px 5px 5px;
	margin:8px;
}

#alert {
	color: black;
	position:relative;
	text-align:center;
	font-weight:bold;
	background:#FF9F9F;
	border:solid;
	border-color:#FF5B5B;
	width:730px;
	padding: 5px 5px 5px 5px;
	margin:8px;
}

/**************************** End Header ***************************************/

/*************************** Page Content ***************************************
 *             The following is used on the main body of the page
 *******************************************************************************/

#content {
    float:left;
    width:535px;
    padding: 5px 0px 5px 5px;
}

#content a {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #660066;
}

#content a:link, .content a:visited {
    color: #333666;
    text-decoration: underline;
}

#content a:hover {
    color: #3333cc;
    text-decoration: none;
}

#content table{
    background-color:#EBECF5;
    border: 1px solid #FF9933;
    padding:5px;
}

#content td{
    border-bottom: 1px dotted #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: normal;
}

#content td.colhead{
    font-weight: bold;
}

#content td.title{
    font-weight: bold;
    font-size:14px;
    text-align: center;
}


#content td.heading{
    background-color:#a7afe2;
    border-bottom: 0px dotted #999999;
    font-weight: bold;
}

#content_home {
    margin-right:425px;
}

#content p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006699;
    font-weight: normal;
    margin-left: 10px;
}

#content_home p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006699;
    font-weight: normal;
    padding: 0px 5px 5px 5px;
}

#content h1, #content_home h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	color: #336699;

	text-align: center;

	margin: 0px;

	padding-bottom: 0px;

	}



#content h2, #content_home h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	text-align: center;

	color: #E6922F;

	margin: 0px;

	padding: 0px;

	}



#content h3, #content_home h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #003366;

	padding-bottom: 0px;

    padding-top: 0px;

    margin-left: 10px;

	}



#content h4, #content_home h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #E6922F;

	}

#create_account_panel {
    position:relative;
	/*padding: 5px 5px 0px 5px;*/
	width:520px;
	background-color:#DFDFE7;
	border:solid;
	border-color:#C4CEE7;
}

#error {
	position:relative;
	text-align:center;
	font-weight:bold;
	background:#FF9F9F;
	border:solid;
	border-color:#FF5B5B;
	width:500px;
	padding: 5px 5px 5px 5px;
}

#left {
    width:175px;
    float:left;
    padding: 10px 18px 0px 0px;
    border-right: 1px dotted #999999;
    font-size: 12px;
    font-weight:bold;
    background:#FFFFFF;
}

#login {
	float:right;
	position:relative;
	width:520px;
	/*right:20px;*/
	padding: 5px 5px 5px 5px;
}

#login_panel {
	position:relative;
	padding: 5px 5px 5px 5px;
	width:520px;
	background-color:#DFDFE7;
	border:solid;
	border-color:#C4CEE7;
}

#login_panel_left {
	float:left;
	border-right-color:#C4CEE7;
	border-right-style:dotted;
	padding-right:20px;
}

#login_panel_right {
	float:right;
	padding: 2px 2px 2px 2px;
}

#middle {
    float:left;
    width:100%;
    margin-right:-425px; /* width of left and right columns */
    padding: 0px 0px 0px 8px;
}

#right {
    padding: 10px;
    width:200px;
    border-left: 1px dotted #999999;
    position:relative;
    text-align:justify;
    float:right;
    z-index:2;
    font-size:11px;
    background:#FFFFFF;
}

#right a, #login a{
    display:inline;
    font-size:10px;
    font-weight: bold;
    color:#660066;
}

#right a:link, .news a:visited, #login a:link {
    /*color:#990033;*/
    text-decoration:underline;
}

#right a:hover, #login a:hover{
    color:#3333cc;
    text-decoration:none;
}

#right h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333399;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#right p, #login p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #006699;
    font-weight: normal;
}

#success {
	position:relative;
	text-align:center;
	font-weight:bold;
	background:#EBECF5;
	border:solid;
	border-color:#006699;
	width:500px;
	padding: 5px 5px 5px 5px;
	margin:8px;
}


/************************* End Page Content ************************************/

/***************************** Footer *******************************************
 *            The following is used for the elements in the footer
 *******************************************************************************/

#footer {
    clear:both;
	z-index: 10;
    margin:0 auto 0;
    height:60px;
    width:100%;
    padding:10px 0 10px 0;
    font-size:10px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background-color:#006699;
}

#footer a{
    display:inline;
    font-size:10px;
    font-weight: bold;
    color:#FFFFFF;
}

#footer a:link, #footer a:visited, #footer a:hover{
    text-decoration:none;
}

#footer a:link, #footer a:visited{
    color:#FFFFFF;
}

#footer a:hover{
    color:#F5C400;
}

#footer p{
    margin:0;
    padding:0;
}

/************************** End Footer *******************************************/

@media print {
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt
}
#header{display:none}
#left{display:none;}
#content{display:block;}
#footer{display:none;}
}
