@charset "utf-8";
/* CSS Document */

img { 
border:0px
}

html,body {
height: 100%;
font-family: Tahoma, Arial, Sans-Serif;
font-size: 12px;
}

a:link {
color: #2175bc;
text-decoration: none;
}

a:active {
color: #2175bc;
text-decoration: none;
}

a:hover {
color: #2175bc;
text-decoration: underline;
}

a:visited {
color: #2175bc;
text-decoration: none;
}

.contentFrame {
font-family: Tahoma, Arial, Sans-Serif;
font-size: 12px;
color: #000000;
padding: 10px 10px 10px 10px;
line-height: 1.4em;
word-spacing: 1px;
}

.contentTitle {
font-family: Tahoma, Arial, Sans-Serif;
font-size: 18px;
font-weight: bold;
color: #333366;
margin-bottom: 5px;
line-height: 1.4em;
word-spacing: 1px;
}


H4 {
font-family: Tahoma, Arial, Sans-Serif;
font-size: 12px;
font-weight: bold;
color: #666699;
margin: 0px 20px 10px 0px;
padding-top: 10px;
line-height: 1.4em;
word-spacing: 1px;
}

P {
margin: 10px 10px 10px 10px;
}

.content {
font-family: Tahoma, Arial, Sans-Serif;
font-size: 12px;
color: #000000;
padding: 0px 5px 0px 5px;
}

.contactForm {
font-family: Tahoma, Arial, Sans-Serif;
font-size: 11px;
border: 1px solid #333366;
}

.contactForm input{
color: #333366;
font-size: 11px;
background: #cccccc;
border: 1px solid #333366;
}

.contactForm textarea{
color: #333366;
font-size: 11px;
background: #cccccc;
border: 1px solid #333366;
}

.contactForm submit {
color: #000000;
font-size: 10px;
background: #999999;
border: 1px solid #666666;
margin-left: 6.5em;
} 


OL {
margin-top: 0px;
}

UL {
margin-top: 0px;
}		

.SLinput {
color: #FFFFFF;
font-size: 11px;
background: #999999;
border: 1px solid #333366;
}

.SLsubmit {
color: #000000;
font-size: 10px;
background: #999999;
border: 1px solid #666666;
margin-left: 6.5em;
} 

.breadcrumb {
font: normal 11px Tahoma;
color: #666666;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
padding: 4px 4px 4px 15px; /*header text is indented 10px*/
}

/*
Navigation Menu Style
*/
#navHeader{
font-size: 12px;
font-weight: bold;
color: #333366;
background-color: #cccccc;
padding: 5px 0px 5px 10px;
border-bottom: 1px solid #333366
}

.arrowlistmenu{
width: 190px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Tahoma;
color: #FFFFFF;
background: #333366 url(http://new.intermedcorp.com/images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
margin-top: 5px;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(http://new.intermedcorp.com/images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 8px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #2175bc;
background: url(http://new.intermedcorp.com/images/bullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #2175bc;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0000FF;
background-color: #F3F3F3;
}

.arrowlistLink a:link{
color: #FFFFFF
}


/*Landing Page Right Side Menu*/
.arrowlistmenu2{
width: 190px; /*width of accordion menu*/
}

.arrowlistmenu2 .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Tahoma;
color: #FFFFFF;
background: #333366 url(http://new.intermedcorp.com/images/titlebar.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
padding: 4px 0 4px 15px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu2 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(http://new.intermedcorp.com/images/titlebar-active.png);
}

.arrowlistmenu2 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu2 ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
}

.arrowlistmenu2 ul li a{
color: #2175bc;
/*background: url(../images/bulletBlk.gif) no-repeat center left; */
display: block;
padding: 2px 0px 5px 0px;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #333366;
font-size: 90%;
}

.arrowlistmenu2 ul li a:visited{
color: #2175bc;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #2175bc;
background-color: #cccccc;
text-decoration: underline;
}


/*Content Pages Nav Menu*/
.arrowlistmenu3{
width: 190px; /*width of accordion menu*/
}

.arrowlistmenu3 .menuheader3{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Tahoma;
color: #FFFFFF;
background: #333366 url(http://new.intermedcorp.com/images/titlebar-active.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
padding: 4px 0 4px 15px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu3 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(http://new.intermedcorp.com/images/titlebar-active.png);
}

.arrowlistmenu3 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu3 ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
}

.arrowlistmenu3 ul li a{
color: #2175bc;
background: url(http://new.intermedcorp.com/images/bullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0px 5px 0px;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #333366;
font-size: 90%;
}

.arrowlistmenu3 ul li a:visited{
color: #2175bc;
}

.arrowlistmenu3 ul li a:hover{ /*hover state CSS*/
color: #2175bc;
text-decoration: underline;
}
