/* Copyright (c) 2010 Ukao Solutions */
body { 
	/* customize_body */ font:normal normal 12px Arial; /* customize_body */
	/* customize_body */ color:#5f6370; /* customize_body */
}

img {border: 0px}
a,a:visited,a:active {
	/* customize_link */ color:#011F7F; /* customize_link */
}
a:hover {
	/* customize_link_hover */ color:#0239df; /* customize_link_hover */
	text-decoration: none;
} 

h1,h2,h3,h4,h5{
	margin:0px 0px 4px 0px;
	padding:4px 0px;
	margin-top:8px;
	font-family: "Myriad Pro","Trebuchet MS",Helvetica,Arial,Sans-Serif;
	font-weight: bold;
}
h1{ font-size: 24px; line-height:28px }
h2{ font-size:20px; line-height:24px }
h3{ font-size:18px; line-height:21px }
h4{ font-size:14px; line-height:18px }
h5{ font-size:13px; line-height:16px }
p{ padding:0px 0px 0px 0px; line-height: 18px;}

/* Font styling for the nav bar */
#page #nav a{color: #ffffff; font: normal normal 14px/48px Arial}
#page #nav li li a{font-size: 14px; line-height: normal;}

/* Font styling for the footer text */
#page #footer, #page #footer a{color: #ffffff; text-decoration: none}
#page #footer a:hover{text-decoration: underline}


/* Styling for the logo text*/
#page #logo p{margin: 0; line-height: normal;}
#page #logo a{
	/* customize_logo */ font:normal bold 36px Tahoma; /* customize_logo */
	/* customize_logo */ color:#ed1a25; /* customize_logo */
}


/* Used in the top-right area for the contact us number */
#page .top-contact{
	font-family: Century Gothic, Gothic, Apple Gothic, sans-serif;
	font-size: 20px;
}
#page .top-contact span.blue{
	display: block;
	color: #011F7F;
}

blockquote{background: #eeeeee; padding: 15px;}
