﻿/*
------------------------------------------------------------
CUSTOM CLASSES :: (BLOBs BackEnd) Rich Text Edit Rad Control
------------------------------------------------------------
*/
.customClass1  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8f8f84;
	font-weight: bold;
	line-height: 25px;
}
.customClass1  a:link {color: #396478;text-decoration: none;}
.customClass1  a:visited {color: #396478;text-decoration: none;}
.customClass1  a:hover {color: #8f8f84;text-decoration: underline;}

.customClass2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #396478;
	font-weight: bold;
	line-height: 25px;
}
.customClass2  a:link {color: #8f8f84;text-decoration: none;}
.customClass2  a:visited {color: #8f8f84;text-decoration: none;}
.customClass2  a:hover {color: #396478;text-decoration: underline;}

.customClass3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #79B83E;
	font-weight: bold;
	line-height: 25px;
}
.customClass3  a:link {color: #396478;text-decoration: none;}
.customClass3  a:visited {color: #396478;text-decoration: none;}
.customClass3  a:hover {color: #79B83E;text-decoration: underline;}


/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
body {
    background: #F7E289 url('/images/background.jpg') repeat-x;
    padding:0;
    margin:0; 
    /* Generic Text properties for the page body */    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
}

a:link {color: #D20F1D;text-decoration: none;}
a:visited {color: #D20F1D;text-decoration: none;}
a:hover {color: #D20F1D;text-decoration: underline;}

hr {
    background-image:url(/images/hr_tag.gif);
    background-repeat:repeat-x;
    height:3px;
    margin:0px;
    padding:0px;
    text-align:center;
    width:100%;
    border: 0px;
}

/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363A3B;
	line-height: 16px;
}
.body a:link {color: #D20F1D; font-weight:bold; text-decoration: none;}
.body a:visited {color: #D20F1D;font-weight:bold; text-decoration: none;}
.body a:hover {color: #D20F1D;font-weight:bold; text-decoration: underline;}

.bodyBold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6f7071;
	line-height: 16px;
}
.bodyBold a:link {color: #D20F1D; font-weight:bolder; text-decoration: none;}
.bodyBold a:visited {color: #D20F1D;font-weight:bolder; text-decoration: none;}
.bodyBold a:hover {color: #D20F1D;font-weight:bolder; text-decoration: underline;}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D20F1D;
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 20px;
}
.title a:link {color: #D20F1D;text-decoration: none;}
.title a:visited {color: #D20F1D;text-decoration: none;}
.title a:hover {color: #6f7071;text-decoration: none;}

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D20F1D;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.header a:link {color: #D20F1D;text-decoration: none;}
.header a:visited {color: #D20F1D;text-decoration: none;}
.header a:hover {color: #6f7071;text-decoration: none;}


.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align:center;
	color: #D20F1D;
}
.copyright a:link {color: #D20F1D;}
.copyright a:visited {color: #D20F1D;}
.copyright a:hover {color: #000;}

.footer_links {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D20F1D;
	font-weight: bold;
	line-height: 16px;
}
.footer_links a:link {color: black;}
.footer_links a:visited {color: black;}
.footer_links a:hover {color: #D20F1D;}

.crumbs_links {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D20F1D;
	line-height: 10px;
}
.crumbs_links a:link {color: black;}
.crumbs_links a:visited {color: black;}
.crumbs_links a:hover {color: #D20F1D;}

/*
-----------------------------------------------------------
<< Read More >> option on News & Blobs
-----------------------------------------------------------
*/
.readMoreHome  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8f8f84;
	font-weight: bold;
	line-height: 12px;
	text-align:right;
	margin-left: 350px;
	margin-top: -30px;
	vertical-align:top;
}
.readMoreHome  a:link {color: #8f8f84;text-decoration: none;}
.readMoreHome  a:visited {color: #8f8f84;text-decoration: none;}
.readMoreHome  a:hover {color: #8f8f84;text-decoration: underline;}

.readMoreInterior  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8f8f84;
	font-weight: bold;
	line-height: 12px;
	margin-left: 5px;
}
.readMoreInterior  a:link {color: #8f8f84;text-decoration: none;}
.readMoreInterior  a:visited {color: #8f8f84;text-decoration: none;}
.readMoreInterior  a:hover {color: #8f8f84;text-decoration: underline;}


.FAQCategory  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #396478;
	font-weight: bold;
	line-height: 30px;
}
.FAQCategory  a:link {color: #8f8f84;text-decoration: none;}
.FAQCategory  a:visited {color: #8f8f84;text-decoration: none;}
.FAQCategory  a:hover {color: #396478;text-decoration: underline;}




/*
-----------------------------------------------------------
Layout Classes  ||| Important Stuff (Master Pages Shadows) 
-----------------------------------------------------------
*/
.wrapperTable {width:973px;}
.leftShadowColumn {width:22px; background: transparent url('/images/layout-shadow-left.png') repeat-y;}
.centerContentColumn {
    width: 930px;
    background-color: white;
    padding: 0px;
    margin: 0;
}
.rightShadowColumn {width:21px; background: transparent url('/images/layout-shadow-right.png') repeat-y;}



/*
-----------------------------------------------------------
Layout Divs  ||| Important Stuff (Master Pages) 
-----------------------------------------------------------
*/
#divTopNav {
    /* 950px total - 25px leftcolumn - 25px rightcolumn = 900px nav size area centered */
    height: 28px; 
    padding: 0;
}

#divSideNav {width: 120px; padding: 0;}



#divContentArea {
    width:600px;  /*690px - padding left/right */
    min-height: 550px;
    height: 100%;
    background: transparent url('/images/interior-background.jpg') no-repeat;
    margin-top: 0px;
    margin-left: 10px;
    padding: 0px 30px 10px 30px;
    background-color: #FFF;
}
#div_cphInternalContent_titleimage {margin-left: -30px; margin-top: 35px; margin-bottom:15px;}
#div_cphInternalContent_blobs {}



#divTopNavCrumbs { margin-left: 5px; font-weight:bold;}
#divLayoutFooter {
    padding:4px; width: 100%;
    /* border-top: solid 2px #FFF;  */
    /* border-bottom: solid 2px #FFF;  */
    text-align:center;
}

#divFooterBlueBar {
    width:900px;  /* Same width of Top Menu Navigation Bar... 930px minus left/right padding*/
    min-height: 35px;
    height: 35px;
    background: #0190B8 url('/images/layout-footer-background.gif') no-repeat;
    background-position: 0px 27px; /* 35px minus height of background image in pixels */
    margin-top: 3px;
    padding: 0px 0px 0px 30px;
}

#divContent_Cocodrile {margin:0 0 -35px 20px;}
* html #divContent_Cocodrile {
    padding: 0px 0px 0px 0px; 
    /*background-color: Red;*/
    z-index: 1500;
    position: absolute;
}


#divContent_Cocodrile_TextArea {
    width:270px; height:245px;
    margin: 0.3em auto;
    padding: 0px 10px 5px 30px;
}
* html #divContent_Cocodrile_TextArea {
    width:270px; height:260px;
    padding: 0px 10px 0px 30px;
    /*background-color: Green;*/
    margin: 0px;
    overflow:hidden;
}


/*CALENDAR STYLES*/
.calendar_title 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #8f8f84;
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 25px;
}
.calendar_title a:link {color: #8f8f84;text-decoration: none;}
.calendar_title a:visited {color: #8f8f84;text-decoration: none;}
.calendar_title a:hover {color: #000;text-decoration: underline;}



/*For the special pages using 2 columns format*/
.main_left {
    padding-right:15px;
    width:375px;
}

.main_right {
    border-left:1px solid #AAAAAA;
    font-size:12px;
    margin:10px 0 0 15px;
    padding-left:15px;
    width:200px;
}
