﻿/*****************************************************/
/* BASIC TAGS CLASSES                                */
/*****************************************************/
*
{
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 11px;
	color: #000000;
}

body
{
	background : #BFB9AD url(../images/bgBody.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active
{
	color: #E73643;
	text-decoration: underline;
}

a:hover, a.true
{
	color: #000;
}

h1
{
	font: bold 14px Arial;
	color: #575253;
	padding: 0px 0px 3px 8px;
	margin : 0px;
	border-bottom: solid 1px #C9CCC6;
}

h2
{
	font: bold 11px Verdana;
	color: #000;
	padding: 15px 0px;
}

h3
{
	font: bold 11px Arial;
	color: #5D5D5D;
	padding-bottom: 15px;
	margin: 0px;
}

h4
{
	
}

h5
{

}

hr
{
	border-bottom:  solid 1px #D2D4D4;
	border-left: none;
	border-right: none;
	border-top: none;
	height: 1px;
	margin-bottom: 13px;
}

p
{
	margin-top: 0px;	
}
/*****************************************************/
/* GENERAL CLASSES                                   */
/*****************************************************/
#mainTable
{
	width : 769px;
}

#mainTable td.homeContentCell
{
	background-color : #FFF;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	width : 100%;
}

#mainTable td.menuCell
{
	width : 137px;
	background-color: #E3E7E4;
	border-left: solid 1px #000;
}

#mainTable td.contentCell
{
	background-color : #FFF;
	border-right: solid 1px #000;
	width : 100%;
}

#contentOuter
{
	border-top: solid 8px #E3E7E4;
	border-bottom: solid 8px #E3E7E4;
	min-height: 360px;
	padding: 8px;
}

#contentOuter img
{
	padding-bottom: 15px;
}

#content
{
	padding: 15px 8px 8px 8px;
}

#contentList
{
	padding: 0px 8px 8px 8px;
}

#content img, #contentList img
{
	padding: 15px 8px 8px 0px;
}

#homeTable
{
	border-top: solid 1px #9F9F9F;
	width : 100%;
}

#homeTable td
{
	background: #FFF url(../images/bgVertSoft.gif) repeat-y left top;
	padding-left: 8px;
	width: 33%;
}

#homeTable td.sideTd
{
	border-right: solid 1px #D6D6D6;
}

#homeTable td div
{
	background: #FFF url(../images/bgSoft.gif) repeat-x left top;
	padding: 8px 8px 8px 0px;	
}

#homeTable td div div
{
	background: none;
	padding: 0px;	
}

#homeTable td div div.item
{
	background: #FFF url(../images/bltArw.gif) no-repeat left 4px;
	padding: 0px 0px 10px 10px;
}

.text
{
	padding-top: 15px;
}
.nomargin
{
	margin: 0px;
}

/*****************************************************/
/* LEFT MENU CLASSES                                 */
/*****************************************************/
.menuOffLevel2
{
	border-top: 1px solid #B7BCB6;
	border-bottom: 1px solid #FFF;
	padding : 2px 0px 2px 6px;
}

.menuOffLevel3
{
	border-top: 1px solid #B7BCB6;
	border-bottom: 1px solid #FFF;
	padding : 2px 0px 2px 6px;
}

.menuOnLevel2
{
	background-color : #FFF;
	border-top: 1px solid #B7BCB6;
	border-bottom: 1px solid #FFF;
	padding : 2px 0px 2px 6px;
}

.menuOnLevel3
{
	background-color : #FFF;
	border-top: 1px solid #B7BCB6;
	border-bottom: 1px solid #FFF;
	padding : 2px 0px 2px 6px;
}

div.menu
{
	border-top: 1px solid #FFF;
	margin: 8px 0px;
	width : 137px;
	height : 376px;
}

div.menuEmpty
{
	margin: 8px 0px;
	width : 137px;
	height : 376px;
}

div.menu a:link, div.menu a:visited, div.menu a:active
{
	color: #990032;
	text-decoration : none;
}

div.menu a:hover, div.menu a.true
{
	color: #E73643;
}

/*****************************************************/
/* HEADER CLASSES                                    */
/*****************************************************/
#header
{
}

#headerTop
{
	padding: 15px 0px 0px 0px;
}

#headerTop span
{
	color: #E73643;
	padding: 0px 5px;
}

#headerTop a:link, #headerTop a:active, #headerTop a:visited, #headerTop a:hover
{
	font: normal 9px Arial;
	text-decoration: none;
	text-transform: uppercase;
}

#headerBottom
{
	border-top: solid 1px #000;	
}

#headerBottomLeft
{
	background : #B32036 url(../images/bgMenu.gif) repeat-x left top;
	float: left;
	height: 28px;
	width: 570px;
}

#headerBottomRight
{
	background : #858080 url(../images/bgSearch.gif) repeat-x left top;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	float: right;
	height: 23px;
	padding: 2px 6px 2px 2px;
	text-align: right;
	width: 189px;
}

#headerBottomRight table
{
	text-align: right;
}

#headerBottomRight span
{
	color: #FFF;
	font: bold 10px Arial;
}

#headerBottomRight input
{
	background : #FFF url(../images/bgSoft.gif) repeat-x left top;
	border: solid 1px #3A3A3A;
	height: 17px;
	line-height: 17px;
	margin-left: 8px;
	width: 98px;
}

#headerBottomRight img
{
	border-top: solid 1px #3A3A3A;
	border-bottom: solid 1px #3A3A3A;
	border-right: solid 1px #3A3A3A;
	border-left: 0px;
}

/*****************************************************/
/* FOOTER CLASSES                                    */
/*****************************************************/
#footer
{
	background: #3A3536 url(../images/bgFooter.gif) repeat-x left top;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	height : 28px;
}

#footerLeft
{
	float: left;
	font: bold 10px Arial;
	padding : 10px 10px 0px 10px;
}

#footerLeft a, #footerLeft a:hover
{
	color: #9A9A9A;
	font: bold 10px Arial;
	text-decoration: none;
}

#footerRight
{
	color: #FFF;
	float: right;
	font: normal 9px Arial;	
	padding : 10px 5px 0px 10px;
}

#footerRight a:link, #footerRight a:visited, #footerRight a:active, #footerRight a:hover
{
	color: #FFF;
	font: normal 9px Arial;	
	text-decoration : none;
	text-transform: uppercase;
	padding : 0px 5px;
}

/*****************************************************/
/* SEARCH CLASSES                                   */
/*****************************************************/
#search
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#search li
{
	margin: 0px;
	padding-bottom : 5px;
	list-style: none;
}

/*****************************************************/
/* SITEMAP CLASSES                                   */
/*****************************************************/
ul.siteMap 
{
	padding-left: 0px;
	margin-left: 0px;
}
ul.siteMap li
{
	list-style : none;
}

ul.siteMap li li
{
	list-style-image: url(../images/bltDash.gif);
}

/*****************************************************/
/* NEWS CLASSES                                      */
/*****************************************************/
div.newsTitle
{
	padding: 15px 0px 0px 0px;
}
div.newsSubTitle
{
	color: #797576;
	padding: 0px 0px 15px 0px;
}
div.newsLink
{
	padding: 10px 0px;
}

div.newsTitle a:link, div.newsTitle a:visited, div.newsTitle a:active
{
	font-weight: bold;
}

div.newsMore
{
	padding : 15px 0px;
	text-align : right;
}

/*****************************************************/
/* PARTNERS CLASSES                                  */
/*****************************************************/
table.partnersTable
{
	width : 580px
}

table.partnersTable td.firstChild
{
	padding : 0px 13px 0px 0px;
	width : 50%;
	vertical-align : top;
	border-bottom: 1px solid #D2D4D4;
	border-right: 1px solid #D2D4D4;
}

table.partnersTable td.sideChild
{
	padding : 0px 0px 0px 13px;
	width : 50%;
	vertical-align : top;
	border-bottom: 1px solid #D2D4D4
}

/*****************************************************/
/* DOCUMENTS CLASSES                                 */
/*****************************************************/
#documents
{
	padding: 0px;
	margin: 0px;
}

#documents li
{
	padding-bottom: 10px;
}

/*****************************************************/
/* TESTIMONIAL CLASSES                               */
/*****************************************************/
div.separator
{
	background: #fff url(../images/bgSeparator.gif) no-repeat left top;
	height: 15px;
	padding: 0px;
	margin: 0px;
}

div.testimonial
{
	background: #fff url(../images/bltArw.gif) no-repeat left 4px;
	padding: 0px 10px 10px 20px;
	margin: 0px;
}

/******************************************************************************
FORM TABLE CLASSES
******************************************************************************/
table.formTable td {
	background-color: #EBEDEC;
	border: none;
	padding: 2px 8px;
	width: 25%;
}
table.formTable td.th {
	background-color: #EBEDEC;
	border-top: solid 8px white;
	border-bottom: solid 8px white;
	font-weight: bold;
	padding: 4px 8px;
	text-align: left;
}
table.formTable td.required label {
	font-weight: bold;
}
table.formTable td.title  {
	background-color: white;
	font-weight: bold;
}
span.madatory  {
	font-size: 12px;
	color: Red;
}
table.formTable input {
	width: 99%;
}
table.formTable textarea {
	width: 99%;
	height: 80px;
}
table.formTable td table td {
	border: none;
	text-align: left;
}
table.formTable td table input {
	width: 20px;
}
.invisible {
	display: none;
}