/***** Default Styles */
BODY {
background-color: #FFFFFF;
SCROLLBAR-FACE-COLOR: #e6e6e6;
SCROLLBAR-HIGHLIGHT-COLOR: #d3d3d3;
SCROLLBAR-SHADOW-COLOR: silver;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: gray;
SCROLLBAR-TRACK-COLOR: #f3f3f3;
SCROLLBAR-DARKSHADOW-COLOR: white
}

a:visited {text-decoration: none;}

/***** Normal Styles */

.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;

color: #544F48;
}

.normal a:link {
color: #544F48;
text-decoration: underline;
}

.normal a:hover {
color: #544F48;
text-decoration: underline;
}

.normal a:visited {
color: #544F48;
text-decoration: underline;
}

.normal li {
	list-style-image: url("images/bullet_green.gif");
	list-style-position: outside; 
	margin-left: 15;
	padding-left: 0;
}

.normal ul
{ 
margin-top: 0px; 
margin-bottom: 0px; 
padding-left: 0px; 
margin-left: 0px; 
}

.normal ol
{ 
margin-top: 0px; 
margin-bottom: 0px; 
padding-left: 0px; 
margin-left: 8px; 
}


/***** Home Styles */

.home {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 13px;

color: #544F48;
}

.home a:link {
color: #544F48;
text-decoration: none;
}

.home a:hover {
color: #544F48;
text-decoration: underline;
}

.home a:visited {
color: #544F48;
}

.heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 20px;
color: #DE3806;
}


/***** Side Styles */

.side_blue {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

color: #264299;
}

.side_blue a:link {
color: #264299;
text-decoration: none;
}

.side_blue a:hover {
color: #264299;
text-decoration: underline;
}

.side_blue a:visited {
color: #264299;
}


.side_green {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

color: #53AC30;
}

.side_green a:link {
color: #53AC30;
text-decoration: none;
}

.side_green a:hover {
color: #53AC30;
text-decoration: underline;
}

.side_green a:visited {
color: #53AC30;
}


/***** Header Styles */

.header_time {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #BEBAB6;
}

.header_case {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
letter-spacing: 0px;
word-spacing: 0px;
color: #666666;
}

.bold_case {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #166773;
}

/***** Box Styles */

.box {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
color: #E04314;
}

/***** Breadcrumb Styles */

.bread {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
color: #766E65;
}

.bread a:link {
color: #368222;
text-decoration: none;
}

.bread a:hover {
color: #368222;
text-decoration: underline;
}

.bread a:visited {
color: #368222;
}

.rate {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #766E65;
}

/***** Input Styles */

.contact input, select {
	color: #81685B;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #DF4010;
	background-color: #FCEBE6;
	font-size: 11px;
	width: 271px;
}

.contact input, textarea {
	color: #81685B;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #DF4010;
	background-color: #FCEBE6;
	font-size: 11px;
	width: 271px;
}


/***** Other Misc Styles */

.bg_bottom {
	background-position: bottom;
}

.bg_bottom_norep {
	background-position: bottom;
	background-repeat: no-repeat;
}

.bg_right{
	background-position: right;
}

.relElement {
z-index:1;
position:relative;
top:0px;
}
 
.absElement {
position:absolute;
z-index:3;
top:5px;
left:0px;
}

.divtest {
height: 112;
width: 112;
vertical-align: middle;
align: middle;
}

.heading_fix {
margin-left: -10px; 
}
