﻿/*
------------------------------------------------------------
CUSTOM CLASSES :: (BLOBs BackEnd) Rich Text Edit Rad Control
------------------------------------------------------------
*/
.customClass1  {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	color: #DA4024;
	font-weight: bold;
	line-height: 20px;
}
.customClass1  a:link {color: #5C2946;text-decoration: none;}
.customClass1  a:visited {color: #5C2946;text-decoration: none;}
.customClass1  a:hover {color: #DA4024;text-decoration: underline;}

.customClass2  {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	color: #DA4024;
	font-weight: bold;
	line-height: 25px;
}
.customClass2  a:link {color: #5C2946;text-decoration: none;}
.customClass2  a:visited {color: #5C2946;text-decoration: none;}
.customClass2  a:hover {color: #DA4024;text-decoration: underline;}

.customClass3  {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 20px;
	color: #DA4024;
	font-weight: bold;
	line-height: 30px;
}
.customClass3  a:link {color: #5C2946;text-decoration: none;}
.customClass3  a:visited {color: #5C2946;text-decoration: none;}
.customClass3  a:hover {color: #DA4024;text-decoration: underline;}


.customClass4  {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 24px;
	color: #5C2946;
	font-weight: bolder;
	line-height: 35px;
}
.customClass4  a:link {color: #DA4024;text-decoration: none;}
.customClass4  a:visited {color: #DA4024;text-decoration: none;}
.customClass4  a:hover {color: #5C2946;text-decoration: underline;}

/* 
------------------------------------------------------------
Generic styles applied to the all document
------------------------------------------------------------
*/
img {border: 0px; display: block;}
body {
    background-color: #FFEFC7;
    padding:0;
    margin:0; 
    
    /* Generic Text properties for the page body */    
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 15px;
	font-weight:bold;
	color: #5C2946; /*purple*/
	line-height: 25px;
}

a:link {color: #DA4024;text-decoration: none;}
a:visited {color: #DA4024;text-decoration: none;} /*maroon*/
a:hover {color: black;text-decoration: none;}

/* 
------------------------------------------------
      Classes for User Controls DEFAULTS 
------------------------------------------------
*/
.body {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 15px;
	font-weight:bold;
	color: #5C2946; /*purple*/
	line-height: 25px;
}
.body a:link {color: #DA4024;}
.body a:visited {color: #DA4024;}
.body a:hover {color: gray;}

.bodyBold {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 11px;
	font-weight: bold;
	color: #5C2946;
	line-height: 13px;
}
.bodyBold a:link {color: #DA4024;text-decoration: none;}
.bodyBold a:visited {color: #DA4024;text-decoration: none;}
.bodyBold a:hover {color: #5C2946;}

.title {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #5C2946; /*purple*/
	line-height: 20px;
}
.title a:link {color: #DA4024;text-decoration: none;}
.title a:visited {color: #DA4024;text-decoration: none;} /*maroon*/
.title a:hover {color: #5C2946;text-decoration: none;}


.header {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	color: #5C2946;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.header a:link {color: #DA4024;text-decoration: none;}
.header a:visited {color: #DA4024;text-decoration: none;}
.header a:hover {color: #5C2946;text-decoration: none;}


.footer {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 8px;
	line-height: 13px;
	text-align:center;
	color: #5C2946;
}
.footer a:link {color: #5C2946;}
.footer a:visited {color: #5C2946;}
.footer a:hover {color: #DA4024;}


/*
-----------------------------------------------------------
<< Read More >> option on News & Blobs
-----------------------------------------------------------
*/
.readMoreInterior  {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 10px;
	color: #5C2946;
	font-weight: bold;
	line-height: 12px;
	margin-left: 5px;
}
.footer_small a:link {color: #DA4024;text-decoration: none;}
.footer_small a:visited {color: #DA4024;text-decoration: none;} /*maroon*/
.footer_small a:hover {color: #5C2946;text-decoration: none;} /*purple*/


/*
-----------------------------------------------------------
Layout Classes  ||| Important Stuff (Master Pages) 
-----------------------------------------------------------
*/
.centerContent {
    width: 100%;
    padding: 0px;
    margin: 0;
}


/*
-----------------------------------------------------------
Layout Divs  ||| Important Stuff (Master Pages) 
-----------------------------------------------------------
*/
#divLayoutFooter {border-bottom: solid 1px #DA4024; padding-bottom: 15px;padding-top: 15px;}
.footer_medium {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 15px;
	font-weight: bold;
	color: #5C2946; /*purple*/
	line-height: 25px;
}
.footer_medium a:link {color: #DA4024;text-decoration: none;}
.footer_medium a:visited {color: #DA4024;text-decoration: none;} /*maroon*/
.footer_medium a:hover {color: #5C2946;text-decoration: none;}

.footer_small {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #5C2946; /*purple*/
	line-height: 25px;
}
.footer_small a:link {color: #DA4024;text-decoration: none;}
.footer_small a:visited {color: #DA4024;text-decoration: none;} /*maroon*/
.footer_small a:hover {color: #5C2946;text-decoration: none;} /*purple*/

.navigation_items {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #5C2946; /*purple*/
	line-height: 20px;
}
.navigation_items a:link {color: #DA4024;text-decoration: none;}
.navigation_items a:visited {color: #DA4024;text-decoration: none;} /*maroon*/
.navigation_items a:hover {color: #5C2946;text-decoration: none;}


.navigation_items_bigsize {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 21px;
	font-weight: bold;
	color: #5C2946; /*purple*/
	line-height: 25px;
}
.navigation_items_bigsize a:link {color: #DA4024;text-decoration: none;}
.navigation_items_bigsize a:visited {color: #DA4024;text-decoration: none;} /*maroon*/
.navigation_items_bigsize a:hover {color: #5C2946;text-decoration: none;}

