/* PBI STYLE COLORS 

GREEN:  #BED600
BLUE:	#394A58

*/

/*
--------------------------------------------------

MAIN STYLING

-------------------------------------------------- 
*/

body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/green_linebg.gif);
	background-repeat: repeat-x;
}
a {
	color: #BED600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #98AC02;
}
h1 {
	background-image: url(../images/body_heading.gif);
	background-repeat: no-repeat;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: 5px 3px;
	text-transform: uppercase;
}
h2 {
	padding: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #BED600;
}
h3 {
	padding: 10px 0 0 15px;
	font-size: 13px;
	font-weight: bold;
	color: #BED600;
}
p {
	line-height: 14px;
}

/*
--------------------------------------------------

HEADER

-------------------------------------------------- 
*/

#links {
	color: #394A58;
	text-align: right;
	font-size: 10px;
	margin-top: 27px;
}
#links a:link, #links a:active, #links a:visited {
	color: #394A58;
}
#links a:hover {
	color: #BED600;
}
#topline {
	background-color: #BED600;
	height: 4px;
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
}
#logo {
}
#left {
	background-color: #63707b;
}
#footer {
	font-size: 10px;
	color: #3A4A57;
	text-align: right;
	margin-top: 10px;
}
#tagline {
	margin-top: 119px;
}
#login {
	background-image: url(../images/login.gif);
	height: 95px;
	width: 250px;
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 26px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 40px;
	padding-right: 10px;
}
#righttop {
	text-align: right;
}
#righttop img {
	padding-top: 85px;
}
/*
--------------------------------------------------

LOGIN BOX

-------------------------------------------------- 
*/

form {
	position: relative;
	width: 200px;
	margin: 1em auto 0;
}
form h2 {
	font: 1.2em Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: .25em;
}
.lbl {
	width: 90px;
	float: left;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	margin-left: 48px;
	font-weight: normal;
	text-transform: uppercase;
	color: #BED61E;
	margin-top: 3px;
}
.npt, .npt2 {
	width: 110px;
	float: right;
	text-align: left;
	margin-bottom: 0.2em;
}
.npt2 input {
	background:none;
	border:none;
}
.npt input {
	width: 90px;
	background-color: #FFF;
	border: 1px solid #65707B;
}
br {
	clear: both;
}
.clearing {
	font-size: 0;
	clear: both;
}
#maincontent li{
	line-height: 15px;
}

/*
/*
--------------------------------------------------

BODY

-------------------------------------------------- 
*/

#maincontent p {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}
#main {
	background-color: #394A58;
	background-image: url(../images/main_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*
--------------------------------------------------

HOME PAGE CSS

-------------------------------------------------- 
*/

#home {
	background-image: url(../images/home_footer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color:#394A58;
}
#home_icons ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
}
#home_icons img:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#home_icons ul li {
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}
#home_footer {
	padding-top: 20px;
	font-size: 10px;
	text-align: center;
}
#home_text h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 35px 0 10px 0;
	margin: 0;
	background-image:none;
}
#home_text p {
	padding: 0 5px 0 0;
	font-size: 12px;
	line-height: 15px;
}

/*
--------------------------------------------------

FORM STYLING

-------------------------------------------------- 
*/

#contactform form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 15px;
	padding: 0;
	min-width: 400px;
	max-width: 500px;
	width: 460px;
}
#contactform form fieldset {
 / * clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */  border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
#contactform form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
#contactform form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 130px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}
#contactform form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter *//* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}
#contactform form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border: 1px solid #fff;
	background-color: #63707B;
	padding: 2px;
}
#contactform form input:focus, form textarea:focus {
	border: 1px solid #D3EF38;
	background-color: #6F7F8C;
}
#contactform form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
#contactform textarea {
	overflow: auto;
}
#contactform form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
#contactform form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
#contactform form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/*
--------------------------------------------------

BUTTON STYLING

-------------------------------------------------- 
*/

button, a.button, a.button:link, a.button:visited {
	/*
      Strip down the button and link elements to a base we can work with.
  */
  	padding: 0 0 0 0;
	margin: 3px 3px 3px 3px;
	border: none;
	display: block;
	float: left;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	white-space: nowrap;
	overflow: visible;
}
* html a.button,  * html a.button:link,  * html a.button:visited {
	/*
        IE6 fix to make link fit text.
    */
    width: 1%;
}
 button, x:-moz-any-link {
    /*
        FF fix to make button spacing even across browsers.
    */
    margin: 0 0 0 0;
}
*:first-child+html button {
	/*
        Reset IE7 back to what it was for previous fix.
    */
    margin: 0 3px 0 3px;
}
button span,  a.button span,  a.button:link span,  a.button:visited span {
	/*
        Set the span tags to display: block, as they will work our background-image magic.
    */
    display: block;
}

/*--------------------------------------------------------------------------------------------------
  
   CUSTOMIZATIONS 
  
   Edit below to change the look and feel of the buttons and even add more classes for
   different looks and feels.
   
--------------------------------------------------------------------------------------------------*/

button, a.button, a.button:link, a.button:visited {
	/* 
      HEIGHT - Total height of button. 
  */
  height: 26px;
	/*
      NOTE - You must define the font here otherwise your buttons and links could end up diffrent.
  */


  font-size: 10px;
	color: #666666;
	text-transform: uppercase;
}
button.button_active,  a.button_active {
}
button span,  a.button span,  a.button:link span,  a.button:visited span {
	/* 
        Right side padding for button (default). 
    */
    padding: 0 14px 0 0;
	/* 
        SPAN HEIGHT - This should be 2px smaller than the height set on the button (see HEIGHT).
    */
    height: 24px;
	/*
        We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
    */
    background: url(../images/bg_button_right.png) top right;
}
button span span,  a.button span span,  a.button:link span span,  a.button:visited span span {
	/* 
        Left side padding for button (default). 
    */
    padding: 0 0 0 13px;
	/* 
        SPAN HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT).
    */
    height: 24px;
	/* 
        SPAN LINE-HEIGHT - This should be 1px smaller than the height set on the button (see HEIGHT) and will 
                            center the text vertcailly.
    */
    line-height: 24px;
	/*
        We define our background top left and use the 'Sliding Doors' Technique for some fast loading buttons.
    */
    background: url(../images/bg_button_left.png) top left;
}
button:hover,  a.button:hover {
	color: #000000;
}
button.submit span,  a.submit span,  a.submit:link span,  a.submit:visited span {
}
button.submit span span,  a.submit span span,  a.submit:link span span,  a.submit:visited span span {
	/*
        Give some extra space for the icon.
    */
    padding-left: 26px;
	/*
        Add in a left side piece with an icon.
    */
    background-image: url(../images/bg_button_left_submit.gif);
}
button.submit:hover,  a.submit:hover {
}
button.cancel span,  a.cancel span,  a.cancel:link span,  a.cancel:visited span {
}
button.cancel span span,  a.cancel span span,  a.cancel:link span span,  a.cancel:visited span span {
	/*
        Give some extra space for the icon.
    */
    padding-left: 26px;
	/*
        Add in a left side piece with an icon.
    */
    background-image: url(../images/bg_button_left_cancel.gif);
}
button.cancel:hover,  a.cancel:hover {
}
button:active span,  a:active:active span,   /*
      'button_active' is the class used by SimplyButtons.js to create the button states in IE.
  */
  button.button_active span,  a.button_active:active span {
	/*
        Using the 'Sliding Doors' Technique we 'slide' the new button state into view.
    */
    background-position: bottom right;
}
button:active span span,  a:active:active span span,   /*
      'button_active' is the class used by SimplyButtons.js to create the button states in IE.
  */
  button.button_active span span,  a.button_active:active span span {
	/*
        Using the 'Sliding Doors' Technique we 'slide' the new button state into view.
    */
    background-position: bottom left;
}


