/* *************************************************************************** */
/* General */
/* *************************************************************************** */
html {
	padding: 0;
	margin: 0;
	background: url(/images/bg_main.gif);
}
body {
	font-family: verdena, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	behavior: url(/includes/csshover.htc);
}
div {
	font-family: verdena, helvetica, sans-serif;
	color: #666;
}
a {
	font-family: verdena, helvetica, sans-serif;
	color: #1F71B7;
	text-decoration: none;
}
a.breadcrumb {
	font-family: verdena, helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table#main {
	width: 726px;
	background-color: #FFF;
}
td {
	font-family: verdena, helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
textarea {
	font-family: verdena, helvetica, sans-serif;
	font-size: 10px;
	width: 100mm;
	height: 20mm;
	border: 1px solid #666;
}
input {
	font-family: verdena, helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	border: 1px solid #666;
	padding: 0 3px;
	width: 180px;
	color: #666;
}
select 
{
    border: 1px solid #666;
	font-family: verdena, helvetica, sans-serif;
	font-size: 10px;
	width: 180px;
	background-color: #FFF;
	color: #666;
}


/* ****************************************************************** */
/* Specific Classes and IDs */
/* ****************************************************************** */
td#idBanner
{
    padding: 7px 10px;
}
td#idRightBorder 
{
    width: 13px;
    background: url(/images/bg_rightborder.gif);
}
td#idLeftBorder
{
    width: 13px;
    background: url(/images/bg_leftborder.gif);
}
td#idFooter
{
    width: 680px;
    height: 52px;
    background: url(/images/bg_footer.gif) 10px 10px no-repeat;
}
p#idPhonefooter
{
    position: absolute;
    margin: 20px 0 0 20px;
    padding: 0 20px;
    color: #FFF;
    font-weight: bold;
    background: url(/images/icon_phone.gif) 0 2px no-repeat;
}
p#idCopyRights
{
    position: absolute;
    margin: 20px 0 0 420px;
    padding: 0 20px;
    color: #FFF;
}
td#idNavigation 
{
    width: 191px;
    background: url(/images/bg_leftmenu.gif);
}
td#idBody
{
    width: 480px;
    background: url(/images/bg_rightbody.gif);
}
div.clsbody
{
    padding: 2px 28px;
}
div.clsbody h3
{
    font-variant: small-caps;
    text-transform: capitalize;
    color: #39C;
    font-size: 18px;
}
div.clsbody h4 
{
    color: #39C;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}

/* ****************************************************************** */
/* Menu */
/* ****************************************************************** */
div#idMenu 
{
    padding: 20px;
}
div#idMenu ul
{
    padding: 0;
    margin: 0;
}
div#idMenu ul li
{
    padding: 20px 0 5px;
    list-style: none;
    border-bottom: 1px solid #2F9CD8;
}
div#idMenu ul li a
{
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
    font-variant: small-caps;
}

div#idMenu ul li a:hover, div#idMenu ul li a.selectedMenu 
{
    color: #2f9cd8;
}


