﻿html, body
{	
    
    background: #b6b7bc;
	font-size: 1em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	color: #696969;
    
}

a:link, a:visited
{
    color: #034af3;
}
a:link
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    text-align: justify;
}

  

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    
    color: #0000CC;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 0px;
}

h1
{
    font-size: 2em;
    margin-top: 10px;
    color:Navy;    
    font-weight:bold;
    
}

h2
{
    font-size: 1.6em;
    color:red;    
 
}

h3
{
    font-size: 1.4em;
    }

h4
{
    font-size: 1.2em;
    
}

h5
{
    font-size: 1em;
    
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 2px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    
    background-color: white;
    width: 1280px;
	margin-left:10px;
     
}

#sidebar
{
	position: absolute;
	float: left;
	width: 170px;
	background-color: white;
	height:auto;
}

.header
{
	position: relative;
	height: 100px;
	margin-bottom: 0px;
	background: White;
	width: 1280px;
	border-style:solid;
	border-width:2px;
	padding: 5px 5px 5px 5px;
}

.menu { 
	background-position:top;
	height: 55px;
	width: 1080px;
	padding: 10px 5px 0px 5px;

}

#footer

{
    background-color: #1c5e55;
    text-align: center;
    line-height: normal;
    height: 120px;
      width: 1280px;
   border-style:solid;
	border-width:2px;
	padding: 5px 5px 5px 5px;
    
}


.itemContent
{
	padding: 5px 5px 5px 5px;
	margin-top: 2px;
	margin-bottom: 5px;
	width: 1280px;
	border-style:solid;
	border-width:2px;
	
}
	
.mainContent
{
   
	padding: 5px 5px 5px 5px;
	margin-top: 2px;
	margin-bottom: 5px;
	width: 1280px;
	border-style:solid;
	border-width:2px;
    
}
	
div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

.datepick

{
	display:table;
	
}
	

#header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}



.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 160px;
    min-height: 200px;
}

     	

#header3 {
	height: 52px;
	padding: 0px 0px 0px 0px;
background-position:bottom;
	position:relative;
	
	
}


#breadcrumbs {
	color: #fdea12;
	background-color: #a83930;
	padding: 10px;
	float:right
  
}

.title {
    color: #a83930;  
    text-align: left;
    padding-bottom: 5px;
    border-bottom: #a83930 thin solid;
    margin-bottom: 4px;
}


.itemTitle {
	border-bottom: 1px solid #a83930;
	font-size: 1.0em;
}

.newsItem 
{
	padding-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em;

    }



#breadcrumbs {
	color: #fdea12;
	background-color: #a83930;
	padding: 10px;
	float: right;
	clear: left;
	margin-bottom: 1.8em;
}

	


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

