@charset "utf-8";
/* 
colors > dark blue: #006; gold: #efbc0b;
width > 984px;
*/

body {
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/img_pg/pg_bk.jpg);
	background-repeat: repeat-x;
	line-height: 150%;
}
img {
	border: none;	
}
h1 {
	font-size: 155%;
	color: #4b499b;
}
h2 {
	font-size: 135%;
	font-style:italic;
	color: #4b499b;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 115%;
	color: #4b499b;
}
a {
	text-decoration: underline;
	color: 4b499b;
}
a:hover {
	text-decoration: none;	
}
#header {
	width: 984px;
	height: 86px;
	margin: 0 auto;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: no-repeat;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
#header a {
	float:left;
	display:block;
	width: 430px;
	height: 66px;
	margin: 10px 0 0 20px;
	text-decoration: none;
}
#tagline {
	width: 944px;
	height: 41px;
	margin: 0 auto;
	padding: 0 20px;
	background-image: url(../images/img_pg/tagline_bk.jpg);
	background-repeat: repeat-x;
	text-align: left;
	font-size: 15px;
	line-height: 41px;
	color: #006;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
#nav {
	width: 984px;
	height: 60px;
	margin: 0 auto;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
#navLeft {
	float:left;
	width: 555px;
	height: 60px;
	margin: 0 auto;
}
#navLeft a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 60px;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
}
#navLeft a:hover {
	color: #efbc0b;	
}
#navRight {
	float:right;
	width: 400px;
	height: 60px;
	margin: 0 auto;
	padding: 0 0 0 29px;
	background-image: url(../images/img_pg/get_started_bk.jpg);
	background-repeat: no-repeat;
}
#navRight a {
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;
	padding: 0;
	color: #fff;
	text-decoration: none;
	color: #efbc0b;
	text-align: center;
	font-style: italic;
}
#navRight a:hover {
	color: #fff;	
}
/*home*/
#contenthome {
	width: 934px;
	margin: 0 auto;
	padding: 25px;
	background-image: url(../images/img_pg/content_bk.jpg);
	background-repeat: repeat-x;
	border: solid 1px #000;
	background-color: #fff;
}
.hmblock {
	float:left;
	width: 297px;
	height: 319px;
	margin: 0 20px 0 0;
}
.hmblockbutton {
	width: 295px;
	height: 66px;
	border: solid 1px #000;
	background-image: url(../images/img_pg/home_button_bk.jpg);
	background-repeat: repeat-x;	
}
.hmblockbutton a {
	width: 295px;
	height: 56px;
	padding: 10px 0 0 0;
	display:block;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.hmblockbutton a:hover {
	background-image: url(../images/img_pg/home_button_over.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	color: #efbc0b;
}
.hmblockend {
	margin: 0;
}
/* inside */
#content {
	width: 884px;
	margin: 0 auto;
	padding: 25px 50px;
	background-image: url(../images/img_pg/content_bk.jpg);
	background-repeat: repeat-x;
	border: solid 1px #000;
	background-color: #fff;
	text-align: left;
}
.colLeft {
	width: 554px;
	margin: 0 auto;
	float:left;
}
.colRight {
	width: 280px;
	padding: 70px 10px 0 10px;
	margin: 0 auto;
	float:right;
	font-size: 18px;
	color: #4b499b;
	line-height: 200%;
	text-align: center;
	background-image: url(../images/img_pg/colRight_bk.jpg);
	background-repeat: no-repeat;
	color: #006;
}
#footer {
	width: 984px;
	margin: 0 auto;
	padding: 20px 0;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
.clearit {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
.red {
	color: #f00;	
}
.bigger {
	font-size: 250%;
	font-weight: bold;
}
.big {
	font-size: 140%;
	font-weight: bold;
}
.medium {
	font-size: 130%;
	font-weight: bold;
}
.crossout {
	text-decoration: line-through;	
}
p.ct {
	width: 280px;
	border-top: dotted 1px #069;
	margin: 0 auto;
	padding-top: 20px;
}
.small {
	font-size: 12px;
	line-height: normal;
}