* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #ffffff;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	overflow: visible;
	position: relative;
	text-align: left;
	min-width: 1065px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* HEADER STARTS */
#header {
	position: relative;
	width: 1133px;
	height: 77px;
}

#header img {
	display: block;
	float: left;
}

#header ul {
	list-style-type: none;
}

#header li {
	float: left;
}

#header a {
	float: left;
	height: 77px;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #333333;
	text-decoration: none;
}

#header a div {
	padding: 30px 27px 0;
}

#header a:hover {
	/*font-weight: bold;*/
	background-image: url(images/hover_bg.gif);
	background-repeat: repeat-x;
}

#header a.menu-current {
	font-weight: bold;
	background-image: url(images/hover_bg.gif);
	background-repeat: repeat-x;
}

#header a.menu-parent {
	font-weight: bold;
	background-image: url(images/hover_bg.gif);
	background-repeat: repeat-x;
}

/* HEADER ENDS */

/* CONTENT STARTS */
#content {
	clear: both;
	overflow: visible;
	position: relative;
	width: 100%;
	background-color: #43b1e4;
	background-image: url(images/side_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* top content starts */
#top_content {
	clear: both;
	overflow: visible;
	position: relative;
	width: 1065px;
}

#top_text {
	position: relative;
	float: left;
	width: 613px;
	min-height: 281px;
	background-color: #66c4ea;
	background-image: url(images/top_content_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#top_text h1 {
	padding: 80px 0 20px 40px;
	font-size: 5em;
	font-weight: bold;
	line-height: 1em;
	color: #ffffff;
}

#top_text p {
	padding: 0 40px 0;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #222222;
}

#top_image {
	position: relative;
	float: left;
	width: 452px;
	min-height: 281px;
}

#top_image img {
	display: block;
}
/* top content ends */

/* bottom content starts */
#bottom_holder {
	width: 1065px;
	background-color: #43b1e4;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-y;
}

#bottom_content {
	clear: both;
	overflow: auto;
	position: relative;
	width: 1065px;
	min-height: 282px;
	padding: 0 0 20px 0;
	background-image: url(images/bottom_image.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#bottom_content div.bottom_text {
	float: left;
	overflow: visible;
	position: relative;
	width: 250px;
	margin: 20px 0 0 40px;
}

#bottom_content h2 {
	padding: 0 0 15px 0;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1em;
	color: #ffffff;
}

#bottom_content a {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #222222;
	text-decoration: underline;
}

#bottom_content p {
	padding: 3px 0 12px 0;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #222222;
}

#bottom_content img {
	border: 0 solid #000000;
	vertical-align: middle;
}
/* bottom content ends */
/* CONTENT ENDS */

/* FOOTER STARTS */
#footer {
	clear: both;
	overflow: visible;
	position: relative;
	padding: 25px 0 25px 40px;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #222222;
}
/* FOOTER ENDS */

