body  {
	margin: 0;
	border: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background: url(../images/layout/body_bkg.gif) repeat-x top left;
	}

a {
	color: #3399FF;
	}

a:hover {
	text-decoration: none;
	}


/************************
    Layout
*************************/

#masthead {
	position: relative;
	height: 202px;
	width: 752px;
	background: #3399FF;
	}


/************************
    Header
*************************/

/* Header tagline */

#masthead p {
	font-size: 20px;
	color: #fff;
	}

/* Navbar */

ul#navbar {
	position: absolute;
	width: 752px;
	margin: 0;
	bottom: 0;
	padding: 0;
	background: #0076A3 url(../images/layout/nav_1px_top.gif) repeat-x;
	}

#navbar li {
	float: left;
	margin-left: 0px;
	list-style: none;
	}

#navbar li a {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	background: #0076A3;
	border-top: 1px solid #3399FF;
	border-right: 1px solid #3399FF;
	padding: 0 15px;
	line-height: 25px;
	}

#navbar li a:hover {
	background: #006699;
	}

#navbar li a.on,
#navbar li a.on:hover {
	color: #333;
	background: #fff;
	border-top: 1px solid #fff;
	}
	
/************************
    Page content
*************************/

#pagetext {
	font-size: 13px;
	}

#pagetexthead {
	font-size: 20px;
	font-family: Georgia;
	}

#homepagelist li {
	padding: 0 0 5px;
	}

#serviceslist li {
	padding: 0 0 5px;
	}

/************************
    Footer
*************************/

#footer {
	font-size: 11px;
	color: #666;
	}

#footer a {
	color: #666;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

hr.f {border: none 0; 
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #FFF;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}