﻿@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align:center;
	background-color: #444;
	margin: 0 auto;
	margin-top: 8px;
}
p {
	text-align:left;	
}
td {
	font-size: 11px;
	color:#000;
	font-weight: normal;
}
h1 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
}
h2 {
	font-size: 16px;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	margin: 0;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
img {
	border:none;	
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}	
#wrapper {
	width: 940px;
	padding: 20px 20px 60px 24px;
	margin:0 auto;
	background-color: #ececec;
	background-image: url(../images/img_pg/content_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*#wrapper .header {
	width: 944px;
	height: 150px;
	margin: 0 auto;
	text-align: left;
}*/
.header {
	width: 984px;
	height: 270px;
	margin: 0 auto;
	text-align: right;
	background-image: url(../images/img_pg/header.jpg);
	background-repeat: no-repeat;
}
#wrapper .header a {
	border:none;
}
.nav {
	margin: 0 auto;
	text-align: right;
	color: #fff;
	height: 20px;
	width: 964px;
	padding-right: 20px;
	background-image: url(../images/img_pg/nav_bk.jpg);
}
.nav a {
	padding: 0px 5px;
	/*border-left: solid 1px #cc0000;*/
	text-decoration: none;
	color: #fff;
	line-height: 20px;
}
.nav a.right {
	/*margin-right: 20px;
	border-right: solid 1px #cc0000;*/
}
.nav a:hover {
	/*background-color: #cc0000;	*/
	color: #ff0000;
	/*border-top: solid 2px #ff0000;
	border-bottom: solid 3px #ff0000;*/
}
#wrapper .hmcolwrap {
	width: 216px;
	margin-right: 22px;
	float:left;
	text-align:center;
}
#wrapper .hmcolwrapmil {
	width: 216px;
    margin-top: -210px;
	float:left;
	text-align:center;
}
#wrapper .hmcolwraprt {
	width: 216px;
	margin-right: -3px;
	float:left;
	text-align:center;
}
#wrapper .hmcolwrap2 {
	width: 216px;
	margin-left: 346px;
	float:left;
	text-align:center;
}
#wrapper .icol {
	width: 196px;
	padding: 20px 10px 10px 10px;
	display:block;
	text-align: center;
	color: #000;
	background-color: #fff;
	background-image: url(../images/img_pg/box-top-icol-middle.jpg);
	background-repeat: repeat-y;
}
#wrapper .icol a {
	display:block;
	margin: 5px 0;	
}
#wrapper a.hmcol {
	width: 196px;
	padding: 30px 10px 10px 10px;
	display:block;
	text-align: center;
	color: #000;
	background-color: #fff;
	background-image: url(../images/img_pg/box-top-big.jpg);
	background-repeat: no-repeat;
}
#wrapper a.hmcol:hover {
	text-decoration: none;	
}
#wrapper .icoltop {
	background-image: url(../images/img_pg/box-top-icol-top.jpg);
	background-repeat: no-repeat;	
	width: 216px;
	height: 17px;
	font-size: 1px;
	line-height: 1px;
}
#wrapper .hmcolbot {
	background-image: url(../images/img_pg/box-bot.jpg);
	background-repeat: no-repeat;	
	width: 216px;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}
#wrapper .icol h2 {
	margin: 10px 0 0 0;
	text-align:center;
}
#wrapper .hmcoltitle {
	display:block;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin-bottom: 5px;
	font-weight: bold;
	text-align:center;
}	
/*hmcol container inside anchor links*/
#wrapper .hmcol a {
	display:block;	
	padding-bottom: 5px;
	text-align:center;
}
/* end */
#wrapper .clearit {
	clear:both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
#footer {
	padding: 10px 0px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	border-left: solid 1px #999;
}
#footer a.rt {
	border-right: solid 1px #999;
}
#footer a.external {
	padding: 0px;
	border:none;
}
#footer a:hover {
	color: #f00;
}

/* solo classes */
img.pageimg  {
	float:right;
	margin: 20px 0px 20px 0;
	border: solid 2px #444; !important
	padding-left: 0; !important
}
img.pageimgmulti  {
	float:right;
	margin: 0px 0px 10px 10px;
	border: solid 2px #444; !important
	padding-left: 0; !important
}
.msg {
	border: solid 1px #000;
	background-color:#FF9;
	padding: 10px;
	color: #c00;
	font-weight: bold;
	width: 590px;
	margin-bottom: 10px;
}
.imgflr {
	float:right;
	margin: 0px 0px 20px 20px;
}
.alignCenter {
    margin: 0 auto;
}