/**************************************************************************/
/* STANDARD HTML TAGS                                                     */ 
/**************************************************************************/
body{

	background: #f2f2f2 url(../graphics/bg.gif);

	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom:30px;
	padding: 0px;
	color: #333;
    line-height:115%;
}


p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#cc6600;
	font-size: 28px;
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:0px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
}

h5{
	font-size: 11px;
}

h6{
	font-size: 10px;
}


a{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #cc6600;
	text-decoration: underline;
}

hr {
    height:1px;
    color:#ccc;
}

/**************************************************************************/
/* RIGHT MENU                                                             */
/**************************************************************************/
#extrasBox {
  background: #fff;
  text-align:right;
  padding: 0px;
  margin: 0px;
}


#RightMenu {
	font-size:11px;
    line-height:normal;
}

#RightMenu li a{
    font-weight:bold;
	color: #000;
	text-decoration: none;
}
#RightMenu li a:hover{
    font-weight:bold;
	color: #cc6600;
	text-decoration: none;
}

#RightMenu li li a{
    font-weight:normal;
	color: #000;
	text-decoration: none;
}
#RightMenu li li a:hover{
    font-weight:normal;
	color: #000;
	text-decoration: underline;
}

    #right ul {
    	list-style:none;
    	margin:0px;
        margin-top:5px;
    	padding:0px;
    }
    #right li {
    	list-style:none;
    	margin:0px;
        padding:0px;
    }

    #right li a {
        font-size:11px;
    	display:block;
        padding:10px;
    	margin:0px;
    	text-decoration:none;
    	color:#000;
    	background-color:#f3e7d9;
        margin-bottom:1px;
    }
    #right li a:hover {
        color:#fff;
    	background-color:#cc6600;
    }

/**************************************************************************/
/* SITE CSS                                                               */
/**************************************************************************/
#breadcrumb {
	font-size:11px;
    color: #000;
    line-height:normal;
}

#breadcrumb a {
}

#breadcrumb a:hover {
	text-decoration: underline;
}

a.page_tools {
	font-size:11px;
    color: #000;
    line-height:normal;
}

a.page_tools:hover {
	text-decoration: underline;
}

a.more {
	font-size:11px;
    color: #cc6600;
    font-weight:bold;
}

a.more:hover {
	text-decoration: underline;
}

.header_date_bg{
	background: #b8b8b8;
	color:#fff;
	padding-right:35px;
	height:20px;
}
.date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}
.head_menu_td {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	color: #6e6e6e;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:35px;
}
a.header_menu {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	color: #6e6e6e;
}

a.header_menu:hover {
	text-decoration: none;
	color: #cc6600;
}

.menu_bg{
	background: #fff url(../graphics/menu_bg.jpg);
	background-repeat: repeat-x;
}
.menu_head {
	background: transparent;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e5e5e5;
}

.right_column_bg_site {
	background: #fff url(../graphics/right_column_bg_site.gif);
	background-repeat: repeat-y;
}

.content_bg_site {
	background: #fff url(../graphics/content_bg_site.gif);
	background-repeat: repeat-y;
}


.left_margin {
	padding-left:65px;
}


a.whitelinks {
	color: #fff;
	text-decoration: none;
}

a.whitelinks:hover {
	color: #fff;
	text-decoration: none;
}


.hidden {
	display: none;
}

.visible {
	display: block;
}

.shadow_left {
	background: #fff url(../graphics/shadow_left.gif);
	background-repeat: repeat-y;
}
.shadow_right {
	background: #fff url(../graphics/shadow_right.gif);
	background-repeat: repeat-y;
}

/**************************************************************************/
/* COMPONENTS                                                             */
/**************************************************************************/
input.btn {
	border: 1px solid #333333;
	background-color: #333333;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
}
input.txt {
	border: 1px solid #9C9C9C;
	background-color: White;
	color: #2E2E2E;
	height: 20px;
}

ul.arrow {
        margin: 0px 0px 5px 5px;
        padding: 6px 0px 0px 12px;
}

li.arrow {
	list-style-type: none;
	list-style-image: url(../graphics/li_arrow.gif);
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

#itemslist ul li {
    padding-bottom:15px;
}

.small {
	font-size: 10px;
}

.medium {
	font-size: 11px;
}

.checkbox {
}
.checkboxtext {
	font-size:10px;
	color:#fff;
}
/**************************************************************************/
/* FORM                                                                 */ 
/**************************************************************************/
.label {color:#666; font-size:9pt; font-weight:bold; padding-right:10px;}
.input {width:300px;border:1px solid #999;height:15px;}
.checkboxes{ border:none; width:auto;}
.phone_small{width:50px;}
.phone_med{width:120px;}
.buttons {background:#CCCCCC; border:1px solid #999;width:80px; height:20px; font-weight:bold;}
.textarea{width:300px; height:80px; border:1px solid #999;}
/**************************************************************************/
/* TABLES                                                                 */ 
/**************************************************************************/
.tblhead {
	background-color: #333333;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.tblcolhead {
	background-color: #cc6600;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.tblrowhead {
	background-color: #e3d7c9;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.tblcell {
	background-color: #e3d7c9;
	font-weight: normal;
}

.tblcellalt {
	background-color: #f3e7d9;
	font-weight: normal;
}
