﻿/* CSS Document */

*
{
    margin: 0;
    padding: 0;
}
* html
{
    margin: 0;
    padding: 0;
}

body
{
    min-width: 650px; /* 2x (LC fullwidth + CC padding) + RC fullwidth */
    max-width: 1200px;
    margin: 0;
    background-color: #d8d3ba; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    color: black;
    margin: 0 auto;
    line-height: 1.5;
    
}



/****************************** HEADER ITEMS ****************************/
#pageheader
{
    background-color: #ffffff; 
   
    border-bottom: solid 3px #979048;
}

#headertop
{
    width: 100%;
}

#headerlogo
{
    height: 90px;
    
     
}

#logoleft
{
    height: 90px;
    /*width: 430px; */
    float: left;
    background: inherit;
}

#logoright
{
    height: 90px;
    Width: 208px;
    float: right; 
      
    
}

/************** END Header *****************************/

/****************** TEXT FORMATS ***********************/
.greeting
{
    font-size: 155%;
    font-weight: bold;
    color: #072f67;
    margin-bottom: .5em;
    border-bottom: solid 3px #072f67;
}

.smallgreeting
{
    font-size: 125%;
    font-weight: bold;
    color: #072f67;
    margin-bottom: .5em;
    border-bottom: solid 3px #7f93b4;
}

.subheading
{
    color: #5f0513;
    font-weight: bold;
    font-style: italic;
    padding:15px 5px 5px 5px;
}

.subheading2
{
    color: #5f0513;
    font-weight: bold;
    padding:15px 5px 0 5px;
}

.subheading3
{
    color: #5f0513;
    font-weight: bold;
    font-size:130%;
    padding:15px 5px 0 5px;
}

.redsubhead
{
    color: #5f0513; 
    font-size: 120%;
    font-weight:bold ; 
    margin: .1em 0;
}

.copyright
{
    color: #fff;
    font-weight: bold;
    font-size: smaller;
    font-style: italic;
}

.centertext
{
    text-align: center;
}

.redboldtext 
{
    font-weight: bold;
    color: #be2d2d;
}

.textbox
{
    font-size: 90%;
    font-family: Verdana, Sans-Serif;
    padding: 3px;
}

.ddl
{
    font-size: 90%;
    font-family: Verdana, Sans-Serif;
}

/********* Headings ************/
h10{
	/*padding: 1px 2px;
	margin: 2px 0;
	border: 1px solid;
	border-bottom: 2px ridge white;*/
	/*display: inline;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #979048;
	color: #ffffff;
}
h2{
	padding: 1px 2px;
	margin: 2px 0;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #004073;
}
h3{
	padding:  3px 2px;
	margin: 2px 0;
	border: 1px solid;
	border-bottom: 2px ridge white;
	/*display: inline;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #979048;
	color: #ffffff;

}
h4
{
    padding: 1px 2px;
    margin: 2px 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #979048;
    color: white;
}
h5{ 
	padding: 1px 2px;
	margin: 2px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #004073;
}

h6
{
    padding: 1px 2px;
    margin: 2px 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #979048;
    color: #ffffff;
    font-weight: bold;
}

/********* End Headings ************/

/****************** LINK FORMATS ***********************/

#footer a
{
    color: White;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    padding-left: 2px;
}

#footer a:hover
{
    color: White;
    text-decoration: underline;
    font-size: 100%;
}

.noborder
/* for image links */

{
    border: none;
}

/****************** NON-TEXT ELEMENTS *******************/
.hline
{
    background: url(../images/bar.jpg) repeat-x;
    height: 5px;
    line-height: 5px;
    width: 100%;
    clear: both;
}
* html .hline
{
    height: 5px;
    line-height: 5px;
}

.clear
{
    clear: both;
}

.hrrightbox
{
    color: #072f67;
    font-size: 85%;
    width: 80%;
    margin: .3em 10% .3em 10%;
}

.hrblue
{ 
    color: #072f67;
    height: 1px;
    width: 98%;
}
   

/************************ NEWS ITEMS AND RIGHT CONTENT ***************************/

.headline 
{
    font-size: 115%;
    font-weight: bold;
    margin: 0 0 0 2em;
    padding: .2em;
}


.teaser
{
    margin-left: 3.5em;
    font-style: italic;
}

.prHeader
    {
        background-color: #fdb913;
        color: #072f67;
        margin: 1em 0 5em 2em;
        padding: .2em;
        font-size: 125%;
        font-weight: bold;
        
    }

/***************** LISTS AND NAVIGATION ********************/
#topmenu
{
    height: 20px;
    line-height: 20px;
    display: block;
    float: right;
    font-size: 85%;
    font-weight: bold;
}
#topmenu li
{
    list-style-type: none;
    float: left;
}
#topmenu li a
{
    padding: 0 5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #979048;
}
#topmenu .selected, #topmenu a:hover
{
    color: #d07b28;
    text-decoration: none;
    border-bottom: 1px dotted #d07b28;
    border-top: 1px dotted #d07b28;
}

#inline-list {
	background: #bfc9d9;
	border: 1px solid #fdb913;
	margin: 0 auto .5em auto;
	width: 40%;
	padding: 5px;
	font-family: Verdana, sans-serif;
	text-align: center;
	}

#inline-list p {
	display: inline;
	font-size: 110%;
	text-align: center;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding: .25em;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	}
#inline-list li a, #inline-list li a:visited
{
    color: #072f67;
    text-decoration: none;
   	
}

 #inline-list li a:hover
 {
    background-color: #072f67;
    color: #bfc9d9;
    text-decoration: underline overline;
 }








.colleft{
	float:left;
	width: 25%;
	margin-bottom:5px;
}
.colmiddle{
	float:left;
	width: 49%;

	margin-bottom:5px;
	padding-left: 5px;
	padding-right: 5px;
}
.colright{
	float:left;
	width: 25%;
	margin-bottom:5px;
}

.whitebox
{
    border: dashed 1px #bfc9d9;
    background: #fff;
    padding: 1em;
    margin-top: .5em;  
    
}




.contentbox{
	
	/*height:100%;*/
	border: 2px solid #325383;
	background: #F6F6F6;
	color: #325383;
	margin-bottom: 10px;
	display: block;
}


.center
{
    text-align:center;
}

/**************** forms ********************/

legend
{
    font-weight: bold;
    color: #d07b28;
    font-size: medium;
}

fieldset
{
    padding: 1em;
    border: 1px solid #d07b28;
    
    
}

fieldset p
{
    margin-top: .5em;
}

label
{
    display: block;
    font-weight: bold;
    margin: .5em 0 0 0;
    
}


.complexform
{
}

.complexform label
{
    float: left;
    font-size: 90%;
    font-weight: bold;
    width: 20em;
    margin: .5em 0 0 0;
    
}

.complexform p
{
    margin-top: .5em;
    clear: left;
}

.complexform ul
{
        list-style-type:square;
        margin-left: 2em;
        margin-top: .5em;
}

.myChoice label
{
    display: inline;
    float: none;
    margin-left: .5em;
    margin-right: .5em;
}

/*************** End Form ***********************/

.tableform
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #979048;
    padding: .3em;
    font-size: 85%;
    
}

.tableform tr
{
    height: 3em;
}

.tableform td
{
    padding-left: .4em;
}

.tableform th
{
    padding-left: .4em;
    text-align: left;
}

.tableform .headerrow
{
    background-color: #979048;
    color: #efefef;
    height: 3em;
    font-size: 115%;
    font-weight: bold;
}

.tableform .altrow
{
    background-color: #d8d3ba;
}


.formpanel
{
    width: 95%;
    background-color: #ffffff;
    padding: 1em;
    border: solid 1px #979048;
}

ul
{
    padding: 0;
    margin-top: .5em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    list-style-type: none;
}

.listblue li
{
    background: url(../images/lists/bullet_blue.gif) no-repeat 0 50%;
    background-position: top left;
    padding-left: 15px;
    padding-bottom: .5em;
}

.listgreen li
{
    background: url(../images/lists/bullet_green.gif) no-repeat 0 50%;
    background-position: top left;
    padding-left: 15px;
    padding-bottom: .5em;
}

.listlink li
{
    background: url(../images/lists/curvedgreenarrow.gif) no-repeat 0 50%;
    background-position: top left;
    padding-left: 2em;
    padding-bottom: .5em;
    padding-top: .2em;
    
}
