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

body
{
	border:0;
	margin:0 auto;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:50px;
}

h1
{
	font-size:20px;
}

h2
{
	font-size:14px;
}

p
{
	font-size:12px;
}

img
{
	border:none;
}

#wrapper_blue
{
	background-color:#000076;
	width:833px;
	height:568px;
	margin:auto;
}

#intro_txt
{
	float:left;
	width:367px;
	height:387px;
	color:#FFF;
	text-align:right;
	padding-right:20px;
	padding-top:181px;
}

#imgs_mid
{
	float:left;
	width:120px;
	height:568px;
	background-image:url(../images/hmpg_mid_imgs_120x544.jpg);
	background-repeat:no-repeat;
}

#hmpg_links
{
	float:left;
	width:310px;
	height:528px;
	margin-top:16px;
	background-color:#FFF;
}

#hmpg_links a:link, #hmpg_links a:visited
{
	text-decoration:none;
	color:#FFF;
}

#hmpg_links a:hover, #hmpg_links a:active
{
	text-decoration:none;
	color:#FF3;
}

#logo
{
	width:310px;
	height:123px;
	background-image:url(../images/logo_hmpg_310x123.jpg);
	background-repeat:no-repeat;
	margin-top:151px;
	float:left;
}

#menu_link_txt_aboutus a
{
	float:left;
	width:102px;
	height:59px;
	padding-top:40px;
	text-align:center;
	background-image:url(../images/btn_blue_abtus_103x99.jpg);
	background-repeat:no-repeat;
}

#menu_link_txt_services a
{
	float:left;
	width:98px;
	height:59px;
	padding-top:40px;
	text-align:center;
	background-image:url(../images/btn_red_servcies_98x99.jpg);
	background-repeat:no-repeat;
}

#menu_link_txt_contact a
{
	float:left;
	width:99px;
	height:59px;
	padding-top:40px;
	text-align:center;
	background-image:url(../images/btn_grey_contact_109x99.jpg);
	background-repeat:no-repeat;
}


