@charset "utf-8";
/* CSS Document */

html,body {
	padding: 0px;
	color: #444444;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background: url('images/bg_body.jpg') top repeat-x;
}

.headertag
{
    font-size: 18px;
	font-weight: normal;
	font-family:Georgia;
	color: #000000;
	
}

.phone
{
    font-size: 35px;
    color: #000000;
}

img {
	border: none;
}

p {
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	font-family:Georgia;
	padding-bottom: 0px;
	color: #b51603;
	padding-top: 14px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #b51603;
	font-family:Georgia;
	letter-spacing: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #b51603;
	font-family:Georgia;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

h4 {
	font-size: 14px;
	font-family:Georgia;
	font-weight: normal;
	color: #b51603;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}



h5 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}
h6 {
	font-size: 13px;
	font-weight: normal;
	color: #404f56;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	text-align:center;
}

.tblBorderGrey
{
    border:1px solid #cccccc;   
}

a.whiteNav:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.whiteNav:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.whiteNav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #b51603;
	text-decoration: underline;
}

a:visited {
	color: #b51603;
	text-decoration: underline;
}
a:hover {
	color: #286960;
	text-decoration: none;
}
a.menu:link {
	color: #ffffff;
	text-decoration: underline;
}

a.menu:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.menu:hover {
	color: #193e86;
	text-decoration: underline;
}
a.footer:link {
	color: #666666;
	text-decoration: underline;
	font-size:11px;
}

a.footer:visited {
	color: #666666;
	text-decoration: underline;
	font-size:11px;
}
a.footer:hover {
	color: #666666;
	text-decoration: none;
	font-size:11px;
}

.font11
{
    font-size:11px;
}
.font11Grey
{
    font-size:11px;
    color: #666666;
}
ul
{
    margin:0;
    padding-left:15px;
}
li
{
    list-style-image:url('images/bullet_red.jpg');
    
}
div.transbox
  {
	width: 449px;
	height: 50px;
	margin: 0px;
	color:White;
	background-color: #000000;
	/* for IE */
  	filter:alpha(opacity=60);
	/* CSS3 standard */
  	opacity:0.6;
    vertical-align: bottom;
    font-size: 14px;
    text-align: left;

  }
