TD {
	FONT-FAMILY: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Arial, Helvetica, sans-serif;;
	FONT-SIZE:12px;
	COLOR: #ffffff;
}

a{
	color:#ffe700;
}

a:link, a:active, a:visited{
	text-decoration:none;
}

a:hover{
	color: #ffffff;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; font-family:"Helvetica Neue Light","HelveticaNeue-Light","Helvetica Neue",Arial,Helvetica,sans-serif; }
h4, h5, h6 { color:#000 }
h1, h2 { font-weight:200; }
h3, h4, h5, h6 { font-weight:400; }

h1 { font-size: 2.5em; margin-bottom: 0.2em; }
h2 { font-size: 1.5em; margin-bottom:0.761em; line-height: 1em; font-style: oblique;}
h3 { font-size: 1.4em; line-height: 1em; margin-bottom:.5em; font-style: heavy;}
h4 { font-size: 1.167em; line-height: 1.25; }
h5 { font-size: 1.167em; }
h6 { font-size: 1em; }

.phone_number {font-size: 22px; font-weight: bold;  height: 25px; font-style: italic; color:#ffe700;}
.phone_number_blue {font-size: 22px; font-weight: bold;  height: 25px; font-style: italic; color:#0066cc;}

/* Main Nav
-------------------------------------------------------------- */
.main_nav
{
	font-family: 'Helvetica Neue Light', HelveticaNeue-medium, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-bottom: #ffffff 1px solid;
}

.main_nav a{
	color:#ffffff;
}

.main_nav a:link, a:active, a:visited{
	text-decoration:none;
}

.main_nav a:hover{
	text-decoration: none;
	color: #ffe700;
}

/* -------------------------------------------------------------- */

.footer
{
	FONT-FAMILY: arial;
	FONT-SIZE:10.5px;
	COLOR: #555555;
}

.footer a {
	COLOR: #0000ff;
	text-decoration:none;
}

.footer a:hover {
	COLOR: #000;
}

.footer a:vlink {
	COLOR: #E7B230;
	text-decoration:none;

}

.bg_intro
{ 
	background-image: url(../images/bg_intro.jpg);
    background-position: top;
}

.bg_top
{ 
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
    background-position: top center;
}

.intro_image
{
	background-image: url(../images/intro.jpg);
	background-position: top, center;
	background-repeat: no-repeat;
}

.bg_main_top
{ 
	background-image: url(../images/bg_main_top_no-repeat.jpg);
	background-repeat: repeat-x;
    background-position: top center;
}

.bg_main
{ 
	background-image: url(../images/bg_main_body.jpg);
    background-repeat: repeat-x;
    background-position: top;
}


.edge		{ 
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
			}
			
.edge_white		{ 
	border: #ffffff 1px solid; 
			}
			
.edge_bottom_nav		{ border-bottom: #ffffff 1px solid; }
			
.edge_right_nav		{ border-left: #477bad 1px solid; }