/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, a, ol, ul, li {
	margin:0px;
	padding:0px;
}
ul, ol, li {
	list-style:none;
}
.clear {
	clear:both;
}
.normal {
	font-weight:normal;
}
.bold {
	font-weight:bold;
}
.row {
	width:100%;
	height:auto;
	float:left;
	padding:8px 0;
}
.row_II {
	width:96%;
	height:auto;
	float:left;
	padding:8px 2%;
}
.col {
	width:auto;
	height:auto;
}
.padding_none {
	padding:0px;
}
.margin_none {
	margin:0px;
}
.white {
	color:#FFF;
}
.black {
	color:#474747;
}
.graw {
	color:#9e9d9d;
}
.purpal {
	color:#781b7b;
}
.blue {
	color:#2484c6;
}
.red {
	color:#db2828;
}
.brown {
	color:#6f3c1e;
}
.l_float {
	float:left;
}
.r_float {
	float:right;
}
.l_text {
	text-align:left;
}
.c_text {
	text-align:center;
}
.r_text {
	text-align:right;
}
.t_10 {
	font-size:10px;
}
.t_12 {
	font-size:12px;
}
.t_14 {
	font-size:14px;
}
.t_16 {
	font-size:16px;
}
.t_18 {
	font-size:18px;
}
.t_20 {
	font-size:20px;
}
.t_24 {
	font-size:24px;
}
.t_30 {
	font-size:30px;
}
.t_36 {
	font-size:36px;
}
.bold {
font-weight: bold;
}
.f_myriad {
	font-family:"Myriad Pro";
}
.f_verdana {
	font-family:Verdana, Geneva, sans-serif;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
p {
	line-height:17px;
	margin:8px 0;
}
body {
	background-color:#a8d9f0;
	font:12px Arial, Helvetica, sans-serif;
	color:#474747;
}
/* Wrapper  */

#wrapper {
	width:850px;
	height:auto;
	margin:auto;
	background:url(../images/bg_wrapper.png) repeat-y;
	padding:0 13px;
}
/* Header  */

#header {
	width:835px;
	height:45px;
	float:left;
	background-color:#1197d6;
	padding:5px 0 0 15px;
}
/* Menu  */

#menu {
	width:850px;
	height:170px;
	float:left;
	position:relative;
}
#top_img {
	width:391px;
	height:321px;
	float:right;
	background:url(../images/header_img.png) no-repeat;
	position:absolute;
	left: 462px;
	top: -51px;
}
#nav {
	width:460px;
	height:170px;
	float:left;
}
.nav_col {
	width:200px;
	height:60px;
	float:left;
	margin:20px 0 0 20px;
}
.nav_col_col_1 {
	width:110px;
	height:60px;
	float:left;
}
.nav_col_col_2 {
	width:90px;
	height:60px;
	float:left;
}
/* Illustration Part  */

#illustration_part {
	width:850px;
	height: auto;
	float:left;
}
#illustration_part_1 {
	width:425px;
	height:300px;
	float:left;
	background:url(../images/illustration_part_1.jpg) no-repeat;
}
#illustration_part_1_text {
	width:210px;
	height:auto;
	float:left;
	padding:20px 0 0 215px;
	text-align:center;
}
#illustration_part_2 {
	width:425px;
	height:300px;
	float:left;
	background:url(../images/illustration_part_2.jpg) no-repeat;
}
#illustration_part_3 {
	width:425px;
	height:300px;
	float:left;
	background:url(../images/illustration_part_3.jpg) no-repeat;
}
#illustration_part_4 {
	width:425px;
	height:300px;
	float:left;
	background:url(../images/illustration_part_4.jpg) no-repeat;
}
/* Text Area */

#text_area {
	width:820px;
	height:auto;
	float:left;
	padding:7px 15px;
}
/* Bottom Illustration  Part  */

#illustration_bottom_part {
	width:810px;
	height:auto;
	float:left;
	padding:0px 20px 10px 20px;
}
#illustration_bottom_part_1 {
	width:235px;
	height:240px;
	float:left;
	background:url(../images/illustration_bottom_part_1.jpg) no-repeat bottom right;
}
#illustration_bottom_part_2 {
	width:350px;
	height:240px;
	float:left;
	background:url(../images/illustration_bottom_part_2.jpg) no-repeat left center;
	margin-left:30px;
}
#illustration_bottom_part_3 {
	width:165px;
	height:135px;
	float:right;
	background:url(../images/illustration_bottom_part_3.jpg) no-repeat;
	padding-top:105px;
}
/* Footer */

#footer {
	width:830px;
	height:61px;
	margin:auto;
	background:url(../images/bg_footer.png) repeat-x;
	padding:5px 23px 35px 23px;
	
}
#footer ul {
	width:100%;
	float:left;
	font-weight:bold;
}
#footer li {
	line-height:18px;
	color:#a8d9f0;
	display:inline;
}
#footer li a {
	color:#a8d9f0;
	text-decoration:underline;
}
#footer li a:hover {
	color:#fff;
}
/* Start Other Pages */

/* Start Article Page */

#op_heading {
	width:705px;
	height:80px;
	float:left;
	background-color:#1197d6;
	padding:40px 0 0 145px;
}
#logo {
font-family:"Myriad Pro";
font-size: 30px;
font-weight: bold;
}
#logo a
{
color:#FFF;
}
#logo a:hover
{
text-decoration:none;
}

/* Article Page End */


/* Other Pages End */
