/* General Link styles
------------------------------------------------ */

a:link    {color: #666; text-decoration: underline;outline: none;}
a:visited {color: #666; text-decoration: underline;}
a:hover   {color: #000; text-decoration: underline;}
a:active  {color: #666; text-decoration: underline;}


/* Container
------------------------------------------------ */

body {margin: 0px;padding: 0px;background: #FFFFFF;text-align: center;}

#all {position: relative; margin: 0px auto; min-width: 768px;width: 100%; padding:0px;}

#main
{
    height: auto;
    min-width: 768px;
    width: 100%;
    position: relative;
    text-align: left;
    margin: 0px ;
    padding: 0px;
    background-image: url('../images/505.jpg');
    background-repeat: repeat-x;
}



/* Header
------------------------------------------------ */


#header
{
    height: 150px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
    background:#63666A ;
}



/* Footer
------------------------------------------------ */
.footer {

        float: left;
	width: 100%;
        height: 32px;
	margin: 24px 0px 0px 0px;
	padding: 0px;
	background: #a6aeb4;;
        color: #FFFFFF;
        text-decoration: none;
        font: normal 90% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;

}

.footer-left
{
        float: left;
	width: 60%;
        height: auto;
	margin: 0px;
	padding: 9px 0px 0px 11px;
}

.footer-right
{
        float: right;
	width: 30%;
        height: auto;
	padding: 9px 11px 0px 0px;
        text-align:right;
}


.foot {font: normal 100% Verdana, Arial, Helvetica, sans-serif;}
.foot a:link, .footer a:visited, .footer a:active {color: #FFFFFF; text-decoration: underline;}
.foot a:hover {color: #000; text-decoration: underline;}


/* Navigation & Lists
------------------------------------------------ */

#navcontainer
{
    min-width: 768px;
    width:100%;
    height:42px;
    margin: 1px 0px 1px 0px ;
    padding: 0px;
    position: relative;
    text-align: center;
    background: #a6aeb4;
}

#navlist
{
    min-width: 768px;
    width:100%;
    margin: 0;
    padding: 0 0 0 4px;
    text-align: center;
    font: bold 110% Arial, Helvetica, Verdana, sans-serif;
    line-height: 12px;
    text-transform:uppercase;
}

#navlist ul
{
    min-width: 768px;
    width:100%;
     padding: 0;
     margin: 0;
     float: left;
     list-style-type: none;
}

#navlist li
{
     padding: 16px 0px 3px 18px;
     margin: 0;
     display: inline;
     float: left;
     list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
    float: left;
    margin:  0;
    padding: 0px 0px 1px 0px;
    width:auto;
    height:auto;
    color: #FFFFFF;
    text-decoration: none;
outline: none;
}

#navlist a:hover { color: #000; border-bottom:2px solid #000;}

#navlist a:active
{
    background: transparent;
    color: #FFFFFF;
    border-bottom:2px solid #FFFFFF;
}

#navlist li a.active
{
    background: transparent;
    color: #FFFFFF;
    border-bottom:2px solid #FFFFFF;
}



.articlelist
{ margin: 0px;width:auto}

.articlelist ul
{
     margin: 0px;
     padding: 0;
     list-style-type: none;
     text-decoration: none; 

}
.articlelist li
{
     margin: 0px 2px 0px 2px;
     padding-left: 0px;
     list-style-type: none;
}

.articlelist a
{
     display: block;
     padding: 3px 0px 4px 16px;
     font: normal 110% "Lucida Grande", Verdana, "Lucida Sans Unicode", sans-serif;
     width: auto;
     text-decoration: none; 
     outline: none;
background-position: 0px 7px;
background-repeat: no-repeat;

}

.articlelist a:link, .articlelist a:visited
{ color: #666;
text-decoration: none; 
background-image:  url(../images/882.gif);
}

.articlelist a:hover
{ color: #000;
text-decoration: none;
background-image: url(../images/882.gif);
}

.articlelist a:active
{color: #000;
text-decoration: none; 
background-image: url(../images/882.gif);
}

.articlelist li a.active
{ color: #000;
text-decoration: none; 
background-image:  url(../images/882.gif);
}

/* Layout
------------------------------------------------ */

.content-float-rigid
{
    height: auto;
	float: left;
	width: 99%;
	padding: 0px;
   	margin: 0px;
}

.first-float-rigid
{
        height: 400px;
        float: right;
	width: 1%;
	padding: 0px;
        margin: 0px;	
}

.second-float-rigid
{
        height: auto;
        float: left;
	width:  72%;
	padding: 0px;
   	margin: 0px;
}

.third-float-rigid
{
        height: auto;
        float: right;
	width: 190px;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #A6AEB4;
}


#lhscontainer {}

#maincontainer
{
	width: auto;
	height: auto;
	font: normal 110% "Lucida Grande", Verdana, "Lucida Sans Unicode", sans-serif;
  	color: #434548;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 12px 18px 0px 36px;
}

#rhscontainer
{
	width: auto;
	height: auto;
	position: relative;
	font: normal 100% "Lucida Grande", Verdana, "Lucida Sans Unicode", sans-serif;
	margin: 0px 8px 0px 0px ;
	padding: 0px;
	text-align: left;
  	color: #000000;
        background-image: url('../images/505.jpg');
        background-repeat: repeat-x;
}

#titlecontainer
{
	width: auto;
	height: 2.8em;
	position: relative;
	margin: 12px 8px 1px 24px;
	padding: 20px 0px 18px 0px;
	border-bottom: 1px solid #A6AEB4;
	background-image: url('../images/842.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

/* Headers and Paragraphs:
---------------------------------------------------------------- */
span.header
{
     font-family: "Lucida Grande", Verdana, "Lucida Sans Unicode", sans-serif;
     font-size: 135%; font-weight: normal; color: #000000;
     line-height: 1em;
     padding-bottom: 0.7em;
     margin:  .1em 0;
}

h1, h2, h3, h4, h5, h6
{

     font-family: "Lucida Grande", Verdana, "Lucida Sans Unicode", sans-serif;
     line-height: 1em;
     padding-bottom: 0.7em;
     margin:  .1em 0;
}


h1 { font-size: 160%; font-weight: normal; color: #000000; padding-bottom: 0;}
h2 { font-size: 135%; font-weight: normal; color: #000000; }
h3 { font-size: 120%; font-weight: normal; color: #444444; margin-left:1.6em; }
h4 {font-size: 120%; font-weight: normal; color: #444444;}
h5 { font-size: 110%; font-weight: bold; color: #006699; }
h6 { font-size: 110%; font-weight: bold; color: #000000; }

pre, blockquote, ul, ol, dl, address
{
     margin:  .1em 0;
     padding: 0;
}

p
{
     line-height: 1.3em;
     padding: 2px 0 8px 0;
     margin:0;
}

/* Apply Left Margin:
---------------------------------------------------------------- */
ul, li
{
     margin-left: 1.6em;
}

ul
{
     padding-bottom: 1em;
     margin-top:0;
}

li
{
     padding-bottom: .2em;
}

blockquote
{
     background:#F0F0F0;
     color:#444444;
     font-size: 110%;
     padding: 4px 12px 4px 12px;
     margin:1.6em;
}



/* Neutralize styling:
   Elements we want to clean out entirely
   and we reset the base font-size to 10px
---------------------------------------------------------------- */
html, body, fieldset
{
     margin: 0;
     padding: 0;
     font: normal 100.01%/1.1em "Lucida Grande", Verdana, "Lucida Sans Unicode", sans-serif;
}

html { font-size: 65%; } /* 1em = 10px */
html { font-size: 70%; } /* override it ... go bigger */


/* Miscellaneous Conveniences
---------------------------------------------------------------- */
form label
{cursor: pointer;}


textarea
{font: normal 12px/13px Verdana, Arial, Helvetica, sans-serif;}

html[xmlns] pre { font-size: 1.3em;}

.clear { clear: both; line-height: 1px; font-size: 1px; height: 1px; visibility: hidden; }

/* Form Styles
---------------------------------------------------------------- */

form fieldset 
{
	width: 480px;
	height: auto;
	padding: 12px ;
	margin: 0px 0px 12px 0px;
	border: 1px solid #CCCCCC;
}

.form-container { width: auto;float:left;height: auto; margin: 0; padding: 0;}

.form-row {clear:both; margin:0px; padding: 4px 0px 4px 0px; ; text-align:left;}

input.zemRequired, input.zemRequirederrorElement  {float:left;margin: 0;padding:2px;}

label.zemRequired, label.zemRequirederrorElement  {font-weight:bold;width:140px;float:left;font-size: 90%;}

textarea.zemRequired {font-size: 100%;padding:2px;}

#zemContactForm fieldset {border: 0;}

.zemError 
{
	font: normal 90% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 12px 0;
	margin: 0px;
	width: auto;
}


.zemError li
{
	padding: 0 0 5px 0;
	list-style: none;
	margin: 0px;
	color: #FF0000;
}

/* Images / Graphics
------------------------------------------------ */
img {border:none;}