﻿body
{
    font-family: Arial;
    color: black;
    font-size: 10pt;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    list-style-type: disc;
    border-collapse: collapse;
    text-align: left;
    border-bottom-style: none;
}
A
{
    vertical-align: top;
    color: Blue;
    font-size: 11pt;
    font-family: Garamond;
}
H1
{
    font-size: 24pt;
    vertical-align: top;
    color: #663399;
    font-family: Garamond, Arial;
    text-align: center;
    font-weight: bold;
}
H2
{
    font-weight: Bold;
    font-size: 12pt;
    color: #663399;
    text-align: left;
    font-family: Goudy, Arial;
}

H3
{
   font-size: 24pt;
    vertical-align: top;
    color: #663399;
    font-family: Garamond, Arial;
    text-align: center;
    font-weight: bold;
    height: 38px;
}
H4
{
    font-weight: Bold;
    font-size: 14pt;
    color: #663399;
    text-align: center;
    font-family: Goudy, Arial;
}

/* SectionHeader */
.SH
{
    font-weight: bold;
    font-size: 12pt;
    color: black;
    text-align: left;
    font-family: Arial;
}
/* SectionBody */
.SB
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    text-align: left;
    font-family: Arial;
}
/* SectionParagraphHeader the inital line is a Section Paragraph ( Like a Question with Answer to Follow) */
.SPH
{
    
    
     font-weight: normal;
    font-size: 12pt;
    color: #4F0027;
    text-align: center;
    font-family: Garamond, Arial;
    
    
}
/* SectionParagraphBody the Body of a Section Paragraph ( See Above) */
.SPB
{
    font-size: 12pt;
    vertical-align: top;
    color: black;
    font-family: Garamond, Arial;
    text-align: center;
}





/* FormatedListHeader the inital line is a Section Paragraph ( Like a Main ID) */
.FLH
{
    font-size: 14pt;
    vertical-align: top;
    color: #663399;
    font-family: Garamond, Arial;
    text-align: left;
    font-weight: bold;
}
/* FormatedListBody the inital line is a Section Paragraph ( Like a Main ID) */
.FLB
{
    font-weight: normal;
    font-size: 10pt;
    color: #4F0027;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    text-indent: 15px;
    
    
    
}
/* FormatedListBody the inital line is a Section Paragraph ( Like a Main ID) */





/* SectionParagraphBody the Body of a Section Paragraph ( See Above) */
.SPB
{
    font-size: 12pt;
    vertical-align: top;
    color: black;
    font-family:  Arial;
    text-align: center;
}

/**Styling information specific to individual content pages   #663399**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #B7B7B7;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
    padding: 2px;
    margin-top: 3px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}
#master_content .accordionHeader a
{
	background: none;
	text-decoration: none;
}


.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: Black;
    background-color: #B7B7B7;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
    padding: 2px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #ffffff; /*  #D3B4EC Light Purple */
    border-top: none;
    padding: 3px;

    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #2F4F4F;
    font-family: Arial, Helvetica, sans-serif;

    color: #000000;
    font-size: 9px;
}

.accordionContent a
{
    vertical-align: top;
    color: #00393B;
    font-size: 8.6pt;
    font-family: Verdana;
    text-align: left;
    text-decoration: none;
}

.newsHeader 
{
    vertical-align: top;
    color: #995C87;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    text-decoration: none;
}
td.newsContent
{
    vertical-align: top;
    color: #00393B;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    text-decoration: none;
}


/*AutoComplete flyout <style type="text/css">*/

/* 
CSS Document 
Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com
*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*HEADER*/
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	margin-top:50px;
	margin-left:40px;
	left: 0px;
	top: 0px;
}
/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}

/*CONTENT*/
#content{
	width: 800px;
}
#contenttext{
	float:right;
	width: 580px;
}

/*FOOTER*/
.footer{
	width: 779px;
	height: 32px;
	background-image:url(bg_footer.gif);
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top
{
	width: 204px;
    font-weight: bold;
    background: transparent;
	background-image: url('images/table_top copy.gif');
	background-repeat: no-repeat;
    text-align:center;
    height: 27px;
}
.table_content
{
    width: 204px;
    background-image: url(images/table_content.jpg);
    background-repeat: repeat-y;
}
.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
.table_bottom{
	width: 204px; height: 23px;
	background-image: url('images/table_bottom.jpg');
	background-repeat: no-repeat;

}



.Department_Pages p
{
    font-weight: normal;
    font-size: 10pt;
    color: #4F0027;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}
.Department_Pages img
{
    margin: 5px; 
    border: thin solid #000000; 
    position: relative;
    width: 400px;
    height: 400px;
    top: -10px;
    left: -9px;
}

.Department_Pages li
{
   font-weight: normal;
    font-size: 12pt;
    color: #4F0027;
    text-align: left;
    font-family: Garamond, Arial;
    
}
.Department_Pages 
{
   font-weight: normal;
    font-size: 12pt;
    color: #4F0027;
    text-align: left;
    font-family: Garamond, Arial;
    
}
.Department_Pages h2
{
   font-weight: Bold;
    font-size: 12pt;
    color: #663399;
    text-align: left;
    font-family: Goudy, Arial;
    
}





.WMRMCStyle1 p
{
   font-weight: normal;
    font-size: 12pt;
    color: #4F0027;
    text-align: left;
    font-family: Garamond, Arial;

    width: 651px;

}
.WMRMCStyle1 img
{
    margin: 5px; 
    border: thin solid #000000; 
    position: relative; 
}
.WMRMCStyle1 li
{
   font-weight: normal;
    font-size: 12pt;
    color: #4F0027;
    text-align: left;
    font-family: Garamond, Arial;
}
.WMRMCStyle1 h2
{
   font-weight: Bold;
    font-size: 12pt;
    color: #663399;
    text-align: left;
    font-family: Goudy, Arial;
}






/*TEXT STYLES*/
.news_date {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
}
.body_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_more {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
.news_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subtitle_gray {	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 26px; color: #7DA5E0; }
.title_panel {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.JobListCol1
{
    white-space:nowrap;
    position: absolute;
    left: 180px;
    text-align: left;
}

.JobListCol2
{
    white-space:nowrap;
    position: absolute;
    left: 525px;
}
.JobListCol3
{
    white-space:nowrap;
    position: absolute;
    left: 666px;
}


.ContactlistName
{
    white-space:nowrap;
    position: absolute;
    left: 180px;
    text-align: left;
    width: 400px;
}

.ContactPhone
{
    white-space:nowrap;
    position: absolute;
    left: 666px;
    width: 100px;
}
