﻿
/* tan EAE0C1 
    blue border 7599AB
    red 98012e
*/

* 
{
    margin:0;
    padding:0;
    list-style:none;
}

    body {
        margin:0;
        padding:0;
        font-family:Verdana, Arial, Sans-Serif;
        font-size:12px;
        background-color:#EAE0C1;
    }
    
    a, a:visited {
        color:#29568f;
    }
    
    h1 
    {
        font-size:1em;
        color:#29568f;    
    }
    
    h3.txt 
    {
        color:#fff;
        font-weight:normal;
        font-size:14px;
        padding:4px;
    }
   
	.bullets {
		margin:.5em 0 .5em 30px;
		}
    
    .bullets li {
    margin:0;
    padding:5px 0;
    line-height:15px;
    margin-left:15px;
    list-style-type:disc;
    
    }
  
	ol {
		margin:.5em 0 .5em 30px;
	}
  
    ol li {
    margin:0;
    
    padding:5px 0;
    margin-left:10px;
    line-height:15px;
    
    list-style-type:decimal;
    
    }
    
    img {border:0;}
    
    #container 
    {
		width:980px;
        margin:0 auto;
        position:relative;
        min-height: 500px;
        height:auto !important;
        height:500px;
        background-color:#EAE0C1; 
    }
    
    #header 
    {
        height:188px;
    }
    
    #header #logo 
    {
        position:absolute;
        left:0px;
        top:36px;
    }
    
    .submenu 
    {
        position:absolute;
        top:50px;
        right:0;
    }
    
    .submenu li
    {
        float:left;

    }
    
    #ctl00_menu
    {
        position:absolute;
        top:98px;
        right:0px;
    }
    
    #ctl00_menu li
    {
        float:left;
        margin-left:8px;
        height:45px;
        border-right:1px solid #7599ab;
        background-image:url(m_arrow.gif);
        background-position:0 -46px;
        background-repeat:no-repeat;
    }
    
    #ctl00_menu li:hover 
    {
        background-position:0 0px;
    }
    
    #ctl00_menu li img
    {
        margin-top:33px;
    }
    
    #topbar 
    {
        position:absolute;
        left:0;
        top:160px;
    }
    
    #topbar a:hover
    {
        text-decoration:underline !important;
    }
    
    #footer 
    {
        padding-top:10px;
        text-align:center;
        font-size:10px;
        color:#29568f;
        padding-bottom:2em;
    }
   
    #main 
    {
        position:relative;
        background-image:url(redback.gif);
        background-position:left;
        background-repeat:repeat-y;
    }
    
    #center 
    {
        padding-left:243px;
    }
    
    #side 
    {
        position:absolute;
        top:0;
    }
    
    .sidepic 
    {
      border:1px solid #7599AB;
      display:block;
    }
    
    #slideshow {
		position: relative;
		width: 224px;
		height: 315px;
		overflow: hidden;
	}
	
	#slideshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 224px;
		height: 315px;
	}
    
    .sidebottom 
    {
        padding:28px;
        color:#fff;
    }
    
    .sidebottom a, .sidebottom a:visited 
    {
        color:#fff;
        text-decoration:none;
    }
    
    .sidebottom a:hover 
    {
        text-decoration:underline;
    }
    
    .sidebottom h2 
    {
        font-weight:bold;
        
        font-size:1em;
    }
    
    a.current, a:visited.current {text-decoration:underline;}
    
    #side li 
    {
        padding-left:20px;
        padding-top:1em;
    }
    
    #sidetop 
    {
        background-color:#EAE0C1;
        padding-bottom:10px;
    }
    
    h3 
    {
        background-color:#005295;
        border:1px solid #7599AB;
        border-bottom:0;
    }
    
    /* the height here controls the side menu min height */
    
    #content 
    {
        border:1px solid #7599AB;
        background-color:#fff;
        min-height:480px;
        height:auto !important;
        height:480px;
        padding:18px 14px 30px 14px;
        line-height:18px;
    }
    
    #content a, #content a:visited
    {
        color:#29568f;
        font-weight:bold;
        text-decoration:none;
    }
    
    #content a:hover 
    {
        text-decoration:underline;
    }
    
    #content a.plain, #content a.plain:visited
    {
        color:#000;
        font-weight:normal;
        text-decoration:underline;
    }
    
   
    #content a.plain:hover 
    {
        color:#29568f;
    }
    /* home */
    
    #homecontent 
    {
        border:1px solid #7599AB;
        background-color:#d1d2d4;
        padding:14px 14px 12px 10px;
        line-height:16px;
        min-height:388px;
        height:auto !important;
        height:378px;
        position:relative;
        z-index:1;
    }
    
    #homecontent a,#homecontent a:visited {
        color:#29568f;
        font-weight:bold;
    }
    
    #secondarycontent {
		background-color:#98012e;
		width:702px;
		height:300px;
    }
    
    #secondarycontent div {
		color:#fff;
		padding:18px;
		padding-bottom:0;
		line-height:18px;
    }
    
    #secondarycontent div a {
		color:#fff;
    }
    
    #login 
    {
        border:1px solid #7599AB;
        background-color:#a6b6d7;
        padding:18px 14px 10px 14px;
        line-height:18px;
        margin-bottom:10px;
    }
    
    #login td.label
    {
        font-weight:bold;
        font-size:10px;
        padding-right:5px;
        text-align:right;
    }
    
        #register 
    {
        font-size:10px;
    }
    #register a 
    {
        color:#000;
        text-decoration:none;
    }
    #error 
    {
        font-size:10px;
        color:#fff;
        font-weight:bold;
    }
    
    
    #homemain 
    {
        position:relative;
        background-position:left;
        background-repeat:repeat-y;
        background-image:url(redbackhome.gif);
    }
    
    #homemain #right 
    {
        padding-left:713px;
    }
    
    #homemain #left 
    {
        position:absolute;
        top:0;
    }
    
    #left #top 
    {
        background-color:#EAE0C1;
        position:relative;
        height:325px;
        width:702px;
    }
    
    
    #left #top #promise 
    {
        position:absolute;
        left:234px;
        top:0;
        width:468px;
    }
       
    #left #top #promise div 
    {
        border:1px solid #7599AB;
        background-color:#fff;
        padding:18px 10px 0px 10px;
        line-height:22px;
        /*font-size:11px;*/
        height:267px;
    } 
        
   /* other */
   
   .bios h1 {
	clear:both;
	}
   
   .bios p 
   {
    padding-left:80px;
   } 
    
    .bios img 
    {
        float:left;
        margin-top:4px;
    }

    .bios div {
		min-height:120px;
		}
    
    .mlink , .llink 
    {
        display:none;
    }
    
    th 
    {
        padding-left:5px;
        padding-right:5px;
    }
    
    .grid {border:0;}
    
    .grid td 
    {
        padding:4px;
    }
    
    .fwt 
    {
        font-family: Courier, Courier New;
        font-size:8px;
        padding-right:5px;
        display:inline;
    }

    td {vertical-align:top;}
    
    .tblnowrap td 
    {
        white-space:nowrap;
    }

    .tdc1 
    {
        font-weight:normal;
        padding-right:20px;
    }

    .ghs td {padding-left:5px;padding-right:5px;}

    .tdbranch 
    {
        padding-right:30px;
    }
    
    #map {padding:20px 0 0 15px;}
    
    ul.normal 
    {

    }
    
    ul.normal li 
    {
        list-style:disc;
        margin:2px 0 2px 20px;
    }
    
    img.logo 
    {
        margin-top:1em;
        margin-bottom:.6em;
    }

    .spacedpager table td {
        padding:0 5px;
    }
    
    .padcellLR TD {
        padding:0 5px;
        }
        
            
    .wrap {
        white-space:normal !important;
    }


/* special */
#homenews {
    position:absolute;
    left: 171px;
    top:108px;
    z-index:2;
    }
    
   /* FORMS */
    
    h4
    {
        background-color:#5A6E7D;
        border:1px solid #7599AB;
        border-bottom:0;
        color:#fff;
        font-weight:normal;
        font-size:12px;
        padding:4px;
        margin-top:2em;
        height:16px;
    }
    
    .adminnotesblock {
        margin-top:1em;
        }
        
    .adminnotesblock li {
        padding:1em 0;
        border-bottom:1px solid #999;
    }
    
    .adminnotesblock li div {
        color:#4682B4;
        font-weight:bold;
        margin-bottom:6px;
    }
    
    .adminnotesblock li div i {
        font-weight:normal;
        font-size:10px;
        font-style:normal;
    }
    
    .frm {}
    
    .frm td {
        padding:4px;
    }
    
    .formcontrol {
        width:500px;
        }
   
    .formcontrol b {
        color:#005295;
    }
    
    .frm td.l {
        text-align:right;
        background-color:#e2e9ff;
        }
        
    .linkbtnblock {
        border:1px solid #00008B;
        background-color:#fff;
        padding:2px 5px;
        text-decoration:none;
        color:#00008B;
        }
    
    .attached {
        color:#0c0;
        font-weight:bold;    
    }
    
    .hide {display:none;}
    
    .fld {
        font-size:10px;
        line-height:15px;
        }
        
    .nw {
        white-space:nowrap;
        }
        
    .frm em 
    {
        font-size:11px;
    }
    
    .frm .hlt
    {
        font-weight:bold;
        color:#090;
    }
    
    ol.normal {
        margin-left: 40px;
        }
        
    ol.normal li {
        list-style-type: lower-roman;
        }
        
    blockquote {
		margin-bottom:2em;
		background-color:#fcfcfc;
		padding:.5em;
		border:1px solid #f0f0f0;
    }
    
    #sitemsg {
		background-color:#ffc;
		font-weight:bold;
		padding:.5em;
		font-size:1.25em;
		text-align:center;
		margin-bottom:.5em;
    }
    
    .newsmenu {
		padding-left:15px;
		}
    
    .newsmenu ul li {
		padding-left:0 !important;
		}
		
	
dl.interview dt {
	margin:.5em 0 .25em 0;
	font-weight:bold;
	color: #c00;
}

dl.interview dt.dtA {
	color: Navy;
}

dl.interview dd {
	margin-left:30px;
}

dl.interview dd p {
	margin:1.12em 0;
}

#mapselect {
	position:absolute;
	left:15px;
	top:15px;
	font-size:1.3em;
}

#mapselect select {
font-size:1em;
color:#005295;
}

.newslist li {
	padding-bottom:1em;
}

#content .newslist li a:link, #content .newslist li a:visited
{
    color:#000;
    font-weight:normal;
    text-decoration:underline;
}


#content .newslist li a:hover 
{
    color:#29568f;
}

#contacts, #contacts td {
		border-collapse:collapse;
		border:1px solid #000;
		}
	
	#contacts td {
		padding:4px;
		font-size:10px;
	}
	
	#contacts tr.alt {
		background-color:#f7f6f3;
	}
	
	#contacts .dept {
		background-color:#4682b4;
		color:#fff;
		font-weight:bold;
	}
	
#homefoot {
	width:100%;
	border-top:1px solid #7599AB;
}

#homefoot td {
	width:31%;
	padding:1%;
}

#homefoot #col1 img, #homefoot #col1 p {
	float:left;
	margin-right:10px;
	}

#homefoot #col2 {
	text-align:center;
}

#homefoot #col2 img {
	/*border:1px solid #000;*/
}

#homefoot #col3 {
	text-align:right;
	}
	
#homefoot #col3 img, #homefoot #col3 p {
	float:right;
	margin-left:10px;
	}

#homefoot p {
	width:120px;
	}
	
#homefoot a {
	display:block;
	}