@charset "utf-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
margin-left: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 0px;
font-size:medium;
color: #333333;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
/* Styles for the Orizontal menu*/
.ul_menu
{
float:left;
width:500px;
padding:0;
margin:0;
margin-left:10px; 
list-style-type: none;
height:20px;
}
.a_menu
{
float:left;
text-decoration:none;
background-color: #EEE9CF;
font-size:small;
margin:0;
margin-right:20px;
margin-top:2px;
padding-right:20px; 
font-weight:bold;
border-right-width: 1px;
border-right-style: dashed;
border-right-color: #ffff99;
}

.li_menu 
{
display:inline;
}

/* End of Styles for the Orizontal menu*/

/* Styles for the top "call us" menu*/
.call_us_now {
font-size:medium;
color:#666666;
}
.top_phone_n {
	font-size:x-large;
	color:#000000;
	float:right;
}
/* End of Styles for the top "call us" menu*/

.slogan {
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
.intro_p {
	color: #242942;
}

.title_subpage {
	color: #003366;
	font-weight: bold;
}


/* Styles for the footer menu*/
.ul_menu_footer
{
float:left;
width:500px;
padding:0;
margin:0;
margin-left:25px; 
list-style-type: none;
}
.a_menu_footer
{
float:left;
text-decoration:none;
background-color: #CCCCCC;
font-size: x-small;
margin:0;
margin-right:20px;
padding-right:20px;


}

.li_menu_footer 
{
display: table;

}

/* End of Styles for the footer menu*/

/* Styles for the content tables*/
.content_tables
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.special_phrase
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
.thank_you_page
{
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	
}

/* End of Styles for the content tables*/



